[==========] 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:34:12.889735   768 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.192.62:44077,127.0.192.61:34681,127.0.192.60:33819
I20260630 12:34:12.892028   768 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:34:12.893196   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:34:12.914040   768 server_base.cc:1061] running on GCE node
W20260630 12:34:12.913103   777 instance_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:12.913056   775 instance_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:12.913045   774 instance_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:14.144944   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:14.145210   768 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:14.145473   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822854145431 us; error 0 us; skew 500 ppm
I20260630 12:34:14.146402   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:14.153178   768 webserver.cc:533] Webserver started at http://127.0.192.62:32815/ using document root <none> and password file <none>
I20260630 12:34:14.154073   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:14.154389   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:14.154891   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:14.161370   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822852710831-768-0/minicluster-data/master-0-root/instance:
uuid: "59c573fa3fd24920b26c078518727c3e"
format_stamp: "Formatted at 2026-06-30 12:34:14 on dist-test-slave-n0zz"
I20260630 12:34:14.169734   768 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:34:14.175170   783 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:14.176311   768 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:34:14.176680   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822852710831-768-0/minicluster-data/master-0-root
uuid: "59c573fa3fd24920b26c078518727c3e"
format_stamp: "Formatted at 2026-06-30 12:34:14 on dist-test-slave-n0zz"
I20260630 12:34:14.177073   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822852710831-768-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822852710831-768-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822852710831-768-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:14.243386   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:14.244997   768 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:34:14.245497   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:14.324255   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.62:44077
I20260630 12:34:14.324335   834 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.62:44077 every 8 connection(s)
I20260630 12:34:14.330649   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:34:14.332376   835 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:34:14.337453   837 instance_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:14.339397   838 instance_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:14.344378   840 instance_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:14.345095   768 server_base.cc:1061] running on GCE node
I20260630 12:34:14.345750   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:14.345933   768 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:14.346145   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822854346111 us; error 0 us; skew 500 ppm
I20260630 12:34:14.346727   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:14.350248   768 webserver.cc:533] Webserver started at http://127.0.192.61:43615/ using document root <none> and password file <none>
I20260630 12:34:14.350768   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:14.350986   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:14.351269   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:14.352341   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822852710831-768-0/minicluster-data/master-1-root/instance:
uuid: "a6909c38b5ac4f29bd7621c10087cc07"
format_stamp: "Formatted at 2026-06-30 12:34:14 on dist-test-slave-n0zz"
I20260630 12:34:14.357628   768 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260630 12:34:14.355295   835 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.192.62" port: 44077 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:14.364465   847 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:14.365444   768 fs_manager.cc:730] Time spent opening block manager: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:34:14.365826   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822852710831-768-0/minicluster-data/master-1-root
uuid: "a6909c38b5ac4f29bd7621c10087cc07"
format_stamp: "Formatted at 2026-06-30 12:34:14 on dist-test-slave-n0zz"
I20260630 12:34:14.366128   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822852710831-768-0/minicluster-data/master-1-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822852710831-768-0/minicluster-data/master-1-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822852710831-768-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:14.386745   835 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.192.61" port: 34681 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:34:14.389302   784 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.192.61:34681: connect: Connection refused (error 111)
W20260630 12:34:14.393450   835 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.192.61:34681: Network error: Client connection negotiation failed: client connection to 127.0.192.61:34681: connect: Connection refused (error 111)
I20260630 12:34:14.401592   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:14.403002   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:14.443745   835 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.192.61" port: 34681 } attempt: 1
W20260630 12:34:14.448971   835 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.192.61:34681: Network error: Client connection negotiation failed: client connection to 127.0.192.61:34681: connect: Connection refused (error 111)
I20260630 12:34:14.474666   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.61:34681
I20260630 12:34:14.474834   899 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.61:34681 every 8 connection(s)
I20260630 12:34:14.479718   900 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:14.480618   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:34:14.485419   900 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.192.62" port: 44077 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:34:14.487556   902 instance_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:14.489426   903 instance_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:14.493139   905 instance_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:14.495149   768 server_base.cc:1061] running on GCE node
I20260630 12:34:14.495987   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:14.496227   768 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:14.496417   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822854496398 us; error 0 us; skew 500 ppm
I20260630 12:34:14.496963   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:14.501245   768 webserver.cc:533] Webserver started at http://127.0.192.60:44639/ using document root <none> and password file <none>
I20260630 12:34:14.501763   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:14.501994   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:14.502332   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:14.502344   900 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.192.61" port: 34681 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:14.503803   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822852710831-768-0/minicluster-data/master-2-root/instance:
uuid: "498bccd0a1be48d88a86a7f0d5034608"
format_stamp: "Formatted at 2026-06-30 12:34:14 on dist-test-slave-n0zz"
I20260630 12:34:14.510481   768 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.001s
I20260630 12:34:14.515769   912 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:14.516018   900 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.192.60" port: 33819 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:14.516686   768 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:34:14.517030   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822852710831-768-0/minicluster-data/master-2-root
uuid: "498bccd0a1be48d88a86a7f0d5034608"
format_stamp: "Formatted at 2026-06-30 12:34:14 on dist-test-slave-n0zz"
I20260630 12:34:14.517418   835 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.192.61" port: 34681 } attempt: 2
I20260630 12:34:14.517464   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822852710831-768-0/minicluster-data/master-2-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822852710831-768-0/minicluster-data/master-2-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822852710831-768-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:14.531477   835 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.192.60" port: 33819 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:34:14.533324   900 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.192.60:33819: Network error: Client connection negotiation failed: client connection to 127.0.192.60:33819: connect: Connection refused (error 111)
W20260630 12:34:14.536491   835 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.192.60:33819: Network error: Client connection negotiation failed: client connection to 127.0.192.60:33819: connect: Connection refused (error 111)
I20260630 12:34:14.544464   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:14.545733   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:14.568403   835 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.192.60" port: 33819 } attempt: 1
W20260630 12:34:14.573576   835 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.192.60:33819: Network error: Client connection negotiation failed: client connection to 127.0.192.60:33819: connect: Connection refused (error 111)
I20260630 12:34:14.576834   900 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.192.60" port: 33819 } attempt: 1
W20260630 12:34:14.582999   900 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.192.60:33819: Network error: Client connection negotiation failed: client connection to 127.0.192.60:33819: connect: Connection refused (error 111)
I20260630 12:34:14.619112   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.60:33819
I20260630 12:34:14.619246   964 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.60:33819 every 8 connection(s)
I20260630 12:34:14.623240   768 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:34:14.623966   965 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:14.629135   965 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.192.62" port: 44077 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:14.641317   965 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.192.61" port: 34681 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:14.649102   835 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.192.60" port: 33819 } attempt: 2
I20260630 12:34:14.650408   965 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.192.60" port: 33819 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:14.650520   900 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.192.60" port: 33819 } attempt: 2
I20260630 12:34:14.673419   900 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a6909c38b5ac4f29bd7621c10087cc07: Bootstrap starting.
I20260630 12:34:14.674813   965 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 498bccd0a1be48d88a86a7f0d5034608: Bootstrap starting.
I20260630 12:34:14.674925   835 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e: Bootstrap starting.
I20260630 12:34:14.679643   900 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a6909c38b5ac4f29bd7621c10087cc07: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:14.681586   900 log.cc:826] T 00000000000000000000000000000000 P a6909c38b5ac4f29bd7621c10087cc07: Log is configured to *not* fsync() on all Append() calls
I20260630 12:34:14.681989   835 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:14.682106   965 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 498bccd0a1be48d88a86a7f0d5034608: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:14.686426   900 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a6909c38b5ac4f29bd7621c10087cc07: No bootstrap required, opened a new log
I20260630 12:34:14.689644   835 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e: No bootstrap required, opened a new log
I20260630 12:34:14.690299   965 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 498bccd0a1be48d88a86a7f0d5034608: No bootstrap required, opened a new log
I20260630 12:34:14.709991   835 raft_consensus.cc:359] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59c573fa3fd24920b26c078518727c3e" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 44077 } } peers { permanent_uuid: "a6909c38b5ac4f29bd7621c10087cc07" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 34681 } } peers { permanent_uuid: "498bccd0a1be48d88a86a7f0d5034608" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 33819 } }
I20260630 12:34:14.710001   900 raft_consensus.cc:359] T 00000000000000000000000000000000 P a6909c38b5ac4f29bd7621c10087cc07 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59c573fa3fd24920b26c078518727c3e" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 44077 } } peers { permanent_uuid: "a6909c38b5ac4f29bd7621c10087cc07" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 34681 } } peers { permanent_uuid: "498bccd0a1be48d88a86a7f0d5034608" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 33819 } }
I20260630 12:34:14.710009   965 raft_consensus.cc:359] T 00000000000000000000000000000000 P 498bccd0a1be48d88a86a7f0d5034608 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59c573fa3fd24920b26c078518727c3e" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 44077 } } peers { permanent_uuid: "a6909c38b5ac4f29bd7621c10087cc07" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 34681 } } peers { permanent_uuid: "498bccd0a1be48d88a86a7f0d5034608" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 33819 } }
I20260630 12:34:14.710976   835 raft_consensus.cc:385] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:14.711042   900 raft_consensus.cc:385] T 00000000000000000000000000000000 P a6909c38b5ac4f29bd7621c10087cc07 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:14.711097   965 raft_consensus.cc:385] T 00000000000000000000000000000000 P 498bccd0a1be48d88a86a7f0d5034608 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:14.711392   835 raft_consensus.cc:740] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 59c573fa3fd24920b26c078518727c3e, State: Initialized, Role: FOLLOWER
I20260630 12:34:14.711463   900 raft_consensus.cc:740] T 00000000000000000000000000000000 P a6909c38b5ac4f29bd7621c10087cc07 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a6909c38b5ac4f29bd7621c10087cc07, State: Initialized, Role: FOLLOWER
I20260630 12:34:14.711475   965 raft_consensus.cc:740] T 00000000000000000000000000000000 P 498bccd0a1be48d88a86a7f0d5034608 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 498bccd0a1be48d88a86a7f0d5034608, State: Initialized, Role: FOLLOWER
I20260630 12:34:14.712575   835 consensus_queue.cc:260] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59c573fa3fd24920b26c078518727c3e" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 44077 } } peers { permanent_uuid: "a6909c38b5ac4f29bd7621c10087cc07" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 34681 } } peers { permanent_uuid: "498bccd0a1be48d88a86a7f0d5034608" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 33819 } }
I20260630 12:34:14.712576   900 consensus_queue.cc:260] T 00000000000000000000000000000000 P a6909c38b5ac4f29bd7621c10087cc07 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59c573fa3fd24920b26c078518727c3e" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 44077 } } peers { permanent_uuid: "a6909c38b5ac4f29bd7621c10087cc07" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 34681 } } peers { permanent_uuid: "498bccd0a1be48d88a86a7f0d5034608" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 33819 } }
I20260630 12:34:14.712576   965 consensus_queue.cc:260] T 00000000000000000000000000000000 P 498bccd0a1be48d88a86a7f0d5034608 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59c573fa3fd24920b26c078518727c3e" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 44077 } } peers { permanent_uuid: "a6909c38b5ac4f29bd7621c10087cc07" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 34681 } } peers { permanent_uuid: "498bccd0a1be48d88a86a7f0d5034608" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 33819 } }
I20260630 12:34:14.717427   976 sys_catalog.cc:455] T 00000000000000000000000000000000 P a6909c38b5ac4f29bd7621c10087cc07 [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: "59c573fa3fd24920b26c078518727c3e" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 44077 } } peers { permanent_uuid: "a6909c38b5ac4f29bd7621c10087cc07" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 34681 } } peers { permanent_uuid: "498bccd0a1be48d88a86a7f0d5034608" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 33819 } } }
I20260630 12:34:14.718822   976 sys_catalog.cc:458] T 00000000000000000000000000000000 P a6909c38b5ac4f29bd7621c10087cc07 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:14.720906   900 sys_catalog.cc:565] T 00000000000000000000000000000000 P a6909c38b5ac4f29bd7621c10087cc07 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:14.721431   835 sys_catalog.cc:565] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:14.722244   974 sys_catalog.cc:455] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e [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: "59c573fa3fd24920b26c078518727c3e" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 44077 } } peers { permanent_uuid: "a6909c38b5ac4f29bd7621c10087cc07" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 34681 } } peers { permanent_uuid: "498bccd0a1be48d88a86a7f0d5034608" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 33819 } } }
I20260630 12:34:14.723392   974 sys_catalog.cc:458] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:14.724782   975 sys_catalog.cc:455] T 00000000000000000000000000000000 P 498bccd0a1be48d88a86a7f0d5034608 [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: "59c573fa3fd24920b26c078518727c3e" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 44077 } } peers { permanent_uuid: "a6909c38b5ac4f29bd7621c10087cc07" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 34681 } } peers { permanent_uuid: "498bccd0a1be48d88a86a7f0d5034608" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 33819 } } }
I20260630 12:34:14.725729   975 sys_catalog.cc:458] T 00000000000000000000000000000000 P 498bccd0a1be48d88a86a7f0d5034608 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:14.726748   965 sys_catalog.cc:565] T 00000000000000000000000000000000 P 498bccd0a1be48d88a86a7f0d5034608 [sys.catalog]: configured and running, proceeding with master startup.
W20260630 12:34:14.751085   789 tablet.cc:2406] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:34:14.765872   768 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 1
I20260630 12:34:14.769531   768 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 2
W20260630 12:34:14.775272  1004 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:34:14.775516  1007 catalog_manager.cc:1594] T 00000000000000000000000000000000 P a6909c38b5ac4f29bd7621c10087cc07: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:34:14.775683  1004 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260630 12:34:14.776062  1007 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260630 12:34:14.778714   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:14.781066  1010 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 498bccd0a1be48d88a86a7f0d5034608: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:34:14.781353  1010 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260630 12:34:14.788017  1011 instance_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:14.791280  1012 instance_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:14.794853   768 server_base.cc:1061] running on GCE node
W20260630 12:34:14.794934  1014 instance_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:14.795130   974 raft_consensus.cc:493] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:14.796114   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:34:14.795830   974 raft_consensus.cc:515] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59c573fa3fd24920b26c078518727c3e" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 44077 } } peers { permanent_uuid: "a6909c38b5ac4f29bd7621c10087cc07" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 34681 } } peers { permanent_uuid: "498bccd0a1be48d88a86a7f0d5034608" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 33819 } }
W20260630 12:34:14.796353   768 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:14.796600   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822854796581 us; error 0 us; skew 500 ppm
I20260630 12:34:14.797153   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:14.799600   974 leader_election.cc:290] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a6909c38b5ac4f29bd7621c10087cc07 (127.0.192.61:34681), 498bccd0a1be48d88a86a7f0d5034608 (127.0.192.60:33819)
I20260630 12:34:14.799988   938 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "59c573fa3fd24920b26c078518727c3e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "498bccd0a1be48d88a86a7f0d5034608" is_pre_election: true
I20260630 12:34:14.800132   875 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "59c573fa3fd24920b26c078518727c3e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a6909c38b5ac4f29bd7621c10087cc07" is_pre_election: true
I20260630 12:34:14.800825   938 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 498bccd0a1be48d88a86a7f0d5034608 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 59c573fa3fd24920b26c078518727c3e in term 0.
I20260630 12:34:14.800905   875 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a6909c38b5ac4f29bd7621c10087cc07 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 59c573fa3fd24920b26c078518727c3e in term 0.
I20260630 12:34:14.802258   787 leader_election.cc:304] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 498bccd0a1be48d88a86a7f0d5034608, 59c573fa3fd24920b26c078518727c3e; no voters: 
I20260630 12:34:14.803508   974 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:14.803897   974 raft_consensus.cc:493] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:14.804244   974 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:14.806886   768 webserver.cc:533] Webserver started at http://127.0.192.1:45989/ using document root <none> and password file <none>
I20260630 12:34:14.807420   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:14.807649   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:14.807929   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:14.809103   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822852710831-768-0/minicluster-data/ts-0-root/instance:
uuid: "6352ef8efbc54ab9b053fd41174ffeb1"
format_stamp: "Formatted at 2026-06-30 12:34:14 on dist-test-slave-n0zz"
I20260630 12:34:14.811302   974 raft_consensus.cc:515] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59c573fa3fd24920b26c078518727c3e" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 44077 } } peers { permanent_uuid: "a6909c38b5ac4f29bd7621c10087cc07" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 34681 } } peers { permanent_uuid: "498bccd0a1be48d88a86a7f0d5034608" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 33819 } }
I20260630 12:34:14.814258   768 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.005s
I20260630 12:34:14.814275   875 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "59c573fa3fd24920b26c078518727c3e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a6909c38b5ac4f29bd7621c10087cc07"
I20260630 12:34:14.814899   875 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a6909c38b5ac4f29bd7621c10087cc07 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:14.815106   938 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "59c573fa3fd24920b26c078518727c3e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "498bccd0a1be48d88a86a7f0d5034608"
I20260630 12:34:14.815658   938 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 498bccd0a1be48d88a86a7f0d5034608 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:14.822806   938 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 498bccd0a1be48d88a86a7f0d5034608 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 59c573fa3fd24920b26c078518727c3e in term 1.
I20260630 12:34:14.823246   875 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a6909c38b5ac4f29bd7621c10087cc07 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 59c573fa3fd24920b26c078518727c3e in term 1.
I20260630 12:34:14.824175   787 leader_election.cc:304] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 498bccd0a1be48d88a86a7f0d5034608, 59c573fa3fd24920b26c078518727c3e; no voters: 
I20260630 12:34:14.826144   974 leader_election.cc:290] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e [CANDIDATE]: Term 1 election: Requested vote from peers a6909c38b5ac4f29bd7621c10087cc07 (127.0.192.61:34681), 498bccd0a1be48d88a86a7f0d5034608 (127.0.192.60:33819)
I20260630 12:34:14.826561  1020 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:14.827349  1020 raft_consensus.cc:697] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e [term 1 LEADER]: Becoming Leader. State: Replica: 59c573fa3fd24920b26c078518727c3e, State: Running, Role: LEADER
I20260630 12:34:14.828688  1020 consensus_queue.cc:237] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59c573fa3fd24920b26c078518727c3e" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 44077 } } peers { permanent_uuid: "a6909c38b5ac4f29bd7621c10087cc07" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 34681 } } peers { permanent_uuid: "498bccd0a1be48d88a86a7f0d5034608" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 33819 } }
I20260630 12:34:14.831343  1019 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:14.832531   768 fs_manager.cc:730] Time spent opening block manager: real 0.015s	user 0.005s	sys 0.009s
I20260630 12:34:14.832906   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822852710831-768-0/minicluster-data/ts-0-root
uuid: "6352ef8efbc54ab9b053fd41174ffeb1"
format_stamp: "Formatted at 2026-06-30 12:34:14 on dist-test-slave-n0zz"
I20260630 12:34:14.833284   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822852710831-768-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822852710831-768-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822852710831-768-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:14.841701   974 sys_catalog.cc:455] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 59c573fa3fd24920b26c078518727c3e. Latest consensus state: current_term: 1 leader_uuid: "59c573fa3fd24920b26c078518727c3e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59c573fa3fd24920b26c078518727c3e" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 44077 } } peers { permanent_uuid: "a6909c38b5ac4f29bd7621c10087cc07" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 34681 } } peers { permanent_uuid: "498bccd0a1be48d88a86a7f0d5034608" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 33819 } } }
I20260630 12:34:14.842726   974 sys_catalog.cc:458] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:14.846349  1026 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:34:14.854965  1026 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:34:14.872118   938 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 498bccd0a1be48d88a86a7f0d5034608 [term 1 FOLLOWER]: Refusing update from remote peer 59c573fa3fd24920b26c078518727c3e: 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:14.872473   875 raft_consensus.cc:1275] T 00000000000000000000000000000000 P a6909c38b5ac4f29bd7621c10087cc07 [term 1 FOLLOWER]: Refusing update from remote peer 59c573fa3fd24920b26c078518727c3e: 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:14.874126  1020 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e [LEADER]: Connected to new peer: Peer: permanent_uuid: "498bccd0a1be48d88a86a7f0d5034608" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 33819 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:14.874902   974 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e [LEADER]: Connected to new peer: Peer: permanent_uuid: "a6909c38b5ac4f29bd7621c10087cc07" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 34681 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:14.902019   976 sys_catalog.cc:455] T 00000000000000000000000000000000 P a6909c38b5ac4f29bd7621c10087cc07 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 59c573fa3fd24920b26c078518727c3e. Latest consensus state: current_term: 1 leader_uuid: "59c573fa3fd24920b26c078518727c3e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59c573fa3fd24920b26c078518727c3e" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 44077 } } peers { permanent_uuid: "a6909c38b5ac4f29bd7621c10087cc07" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 34681 } } peers { permanent_uuid: "498bccd0a1be48d88a86a7f0d5034608" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 33819 } } }
I20260630 12:34:14.902805   976 sys_catalog.cc:458] T 00000000000000000000000000000000 P a6909c38b5ac4f29bd7621c10087cc07 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:14.902837   975 sys_catalog.cc:455] T 00000000000000000000000000000000 P 498bccd0a1be48d88a86a7f0d5034608 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 59c573fa3fd24920b26c078518727c3e. Latest consensus state: current_term: 1 leader_uuid: "59c573fa3fd24920b26c078518727c3e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59c573fa3fd24920b26c078518727c3e" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 44077 } } peers { permanent_uuid: "a6909c38b5ac4f29bd7621c10087cc07" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 34681 } } peers { permanent_uuid: "498bccd0a1be48d88a86a7f0d5034608" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 33819 } } }
I20260630 12:34:14.903792   975 sys_catalog.cc:458] T 00000000000000000000000000000000 P 498bccd0a1be48d88a86a7f0d5034608 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:14.907764  1027 mvcc.cc:204] Tried to move back new op lower bound from 7302442413537923072 to 7302442413392953344. Current Snapshot: MvccSnapshot[applied={T|T < 7302442413537923072}]
I20260630 12:34:14.908951   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:14.910921   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:14.925087   974 sys_catalog.cc:455] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "59c573fa3fd24920b26c078518727c3e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59c573fa3fd24920b26c078518727c3e" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 44077 } } peers { permanent_uuid: "a6909c38b5ac4f29bd7621c10087cc07" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 34681 } } peers { permanent_uuid: "498bccd0a1be48d88a86a7f0d5034608" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 33819 } } }
I20260630 12:34:14.927174   974 sys_catalog.cc:458] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:14.929845   974 sys_catalog.cc:455] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "59c573fa3fd24920b26c078518727c3e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59c573fa3fd24920b26c078518727c3e" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 44077 } } peers { permanent_uuid: "a6909c38b5ac4f29bd7621c10087cc07" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 34681 } } peers { permanent_uuid: "498bccd0a1be48d88a86a7f0d5034608" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 33819 } } }
I20260630 12:34:14.930836   974 sys_catalog.cc:458] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:14.932655  1026 catalog_manager.cc:1383] Generated new cluster ID: b073661561374644a6a5c4096e8fdd20
I20260630 12:34:14.933187  1026 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:34:14.933766   976 sys_catalog.cc:455] T 00000000000000000000000000000000 P a6909c38b5ac4f29bd7621c10087cc07 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "59c573fa3fd24920b26c078518727c3e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59c573fa3fd24920b26c078518727c3e" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 44077 } } peers { permanent_uuid: "a6909c38b5ac4f29bd7621c10087cc07" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 34681 } } peers { permanent_uuid: "498bccd0a1be48d88a86a7f0d5034608" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 33819 } } }
I20260630 12:34:14.934914   976 sys_catalog.cc:458] T 00000000000000000000000000000000 P a6909c38b5ac4f29bd7621c10087cc07 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:14.941131   975 sys_catalog.cc:455] T 00000000000000000000000000000000 P 498bccd0a1be48d88a86a7f0d5034608 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "59c573fa3fd24920b26c078518727c3e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59c573fa3fd24920b26c078518727c3e" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 44077 } } peers { permanent_uuid: "a6909c38b5ac4f29bd7621c10087cc07" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 34681 } } peers { permanent_uuid: "498bccd0a1be48d88a86a7f0d5034608" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 33819 } } }
I20260630 12:34:14.941916   975 sys_catalog.cc:458] T 00000000000000000000000000000000 P 498bccd0a1be48d88a86a7f0d5034608 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:14.949429   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:14.954535   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:14.954808   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:14.955084   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:14.955286   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:14.993090  1026 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:34:14.997115  1026 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:34:15.036856  1026 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e: Generated new TSK 0
I20260630 12:34:15.038429  1026 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:34:15.107846   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.1:46557
I20260630 12:34:15.108222  1093 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.1:46557 every 8 connection(s)
I20260630 12:34:15.134343   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:34:15.144111  1095 heartbeater.cc:344] Connected to a master server at 127.0.192.61:34681
I20260630 12:34:15.144767  1095 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:15.145463  1094 heartbeater.cc:344] Connected to a master server at 127.0.192.60:33819
I20260630 12:34:15.145885  1094 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:15.146167  1095 heartbeater.cc:507] Master 127.0.192.61:34681 requested a full tablet report, sending...
I20260630 12:34:15.146991  1094 heartbeater.cc:507] Master 127.0.192.60:33819 requested a full tablet report, sending...
I20260630 12:34:15.151088   930 ts_manager.cc:194] Registered new tserver with Master: 6352ef8efbc54ab9b053fd41174ffeb1 (127.0.192.1:46557)
I20260630 12:34:15.152588   865 ts_manager.cc:194] Registered new tserver with Master: 6352ef8efbc54ab9b053fd41174ffeb1 (127.0.192.1:46557)
W20260630 12:34:15.170631  1101 instance_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.171787  1096 heartbeater.cc:344] Connected to a master server at 127.0.192.62:44077
I20260630 12:34:15.172353  1096 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:15.173462  1096 heartbeater.cc:507] Master 127.0.192.62:44077 requested a full tablet report, sending...
W20260630 12:34:15.175462  1102 instance_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.177866   800 ts_manager.cc:194] Registered new tserver with Master: 6352ef8efbc54ab9b053fd41174ffeb1 (127.0.192.1:46557)
I20260630 12:34:15.180713   800 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46544
W20260630 12:34:15.183267  1104 instance_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.185158   768 server_base.cc:1061] running on GCE node
I20260630 12:34:15.186021   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:15.186262   768 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.186450   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822855186429 us; error 0 us; skew 500 ppm
I20260630 12:34:15.186985   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:15.189710   768 webserver.cc:533] Webserver started at http://127.0.192.2:37977/ using document root <none> and password file <none>
I20260630 12:34:15.190240   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:15.190438   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:15.190721   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:15.191732   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822852710831-768-0/minicluster-data/ts-1-root/instance:
uuid: "85632ad9b93c4abf98b75371ac57e705"
format_stamp: "Formatted at 2026-06-30 12:34:15 on dist-test-slave-n0zz"
I20260630 12:34:15.196262   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:34:15.199628  1109 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.200474   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.001s
I20260630 12:34:15.200764   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822852710831-768-0/minicluster-data/ts-1-root
uuid: "85632ad9b93c4abf98b75371ac57e705"
format_stamp: "Formatted at 2026-06-30 12:34:15 on dist-test-slave-n0zz"
I20260630 12:34:15.201030   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822852710831-768-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822852710831-768-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822852710831-768-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.226240   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:15.227535   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:15.229357   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:15.231863   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:15.232043   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:15.232333   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:15.232493   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:15.332376   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.2:33811
I20260630 12:34:15.332469  1171 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.2:33811 every 8 connection(s)
I20260630 12:34:15.362057   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:34:15.369453  1172 heartbeater.cc:344] Connected to a master server at 127.0.192.60:33819
I20260630 12:34:15.369884  1172 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:15.370062  1173 heartbeater.cc:344] Connected to a master server at 127.0.192.61:34681
I20260630 12:34:15.370529  1173 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:15.370851  1172 heartbeater.cc:507] Master 127.0.192.60:33819 requested a full tablet report, sending...
I20260630 12:34:15.371528  1173 heartbeater.cc:507] Master 127.0.192.61:34681 requested a full tablet report, sending...
I20260630 12:34:15.374423   930 ts_manager.cc:194] Registered new tserver with Master: 85632ad9b93c4abf98b75371ac57e705 (127.0.192.2:33811)
I20260630 12:34:15.374754   865 ts_manager.cc:194] Registered new tserver with Master: 85632ad9b93c4abf98b75371ac57e705 (127.0.192.2:33811)
W20260630 12:34:15.379647  1179 instance_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.380077  1175 heartbeater.cc:344] Connected to a master server at 127.0.192.62:44077
I20260630 12:34:15.380689  1175 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:15.381893  1175 heartbeater.cc:507] Master 127.0.192.62:44077 requested a full tablet report, sending...
W20260630 12:34:15.382966  1180 instance_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.385082   800 ts_manager.cc:194] Registered new tserver with Master: 85632ad9b93c4abf98b75371ac57e705 (127.0.192.2:33811)
I20260630 12:34:15.387548   800 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46558
I20260630 12:34:15.390239   768 server_base.cc:1061] running on GCE node
W20260630 12:34:15.392350  1182 instance_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.393589   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:15.393908   768 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.394147   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822855394129 us; error 0 us; skew 500 ppm
I20260630 12:34:15.394917   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:15.397997   768 webserver.cc:533] Webserver started at http://127.0.192.3:34101/ using document root <none> and password file <none>
I20260630 12:34:15.398701   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:15.398962   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:15.399328   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:15.400884   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822852710831-768-0/minicluster-data/ts-2-root/instance:
uuid: "eca17b1170e84f9686dba4b5267c195a"
format_stamp: "Formatted at 2026-06-30 12:34:15 on dist-test-slave-n0zz"
I20260630 12:34:15.407600   768 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.009s	sys 0.000s
I20260630 12:34:15.412577  1187 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.413568   768 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:34:15.413960   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822852710831-768-0/minicluster-data/ts-2-root
uuid: "eca17b1170e84f9686dba4b5267c195a"
format_stamp: "Formatted at 2026-06-30 12:34:15 on dist-test-slave-n0zz"
I20260630 12:34:15.414405   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822852710831-768-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822852710831-768-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822852710831-768-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.443576   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:15.445432   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:15.447341   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:15.450428   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:15.450709   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:15.451012   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:15.451331   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:34:15.562881   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.3:36625
I20260630 12:34:15.563040  1249 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.3:36625 every 8 connection(s)
I20260630 12:34:15.602183  1250 heartbeater.cc:344] Connected to a master server at 127.0.192.60:33819
I20260630 12:34:15.602687  1250 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:15.603832  1250 heartbeater.cc:507] Master 127.0.192.60:33819 requested a full tablet report, sending...
I20260630 12:34:15.605118  1251 heartbeater.cc:344] Connected to a master server at 127.0.192.61:34681
I20260630 12:34:15.605494  1251 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:15.606426  1251 heartbeater.cc:507] Master 127.0.192.61:34681 requested a full tablet report, sending...
I20260630 12:34:15.606873   930 ts_manager.cc:194] Registered new tserver with Master: eca17b1170e84f9686dba4b5267c195a (127.0.192.3:36625)
I20260630 12:34:15.609426  1252 heartbeater.cc:344] Connected to a master server at 127.0.192.62:44077
I20260630 12:34:15.609292   865 ts_manager.cc:194] Registered new tserver with Master: eca17b1170e84f9686dba4b5267c195a (127.0.192.3:36625)
I20260630 12:34:15.609851  1252 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:15.611228  1252 heartbeater.cc:507] Master 127.0.192.62:44077 requested a full tablet report, sending...
I20260630 12:34:15.613322   800 ts_manager.cc:194] Registered new tserver with Master: eca17b1170e84f9686dba4b5267c195a (127.0.192.3:36625)
I20260630 12:34:15.613988   768 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.031547655s
I20260630 12:34:15.615130   800 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46562
I20260630 12:34:15.780218  1007 catalog_manager.cc:1295] Loaded cluster ID: b073661561374644a6a5c4096e8fdd20
I20260630 12:34:15.780524  1007 catalog_manager.cc:1588] T 00000000000000000000000000000000 P a6909c38b5ac4f29bd7621c10087cc07: loading cluster ID for follower catalog manager: success
I20260630 12:34:15.786952  1010 catalog_manager.cc:1295] Loaded cluster ID: b073661561374644a6a5c4096e8fdd20
I20260630 12:34:15.787263  1010 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 498bccd0a1be48d88a86a7f0d5034608: loading cluster ID for follower catalog manager: success
I20260630 12:34:15.787528  1007 catalog_manager.cc:1610] T 00000000000000000000000000000000 P a6909c38b5ac4f29bd7621c10087cc07: acquiring CA information for follower catalog manager: success
I20260630 12:34:15.793051  1007 catalog_manager.cc:1638] T 00000000000000000000000000000000 P a6909c38b5ac4f29bd7621c10087cc07: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:34:15.794093  1010 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 498bccd0a1be48d88a86a7f0d5034608: acquiring CA information for follower catalog manager: success
I20260630 12:34:15.797669  1010 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 498bccd0a1be48d88a86a7f0d5034608: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:34:16.184598  1096 heartbeater.cc:499] Master 127.0.192.62:44077 was elected leader, sending a full tablet report...
I20260630 12:34:16.391139  1175 heartbeater.cc:499] Master 127.0.192.62:44077 was elected leader, sending a full tablet report...
I20260630 12:34:16.618536  1252 heartbeater.cc:499] Master 127.0.192.62:44077 was elected leader, sending a full tablet report...
I20260630 12:34:16.763163  1001 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:16.849906   800 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:46578:
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:34:16.954344  1215 tablet_service.cc:1511] Processing CreateTablet for tablet 04f45ff53abc4587968c2fe3f89c0232 (DEFAULT_TABLE table=test-workload [id=523ca9721ca14858a1d28f3d9dfb904b]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:34:16.957396  1059 tablet_service.cc:1511] Processing CreateTablet for tablet c0ace0c150504080be80d95543d32278 (DEFAULT_TABLE table=test-workload [id=523ca9721ca14858a1d28f3d9dfb904b]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:34:16.957639  1058 tablet_service.cc:1511] Processing CreateTablet for tablet 52946dd5c3d644128a588e85f114bb2d (DEFAULT_TABLE table=test-workload [id=523ca9721ca14858a1d28f3d9dfb904b]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:34:16.958622  1215 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 04f45ff53abc4587968c2fe3f89c0232. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:16.959268  1058 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 52946dd5c3d644128a588e85f114bb2d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:16.959900  1059 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c0ace0c150504080be80d95543d32278. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:16.962383  1137 tablet_service.cc:1511] Processing CreateTablet for tablet 7a81480e39e1461ca9436242be0cfee5 (DEFAULT_TABLE table=test-workload [id=523ca9721ca14858a1d28f3d9dfb904b]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:34:16.963909  1137 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7a81480e39e1461ca9436242be0cfee5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:16.992429  1284 tablet_bootstrap.cc:492] T 7a81480e39e1461ca9436242be0cfee5 P 85632ad9b93c4abf98b75371ac57e705: Bootstrap starting.
I20260630 12:34:16.996764  1285 tablet_bootstrap.cc:492] T 52946dd5c3d644128a588e85f114bb2d P 6352ef8efbc54ab9b053fd41174ffeb1: Bootstrap starting.
I20260630 12:34:16.997653  1286 tablet_bootstrap.cc:492] T 04f45ff53abc4587968c2fe3f89c0232 P eca17b1170e84f9686dba4b5267c195a: Bootstrap starting.
I20260630 12:34:17.001956  1284 tablet_bootstrap.cc:654] T 7a81480e39e1461ca9436242be0cfee5 P 85632ad9b93c4abf98b75371ac57e705: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:17.003413  1286 tablet_bootstrap.cc:654] T 04f45ff53abc4587968c2fe3f89c0232 P eca17b1170e84f9686dba4b5267c195a: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:17.005280  1285 tablet_bootstrap.cc:654] T 52946dd5c3d644128a588e85f114bb2d P 6352ef8efbc54ab9b053fd41174ffeb1: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:17.012023  1284 tablet_bootstrap.cc:492] T 7a81480e39e1461ca9436242be0cfee5 P 85632ad9b93c4abf98b75371ac57e705: No bootstrap required, opened a new log
I20260630 12:34:17.012768  1284 ts_tablet_manager.cc:1403] T 7a81480e39e1461ca9436242be0cfee5 P 85632ad9b93c4abf98b75371ac57e705: Time spent bootstrapping tablet: real 0.021s	user 0.009s	sys 0.008s
I20260630 12:34:17.013697  1285 tablet_bootstrap.cc:492] T 52946dd5c3d644128a588e85f114bb2d P 6352ef8efbc54ab9b053fd41174ffeb1: No bootstrap required, opened a new log
I20260630 12:34:17.014926  1286 tablet_bootstrap.cc:492] T 04f45ff53abc4587968c2fe3f89c0232 P eca17b1170e84f9686dba4b5267c195a: No bootstrap required, opened a new log
I20260630 12:34:17.014175  1285 ts_tablet_manager.cc:1403] T 52946dd5c3d644128a588e85f114bb2d P 6352ef8efbc54ab9b053fd41174ffeb1: Time spent bootstrapping tablet: real 0.018s	user 0.011s	sys 0.005s
I20260630 12:34:17.015440  1286 ts_tablet_manager.cc:1403] T 04f45ff53abc4587968c2fe3f89c0232 P eca17b1170e84f9686dba4b5267c195a: Time spent bootstrapping tablet: real 0.018s	user 0.009s	sys 0.008s
I20260630 12:34:17.016011  1284 raft_consensus.cc:359] T 7a81480e39e1461ca9436242be0cfee5 P 85632ad9b93c4abf98b75371ac57e705 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "85632ad9b93c4abf98b75371ac57e705" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33811 } }
I20260630 12:34:17.016633  1284 raft_consensus.cc:385] T 7a81480e39e1461ca9436242be0cfee5 P 85632ad9b93c4abf98b75371ac57e705 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:17.016975  1284 raft_consensus.cc:740] T 7a81480e39e1461ca9436242be0cfee5 P 85632ad9b93c4abf98b75371ac57e705 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 85632ad9b93c4abf98b75371ac57e705, State: Initialized, Role: FOLLOWER
I20260630 12:34:17.017722  1284 consensus_queue.cc:260] T 7a81480e39e1461ca9436242be0cfee5 P 85632ad9b93c4abf98b75371ac57e705 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "85632ad9b93c4abf98b75371ac57e705" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33811 } }
I20260630 12:34:17.018395  1284 raft_consensus.cc:399] T 7a81480e39e1461ca9436242be0cfee5 P 85632ad9b93c4abf98b75371ac57e705 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:17.018829  1284 raft_consensus.cc:493] T 7a81480e39e1461ca9436242be0cfee5 P 85632ad9b93c4abf98b75371ac57e705 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:17.019200  1284 raft_consensus.cc:3060] T 7a81480e39e1461ca9436242be0cfee5 P 85632ad9b93c4abf98b75371ac57e705 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:17.019052  1286 raft_consensus.cc:359] T 04f45ff53abc4587968c2fe3f89c0232 P eca17b1170e84f9686dba4b5267c195a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "eca17b1170e84f9686dba4b5267c195a" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36625 } }
I20260630 12:34:17.019650  1286 raft_consensus.cc:385] T 04f45ff53abc4587968c2fe3f89c0232 P eca17b1170e84f9686dba4b5267c195a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:17.019958  1286 raft_consensus.cc:740] T 04f45ff53abc4587968c2fe3f89c0232 P eca17b1170e84f9686dba4b5267c195a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eca17b1170e84f9686dba4b5267c195a, State: Initialized, Role: FOLLOWER
I20260630 12:34:17.020185  1285 raft_consensus.cc:359] T 52946dd5c3d644128a588e85f114bb2d P 6352ef8efbc54ab9b053fd41174ffeb1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6352ef8efbc54ab9b053fd41174ffeb1" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 46557 } }
I20260630 12:34:17.020792  1285 raft_consensus.cc:385] T 52946dd5c3d644128a588e85f114bb2d P 6352ef8efbc54ab9b053fd41174ffeb1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:17.020665  1286 consensus_queue.cc:260] T 04f45ff53abc4587968c2fe3f89c0232 P eca17b1170e84f9686dba4b5267c195a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "eca17b1170e84f9686dba4b5267c195a" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36625 } }
I20260630 12:34:17.021104  1285 raft_consensus.cc:740] T 52946dd5c3d644128a588e85f114bb2d P 6352ef8efbc54ab9b053fd41174ffeb1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6352ef8efbc54ab9b053fd41174ffeb1, State: Initialized, Role: FOLLOWER
I20260630 12:34:17.021411  1286 raft_consensus.cc:399] T 04f45ff53abc4587968c2fe3f89c0232 P eca17b1170e84f9686dba4b5267c195a [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:17.021839  1286 raft_consensus.cc:493] T 04f45ff53abc4587968c2fe3f89c0232 P eca17b1170e84f9686dba4b5267c195a [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:17.021845  1285 consensus_queue.cc:260] T 52946dd5c3d644128a588e85f114bb2d P 6352ef8efbc54ab9b053fd41174ffeb1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "6352ef8efbc54ab9b053fd41174ffeb1" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 46557 } }
I20260630 12:34:17.022305  1286 raft_consensus.cc:3060] T 04f45ff53abc4587968c2fe3f89c0232 P eca17b1170e84f9686dba4b5267c195a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:17.022716  1285 raft_consensus.cc:399] T 52946dd5c3d644128a588e85f114bb2d P 6352ef8efbc54ab9b053fd41174ffeb1 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:17.023252  1285 raft_consensus.cc:493] T 52946dd5c3d644128a588e85f114bb2d P 6352ef8efbc54ab9b053fd41174ffeb1 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:17.023674  1285 raft_consensus.cc:3060] T 52946dd5c3d644128a588e85f114bb2d P 6352ef8efbc54ab9b053fd41174ffeb1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:17.026594  1284 raft_consensus.cc:515] T 7a81480e39e1461ca9436242be0cfee5 P 85632ad9b93c4abf98b75371ac57e705 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "85632ad9b93c4abf98b75371ac57e705" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33811 } }
I20260630 12:34:17.027243  1284 leader_election.cc:304] T 7a81480e39e1461ca9436242be0cfee5 P 85632ad9b93c4abf98b75371ac57e705 [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: 85632ad9b93c4abf98b75371ac57e705; no voters: 
I20260630 12:34:17.029613  1284 leader_election.cc:290] T 7a81480e39e1461ca9436242be0cfee5 P 85632ad9b93c4abf98b75371ac57e705 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:17.029736  1286 raft_consensus.cc:515] T 04f45ff53abc4587968c2fe3f89c0232 P eca17b1170e84f9686dba4b5267c195a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "eca17b1170e84f9686dba4b5267c195a" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36625 } }
I20260630 12:34:17.030081  1290 raft_consensus.cc:2804] T 7a81480e39e1461ca9436242be0cfee5 P 85632ad9b93c4abf98b75371ac57e705 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:17.030517  1285 raft_consensus.cc:515] T 52946dd5c3d644128a588e85f114bb2d P 6352ef8efbc54ab9b053fd41174ffeb1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6352ef8efbc54ab9b053fd41174ffeb1" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 46557 } }
I20260630 12:34:17.030647  1286 leader_election.cc:304] T 04f45ff53abc4587968c2fe3f89c0232 P eca17b1170e84f9686dba4b5267c195a [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: eca17b1170e84f9686dba4b5267c195a; no voters: 
I20260630 12:34:17.031463  1285 leader_election.cc:304] T 52946dd5c3d644128a588e85f114bb2d P 6352ef8efbc54ab9b053fd41174ffeb1 [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: 6352ef8efbc54ab9b053fd41174ffeb1; no voters: 
I20260630 12:34:17.033560  1284 ts_tablet_manager.cc:1434] T 7a81480e39e1461ca9436242be0cfee5 P 85632ad9b93c4abf98b75371ac57e705: Time spent starting tablet: real 0.020s	user 0.014s	sys 0.005s
I20260630 12:34:17.037038  1285 leader_election.cc:290] T 52946dd5c3d644128a588e85f114bb2d P 6352ef8efbc54ab9b053fd41174ffeb1 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:17.037776  1293 raft_consensus.cc:2804] T 52946dd5c3d644128a588e85f114bb2d P 6352ef8efbc54ab9b053fd41174ffeb1 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:17.040149  1290 raft_consensus.cc:697] T 7a81480e39e1461ca9436242be0cfee5 P 85632ad9b93c4abf98b75371ac57e705 [term 1 LEADER]: Becoming Leader. State: Replica: 85632ad9b93c4abf98b75371ac57e705, State: Running, Role: LEADER
I20260630 12:34:17.041991  1286 leader_election.cc:290] T 04f45ff53abc4587968c2fe3f89c0232 P eca17b1170e84f9686dba4b5267c195a [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:17.044510  1293 raft_consensus.cc:697] T 52946dd5c3d644128a588e85f114bb2d P 6352ef8efbc54ab9b053fd41174ffeb1 [term 1 LEADER]: Becoming Leader. State: Replica: 6352ef8efbc54ab9b053fd41174ffeb1, State: Running, Role: LEADER
I20260630 12:34:17.042559  1290 consensus_queue.cc:237] T 7a81480e39e1461ca9436242be0cfee5 P 85632ad9b93c4abf98b75371ac57e705 [LEADER]: Queue going to LEADER mode. State: All 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: "85632ad9b93c4abf98b75371ac57e705" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33811 } }
I20260630 12:34:17.044952  1292 raft_consensus.cc:2804] T 04f45ff53abc4587968c2fe3f89c0232 P eca17b1170e84f9686dba4b5267c195a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:17.049476  1293 consensus_queue.cc:237] T 52946dd5c3d644128a588e85f114bb2d P 6352ef8efbc54ab9b053fd41174ffeb1 [LEADER]: Queue going to LEADER mode. State: All 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: "6352ef8efbc54ab9b053fd41174ffeb1" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 46557 } }
I20260630 12:34:17.051198  1292 raft_consensus.cc:697] T 04f45ff53abc4587968c2fe3f89c0232 P eca17b1170e84f9686dba4b5267c195a [term 1 LEADER]: Becoming Leader. State: Replica: eca17b1170e84f9686dba4b5267c195a, State: Running, Role: LEADER
I20260630 12:34:17.052515  1292 consensus_queue.cc:237] T 04f45ff53abc4587968c2fe3f89c0232 P eca17b1170e84f9686dba4b5267c195a [LEADER]: Queue going to LEADER mode. State: All 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: "eca17b1170e84f9686dba4b5267c195a" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36625 } }
I20260630 12:34:17.053462  1285 ts_tablet_manager.cc:1434] T 52946dd5c3d644128a588e85f114bb2d P 6352ef8efbc54ab9b053fd41174ffeb1: Time spent starting tablet: real 0.038s	user 0.019s	sys 0.012s
I20260630 12:34:17.055752  1285 tablet_bootstrap.cc:492] T c0ace0c150504080be80d95543d32278 P 6352ef8efbc54ab9b053fd41174ffeb1: Bootstrap starting.
I20260630 12:34:17.059895  1286 ts_tablet_manager.cc:1434] T 04f45ff53abc4587968c2fe3f89c0232 P eca17b1170e84f9686dba4b5267c195a: Time spent starting tablet: real 0.044s	user 0.024s	sys 0.015s
I20260630 12:34:17.076812  1285 tablet_bootstrap.cc:654] T c0ace0c150504080be80d95543d32278 P 6352ef8efbc54ab9b053fd41174ffeb1: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:17.085557  1285 tablet_bootstrap.cc:492] T c0ace0c150504080be80d95543d32278 P 6352ef8efbc54ab9b053fd41174ffeb1: No bootstrap required, opened a new log
I20260630 12:34:17.085340   800 catalog_manager.cc:5697] T 52946dd5c3d644128a588e85f114bb2d P 6352ef8efbc54ab9b053fd41174ffeb1 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6352ef8efbc54ab9b053fd41174ffeb1 (127.0.192.1). New cstate: current_term: 1 leader_uuid: "6352ef8efbc54ab9b053fd41174ffeb1" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6352ef8efbc54ab9b053fd41174ffeb1" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 46557 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:17.086062  1285 ts_tablet_manager.cc:1403] T c0ace0c150504080be80d95543d32278 P 6352ef8efbc54ab9b053fd41174ffeb1: Time spent bootstrapping tablet: real 0.031s	user 0.013s	sys 0.004s
I20260630 12:34:17.089026  1285 raft_consensus.cc:359] T c0ace0c150504080be80d95543d32278 P 6352ef8efbc54ab9b053fd41174ffeb1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6352ef8efbc54ab9b053fd41174ffeb1" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 46557 } }
I20260630 12:34:17.089648  1285 raft_consensus.cc:385] T c0ace0c150504080be80d95543d32278 P 6352ef8efbc54ab9b053fd41174ffeb1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:17.089967  1285 raft_consensus.cc:740] T c0ace0c150504080be80d95543d32278 P 6352ef8efbc54ab9b053fd41174ffeb1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6352ef8efbc54ab9b053fd41174ffeb1, State: Initialized, Role: FOLLOWER
I20260630 12:34:17.090762  1285 consensus_queue.cc:260] T c0ace0c150504080be80d95543d32278 P 6352ef8efbc54ab9b053fd41174ffeb1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "6352ef8efbc54ab9b053fd41174ffeb1" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 46557 } }
I20260630 12:34:17.091439  1285 raft_consensus.cc:399] T c0ace0c150504080be80d95543d32278 P 6352ef8efbc54ab9b053fd41174ffeb1 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:17.091779  1285 raft_consensus.cc:493] T c0ace0c150504080be80d95543d32278 P 6352ef8efbc54ab9b053fd41174ffeb1 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:17.092166  1285 raft_consensus.cc:3060] T c0ace0c150504080be80d95543d32278 P 6352ef8efbc54ab9b053fd41174ffeb1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:17.096490   798 catalog_manager.cc:5697] T 04f45ff53abc4587968c2fe3f89c0232 P eca17b1170e84f9686dba4b5267c195a reported cstate change: term changed from 0 to 1, leader changed from <none> to eca17b1170e84f9686dba4b5267c195a (127.0.192.3). New cstate: current_term: 1 leader_uuid: "eca17b1170e84f9686dba4b5267c195a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "eca17b1170e84f9686dba4b5267c195a" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36625 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:17.099336  1285 raft_consensus.cc:515] T c0ace0c150504080be80d95543d32278 P 6352ef8efbc54ab9b053fd41174ffeb1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6352ef8efbc54ab9b053fd41174ffeb1" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 46557 } }
I20260630 12:34:17.100188  1285 leader_election.cc:304] T c0ace0c150504080be80d95543d32278 P 6352ef8efbc54ab9b053fd41174ffeb1 [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: 6352ef8efbc54ab9b053fd41174ffeb1; no voters: 
I20260630 12:34:17.100862  1285 leader_election.cc:290] T c0ace0c150504080be80d95543d32278 P 6352ef8efbc54ab9b053fd41174ffeb1 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:17.101565  1295 raft_consensus.cc:2804] T c0ace0c150504080be80d95543d32278 P 6352ef8efbc54ab9b053fd41174ffeb1 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:17.102198  1295 raft_consensus.cc:697] T c0ace0c150504080be80d95543d32278 P 6352ef8efbc54ab9b053fd41174ffeb1 [term 1 LEADER]: Becoming Leader. State: Replica: 6352ef8efbc54ab9b053fd41174ffeb1, State: Running, Role: LEADER
I20260630 12:34:17.102906  1295 consensus_queue.cc:237] T c0ace0c150504080be80d95543d32278 P 6352ef8efbc54ab9b053fd41174ffeb1 [LEADER]: Queue going to LEADER mode. State: All 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: "6352ef8efbc54ab9b053fd41174ffeb1" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 46557 } }
I20260630 12:34:17.104463  1285 ts_tablet_manager.cc:1434] T c0ace0c150504080be80d95543d32278 P 6352ef8efbc54ab9b053fd41174ffeb1: Time spent starting tablet: real 0.018s	user 0.015s	sys 0.001s
I20260630 12:34:17.106577   799 catalog_manager.cc:5697] T 7a81480e39e1461ca9436242be0cfee5 P 85632ad9b93c4abf98b75371ac57e705 reported cstate change: term changed from 0 to 1, leader changed from <none> to 85632ad9b93c4abf98b75371ac57e705 (127.0.192.2). New cstate: current_term: 1 leader_uuid: "85632ad9b93c4abf98b75371ac57e705" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "85632ad9b93c4abf98b75371ac57e705" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33811 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:17.149933   797 catalog_manager.cc:5697] T c0ace0c150504080be80d95543d32278 P 6352ef8efbc54ab9b053fd41174ffeb1 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6352ef8efbc54ab9b053fd41174ffeb1 (127.0.192.1). New cstate: current_term: 1 leader_uuid: "6352ef8efbc54ab9b053fd41174ffeb1" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6352ef8efbc54ab9b053fd41174ffeb1" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 46557 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:18.764221  1001 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:18.766795  1001 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:19.187304   768 tablet_server.cc:179] TabletServer@127.0.192.1:0 shutting down...
I20260630 12:34:19.206004   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:19.206773   768 tablet_replica.cc:333] T c0ace0c150504080be80d95543d32278 P 6352ef8efbc54ab9b053fd41174ffeb1: stopping tablet replica
I20260630 12:34:19.207342   768 raft_consensus.cc:2243] T c0ace0c150504080be80d95543d32278 P 6352ef8efbc54ab9b053fd41174ffeb1 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:19.207756   768 raft_consensus.cc:2272] T c0ace0c150504080be80d95543d32278 P 6352ef8efbc54ab9b053fd41174ffeb1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:19.209744   768 tablet_replica.cc:333] T 52946dd5c3d644128a588e85f114bb2d P 6352ef8efbc54ab9b053fd41174ffeb1: stopping tablet replica
I20260630 12:34:19.210141   768 raft_consensus.cc:2243] T 52946dd5c3d644128a588e85f114bb2d P 6352ef8efbc54ab9b053fd41174ffeb1 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:19.210554   768 raft_consensus.cc:2272] T 52946dd5c3d644128a588e85f114bb2d P 6352ef8efbc54ab9b053fd41174ffeb1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:19.296080   768 tablet_server.cc:196] TabletServer@127.0.192.1:0 shutdown complete.
I20260630 12:34:19.306752   768 tablet_server.cc:179] TabletServer@127.0.192.2:0 shutting down...
I20260630 12:34:19.325172   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:19.325829   768 tablet_replica.cc:333] T 7a81480e39e1461ca9436242be0cfee5 P 85632ad9b93c4abf98b75371ac57e705: stopping tablet replica
I20260630 12:34:19.326406   768 raft_consensus.cc:2243] T 7a81480e39e1461ca9436242be0cfee5 P 85632ad9b93c4abf98b75371ac57e705 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:19.326853   768 raft_consensus.cc:2272] T 7a81480e39e1461ca9436242be0cfee5 P 85632ad9b93c4abf98b75371ac57e705 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:19.345175   768 tablet_server.cc:196] TabletServer@127.0.192.2:0 shutdown complete.
I20260630 12:34:19.354283   768 tablet_server.cc:179] TabletServer@127.0.192.3:0 shutting down...
I20260630 12:34:19.370749   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:19.371380   768 tablet_replica.cc:333] T 04f45ff53abc4587968c2fe3f89c0232 P eca17b1170e84f9686dba4b5267c195a: stopping tablet replica
I20260630 12:34:19.371860   768 raft_consensus.cc:2243] T 04f45ff53abc4587968c2fe3f89c0232 P eca17b1170e84f9686dba4b5267c195a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:19.372288   768 raft_consensus.cc:2272] T 04f45ff53abc4587968c2fe3f89c0232 P eca17b1170e84f9686dba4b5267c195a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:19.390421   768 tablet_server.cc:196] TabletServer@127.0.192.3:0 shutdown complete.
I20260630 12:34:19.397994   768 master.cc:562] Master@127.0.192.62:44077 shutting down...
I20260630 12:34:19.495347   768 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:19.496249   768 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:19.496565   768 tablet_replica.cc:333] T 00000000000000000000000000000000 P 59c573fa3fd24920b26c078518727c3e: stopping tablet replica
I20260630 12:34:19.515228   768 master.cc:584] Master@127.0.192.62:44077 shutdown complete.
I20260630 12:34:19.526573   768 master.cc:562] Master@127.0.192.61:34681 shutting down...
I20260630 12:34:19.541220   768 raft_consensus.cc:2243] T 00000000000000000000000000000000 P a6909c38b5ac4f29bd7621c10087cc07 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:19.541821   768 raft_consensus.cc:2272] T 00000000000000000000000000000000 P a6909c38b5ac4f29bd7621c10087cc07 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:19.542220   768 tablet_replica.cc:333] T 00000000000000000000000000000000 P a6909c38b5ac4f29bd7621c10087cc07: stopping tablet replica
I20260630 12:34:19.594606   768 master.cc:584] Master@127.0.192.61:34681 shutdown complete.
I20260630 12:34:19.604230   768 master.cc:562] Master@127.0.192.60:33819 shutting down...
I20260630 12:34:19.618825   768 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 498bccd0a1be48d88a86a7f0d5034608 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:19.619352   768 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 498bccd0a1be48d88a86a7f0d5034608 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:19.619660   768 tablet_replica.cc:333] T 00000000000000000000000000000000 P 498bccd0a1be48d88a86a7f0d5034608: stopping tablet replica
I20260630 12:34:19.636684   768 master.cc:584] Master@127.0.192.60:33819 shutdown complete.
[       OK ] AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing (6776 ms)
[ RUN      ] AutoRebalancerTest.AutoRebalancingTurnOffAndOn
I20260630 12:34:19.662132   768 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.192.62:37219
I20260630 12:34:19.663203   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:19.667840  1307 instance_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:19.668334  1308 instance_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:19.669420  1310 instance_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:19.671610   768 server_base.cc:1061] running on GCE node
I20260630 12:34:19.672374   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:19.672549   768 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:19.672751   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822859672716 us; error 0 us; skew 500 ppm
I20260630 12:34:19.673267   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:19.675719   768 webserver.cc:533] Webserver started at http://127.0.192.62:43347/ using document root <none> and password file <none>
I20260630 12:34:19.676191   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:19.676390   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:19.676658   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:19.677693   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822852710831-768-0/minicluster-data/master-0-root/instance:
uuid: "c5fa58cd17e148f4b2eba375e58bfd92"
format_stamp: "Formatted at 2026-06-30 12:34:19 on dist-test-slave-n0zz"
I20260630 12:34:19.681794   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:34:19.684960  1315 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:19.685694   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:34:19.685969   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822852710831-768-0/minicluster-data/master-0-root
uuid: "c5fa58cd17e148f4b2eba375e58bfd92"
format_stamp: "Formatted at 2026-06-30 12:34:19 on dist-test-slave-n0zz"
I20260630 12:34:19.686276   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822852710831-768-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822852710831-768-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822852710831-768-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:19.709378   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:19.710438   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:19.744151   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.62:37219
I20260630 12:34:19.744216  1366 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.62:37219 every 8 connection(s)
I20260630 12:34:19.748122  1367 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:19.756876  1367 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c5fa58cd17e148f4b2eba375e58bfd92: Bootstrap starting.
I20260630 12:34:19.760808  1367 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c5fa58cd17e148f4b2eba375e58bfd92: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:19.764580  1367 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c5fa58cd17e148f4b2eba375e58bfd92: No bootstrap required, opened a new log
I20260630 12:34:19.766628  1367 raft_consensus.cc:359] T 00000000000000000000000000000000 P c5fa58cd17e148f4b2eba375e58bfd92 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c5fa58cd17e148f4b2eba375e58bfd92" member_type: VOTER }
I20260630 12:34:19.767098  1367 raft_consensus.cc:385] T 00000000000000000000000000000000 P c5fa58cd17e148f4b2eba375e58bfd92 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:19.767334  1367 raft_consensus.cc:740] T 00000000000000000000000000000000 P c5fa58cd17e148f4b2eba375e58bfd92 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c5fa58cd17e148f4b2eba375e58bfd92, State: Initialized, Role: FOLLOWER
I20260630 12:34:19.767935  1367 consensus_queue.cc:260] T 00000000000000000000000000000000 P c5fa58cd17e148f4b2eba375e58bfd92 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "c5fa58cd17e148f4b2eba375e58bfd92" member_type: VOTER }
I20260630 12:34:19.768393  1367 raft_consensus.cc:399] T 00000000000000000000000000000000 P c5fa58cd17e148f4b2eba375e58bfd92 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:19.768668  1367 raft_consensus.cc:493] T 00000000000000000000000000000000 P c5fa58cd17e148f4b2eba375e58bfd92 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:19.768942  1367 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c5fa58cd17e148f4b2eba375e58bfd92 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:19.772905  1367 raft_consensus.cc:515] T 00000000000000000000000000000000 P c5fa58cd17e148f4b2eba375e58bfd92 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c5fa58cd17e148f4b2eba375e58bfd92" member_type: VOTER }
I20260630 12:34:19.773427  1367 leader_election.cc:304] T 00000000000000000000000000000000 P c5fa58cd17e148f4b2eba375e58bfd92 [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: c5fa58cd17e148f4b2eba375e58bfd92; no voters: 
I20260630 12:34:19.774592  1367 leader_election.cc:290] T 00000000000000000000000000000000 P c5fa58cd17e148f4b2eba375e58bfd92 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:19.774971  1370 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c5fa58cd17e148f4b2eba375e58bfd92 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:19.776330  1370 raft_consensus.cc:697] T 00000000000000000000000000000000 P c5fa58cd17e148f4b2eba375e58bfd92 [term 1 LEADER]: Becoming Leader. State: Replica: c5fa58cd17e148f4b2eba375e58bfd92, State: Running, Role: LEADER
I20260630 12:34:19.776949  1370 consensus_queue.cc:237] T 00000000000000000000000000000000 P c5fa58cd17e148f4b2eba375e58bfd92 [LEADER]: Queue going to LEADER mode. State: All 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: "c5fa58cd17e148f4b2eba375e58bfd92" member_type: VOTER }
I20260630 12:34:19.777480  1367 sys_catalog.cc:565] T 00000000000000000000000000000000 P c5fa58cd17e148f4b2eba375e58bfd92 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:19.779896  1371 sys_catalog.cc:455] T 00000000000000000000000000000000 P c5fa58cd17e148f4b2eba375e58bfd92 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "c5fa58cd17e148f4b2eba375e58bfd92" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c5fa58cd17e148f4b2eba375e58bfd92" member_type: VOTER } }
I20260630 12:34:19.779965  1372 sys_catalog.cc:455] T 00000000000000000000000000000000 P c5fa58cd17e148f4b2eba375e58bfd92 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c5fa58cd17e148f4b2eba375e58bfd92. Latest consensus state: current_term: 1 leader_uuid: "c5fa58cd17e148f4b2eba375e58bfd92" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c5fa58cd17e148f4b2eba375e58bfd92" member_type: VOTER } }
I20260630 12:34:19.780700  1371 sys_catalog.cc:458] T 00000000000000000000000000000000 P c5fa58cd17e148f4b2eba375e58bfd92 [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:19.781090  1372 sys_catalog.cc:458] T 00000000000000000000000000000000 P c5fa58cd17e148f4b2eba375e58bfd92 [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:19.788904  1377 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:34:19.794489  1377 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:34:19.795624   768 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:34:19.803345  1377 catalog_manager.cc:1383] Generated new cluster ID: 8129513ec89e4ef592c1f0bd279aaf1d
I20260630 12:34:19.803702  1377 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:34:19.830129  1377 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:34:19.831444  1377 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:34:19.844668  1377 catalog_manager.cc:6070] T 00000000000000000000000000000000 P c5fa58cd17e148f4b2eba375e58bfd92: Generated new TSK 0
I20260630 12:34:19.845304  1377 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:34:19.862515   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:19.868248  1388 instance_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:19.869210  1389 instance_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:19.871292   768 server_base.cc:1061] running on GCE node
W20260630 12:34:19.871237  1391 instance_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:19.872311   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:19.872532   768 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:19.872700   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822859872663 us; error 0 us; skew 500 ppm
I20260630 12:34:19.873207   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:19.876001   768 webserver.cc:533] Webserver started at http://127.0.192.1:44101/ using document root <none> and password file <none>
I20260630 12:34:19.876540   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:19.876752   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:19.877086   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:19.878304   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822852710831-768-0/minicluster-data/ts-0-root/instance:
uuid: "af62e58a30c84b0998b5221b84cbbb2a"
format_stamp: "Formatted at 2026-06-30 12:34:19 on dist-test-slave-n0zz"
I20260630 12:34:19.883100   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.002s
I20260630 12:34:19.886461  1396 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:19.887436   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:34:19.887864   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822852710831-768-0/minicluster-data/ts-0-root
uuid: "af62e58a30c84b0998b5221b84cbbb2a"
format_stamp: "Formatted at 2026-06-30 12:34:19 on dist-test-slave-n0zz"
I20260630 12:34:19.888252   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822852710831-768-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822852710831-768-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822852710831-768-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:19.903466   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:19.904511   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:19.905913   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:19.908226   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:19.908463   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:19.908716   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:19.908885   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:19.945220   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.1:37895
I20260630 12:34:19.945272  1458 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.1:37895 every 8 connection(s)
I20260630 12:34:19.950387   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:19.957158  1463 instance_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:19.959074  1464 instance_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:19.961128  1466 instance_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:19.961252   768 server_base.cc:1061] running on GCE node
I20260630 12:34:19.962440   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:19.962641   768 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:19.962769   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822859962758 us; error 0 us; skew 500 ppm
I20260630 12:34:19.963258   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:19.966399   768 webserver.cc:533] Webserver started at http://127.0.192.2:41627/ using document root <none> and password file <none>
I20260630 12:34:19.967002   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:19.967217   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:19.967267  1459 heartbeater.cc:344] Connected to a master server at 127.0.192.62:37219
I20260630 12:34:19.967526   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:19.967682  1459 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:19.968415  1459 heartbeater.cc:507] Master 127.0.192.62:37219 requested a full tablet report, sending...
I20260630 12:34:19.968693   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822852710831-768-0/minicluster-data/ts-1-root/instance:
uuid: "9be415b5d0a148cba5e74e798c11eecd"
format_stamp: "Formatted at 2026-06-30 12:34:19 on dist-test-slave-n0zz"
I20260630 12:34:19.970567  1332 ts_manager.cc:194] Registered new tserver with Master: af62e58a30c84b0998b5221b84cbbb2a (127.0.192.1:37895)
I20260630 12:34:19.972892  1332 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35516
I20260630 12:34:19.974035   768 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260630 12:34:19.977289  1471 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:19.978066   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:34:19.978407   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822852710831-768-0/minicluster-data/ts-1-root
uuid: "9be415b5d0a148cba5e74e798c11eecd"
format_stamp: "Formatted at 2026-06-30 12:34:19 on dist-test-slave-n0zz"
I20260630 12:34:19.978696   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822852710831-768-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822852710831-768-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822852710831-768-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:19.992363   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:19.993486   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:19.994989   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:19.997174   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:19.997399   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:19.997642   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:19.997818   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:20.036870   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.2:39035
I20260630 12:34:20.036988  1533 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.2:39035 every 8 connection(s)
I20260630 12:34:20.041656   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:20.048555  1537 instance_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:20.048959  1538 instance_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:20.051767  1540 instance_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:20.052330   768 server_base.cc:1061] running on GCE node
I20260630 12:34:20.053709   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:20.053992   768 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:20.054235   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822860054218 us; error 0 us; skew 500 ppm
I20260630 12:34:20.054685  1534 heartbeater.cc:344] Connected to a master server at 127.0.192.62:37219
I20260630 12:34:20.054818   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:20.055028  1534 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:20.055980  1534 heartbeater.cc:507] Master 127.0.192.62:37219 requested a full tablet report, sending...
I20260630 12:34:20.057607   768 webserver.cc:533] Webserver started at http://127.0.192.3:45947/ using document root <none> and password file <none>
I20260630 12:34:20.058248   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:20.058506   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:20.058444  1332 ts_manager.cc:194] Registered new tserver with Master: 9be415b5d0a148cba5e74e798c11eecd (127.0.192.2:39035)
I20260630 12:34:20.058972   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:20.060316  1332 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35530
I20260630 12:34:20.060392   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822852710831-768-0/minicluster-data/ts-2-root/instance:
uuid: "f2abcba572b149b48fbadcd40d590231"
format_stamp: "Formatted at 2026-06-30 12:34:20 on dist-test-slave-n0zz"
I20260630 12:34:20.065363   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260630 12:34:20.068584  1545 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:20.069392   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260630 12:34:20.069710   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822852710831-768-0/minicluster-data/ts-2-root
uuid: "f2abcba572b149b48fbadcd40d590231"
format_stamp: "Formatted at 2026-06-30 12:34:20 on dist-test-slave-n0zz"
I20260630 12:34:20.069999   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822852710831-768-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822852710831-768-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822852710831-768-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:20.094410   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:20.095468   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:20.096879   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:20.099140   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:20.099376   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:20.099619   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:20.099792   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:20.136219   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.3:32987
I20260630 12:34:20.136314  1607 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.3:32987 every 8 connection(s)
I20260630 12:34:20.149932  1608 heartbeater.cc:344] Connected to a master server at 127.0.192.62:37219
I20260630 12:34:20.150413  1608 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:20.151145  1608 heartbeater.cc:507] Master 127.0.192.62:37219 requested a full tablet report, sending...
I20260630 12:34:20.153112  1332 ts_manager.cc:194] Registered new tserver with Master: f2abcba572b149b48fbadcd40d590231 (127.0.192.3:32987)
I20260630 12:34:20.153645   768 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014373188s
I20260630 12:34:20.154838  1332 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35532
I20260630 12:34:21.065332  1459 heartbeater.cc:499] Master 127.0.192.62:37219 was elected leader, sending a full tablet report...
I20260630 12:34:21.092660  1534 heartbeater.cc:499] Master 127.0.192.62:37219 was elected leader, sending a full tablet report...
I20260630 12:34:21.157806  1608 heartbeater.cc:499] Master 127.0.192.62:37219 was elected leader, sending a full tablet report...
I20260630 12:34:21.339437  1332 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:58834:
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:21.341835  1332 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:21.422634  1424 tablet_service.cc:1511] Processing CreateTablet for tablet 5d30490003e94e50927878ccf35778e4 (DEFAULT_TABLE table=test-workload [id=ed8eb0f2053449fbace8cee20bc3b203]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260630 12:34:21.423995  1424 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5d30490003e94e50927878ccf35778e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:21.427301  1423 tablet_service.cc:1511] Processing CreateTablet for tablet d1f282f2e5e748d09a865ca08cbd8406 (DEFAULT_TABLE table=test-workload [id=ed8eb0f2053449fbace8cee20bc3b203]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260630 12:34:21.428638  1423 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d1f282f2e5e748d09a865ca08cbd8406. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:21.431253  1422 tablet_service.cc:1511] Processing CreateTablet for tablet cfcea48385d7433d9597e43dbca616ea (DEFAULT_TABLE table=test-workload [id=ed8eb0f2053449fbace8cee20bc3b203]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260630 12:34:21.432364  1422 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cfcea48385d7433d9597e43dbca616ea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:21.432421  1572 tablet_service.cc:1511] Processing CreateTablet for tablet d1f282f2e5e748d09a865ca08cbd8406 (DEFAULT_TABLE table=test-workload [id=ed8eb0f2053449fbace8cee20bc3b203]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260630 12:34:21.434304  1572 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d1f282f2e5e748d09a865ca08cbd8406. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:21.435117  1573 tablet_service.cc:1511] Processing CreateTablet for tablet 5d30490003e94e50927878ccf35778e4 (DEFAULT_TABLE table=test-workload [id=ed8eb0f2053449fbace8cee20bc3b203]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260630 12:34:21.436125  1573 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5d30490003e94e50927878ccf35778e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:21.437407  1571 tablet_service.cc:1511] Processing CreateTablet for tablet cfcea48385d7433d9597e43dbca616ea (DEFAULT_TABLE table=test-workload [id=ed8eb0f2053449fbace8cee20bc3b203]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260630 12:34:21.438874  1571 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cfcea48385d7433d9597e43dbca616ea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:21.460906  1421 tablet_service.cc:1511] Processing CreateTablet for tablet ec9bd2defc734645914dbc7a93192bb6 (DEFAULT_TABLE table=test-workload [id=ed8eb0f2053449fbace8cee20bc3b203]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260630 12:34:21.469172  1421 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ec9bd2defc734645914dbc7a93192bb6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:21.471184  1629 tablet_bootstrap.cc:492] T d1f282f2e5e748d09a865ca08cbd8406 P f2abcba572b149b48fbadcd40d590231: Bootstrap starting.
I20260630 12:34:21.477000  1629 tablet_bootstrap.cc:654] T d1f282f2e5e748d09a865ca08cbd8406 P f2abcba572b149b48fbadcd40d590231: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:21.478221  1628 tablet_bootstrap.cc:492] T d1f282f2e5e748d09a865ca08cbd8406 P af62e58a30c84b0998b5221b84cbbb2a: Bootstrap starting.
I20260630 12:34:21.486351  1628 tablet_bootstrap.cc:654] T d1f282f2e5e748d09a865ca08cbd8406 P af62e58a30c84b0998b5221b84cbbb2a: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:21.489956  1572 tablet_service.cc:1511] Processing CreateTablet for tablet 2be427fed07c4515a14eb6ac715acf5d (DEFAULT_TABLE table=test-workload [id=ed8eb0f2053449fbace8cee20bc3b203]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260630 12:34:21.491619  1572 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2be427fed07c4515a14eb6ac715acf5d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:21.495419  1423 tablet_service.cc:1511] Processing CreateTablet for tablet 2be427fed07c4515a14eb6ac715acf5d (DEFAULT_TABLE table=test-workload [id=ed8eb0f2053449fbace8cee20bc3b203]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260630 12:34:21.496829  1423 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2be427fed07c4515a14eb6ac715acf5d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:21.497545  1499 tablet_service.cc:1511] Processing CreateTablet for tablet 5d30490003e94e50927878ccf35778e4 (DEFAULT_TABLE table=test-workload [id=ed8eb0f2053449fbace8cee20bc3b203]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260630 12:34:21.498828  1499 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5d30490003e94e50927878ccf35778e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:21.498766  1498 tablet_service.cc:1511] Processing CreateTablet for tablet d1f282f2e5e748d09a865ca08cbd8406 (DEFAULT_TABLE table=test-workload [id=ed8eb0f2053449fbace8cee20bc3b203]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260630 12:34:21.499778  1497 tablet_service.cc:1511] Processing CreateTablet for tablet cfcea48385d7433d9597e43dbca616ea (DEFAULT_TABLE table=test-workload [id=ed8eb0f2053449fbace8cee20bc3b203]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260630 12:34:21.500247  1498 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d1f282f2e5e748d09a865ca08cbd8406. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:21.501076  1497 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cfcea48385d7433d9597e43dbca616ea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:21.503273  1496 tablet_service.cc:1511] Processing CreateTablet for tablet ec9bd2defc734645914dbc7a93192bb6 (DEFAULT_TABLE table=test-workload [id=ed8eb0f2053449fbace8cee20bc3b203]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260630 12:34:21.504621  1496 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ec9bd2defc734645914dbc7a93192bb6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:21.507270  1495 tablet_service.cc:1511] Processing CreateTablet for tablet 2be427fed07c4515a14eb6ac715acf5d (DEFAULT_TABLE table=test-workload [id=ed8eb0f2053449fbace8cee20bc3b203]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260630 12:34:21.508584  1495 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2be427fed07c4515a14eb6ac715acf5d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:21.498762  1573 tablet_service.cc:1511] Processing CreateTablet for tablet ec9bd2defc734645914dbc7a93192bb6 (DEFAULT_TABLE table=test-workload [id=ed8eb0f2053449fbace8cee20bc3b203]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260630 12:34:21.519755  1573 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ec9bd2defc734645914dbc7a93192bb6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:21.519616  1421 tablet_service.cc:1511] Processing CreateTablet for tablet e2b6d98aa80e42c4aa94e149cc79a47c (DEFAULT_TABLE table=test-workload [id=ed8eb0f2053449fbace8cee20bc3b203]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260630 12:34:21.521345  1421 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e2b6d98aa80e42c4aa94e149cc79a47c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:21.533824  1494 tablet_service.cc:1511] Processing CreateTablet for tablet e2b6d98aa80e42c4aa94e149cc79a47c (DEFAULT_TABLE table=test-workload [id=ed8eb0f2053449fbace8cee20bc3b203]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260630 12:34:21.535262  1494 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e2b6d98aa80e42c4aa94e149cc79a47c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:21.537324  1424 tablet_service.cc:1511] Processing CreateTablet for tablet 8d726e15fb7940c4b1afc2959945e01d (DEFAULT_TABLE table=test-workload [id=ed8eb0f2053449fbace8cee20bc3b203]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260630 12:34:21.538648  1424 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8d726e15fb7940c4b1afc2959945e01d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:21.539065  1493 tablet_service.cc:1511] Processing CreateTablet for tablet 8d726e15fb7940c4b1afc2959945e01d (DEFAULT_TABLE table=test-workload [id=ed8eb0f2053449fbace8cee20bc3b203]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260630 12:34:21.540331  1493 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8d726e15fb7940c4b1afc2959945e01d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:21.554978  1628 tablet_bootstrap.cc:492] T d1f282f2e5e748d09a865ca08cbd8406 P af62e58a30c84b0998b5221b84cbbb2a: No bootstrap required, opened a new log
I20260630 12:34:21.555678  1628 ts_tablet_manager.cc:1403] T d1f282f2e5e748d09a865ca08cbd8406 P af62e58a30c84b0998b5221b84cbbb2a: Time spent bootstrapping tablet: real 0.078s	user 0.008s	sys 0.009s
I20260630 12:34:21.561756  1422 tablet_service.cc:1511] Processing CreateTablet for tablet 67b1e81ee0074016bf9724d03b051db1 (DEFAULT_TABLE table=test-workload [id=ed8eb0f2053449fbace8cee20bc3b203]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260630 12:34:21.563582  1571 tablet_service.cc:1511] Processing CreateTablet for tablet 8d726e15fb7940c4b1afc2959945e01d (DEFAULT_TABLE table=test-workload [id=ed8eb0f2053449fbace8cee20bc3b203]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260630 12:34:21.564859  1571 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8d726e15fb7940c4b1afc2959945e01d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:21.566090  1422 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 67b1e81ee0074016bf9724d03b051db1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:21.565840  1572 tablet_service.cc:1511] Processing CreateTablet for tablet e2b6d98aa80e42c4aa94e149cc79a47c (DEFAULT_TABLE table=test-workload [id=ed8eb0f2053449fbace8cee20bc3b203]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260630 12:34:21.567577  1572 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e2b6d98aa80e42c4aa94e149cc79a47c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:21.572999  1494 tablet_service.cc:1511] Processing CreateTablet for tablet 67b1e81ee0074016bf9724d03b051db1 (DEFAULT_TABLE table=test-workload [id=ed8eb0f2053449fbace8cee20bc3b203]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260630 12:34:21.574355  1494 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 67b1e81ee0074016bf9724d03b051db1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:21.574429  1570 tablet_service.cc:1511] Processing CreateTablet for tablet 67b1e81ee0074016bf9724d03b051db1 (DEFAULT_TABLE table=test-workload [id=ed8eb0f2053449fbace8cee20bc3b203]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260630 12:34:21.575577  1628 raft_consensus.cc:359] T d1f282f2e5e748d09a865ca08cbd8406 P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.576650  1628 raft_consensus.cc:385] T d1f282f2e5e748d09a865ca08cbd8406 P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:21.577039  1628 raft_consensus.cc:740] T d1f282f2e5e748d09a865ca08cbd8406 P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: af62e58a30c84b0998b5221b84cbbb2a, State: Initialized, Role: FOLLOWER
I20260630 12:34:21.577474  1629 tablet_bootstrap.cc:492] T d1f282f2e5e748d09a865ca08cbd8406 P f2abcba572b149b48fbadcd40d590231: No bootstrap required, opened a new log
I20260630 12:34:21.577965  1629 ts_tablet_manager.cc:1403] T d1f282f2e5e748d09a865ca08cbd8406 P f2abcba572b149b48fbadcd40d590231: Time spent bootstrapping tablet: real 0.107s	user 0.011s	sys 0.011s
I20260630 12:34:21.575769  1570 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 67b1e81ee0074016bf9724d03b051db1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:21.589540  1629 raft_consensus.cc:359] T d1f282f2e5e748d09a865ca08cbd8406 P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.590313  1629 raft_consensus.cc:385] T d1f282f2e5e748d09a865ca08cbd8406 P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:21.592511  1632 tablet_bootstrap.cc:492] T 5d30490003e94e50927878ccf35778e4 P 9be415b5d0a148cba5e74e798c11eecd: Bootstrap starting.
I20260630 12:34:21.577966  1628 consensus_queue.cc:260] T d1f282f2e5e748d09a865ca08cbd8406 P af62e58a30c84b0998b5221b84cbbb2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.591396  1629 raft_consensus.cc:740] T d1f282f2e5e748d09a865ca08cbd8406 P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f2abcba572b149b48fbadcd40d590231, State: Initialized, Role: FOLLOWER
I20260630 12:34:21.607203  1629 consensus_queue.cc:260] T d1f282f2e5e748d09a865ca08cbd8406 P f2abcba572b149b48fbadcd40d590231 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.611537  1632 tablet_bootstrap.cc:654] T 5d30490003e94e50927878ccf35778e4 P 9be415b5d0a148cba5e74e798c11eecd: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:21.619751  1629 ts_tablet_manager.cc:1434] T d1f282f2e5e748d09a865ca08cbd8406 P f2abcba572b149b48fbadcd40d590231: Time spent starting tablet: real 0.033s	user 0.003s	sys 0.004s
I20260630 12:34:21.620884  1629 tablet_bootstrap.cc:492] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231: Bootstrap starting.
I20260630 12:34:21.625962  1629 tablet_bootstrap.cc:654] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:21.630618  1632 tablet_bootstrap.cc:492] T 5d30490003e94e50927878ccf35778e4 P 9be415b5d0a148cba5e74e798c11eecd: No bootstrap required, opened a new log
I20260630 12:34:21.630940  1628 ts_tablet_manager.cc:1434] T d1f282f2e5e748d09a865ca08cbd8406 P af62e58a30c84b0998b5221b84cbbb2a: Time spent starting tablet: real 0.075s	user 0.015s	sys 0.012s
I20260630 12:34:21.631457  1632 ts_tablet_manager.cc:1403] T 5d30490003e94e50927878ccf35778e4 P 9be415b5d0a148cba5e74e798c11eecd: Time spent bootstrapping tablet: real 0.039s	user 0.007s	sys 0.003s
I20260630 12:34:21.632028  1628 tablet_bootstrap.cc:492] T ec9bd2defc734645914dbc7a93192bb6 P af62e58a30c84b0998b5221b84cbbb2a: Bootstrap starting.
I20260630 12:34:21.635421  1632 raft_consensus.cc:359] T 5d30490003e94e50927878ccf35778e4 P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } }
I20260630 12:34:21.636572  1632 raft_consensus.cc:385] T 5d30490003e94e50927878ccf35778e4 P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:21.637025  1632 raft_consensus.cc:740] T 5d30490003e94e50927878ccf35778e4 P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9be415b5d0a148cba5e74e798c11eecd, State: Initialized, Role: FOLLOWER
I20260630 12:34:21.638293  1632 consensus_queue.cc:260] T 5d30490003e94e50927878ccf35778e4 P 9be415b5d0a148cba5e74e798c11eecd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } }
I20260630 12:34:21.641222  1628 tablet_bootstrap.cc:654] T ec9bd2defc734645914dbc7a93192bb6 P af62e58a30c84b0998b5221b84cbbb2a: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:21.641741  1632 ts_tablet_manager.cc:1434] T 5d30490003e94e50927878ccf35778e4 P 9be415b5d0a148cba5e74e798c11eecd: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260630 12:34:21.642464  1629 tablet_bootstrap.cc:492] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231: No bootstrap required, opened a new log
I20260630 12:34:21.642866  1632 tablet_bootstrap.cc:492] T d1f282f2e5e748d09a865ca08cbd8406 P 9be415b5d0a148cba5e74e798c11eecd: Bootstrap starting.
I20260630 12:34:21.642983  1629 ts_tablet_manager.cc:1403] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231: Time spent bootstrapping tablet: real 0.022s	user 0.017s	sys 0.002s
I20260630 12:34:21.645783  1629 raft_consensus.cc:359] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } }
I20260630 12:34:21.646709  1629 raft_consensus.cc:385] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:21.647104  1629 raft_consensus.cc:740] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f2abcba572b149b48fbadcd40d590231, State: Initialized, Role: FOLLOWER
I20260630 12:34:21.648077  1629 consensus_queue.cc:260] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } }
I20260630 12:34:21.649446  1632 tablet_bootstrap.cc:654] T d1f282f2e5e748d09a865ca08cbd8406 P 9be415b5d0a148cba5e74e798c11eecd: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:21.652218  1629 ts_tablet_manager.cc:1434] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:34:21.653674  1629 tablet_bootstrap.cc:492] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231: Bootstrap starting.
I20260630 12:34:21.654438  1628 tablet_bootstrap.cc:492] T ec9bd2defc734645914dbc7a93192bb6 P af62e58a30c84b0998b5221b84cbbb2a: No bootstrap required, opened a new log
I20260630 12:34:21.655016  1628 ts_tablet_manager.cc:1403] T ec9bd2defc734645914dbc7a93192bb6 P af62e58a30c84b0998b5221b84cbbb2a: Time spent bootstrapping tablet: real 0.023s	user 0.016s	sys 0.001s
I20260630 12:34:21.657689  1628 raft_consensus.cc:359] T ec9bd2defc734645914dbc7a93192bb6 P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.658625  1628 raft_consensus.cc:385] T ec9bd2defc734645914dbc7a93192bb6 P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:21.658982  1628 raft_consensus.cc:740] T ec9bd2defc734645914dbc7a93192bb6 P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: af62e58a30c84b0998b5221b84cbbb2a, State: Initialized, Role: FOLLOWER
I20260630 12:34:21.659904  1628 consensus_queue.cc:260] T ec9bd2defc734645914dbc7a93192bb6 P af62e58a30c84b0998b5221b84cbbb2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.660485  1629 tablet_bootstrap.cc:654] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:21.666033  1628 ts_tablet_manager.cc:1434] T ec9bd2defc734645914dbc7a93192bb6 P af62e58a30c84b0998b5221b84cbbb2a: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.001s
I20260630 12:34:21.666088  1632 tablet_bootstrap.cc:492] T d1f282f2e5e748d09a865ca08cbd8406 P 9be415b5d0a148cba5e74e798c11eecd: No bootstrap required, opened a new log
I20260630 12:34:21.667076  1632 ts_tablet_manager.cc:1403] T d1f282f2e5e748d09a865ca08cbd8406 P 9be415b5d0a148cba5e74e798c11eecd: Time spent bootstrapping tablet: real 0.024s	user 0.014s	sys 0.004s
I20260630 12:34:21.667305  1628 tablet_bootstrap.cc:492] T 2be427fed07c4515a14eb6ac715acf5d P af62e58a30c84b0998b5221b84cbbb2a: Bootstrap starting.
I20260630 12:34:21.670866  1632 raft_consensus.cc:359] T d1f282f2e5e748d09a865ca08cbd8406 P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.671952  1632 raft_consensus.cc:385] T d1f282f2e5e748d09a865ca08cbd8406 P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:21.672556  1632 raft_consensus.cc:740] T d1f282f2e5e748d09a865ca08cbd8406 P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9be415b5d0a148cba5e74e798c11eecd, State: Initialized, Role: FOLLOWER
I20260630 12:34:21.673626  1628 tablet_bootstrap.cc:654] T 2be427fed07c4515a14eb6ac715acf5d P af62e58a30c84b0998b5221b84cbbb2a: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:21.673722  1632 consensus_queue.cc:260] T d1f282f2e5e748d09a865ca08cbd8406 P 9be415b5d0a148cba5e74e798c11eecd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.676575  1629 tablet_bootstrap.cc:492] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231: No bootstrap required, opened a new log
I20260630 12:34:21.677115  1629 ts_tablet_manager.cc:1403] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231: Time spent bootstrapping tablet: real 0.024s	user 0.019s	sys 0.003s
I20260630 12:34:21.677871  1632 ts_tablet_manager.cc:1434] T d1f282f2e5e748d09a865ca08cbd8406 P 9be415b5d0a148cba5e74e798c11eecd: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:34:21.678676  1628 tablet_bootstrap.cc:492] T 2be427fed07c4515a14eb6ac715acf5d P af62e58a30c84b0998b5221b84cbbb2a: No bootstrap required, opened a new log
I20260630 12:34:21.678885  1632 tablet_bootstrap.cc:492] T 2be427fed07c4515a14eb6ac715acf5d P 9be415b5d0a148cba5e74e798c11eecd: Bootstrap starting.
I20260630 12:34:21.679209  1628 ts_tablet_manager.cc:1403] T 2be427fed07c4515a14eb6ac715acf5d P af62e58a30c84b0998b5221b84cbbb2a: Time spent bootstrapping tablet: real 0.012s	user 0.009s	sys 0.002s
I20260630 12:34:21.680068  1629 raft_consensus.cc:359] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.680846  1629 raft_consensus.cc:385] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:21.681205  1629 raft_consensus.cc:740] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f2abcba572b149b48fbadcd40d590231, State: Initialized, Role: FOLLOWER
I20260630 12:34:21.681954  1628 raft_consensus.cc:359] T 2be427fed07c4515a14eb6ac715acf5d P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.682163  1629 consensus_queue.cc:260] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.682775  1628 raft_consensus.cc:385] T 2be427fed07c4515a14eb6ac715acf5d P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:21.683355  1628 raft_consensus.cc:740] T 2be427fed07c4515a14eb6ac715acf5d P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: af62e58a30c84b0998b5221b84cbbb2a, State: Initialized, Role: FOLLOWER
I20260630 12:34:21.684253  1628 consensus_queue.cc:260] T 2be427fed07c4515a14eb6ac715acf5d P af62e58a30c84b0998b5221b84cbbb2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.684988  1632 tablet_bootstrap.cc:654] T 2be427fed07c4515a14eb6ac715acf5d P 9be415b5d0a148cba5e74e798c11eecd: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:21.688323  1629 ts_tablet_manager.cc:1434] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231: Time spent starting tablet: real 0.011s	user 0.003s	sys 0.004s
I20260630 12:34:21.688616  1628 ts_tablet_manager.cc:1434] T 2be427fed07c4515a14eb6ac715acf5d P af62e58a30c84b0998b5221b84cbbb2a: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.001s
I20260630 12:34:21.689592  1629 tablet_bootstrap.cc:492] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231: Bootstrap starting.
I20260630 12:34:21.689839  1628 tablet_bootstrap.cc:492] T 5d30490003e94e50927878ccf35778e4 P af62e58a30c84b0998b5221b84cbbb2a: Bootstrap starting.
I20260630 12:34:21.696324  1629 tablet_bootstrap.cc:654] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:21.696363  1628 tablet_bootstrap.cc:654] T 5d30490003e94e50927878ccf35778e4 P af62e58a30c84b0998b5221b84cbbb2a: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:21.707240  1632 tablet_bootstrap.cc:492] T 2be427fed07c4515a14eb6ac715acf5d P 9be415b5d0a148cba5e74e798c11eecd: No bootstrap required, opened a new log
I20260630 12:34:21.708338  1632 ts_tablet_manager.cc:1403] T 2be427fed07c4515a14eb6ac715acf5d P 9be415b5d0a148cba5e74e798c11eecd: Time spent bootstrapping tablet: real 0.030s	user 0.014s	sys 0.004s
I20260630 12:34:21.708549  1629 tablet_bootstrap.cc:492] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231: No bootstrap required, opened a new log
I20260630 12:34:21.709184  1629 ts_tablet_manager.cc:1403] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231: Time spent bootstrapping tablet: real 0.020s	user 0.018s	sys 0.000s
I20260630 12:34:21.711798  1629 raft_consensus.cc:359] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.712466  1629 raft_consensus.cc:385] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:21.711877  1632 raft_consensus.cc:359] T 2be427fed07c4515a14eb6ac715acf5d P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.712802  1629 raft_consensus.cc:740] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f2abcba572b149b48fbadcd40d590231, State: Initialized, Role: FOLLOWER
I20260630 12:34:21.712951  1632 raft_consensus.cc:385] T 2be427fed07c4515a14eb6ac715acf5d P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:21.713475  1632 raft_consensus.cc:740] T 2be427fed07c4515a14eb6ac715acf5d P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9be415b5d0a148cba5e74e798c11eecd, State: Initialized, Role: FOLLOWER
I20260630 12:34:21.713850  1629 consensus_queue.cc:260] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.715494  1632 consensus_queue.cc:260] T 2be427fed07c4515a14eb6ac715acf5d P 9be415b5d0a148cba5e74e798c11eecd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.716503  1629 ts_tablet_manager.cc:1434] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:34:21.716720  1628 tablet_bootstrap.cc:492] T 5d30490003e94e50927878ccf35778e4 P af62e58a30c84b0998b5221b84cbbb2a: No bootstrap required, opened a new log
I20260630 12:34:21.717437  1628 ts_tablet_manager.cc:1403] T 5d30490003e94e50927878ccf35778e4 P af62e58a30c84b0998b5221b84cbbb2a: Time spent bootstrapping tablet: real 0.028s	user 0.013s	sys 0.012s
I20260630 12:34:21.717864  1629 tablet_bootstrap.cc:492] T 67b1e81ee0074016bf9724d03b051db1 P f2abcba572b149b48fbadcd40d590231: Bootstrap starting.
I20260630 12:34:21.721009  1628 raft_consensus.cc:359] T 5d30490003e94e50927878ccf35778e4 P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } }
I20260630 12:34:21.721581  1632 ts_tablet_manager.cc:1434] T 2be427fed07c4515a14eb6ac715acf5d P 9be415b5d0a148cba5e74e798c11eecd: Time spent starting tablet: real 0.013s	user 0.003s	sys 0.004s
I20260630 12:34:21.721889  1628 raft_consensus.cc:385] T 5d30490003e94e50927878ccf35778e4 P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:21.722278  1628 raft_consensus.cc:740] T 5d30490003e94e50927878ccf35778e4 P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: af62e58a30c84b0998b5221b84cbbb2a, State: Initialized, Role: FOLLOWER
I20260630 12:34:21.722734  1632 tablet_bootstrap.cc:492] T e2b6d98aa80e42c4aa94e149cc79a47c P 9be415b5d0a148cba5e74e798c11eecd: Bootstrap starting.
I20260630 12:34:21.723199  1628 consensus_queue.cc:260] T 5d30490003e94e50927878ccf35778e4 P af62e58a30c84b0998b5221b84cbbb2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } }
I20260630 12:34:21.724723  1629 tablet_bootstrap.cc:654] T 67b1e81ee0074016bf9724d03b051db1 P f2abcba572b149b48fbadcd40d590231: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:21.727722  1628 ts_tablet_manager.cc:1434] T 5d30490003e94e50927878ccf35778e4 P af62e58a30c84b0998b5221b84cbbb2a: Time spent starting tablet: real 0.010s	user 0.000s	sys 0.005s
I20260630 12:34:21.728853  1628 tablet_bootstrap.cc:492] T cfcea48385d7433d9597e43dbca616ea P af62e58a30c84b0998b5221b84cbbb2a: Bootstrap starting.
I20260630 12:34:21.735008  1628 tablet_bootstrap.cc:654] T cfcea48385d7433d9597e43dbca616ea P af62e58a30c84b0998b5221b84cbbb2a: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:21.735571  1632 tablet_bootstrap.cc:654] T e2b6d98aa80e42c4aa94e149cc79a47c P 9be415b5d0a148cba5e74e798c11eecd: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:21.754431  1628 tablet_bootstrap.cc:492] T cfcea48385d7433d9597e43dbca616ea P af62e58a30c84b0998b5221b84cbbb2a: No bootstrap required, opened a new log
I20260630 12:34:21.755059  1628 ts_tablet_manager.cc:1403] T cfcea48385d7433d9597e43dbca616ea P af62e58a30c84b0998b5221b84cbbb2a: Time spent bootstrapping tablet: real 0.027s	user 0.015s	sys 0.010s
I20260630 12:34:21.755841  1632 tablet_bootstrap.cc:492] T e2b6d98aa80e42c4aa94e149cc79a47c P 9be415b5d0a148cba5e74e798c11eecd: No bootstrap required, opened a new log
I20260630 12:34:21.756330  1632 ts_tablet_manager.cc:1403] T e2b6d98aa80e42c4aa94e149cc79a47c P 9be415b5d0a148cba5e74e798c11eecd: Time spent bootstrapping tablet: real 0.034s	user 0.017s	sys 0.008s
I20260630 12:34:21.756882  1629 tablet_bootstrap.cc:492] T 67b1e81ee0074016bf9724d03b051db1 P f2abcba572b149b48fbadcd40d590231: No bootstrap required, opened a new log
I20260630 12:34:21.757325  1629 ts_tablet_manager.cc:1403] T 67b1e81ee0074016bf9724d03b051db1 P f2abcba572b149b48fbadcd40d590231: Time spent bootstrapping tablet: real 0.040s	user 0.013s	sys 0.024s
I20260630 12:34:21.757742  1628 raft_consensus.cc:359] T cfcea48385d7433d9597e43dbca616ea P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.758519  1628 raft_consensus.cc:385] T cfcea48385d7433d9597e43dbca616ea P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:21.758819  1628 raft_consensus.cc:740] T cfcea48385d7433d9597e43dbca616ea P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: af62e58a30c84b0998b5221b84cbbb2a, State: Initialized, Role: FOLLOWER
I20260630 12:34:21.759052  1632 raft_consensus.cc:359] T e2b6d98aa80e42c4aa94e149cc79a47c P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.759761  1632 raft_consensus.cc:385] T e2b6d98aa80e42c4aa94e149cc79a47c P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:21.759538  1628 consensus_queue.cc:260] T cfcea48385d7433d9597e43dbca616ea P af62e58a30c84b0998b5221b84cbbb2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.760293  1632 raft_consensus.cc:740] T e2b6d98aa80e42c4aa94e149cc79a47c P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9be415b5d0a148cba5e74e798c11eecd, State: Initialized, Role: FOLLOWER
I20260630 12:34:21.759783  1629 raft_consensus.cc:359] T 67b1e81ee0074016bf9724d03b051db1 P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.760885  1629 raft_consensus.cc:385] T 67b1e81ee0074016bf9724d03b051db1 P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:21.761248  1629 raft_consensus.cc:740] T 67b1e81ee0074016bf9724d03b051db1 P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f2abcba572b149b48fbadcd40d590231, State: Initialized, Role: FOLLOWER
I20260630 12:34:21.761196  1632 consensus_queue.cc:260] T e2b6d98aa80e42c4aa94e149cc79a47c P 9be415b5d0a148cba5e74e798c11eecd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.762109  1629 consensus_queue.cc:260] T 67b1e81ee0074016bf9724d03b051db1 P f2abcba572b149b48fbadcd40d590231 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.763571  1632 ts_tablet_manager.cc:1434] T e2b6d98aa80e42c4aa94e149cc79a47c P 9be415b5d0a148cba5e74e798c11eecd: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:34:21.763741  1628 ts_tablet_manager.cc:1434] T cfcea48385d7433d9597e43dbca616ea P af62e58a30c84b0998b5221b84cbbb2a: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.002s
I20260630 12:34:21.764760  1628 tablet_bootstrap.cc:492] T 8d726e15fb7940c4b1afc2959945e01d P af62e58a30c84b0998b5221b84cbbb2a: Bootstrap starting.
I20260630 12:34:21.764801  1632 tablet_bootstrap.cc:492] T cfcea48385d7433d9597e43dbca616ea P 9be415b5d0a148cba5e74e798c11eecd: Bootstrap starting.
I20260630 12:34:21.766503  1629 ts_tablet_manager.cc:1434] T 67b1e81ee0074016bf9724d03b051db1 P f2abcba572b149b48fbadcd40d590231: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.004s
I20260630 12:34:21.767642  1629 tablet_bootstrap.cc:492] T ec9bd2defc734645914dbc7a93192bb6 P f2abcba572b149b48fbadcd40d590231: Bootstrap starting.
I20260630 12:34:21.771551  1632 tablet_bootstrap.cc:654] T cfcea48385d7433d9597e43dbca616ea P 9be415b5d0a148cba5e74e798c11eecd: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:21.771551  1628 tablet_bootstrap.cc:654] T 8d726e15fb7940c4b1afc2959945e01d P af62e58a30c84b0998b5221b84cbbb2a: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:21.774381  1629 tablet_bootstrap.cc:654] T ec9bd2defc734645914dbc7a93192bb6 P f2abcba572b149b48fbadcd40d590231: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:21.786823  1632 tablet_bootstrap.cc:492] T cfcea48385d7433d9597e43dbca616ea P 9be415b5d0a148cba5e74e798c11eecd: No bootstrap required, opened a new log
I20260630 12:34:21.786616  1628 tablet_bootstrap.cc:492] T 8d726e15fb7940c4b1afc2959945e01d P af62e58a30c84b0998b5221b84cbbb2a: No bootstrap required, opened a new log
I20260630 12:34:21.787421  1632 ts_tablet_manager.cc:1403] T cfcea48385d7433d9597e43dbca616ea P 9be415b5d0a148cba5e74e798c11eecd: Time spent bootstrapping tablet: real 0.023s	user 0.018s	sys 0.000s
I20260630 12:34:21.788156  1628 ts_tablet_manager.cc:1403] T 8d726e15fb7940c4b1afc2959945e01d P af62e58a30c84b0998b5221b84cbbb2a: Time spent bootstrapping tablet: real 0.024s	user 0.013s	sys 0.007s
I20260630 12:34:21.790450  1632 raft_consensus.cc:359] T cfcea48385d7433d9597e43dbca616ea P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.791217  1632 raft_consensus.cc:385] T cfcea48385d7433d9597e43dbca616ea P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:21.791536  1632 raft_consensus.cc:740] T cfcea48385d7433d9597e43dbca616ea P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9be415b5d0a148cba5e74e798c11eecd, State: Initialized, Role: FOLLOWER
I20260630 12:34:21.792507  1632 consensus_queue.cc:260] T cfcea48385d7433d9597e43dbca616ea P 9be415b5d0a148cba5e74e798c11eecd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.793769  1385 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
W20260630 12:34:21.794487  1380 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:34:21.795156  1632 ts_tablet_manager.cc:1434] T cfcea48385d7433d9597e43dbca616ea P 9be415b5d0a148cba5e74e798c11eecd: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:34:21.795324  1628 raft_consensus.cc:359] T 8d726e15fb7940c4b1afc2959945e01d P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.796293  1628 raft_consensus.cc:385] T 8d726e15fb7940c4b1afc2959945e01d P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:21.796444  1632 tablet_bootstrap.cc:492] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd: Bootstrap starting.
I20260630 12:34:21.796716  1628 raft_consensus.cc:740] T 8d726e15fb7940c4b1afc2959945e01d P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: af62e58a30c84b0998b5221b84cbbb2a, State: Initialized, Role: FOLLOWER
I20260630 12:34:21.797640  1628 consensus_queue.cc:260] T 8d726e15fb7940c4b1afc2959945e01d P af62e58a30c84b0998b5221b84cbbb2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.803130  1628 ts_tablet_manager.cc:1434] T 8d726e15fb7940c4b1afc2959945e01d P af62e58a30c84b0998b5221b84cbbb2a: Time spent starting tablet: real 0.014s	user 0.004s	sys 0.003s
I20260630 12:34:21.804268  1628 tablet_bootstrap.cc:492] T 67b1e81ee0074016bf9724d03b051db1 P af62e58a30c84b0998b5221b84cbbb2a: Bootstrap starting.
I20260630 12:34:21.807242  1632 tablet_bootstrap.cc:654] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:21.817252  1628 tablet_bootstrap.cc:654] T 67b1e81ee0074016bf9724d03b051db1 P af62e58a30c84b0998b5221b84cbbb2a: Neither blocks nor log segments found. Creating new log.
W20260630 12:34:21.795126  1385 auto_leader_rebalancer.cc:524] the master instance isn't leader: Service unavailable: Tablet not running
I20260630 12:34:21.827282  1632 tablet_bootstrap.cc:492] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd: No bootstrap required, opened a new log
I20260630 12:34:21.827435  1629 tablet_bootstrap.cc:492] T ec9bd2defc734645914dbc7a93192bb6 P f2abcba572b149b48fbadcd40d590231: No bootstrap required, opened a new log
I20260630 12:34:21.827921  1632 ts_tablet_manager.cc:1403] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd: Time spent bootstrapping tablet: real 0.032s	user 0.017s	sys 0.008s
I20260630 12:34:21.828040  1629 ts_tablet_manager.cc:1403] T ec9bd2defc734645914dbc7a93192bb6 P f2abcba572b149b48fbadcd40d590231: Time spent bootstrapping tablet: real 0.061s	user 0.017s	sys 0.041s
I20260630 12:34:21.830248  1628 tablet_bootstrap.cc:492] T 67b1e81ee0074016bf9724d03b051db1 P af62e58a30c84b0998b5221b84cbbb2a: No bootstrap required, opened a new log
I20260630 12:34:21.830727  1628 ts_tablet_manager.cc:1403] T 67b1e81ee0074016bf9724d03b051db1 P af62e58a30c84b0998b5221b84cbbb2a: Time spent bootstrapping tablet: real 0.027s	user 0.012s	sys 0.008s
I20260630 12:34:21.831039  1632 raft_consensus.cc:359] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.830777  1629 raft_consensus.cc:359] T ec9bd2defc734645914dbc7a93192bb6 P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.831880  1632 raft_consensus.cc:385] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:21.832177  1629 raft_consensus.cc:385] T ec9bd2defc734645914dbc7a93192bb6 P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:21.832240  1632 raft_consensus.cc:740] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9be415b5d0a148cba5e74e798c11eecd, State: Initialized, Role: FOLLOWER
I20260630 12:34:21.832660  1629 raft_consensus.cc:740] T ec9bd2defc734645914dbc7a93192bb6 P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f2abcba572b149b48fbadcd40d590231, State: Initialized, Role: FOLLOWER
I20260630 12:34:21.833150  1632 consensus_queue.cc:260] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.833485  1629 consensus_queue.cc:260] T ec9bd2defc734645914dbc7a93192bb6 P f2abcba572b149b48fbadcd40d590231 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.833765  1628 raft_consensus.cc:359] T 67b1e81ee0074016bf9724d03b051db1 P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.834623  1628 raft_consensus.cc:385] T 67b1e81ee0074016bf9724d03b051db1 P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:21.834923  1628 raft_consensus.cc:740] T 67b1e81ee0074016bf9724d03b051db1 P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: af62e58a30c84b0998b5221b84cbbb2a, State: Initialized, Role: FOLLOWER
I20260630 12:34:21.836066  1629 ts_tablet_manager.cc:1434] T ec9bd2defc734645914dbc7a93192bb6 P f2abcba572b149b48fbadcd40d590231: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:34:21.835712  1628 consensus_queue.cc:260] T 67b1e81ee0074016bf9724d03b051db1 P af62e58a30c84b0998b5221b84cbbb2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.837131  1629 tablet_bootstrap.cc:492] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231: Bootstrap starting.
I20260630 12:34:21.840763  1628 ts_tablet_manager.cc:1434] T 67b1e81ee0074016bf9724d03b051db1 P af62e58a30c84b0998b5221b84cbbb2a: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:34:21.841770  1628 tablet_bootstrap.cc:492] T e2b6d98aa80e42c4aa94e149cc79a47c P af62e58a30c84b0998b5221b84cbbb2a: Bootstrap starting.
I20260630 12:34:21.843178  1632 ts_tablet_manager.cc:1434] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd: Time spent starting tablet: real 0.015s	user 0.005s	sys 0.003s
I20260630 12:34:21.843777  1629 tablet_bootstrap.cc:654] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:21.843835  1633 raft_consensus.cc:493] T d1f282f2e5e748d09a865ca08cbd8406 P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:21.844455  1633 raft_consensus.cc:515] T d1f282f2e5e748d09a865ca08cbd8406 P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.847892  1628 tablet_bootstrap.cc:654] T e2b6d98aa80e42c4aa94e149cc79a47c P af62e58a30c84b0998b5221b84cbbb2a: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:21.851399  1632 tablet_bootstrap.cc:492] T 8d726e15fb7940c4b1afc2959945e01d P 9be415b5d0a148cba5e74e798c11eecd: Bootstrap starting.
I20260630 12:34:21.856426  1629 tablet_bootstrap.cc:492] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231: No bootstrap required, opened a new log
I20260630 12:34:21.856992  1629 ts_tablet_manager.cc:1403] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231: Time spent bootstrapping tablet: real 0.020s	user 0.005s	sys 0.012s
I20260630 12:34:21.859532  1637 raft_consensus.cc:493] T 2be427fed07c4515a14eb6ac715acf5d P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:21.860219  1637 raft_consensus.cc:515] T 2be427fed07c4515a14eb6ac715acf5d P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.860754  1629 raft_consensus.cc:359] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.861583  1629 raft_consensus.cc:385] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:21.861938  1629 raft_consensus.cc:740] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f2abcba572b149b48fbadcd40d590231, State: Initialized, Role: FOLLOWER
I20260630 12:34:21.865563  1628 tablet_bootstrap.cc:492] T e2b6d98aa80e42c4aa94e149cc79a47c P af62e58a30c84b0998b5221b84cbbb2a: No bootstrap required, opened a new log
I20260630 12:34:21.866096  1628 ts_tablet_manager.cc:1403] T e2b6d98aa80e42c4aa94e149cc79a47c P af62e58a30c84b0998b5221b84cbbb2a: Time spent bootstrapping tablet: real 0.025s	user 0.007s	sys 0.015s
I20260630 12:34:21.869166  1633 leader_election.cc:290] T d1f282f2e5e748d09a865ca08cbd8406 P af62e58a30c84b0998b5221b84cbbb2a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9be415b5d0a148cba5e74e798c11eecd (127.0.192.2:39035), f2abcba572b149b48fbadcd40d590231 (127.0.192.3:32987)
I20260630 12:34:21.869038  1628 raft_consensus.cc:359] T e2b6d98aa80e42c4aa94e149cc79a47c P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.869784  1628 raft_consensus.cc:385] T e2b6d98aa80e42c4aa94e149cc79a47c P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:21.870128  1628 raft_consensus.cc:740] T e2b6d98aa80e42c4aa94e149cc79a47c P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: af62e58a30c84b0998b5221b84cbbb2a, State: Initialized, Role: FOLLOWER
I20260630 12:34:21.870846  1628 consensus_queue.cc:260] T e2b6d98aa80e42c4aa94e149cc79a47c P af62e58a30c84b0998b5221b84cbbb2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.872871  1628 ts_tablet_manager.cc:1434] T e2b6d98aa80e42c4aa94e149cc79a47c P af62e58a30c84b0998b5221b84cbbb2a: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:34:21.873804  1629 consensus_queue.cc:260] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.875912  1637 leader_election.cc:290] T 2be427fed07c4515a14eb6ac715acf5d P 9be415b5d0a148cba5e74e798c11eecd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers af62e58a30c84b0998b5221b84cbbb2a (127.0.192.1:37895), f2abcba572b149b48fbadcd40d590231 (127.0.192.3:32987)
I20260630 12:34:21.876506  1629 ts_tablet_manager.cc:1434] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231: Time spent starting tablet: real 0.019s	user 0.008s	sys 0.000s
I20260630 12:34:21.877590  1629 tablet_bootstrap.cc:492] T e2b6d98aa80e42c4aa94e149cc79a47c P f2abcba572b149b48fbadcd40d590231: Bootstrap starting.
I20260630 12:34:21.879467  1632 tablet_bootstrap.cc:654] T 8d726e15fb7940c4b1afc2959945e01d P 9be415b5d0a148cba5e74e798c11eecd: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:21.886320  1509 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d1f282f2e5e748d09a865ca08cbd8406" candidate_uuid: "af62e58a30c84b0998b5221b84cbbb2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9be415b5d0a148cba5e74e798c11eecd" is_pre_election: true
I20260630 12:34:21.886744  1629 tablet_bootstrap.cc:654] T e2b6d98aa80e42c4aa94e149cc79a47c P f2abcba572b149b48fbadcd40d590231: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:21.887126  1509 raft_consensus.cc:2468] T d1f282f2e5e748d09a865ca08cbd8406 P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate af62e58a30c84b0998b5221b84cbbb2a in term 0.
I20260630 12:34:21.887920  1634 raft_consensus.cc:493] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:21.888496  1634 raft_consensus.cc:515] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.894243  1398 leader_election.cc:304] T d1f282f2e5e748d09a865ca08cbd8406 P af62e58a30c84b0998b5221b84cbbb2a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9be415b5d0a148cba5e74e798c11eecd, af62e58a30c84b0998b5221b84cbbb2a; no voters: 
I20260630 12:34:21.897241  1633 raft_consensus.cc:2804] T d1f282f2e5e748d09a865ca08cbd8406 P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:21.897748  1633 raft_consensus.cc:493] T d1f282f2e5e748d09a865ca08cbd8406 P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:21.898212  1633 raft_consensus.cc:3060] T d1f282f2e5e748d09a865ca08cbd8406 P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:21.898669  1634 leader_election.cc:290] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers af62e58a30c84b0998b5221b84cbbb2a (127.0.192.1:37895), 9be415b5d0a148cba5e74e798c11eecd (127.0.192.2:39035)
I20260630 12:34:21.930521  1632 tablet_bootstrap.cc:492] T 8d726e15fb7940c4b1afc2959945e01d P 9be415b5d0a148cba5e74e798c11eecd: No bootstrap required, opened a new log
I20260630 12:34:21.931085  1632 ts_tablet_manager.cc:1403] T 8d726e15fb7940c4b1afc2959945e01d P 9be415b5d0a148cba5e74e798c11eecd: Time spent bootstrapping tablet: real 0.080s	user 0.010s	sys 0.011s
I20260630 12:34:21.939334  1634 raft_consensus.cc:493] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:21.939868  1634 raft_consensus.cc:515] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.946242  1434 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2be427fed07c4515a14eb6ac715acf5d" candidate_uuid: "9be415b5d0a148cba5e74e798c11eecd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "af62e58a30c84b0998b5221b84cbbb2a" is_pre_election: true
I20260630 12:34:21.947100  1434 raft_consensus.cc:2468] T 2be427fed07c4515a14eb6ac715acf5d P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9be415b5d0a148cba5e74e798c11eecd in term 0.
I20260630 12:34:21.948364  1637 raft_consensus.cc:493] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:21.948570  1634 leader_election.cc:290] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers af62e58a30c84b0998b5221b84cbbb2a (127.0.192.1:37895), 9be415b5d0a148cba5e74e798c11eecd (127.0.192.2:39035)
I20260630 12:34:21.948762  1632 raft_consensus.cc:359] T 8d726e15fb7940c4b1afc2959945e01d P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.948935  1637 raft_consensus.cc:515] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.949452  1632 raft_consensus.cc:385] T 8d726e15fb7940c4b1afc2959945e01d P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:21.949779  1632 raft_consensus.cc:740] T 8d726e15fb7940c4b1afc2959945e01d P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9be415b5d0a148cba5e74e798c11eecd, State: Initialized, Role: FOLLOWER
I20260630 12:34:21.950955  1475 leader_election.cc:304] T 2be427fed07c4515a14eb6ac715acf5d P 9be415b5d0a148cba5e74e798c11eecd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9be415b5d0a148cba5e74e798c11eecd, af62e58a30c84b0998b5221b84cbbb2a; no voters: 
I20260630 12:34:21.953195  1583 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2be427fed07c4515a14eb6ac715acf5d" candidate_uuid: "9be415b5d0a148cba5e74e798c11eecd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f2abcba572b149b48fbadcd40d590231" is_pre_election: true
I20260630 12:34:21.953891  1583 raft_consensus.cc:2468] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9be415b5d0a148cba5e74e798c11eecd in term 0.
I20260630 12:34:21.950795  1632 consensus_queue.cc:260] T 8d726e15fb7940c4b1afc2959945e01d P 9be415b5d0a148cba5e74e798c11eecd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.954538  1637 leader_election.cc:290] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers af62e58a30c84b0998b5221b84cbbb2a (127.0.192.1:37895), f2abcba572b149b48fbadcd40d590231 (127.0.192.3:32987)
I20260630 12:34:21.959100  1583 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ec9bd2defc734645914dbc7a93192bb6" candidate_uuid: "9be415b5d0a148cba5e74e798c11eecd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f2abcba572b149b48fbadcd40d590231" is_pre_election: true
I20260630 12:34:21.960101  1583 raft_consensus.cc:2468] T ec9bd2defc734645914dbc7a93192bb6 P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9be415b5d0a148cba5e74e798c11eecd in term 0.
I20260630 12:34:21.961282  1637 raft_consensus.cc:2804] T 2be427fed07c4515a14eb6ac715acf5d P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:21.961567  1474 leader_election.cc:304] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9be415b5d0a148cba5e74e798c11eecd, f2abcba572b149b48fbadcd40d590231; no voters: 
I20260630 12:34:21.961910  1637 raft_consensus.cc:493] T 2be427fed07c4515a14eb6ac715acf5d P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:21.962510  1637 raft_consensus.cc:3060] T 2be427fed07c4515a14eb6ac715acf5d P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:21.965438  1634 raft_consensus.cc:493] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:21.968006  1629 tablet_bootstrap.cc:492] T e2b6d98aa80e42c4aa94e149cc79a47c P f2abcba572b149b48fbadcd40d590231: No bootstrap required, opened a new log
I20260630 12:34:21.967892  1634 raft_consensus.cc:515] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } }
I20260630 12:34:21.968480  1629 ts_tablet_manager.cc:1403] T e2b6d98aa80e42c4aa94e149cc79a47c P f2abcba572b149b48fbadcd40d590231: Time spent bootstrapping tablet: real 0.091s	user 0.019s	sys 0.015s
I20260630 12:34:21.971387  1666 raft_consensus.cc:2804] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:21.971758  1666 raft_consensus.cc:493] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:21.971870  1434 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ec9bd2defc734645914dbc7a93192bb6" candidate_uuid: "9be415b5d0a148cba5e74e798c11eecd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "af62e58a30c84b0998b5221b84cbbb2a" is_pre_election: true
I20260630 12:34:21.972177  1666 raft_consensus.cc:3060] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:21.972486  1434 raft_consensus.cc:2468] T ec9bd2defc734645914dbc7a93192bb6 P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9be415b5d0a148cba5e74e798c11eecd in term 0.
I20260630 12:34:21.974584  1583 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d1f282f2e5e748d09a865ca08cbd8406" candidate_uuid: "af62e58a30c84b0998b5221b84cbbb2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f2abcba572b149b48fbadcd40d590231" is_pre_election: true
I20260630 12:34:21.975095  1583 raft_consensus.cc:2468] T d1f282f2e5e748d09a865ca08cbd8406 P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate af62e58a30c84b0998b5221b84cbbb2a in term 0.
I20260630 12:34:21.974852  1629 raft_consensus.cc:359] T e2b6d98aa80e42c4aa94e149cc79a47c P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.975571  1629 raft_consensus.cc:385] T e2b6d98aa80e42c4aa94e149cc79a47c P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:21.975858  1629 raft_consensus.cc:740] T e2b6d98aa80e42c4aa94e149cc79a47c P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f2abcba572b149b48fbadcd40d590231, State: Initialized, Role: FOLLOWER
I20260630 12:34:21.979058  1629 consensus_queue.cc:260] T e2b6d98aa80e42c4aa94e149cc79a47c P f2abcba572b149b48fbadcd40d590231 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.970202  1665 raft_consensus.cc:493] T 2be427fed07c4515a14eb6ac715acf5d P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:21.984346  1633 raft_consensus.cc:515] T d1f282f2e5e748d09a865ca08cbd8406 P af62e58a30c84b0998b5221b84cbbb2a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.987195  1633 leader_election.cc:290] T d1f282f2e5e748d09a865ca08cbd8406 P af62e58a30c84b0998b5221b84cbbb2a [CANDIDATE]: Term 1 election: Requested vote from peers 9be415b5d0a148cba5e74e798c11eecd (127.0.192.2:39035), f2abcba572b149b48fbadcd40d590231 (127.0.192.3:32987)
I20260630 12:34:21.987999  1509 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d1f282f2e5e748d09a865ca08cbd8406" candidate_uuid: "af62e58a30c84b0998b5221b84cbbb2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9be415b5d0a148cba5e74e798c11eecd"
I20260630 12:34:21.988270  1583 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d1f282f2e5e748d09a865ca08cbd8406" candidate_uuid: "af62e58a30c84b0998b5221b84cbbb2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f2abcba572b149b48fbadcd40d590231"
I20260630 12:34:21.988596  1509 raft_consensus.cc:3060] T d1f282f2e5e748d09a865ca08cbd8406 P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:21.988867  1583 raft_consensus.cc:3060] T d1f282f2e5e748d09a865ca08cbd8406 P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:21.989861  1667 raft_consensus.cc:493] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:21.991137  1634 leader_election.cc:290] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers af62e58a30c84b0998b5221b84cbbb2a (127.0.192.1:37895), 9be415b5d0a148cba5e74e798c11eecd (127.0.192.2:39035)
I20260630 12:34:21.990535  1667 raft_consensus.cc:515] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:21.999372  1667 leader_election.cc:290] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers af62e58a30c84b0998b5221b84cbbb2a (127.0.192.1:37895), 9be415b5d0a148cba5e74e798c11eecd (127.0.192.2:39035)
I20260630 12:34:21.982324  1665 raft_consensus.cc:515] T 2be427fed07c4515a14eb6ac715acf5d P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:22.002213  1583 raft_consensus.cc:2468] T d1f282f2e5e748d09a865ca08cbd8406 P f2abcba572b149b48fbadcd40d590231 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate af62e58a30c84b0998b5221b84cbbb2a in term 1.
I20260630 12:34:22.003069  1434 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2be427fed07c4515a14eb6ac715acf5d" candidate_uuid: "f2abcba572b149b48fbadcd40d590231" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "af62e58a30c84b0998b5221b84cbbb2a" is_pre_election: true
I20260630 12:34:22.003765  1434 raft_consensus.cc:2468] T 2be427fed07c4515a14eb6ac715acf5d P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f2abcba572b149b48fbadcd40d590231 in term 0.
I20260630 12:34:21.998934  1509 raft_consensus.cc:2468] T d1f282f2e5e748d09a865ca08cbd8406 P 9be415b5d0a148cba5e74e798c11eecd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate af62e58a30c84b0998b5221b84cbbb2a in term 1.
I20260630 12:34:22.004181  1665 leader_election.cc:290] T 2be427fed07c4515a14eb6ac715acf5d P af62e58a30c84b0998b5221b84cbbb2a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9be415b5d0a148cba5e74e798c11eecd (127.0.192.2:39035), f2abcba572b149b48fbadcd40d590231 (127.0.192.3:32987)
I20260630 12:34:22.004112  1433 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8d726e15fb7940c4b1afc2959945e01d" candidate_uuid: "f2abcba572b149b48fbadcd40d590231" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "af62e58a30c84b0998b5221b84cbbb2a" is_pre_election: true
I20260630 12:34:22.004971  1433 raft_consensus.cc:2468] T 8d726e15fb7940c4b1afc2959945e01d P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f2abcba572b149b48fbadcd40d590231 in term 0.
I20260630 12:34:22.005779  1508 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2be427fed07c4515a14eb6ac715acf5d" candidate_uuid: "af62e58a30c84b0998b5221b84cbbb2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9be415b5d0a148cba5e74e798c11eecd" is_pre_election: true
I20260630 12:34:22.006067  1432 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d30490003e94e50927878ccf35778e4" candidate_uuid: "f2abcba572b149b48fbadcd40d590231" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "af62e58a30c84b0998b5221b84cbbb2a" is_pre_election: true
I20260630 12:34:22.006843  1432 raft_consensus.cc:2468] T 5d30490003e94e50927878ccf35778e4 P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f2abcba572b149b48fbadcd40d590231 in term 0.
I20260630 12:34:22.007436  1549 leader_election.cc:304] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: af62e58a30c84b0998b5221b84cbbb2a, f2abcba572b149b48fbadcd40d590231; no voters: 
I20260630 12:34:22.007979  1431 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cfcea48385d7433d9597e43dbca616ea" candidate_uuid: "f2abcba572b149b48fbadcd40d590231" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "af62e58a30c84b0998b5221b84cbbb2a" is_pre_election: true
I20260630 12:34:22.008402  1549 leader_election.cc:304] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: af62e58a30c84b0998b5221b84cbbb2a, f2abcba572b149b48fbadcd40d590231; no voters: 
I20260630 12:34:22.008690  1431 raft_consensus.cc:2468] T cfcea48385d7433d9597e43dbca616ea P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f2abcba572b149b48fbadcd40d590231 in term 0.
I20260630 12:34:22.009179  1666 raft_consensus.cc:515] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:22.004118  1399 leader_election.cc:304] T d1f282f2e5e748d09a865ca08cbd8406 P af62e58a30c84b0998b5221b84cbbb2a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: af62e58a30c84b0998b5221b84cbbb2a, f2abcba572b149b48fbadcd40d590231; no voters: 
I20260630 12:34:22.009938  1549 leader_election.cc:304] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: af62e58a30c84b0998b5221b84cbbb2a, f2abcba572b149b48fbadcd40d590231; no voters: 
I20260630 12:34:22.010898  1549 leader_election.cc:304] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: af62e58a30c84b0998b5221b84cbbb2a, f2abcba572b149b48fbadcd40d590231; no voters: 
I20260630 12:34:22.011222  1667 raft_consensus.cc:2804] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:22.011505  1583 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2be427fed07c4515a14eb6ac715acf5d" candidate_uuid: "af62e58a30c84b0998b5221b84cbbb2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f2abcba572b149b48fbadcd40d590231" is_pre_election: true
I20260630 12:34:22.011895  1665 raft_consensus.cc:2804] T d1f282f2e5e748d09a865ca08cbd8406 P af62e58a30c84b0998b5221b84cbbb2a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:22.013053  1665 raft_consensus.cc:697] T d1f282f2e5e748d09a865ca08cbd8406 P af62e58a30c84b0998b5221b84cbbb2a [term 1 LEADER]: Becoming Leader. State: Replica: af62e58a30c84b0998b5221b84cbbb2a, State: Running, Role: LEADER
I20260630 12:34:22.013217  1632 ts_tablet_manager.cc:1434] T 8d726e15fb7940c4b1afc2959945e01d P 9be415b5d0a148cba5e74e798c11eecd: Time spent starting tablet: real 0.082s	user 0.008s	sys 0.001s
I20260630 12:34:22.013182  1629 ts_tablet_manager.cc:1434] T e2b6d98aa80e42c4aa94e149cc79a47c P f2abcba572b149b48fbadcd40d590231: Time spent starting tablet: real 0.044s	user 0.011s	sys 0.009s
I20260630 12:34:22.014447  1632 tablet_bootstrap.cc:492] T 67b1e81ee0074016bf9724d03b051db1 P 9be415b5d0a148cba5e74e798c11eecd: Bootstrap starting.
I20260630 12:34:22.013927  1665 consensus_queue.cc:237] T d1f282f2e5e748d09a865ca08cbd8406 P af62e58a30c84b0998b5221b84cbbb2a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:22.011657  1667 raft_consensus.cc:493] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:22.018424  1634 raft_consensus.cc:2804] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:22.018689  1507 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2be427fed07c4515a14eb6ac715acf5d" candidate_uuid: "f2abcba572b149b48fbadcd40d590231" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9be415b5d0a148cba5e74e798c11eecd" is_pre_election: true
I20260630 12:34:22.018929  1634 raft_consensus.cc:493] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:22.019881  1505 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d30490003e94e50927878ccf35778e4" candidate_uuid: "f2abcba572b149b48fbadcd40d590231" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9be415b5d0a148cba5e74e798c11eecd" is_pre_election: true
I20260630 12:34:22.020380  1634 raft_consensus.cc:3060] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:22.020838  1505 raft_consensus.cc:2468] T 5d30490003e94e50927878ccf35778e4 P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f2abcba572b149b48fbadcd40d590231 in term 0.
I20260630 12:34:22.021091  1668 raft_consensus.cc:2804] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:22.021641  1668 raft_consensus.cc:493] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:22.022971  1668 raft_consensus.cc:3060] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:22.017387  1667 raft_consensus.cc:3060] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:22.022934  1506 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8d726e15fb7940c4b1afc2959945e01d" candidate_uuid: "f2abcba572b149b48fbadcd40d590231" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9be415b5d0a148cba5e74e798c11eecd" is_pre_election: true
I20260630 12:34:22.024735  1504 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cfcea48385d7433d9597e43dbca616ea" candidate_uuid: "f2abcba572b149b48fbadcd40d590231" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9be415b5d0a148cba5e74e798c11eecd" is_pre_election: true
I20260630 12:34:22.025945  1504 raft_consensus.cc:2468] T cfcea48385d7433d9597e43dbca616ea P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f2abcba572b149b48fbadcd40d590231 in term 0.
I20260630 12:34:22.024902  1506 raft_consensus.cc:2468] T 8d726e15fb7940c4b1afc2959945e01d P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f2abcba572b149b48fbadcd40d590231 in term 0.
I20260630 12:34:22.027554  1431 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ec9bd2defc734645914dbc7a93192bb6" candidate_uuid: "9be415b5d0a148cba5e74e798c11eecd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "af62e58a30c84b0998b5221b84cbbb2a"
I20260630 12:34:22.028169  1431 raft_consensus.cc:3060] T ec9bd2defc734645914dbc7a93192bb6 P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:22.031349  1666 leader_election.cc:290] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd [CANDIDATE]: Term 1 election: Requested vote from peers af62e58a30c84b0998b5221b84cbbb2a (127.0.192.1:37895), f2abcba572b149b48fbadcd40d590231 (127.0.192.3:32987)
I20260630 12:34:22.033210  1637 raft_consensus.cc:515] T 2be427fed07c4515a14eb6ac715acf5d P 9be415b5d0a148cba5e74e798c11eecd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:22.035842  1582 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ec9bd2defc734645914dbc7a93192bb6" candidate_uuid: "9be415b5d0a148cba5e74e798c11eecd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f2abcba572b149b48fbadcd40d590231"
I20260630 12:34:22.036759  1582 raft_consensus.cc:3060] T ec9bd2defc734645914dbc7a93192bb6 P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:22.039162  1667 raft_consensus.cc:515] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:22.040191  1508 raft_consensus.cc:2393] T 2be427fed07c4515a14eb6ac715acf5d P 9be415b5d0a148cba5e74e798c11eecd [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate af62e58a30c84b0998b5221b84cbbb2a in current term 1: Already voted for candidate 9be415b5d0a148cba5e74e798c11eecd in this term.
I20260630 12:34:22.042547  1432 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2be427fed07c4515a14eb6ac715acf5d" candidate_uuid: "f2abcba572b149b48fbadcd40d590231" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "af62e58a30c84b0998b5221b84cbbb2a"
I20260630 12:34:22.042963  1506 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2be427fed07c4515a14eb6ac715acf5d" candidate_uuid: "f2abcba572b149b48fbadcd40d590231" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9be415b5d0a148cba5e74e798c11eecd"
I20260630 12:34:22.043154  1432 raft_consensus.cc:3060] T 2be427fed07c4515a14eb6ac715acf5d P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:22.044562  1583 raft_consensus.cc:2393] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate af62e58a30c84b0998b5221b84cbbb2a in current term 1: Already voted for candidate f2abcba572b149b48fbadcd40d590231 in this term.
I20260630 12:34:22.044091  1667 leader_election.cc:290] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231 [CANDIDATE]: Term 1 election: Requested vote from peers af62e58a30c84b0998b5221b84cbbb2a (127.0.192.1:37895), 9be415b5d0a148cba5e74e798c11eecd (127.0.192.2:39035)
I20260630 12:34:22.051488  1398 leader_election.cc:304] T 2be427fed07c4515a14eb6ac715acf5d P af62e58a30c84b0998b5221b84cbbb2a [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: af62e58a30c84b0998b5221b84cbbb2a; no voters: 9be415b5d0a148cba5e74e798c11eecd, f2abcba572b149b48fbadcd40d590231
I20260630 12:34:22.052289  1634 raft_consensus.cc:515] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } }
I20260630 12:34:22.054913  1330 catalog_manager.cc:5697] T d1f282f2e5e748d09a865ca08cbd8406 P af62e58a30c84b0998b5221b84cbbb2a reported cstate change: term changed from 0 to 1, leader changed from <none> to af62e58a30c84b0998b5221b84cbbb2a (127.0.192.1). New cstate: current_term: 1 leader_uuid: "af62e58a30c84b0998b5221b84cbbb2a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:22.043632  1431 raft_consensus.cc:2468] T ec9bd2defc734645914dbc7a93192bb6 P af62e58a30c84b0998b5221b84cbbb2a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9be415b5d0a148cba5e74e798c11eecd in term 1.
I20260630 12:34:22.058096  1667 raft_consensus.cc:493] T 67b1e81ee0074016bf9724d03b051db1 P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:22.057476  1582 raft_consensus.cc:2468] T ec9bd2defc734645914dbc7a93192bb6 P f2abcba572b149b48fbadcd40d590231 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9be415b5d0a148cba5e74e798c11eecd in term 1.
I20260630 12:34:22.058928  1667 raft_consensus.cc:515] T 67b1e81ee0074016bf9724d03b051db1 P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:22.060600  1508 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d30490003e94e50927878ccf35778e4" candidate_uuid: "f2abcba572b149b48fbadcd40d590231" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9be415b5d0a148cba5e74e798c11eecd"
I20260630 12:34:22.061081  1632 tablet_bootstrap.cc:654] T 67b1e81ee0074016bf9724d03b051db1 P 9be415b5d0a148cba5e74e798c11eecd: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:22.061204  1508 raft_consensus.cc:3060] T 5d30490003e94e50927878ccf35778e4 P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:22.061182  1431 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d30490003e94e50927878ccf35778e4" candidate_uuid: "f2abcba572b149b48fbadcd40d590231" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "af62e58a30c84b0998b5221b84cbbb2a"
I20260630 12:34:22.061564  1670 raft_consensus.cc:2804] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:22.059495  1475 leader_election.cc:304] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9be415b5d0a148cba5e74e798c11eecd, af62e58a30c84b0998b5221b84cbbb2a; no voters: 
I20260630 12:34:22.062134  1431 raft_consensus.cc:3060] T 5d30490003e94e50927878ccf35778e4 P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:22.062863  1667 leader_election.cc:290] T 67b1e81ee0074016bf9724d03b051db1 P f2abcba572b149b48fbadcd40d590231 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers af62e58a30c84b0998b5221b84cbbb2a (127.0.192.1:37895), 9be415b5d0a148cba5e74e798c11eecd (127.0.192.2:39035)
I20260630 12:34:22.063620  1506 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "67b1e81ee0074016bf9724d03b051db1" candidate_uuid: "f2abcba572b149b48fbadcd40d590231" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9be415b5d0a148cba5e74e798c11eecd" is_pre_election: true
I20260630 12:34:22.062321  1634 leader_election.cc:290] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231 [CANDIDATE]: Term 1 election: Requested vote from peers af62e58a30c84b0998b5221b84cbbb2a (127.0.192.1:37895), 9be415b5d0a148cba5e74e798c11eecd (127.0.192.2:39035)
I20260630 12:34:22.064291  1666 raft_consensus.cc:2804] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:22.057477  1432 raft_consensus.cc:2468] T 2be427fed07c4515a14eb6ac715acf5d P af62e58a30c84b0998b5221b84cbbb2a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f2abcba572b149b48fbadcd40d590231 in term 1.
I20260630 12:34:22.066103  1666 raft_consensus.cc:697] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd [term 1 LEADER]: Becoming Leader. State: Replica: 9be415b5d0a148cba5e74e798c11eecd, State: Running, Role: LEADER
W20260630 12:34:22.067353  1547 leader_election.cc:343] T 67b1e81ee0074016bf9724d03b051db1 P f2abcba572b149b48fbadcd40d590231 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9be415b5d0a148cba5e74e798c11eecd (127.0.192.2:39035): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:22.067950  1666 consensus_queue.cc:237] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:22.071491  1432 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "67b1e81ee0074016bf9724d03b051db1" candidate_uuid: "f2abcba572b149b48fbadcd40d590231" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "af62e58a30c84b0998b5221b84cbbb2a" is_pre_election: true
I20260630 12:34:22.062119  1670 raft_consensus.cc:493] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:22.066485  1665 raft_consensus.cc:2749] T 2be427fed07c4515a14eb6ac715acf5d P af62e58a30c84b0998b5221b84cbbb2a [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:34:22.073011  1670 raft_consensus.cc:3060] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:22.071540  1549 leader_election.cc:304] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231 [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: af62e58a30c84b0998b5221b84cbbb2a, f2abcba572b149b48fbadcd40d590231; no voters: 9be415b5d0a148cba5e74e798c11eecd
I20260630 12:34:22.076447  1508 raft_consensus.cc:2468] T 5d30490003e94e50927878ccf35778e4 P 9be415b5d0a148cba5e74e798c11eecd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f2abcba572b149b48fbadcd40d590231 in term 1.
I20260630 12:34:22.076368  1433 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2be427fed07c4515a14eb6ac715acf5d" candidate_uuid: "9be415b5d0a148cba5e74e798c11eecd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "af62e58a30c84b0998b5221b84cbbb2a"
I20260630 12:34:22.073532  1432 raft_consensus.cc:2468] T 67b1e81ee0074016bf9724d03b051db1 P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f2abcba572b149b48fbadcd40d590231 in term 0.
I20260630 12:34:22.078825  1634 raft_consensus.cc:2804] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:22.078964  1433 raft_consensus.cc:2393] T 2be427fed07c4515a14eb6ac715acf5d P af62e58a30c84b0998b5221b84cbbb2a [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 9be415b5d0a148cba5e74e798c11eecd in current term 1: Already voted for candidate f2abcba572b149b48fbadcd40d590231 in this term.
I20260630 12:34:22.079411  1547 leader_election.cc:304] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9be415b5d0a148cba5e74e798c11eecd, f2abcba572b149b48fbadcd40d590231; no voters: 
I20260630 12:34:22.085006  1669 raft_consensus.cc:493] T e2b6d98aa80e42c4aa94e149cc79a47c P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:22.086236  1669 raft_consensus.cc:515] T e2b6d98aa80e42c4aa94e149cc79a47c P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:22.086745  1582 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2be427fed07c4515a14eb6ac715acf5d" candidate_uuid: "9be415b5d0a148cba5e74e798c11eecd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f2abcba572b149b48fbadcd40d590231"
I20260630 12:34:22.088855  1669 leader_election.cc:290] T e2b6d98aa80e42c4aa94e149cc79a47c P 9be415b5d0a148cba5e74e798c11eecd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers af62e58a30c84b0998b5221b84cbbb2a (127.0.192.1:37895), f2abcba572b149b48fbadcd40d590231 (127.0.192.3:32987)
I20260630 12:34:22.085060  1667 raft_consensus.cc:2804] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:22.089171  1670 raft_consensus.cc:515] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:22.089527  1433 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2b6d98aa80e42c4aa94e149cc79a47c" candidate_uuid: "9be415b5d0a148cba5e74e798c11eecd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "af62e58a30c84b0998b5221b84cbbb2a" is_pre_election: true
I20260630 12:34:22.084175  1634 raft_consensus.cc:697] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231 [term 1 LEADER]: Becoming Leader. State: Replica: f2abcba572b149b48fbadcd40d590231, State: Running, Role: LEADER
I20260630 12:34:22.090906  1433 raft_consensus.cc:2468] T e2b6d98aa80e42c4aa94e149cc79a47c P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9be415b5d0a148cba5e74e798c11eecd in term 0.
I20260630 12:34:22.090991  1583 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2b6d98aa80e42c4aa94e149cc79a47c" candidate_uuid: "9be415b5d0a148cba5e74e798c11eecd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f2abcba572b149b48fbadcd40d590231" is_pre_election: true
I20260630 12:34:22.091681  1583 raft_consensus.cc:2468] T e2b6d98aa80e42c4aa94e149cc79a47c P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9be415b5d0a148cba5e74e798c11eecd in term 0.
I20260630 12:34:22.092034  1549 leader_election.cc:304] T 67b1e81ee0074016bf9724d03b051db1 P f2abcba572b149b48fbadcd40d590231 [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: af62e58a30c84b0998b5221b84cbbb2a, f2abcba572b149b48fbadcd40d590231; no voters: 9be415b5d0a148cba5e74e798c11eecd
I20260630 12:34:22.085497  1637 leader_election.cc:290] T 2be427fed07c4515a14eb6ac715acf5d P 9be415b5d0a148cba5e74e798c11eecd [CANDIDATE]: Term 1 election: Requested vote from peers af62e58a30c84b0998b5221b84cbbb2a (127.0.192.1:37895), f2abcba572b149b48fbadcd40d590231 (127.0.192.3:32987)
I20260630 12:34:22.094551  1475 leader_election.cc:304] T e2b6d98aa80e42c4aa94e149cc79a47c P 9be415b5d0a148cba5e74e798c11eecd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9be415b5d0a148cba5e74e798c11eecd, af62e58a30c84b0998b5221b84cbbb2a; no voters: 
I20260630 12:34:22.095093  1670 leader_election.cc:290] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231 [CANDIDATE]: Term 1 election: Requested vote from peers af62e58a30c84b0998b5221b84cbbb2a (127.0.192.1:37895), 9be415b5d0a148cba5e74e798c11eecd (127.0.192.2:39035)
I20260630 12:34:22.096588  1670 raft_consensus.cc:2804] T 67b1e81ee0074016bf9724d03b051db1 P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:22.097054  1670 raft_consensus.cc:493] T 67b1e81ee0074016bf9724d03b051db1 P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:22.097474  1670 raft_consensus.cc:3060] T 67b1e81ee0074016bf9724d03b051db1 P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:22.099218  1634 consensus_queue.cc:237] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:22.101207  1508 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cfcea48385d7433d9597e43dbca616ea" candidate_uuid: "f2abcba572b149b48fbadcd40d590231" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9be415b5d0a148cba5e74e798c11eecd"
I20260630 12:34:22.101840  1508 raft_consensus.cc:3060] T cfcea48385d7433d9597e43dbca616ea P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:22.102685  1666 raft_consensus.cc:2804] T e2b6d98aa80e42c4aa94e149cc79a47c P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:22.104168  1666 raft_consensus.cc:493] T e2b6d98aa80e42c4aa94e149cc79a47c P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:22.103365  1328 catalog_manager.cc:5697] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd reported cstate change: term changed from 0 to 1, leader changed from <none> to 9be415b5d0a148cba5e74e798c11eecd (127.0.192.2). New cstate: current_term: 1 leader_uuid: "9be415b5d0a148cba5e74e798c11eecd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:22.106915  1666 raft_consensus.cc:3060] T e2b6d98aa80e42c4aa94e149cc79a47c P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:22.102962  1667 raft_consensus.cc:697] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231 [term 1 LEADER]: Becoming Leader. State: Replica: f2abcba572b149b48fbadcd40d590231, State: Running, Role: LEADER
I20260630 12:34:22.111518  1431 raft_consensus.cc:2468] T 5d30490003e94e50927878ccf35778e4 P af62e58a30c84b0998b5221b84cbbb2a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f2abcba572b149b48fbadcd40d590231 in term 1.
I20260630 12:34:22.115051  1431 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cfcea48385d7433d9597e43dbca616ea" candidate_uuid: "f2abcba572b149b48fbadcd40d590231" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "af62e58a30c84b0998b5221b84cbbb2a"
I20260630 12:34:22.115670  1431 raft_consensus.cc:3060] T cfcea48385d7433d9597e43dbca616ea P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:22.116561  1670 raft_consensus.cc:515] T 67b1e81ee0074016bf9724d03b051db1 P f2abcba572b149b48fbadcd40d590231 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:22.116436  1668 raft_consensus.cc:515] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:22.117712  1667 consensus_queue.cc:237] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } }
I20260630 12:34:22.120852  1632 tablet_bootstrap.cc:492] T 67b1e81ee0074016bf9724d03b051db1 P 9be415b5d0a148cba5e74e798c11eecd: No bootstrap required, opened a new log
I20260630 12:34:22.122457  1632 ts_tablet_manager.cc:1403] T 67b1e81ee0074016bf9724d03b051db1 P 9be415b5d0a148cba5e74e798c11eecd: Time spent bootstrapping tablet: real 0.108s	user 0.011s	sys 0.006s
W20260630 12:34:22.128707  1604 debug-util.cc:398] Leaking SignalData structure 0x7b0800205d20 after lost signal to thread 771
I20260630 12:34:22.129611  1431 raft_consensus.cc:2468] T cfcea48385d7433d9597e43dbca616ea P af62e58a30c84b0998b5221b84cbbb2a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f2abcba572b149b48fbadcd40d590231 in term 1.
I20260630 12:34:22.131261  1670 leader_election.cc:290] T 67b1e81ee0074016bf9724d03b051db1 P f2abcba572b149b48fbadcd40d590231 [CANDIDATE]: Term 1 election: Requested vote from peers af62e58a30c84b0998b5221b84cbbb2a (127.0.192.1:37895), 9be415b5d0a148cba5e74e798c11eecd (127.0.192.2:39035)
I20260630 12:34:22.136054  1506 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "67b1e81ee0074016bf9724d03b051db1" candidate_uuid: "f2abcba572b149b48fbadcd40d590231" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9be415b5d0a148cba5e74e798c11eecd"
W20260630 12:34:22.137872  1547 leader_election.cc:343] T 67b1e81ee0074016bf9724d03b051db1 P f2abcba572b149b48fbadcd40d590231 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 9be415b5d0a148cba5e74e798c11eecd (127.0.192.2:39035): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:22.139849  1632 raft_consensus.cc:359] T 67b1e81ee0074016bf9724d03b051db1 P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:22.140892  1632 raft_consensus.cc:385] T 67b1e81ee0074016bf9724d03b051db1 P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:22.141203  1632 raft_consensus.cc:740] T 67b1e81ee0074016bf9724d03b051db1 P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9be415b5d0a148cba5e74e798c11eecd, State: Initialized, Role: FOLLOWER
I20260630 12:34:22.141873  1632 consensus_queue.cc:260] T 67b1e81ee0074016bf9724d03b051db1 P 9be415b5d0a148cba5e74e798c11eecd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:22.145525  1632 ts_tablet_manager.cc:1434] T 67b1e81ee0074016bf9724d03b051db1 P 9be415b5d0a148cba5e74e798c11eecd: Time spent starting tablet: real 0.023s	user 0.007s	sys 0.000s
I20260630 12:34:22.143402  1329 catalog_manager.cc:5697] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231 reported cstate change: term changed from 0 to 1, leader changed from <none> to f2abcba572b149b48fbadcd40d590231 (127.0.192.3). New cstate: current_term: 1 leader_uuid: "f2abcba572b149b48fbadcd40d590231" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:22.146688  1431 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "67b1e81ee0074016bf9724d03b051db1" candidate_uuid: "f2abcba572b149b48fbadcd40d590231" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "af62e58a30c84b0998b5221b84cbbb2a"
I20260630 12:34:22.154026  1431 raft_consensus.cc:3060] T 67b1e81ee0074016bf9724d03b051db1 P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:22.154057  1474 leader_election.cc:304] T 2be427fed07c4515a14eb6ac715acf5d P 9be415b5d0a148cba5e74e798c11eecd [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: 9be415b5d0a148cba5e74e798c11eecd; no voters: af62e58a30c84b0998b5221b84cbbb2a, f2abcba572b149b48fbadcd40d590231
I20260630 12:34:22.158607  1637 raft_consensus.cc:2749] T 2be427fed07c4515a14eb6ac715acf5d P 9be415b5d0a148cba5e74e798c11eecd [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:34:22.159651  1549 leader_election.cc:304] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: af62e58a30c84b0998b5221b84cbbb2a, f2abcba572b149b48fbadcd40d590231; no voters: 
I20260630 12:34:22.161155  1506 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8d726e15fb7940c4b1afc2959945e01d" candidate_uuid: "f2abcba572b149b48fbadcd40d590231" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9be415b5d0a148cba5e74e798c11eecd"
I20260630 12:34:22.161407  1508 raft_consensus.cc:2468] T cfcea48385d7433d9597e43dbca616ea P 9be415b5d0a148cba5e74e798c11eecd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f2abcba572b149b48fbadcd40d590231 in term 1.
I20260630 12:34:22.161762  1506 raft_consensus.cc:3060] T 8d726e15fb7940c4b1afc2959945e01d P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:22.162791  1433 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8d726e15fb7940c4b1afc2959945e01d" candidate_uuid: "f2abcba572b149b48fbadcd40d590231" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "af62e58a30c84b0998b5221b84cbbb2a"
I20260630 12:34:22.164328  1433 raft_consensus.cc:3060] T 8d726e15fb7940c4b1afc2959945e01d P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:22.165171  1667 raft_consensus.cc:2804] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:22.165717  1667 raft_consensus.cc:697] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231 [term 1 LEADER]: Becoming Leader. State: Replica: f2abcba572b149b48fbadcd40d590231, State: Running, Role: LEADER
I20260630 12:34:22.159240  1668 leader_election.cc:290] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231 [CANDIDATE]: Term 1 election: Requested vote from peers af62e58a30c84b0998b5221b84cbbb2a (127.0.192.1:37895), 9be415b5d0a148cba5e74e798c11eecd (127.0.192.2:39035)
I20260630 12:34:22.171633  1667 consensus_queue.cc:237] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:22.172586  1506 raft_consensus.cc:2468] T 8d726e15fb7940c4b1afc2959945e01d P 9be415b5d0a148cba5e74e798c11eecd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f2abcba572b149b48fbadcd40d590231 in term 1.
I20260630 12:34:22.174573  1547 leader_election.cc:304] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9be415b5d0a148cba5e74e798c11eecd, f2abcba572b149b48fbadcd40d590231; no voters: 
I20260630 12:34:22.175918  1668 raft_consensus.cc:2804] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:22.177002  1668 raft_consensus.cc:697] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231 [term 1 LEADER]: Becoming Leader. State: Replica: f2abcba572b149b48fbadcd40d590231, State: Running, Role: LEADER
I20260630 12:34:22.178634  1668 consensus_queue.cc:237] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:22.181143  1433 raft_consensus.cc:2468] T 8d726e15fb7940c4b1afc2959945e01d P af62e58a30c84b0998b5221b84cbbb2a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f2abcba572b149b48fbadcd40d590231 in term 1.
I20260630 12:34:22.175408  1666 raft_consensus.cc:515] T e2b6d98aa80e42c4aa94e149cc79a47c P 9be415b5d0a148cba5e74e798c11eecd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:22.189982  1433 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2b6d98aa80e42c4aa94e149cc79a47c" candidate_uuid: "9be415b5d0a148cba5e74e798c11eecd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "af62e58a30c84b0998b5221b84cbbb2a"
I20260630 12:34:22.190630  1433 raft_consensus.cc:3060] T e2b6d98aa80e42c4aa94e149cc79a47c P af62e58a30c84b0998b5221b84cbbb2a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:22.192999  1431 raft_consensus.cc:2468] T 67b1e81ee0074016bf9724d03b051db1 P af62e58a30c84b0998b5221b84cbbb2a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f2abcba572b149b48fbadcd40d590231 in term 1.
I20260630 12:34:22.194379  1549 leader_election.cc:304] T 67b1e81ee0074016bf9724d03b051db1 P f2abcba572b149b48fbadcd40d590231 [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: af62e58a30c84b0998b5221b84cbbb2a, f2abcba572b149b48fbadcd40d590231; no voters: 9be415b5d0a148cba5e74e798c11eecd
I20260630 12:34:22.195026  1667 raft_consensus.cc:2804] T 67b1e81ee0074016bf9724d03b051db1 P f2abcba572b149b48fbadcd40d590231 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:22.195506  1667 raft_consensus.cc:697] T 67b1e81ee0074016bf9724d03b051db1 P f2abcba572b149b48fbadcd40d590231 [term 1 LEADER]: Becoming Leader. State: Replica: f2abcba572b149b48fbadcd40d590231, State: Running, Role: LEADER
I20260630 12:34:22.196274  1667 consensus_queue.cc:237] T 67b1e81ee0074016bf9724d03b051db1 P f2abcba572b149b48fbadcd40d590231 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:22.199788  1666 leader_election.cc:290] T e2b6d98aa80e42c4aa94e149cc79a47c P 9be415b5d0a148cba5e74e798c11eecd [CANDIDATE]: Term 1 election: Requested vote from peers af62e58a30c84b0998b5221b84cbbb2a (127.0.192.1:37895), f2abcba572b149b48fbadcd40d590231 (127.0.192.3:32987)
I20260630 12:34:22.200361  1433 raft_consensus.cc:2468] T e2b6d98aa80e42c4aa94e149cc79a47c P af62e58a30c84b0998b5221b84cbbb2a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9be415b5d0a148cba5e74e798c11eecd in term 1.
I20260630 12:34:22.201110  1582 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2b6d98aa80e42c4aa94e149cc79a47c" candidate_uuid: "9be415b5d0a148cba5e74e798c11eecd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f2abcba572b149b48fbadcd40d590231"
I20260630 12:34:22.202508  1475 leader_election.cc:304] T e2b6d98aa80e42c4aa94e149cc79a47c P 9be415b5d0a148cba5e74e798c11eecd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9be415b5d0a148cba5e74e798c11eecd, af62e58a30c84b0998b5221b84cbbb2a; no voters: 
I20260630 12:34:22.202658  1582 raft_consensus.cc:3060] T e2b6d98aa80e42c4aa94e149cc79a47c P f2abcba572b149b48fbadcd40d590231 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:22.203516  1666 raft_consensus.cc:2804] T e2b6d98aa80e42c4aa94e149cc79a47c P 9be415b5d0a148cba5e74e798c11eecd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:22.203989  1666 raft_consensus.cc:697] T e2b6d98aa80e42c4aa94e149cc79a47c P 9be415b5d0a148cba5e74e798c11eecd [term 1 LEADER]: Becoming Leader. State: Replica: 9be415b5d0a148cba5e74e798c11eecd, State: Running, Role: LEADER
I20260630 12:34:22.204793  1666 consensus_queue.cc:237] T e2b6d98aa80e42c4aa94e149cc79a47c P 9be415b5d0a148cba5e74e798c11eecd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:22.214166  1582 raft_consensus.cc:2468] T e2b6d98aa80e42c4aa94e149cc79a47c P f2abcba572b149b48fbadcd40d590231 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9be415b5d0a148cba5e74e798c11eecd in term 1.
I20260630 12:34:22.214799  1329 catalog_manager.cc:5697] T e2b6d98aa80e42c4aa94e149cc79a47c P 9be415b5d0a148cba5e74e798c11eecd reported cstate change: term changed from 0 to 1, leader changed from <none> to 9be415b5d0a148cba5e74e798c11eecd (127.0.192.2). New cstate: current_term: 1 leader_uuid: "9be415b5d0a148cba5e74e798c11eecd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:22.220139  1328 catalog_manager.cc:5697] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231 reported cstate change: term changed from 0 to 1, leader changed from <none> to f2abcba572b149b48fbadcd40d590231 (127.0.192.3). New cstate: current_term: 1 leader_uuid: "f2abcba572b149b48fbadcd40d590231" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:22.221625  1328 catalog_manager.cc:5697] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231 reported cstate change: term changed from 0 to 1, leader changed from <none> to f2abcba572b149b48fbadcd40d590231 (127.0.192.3). New cstate: current_term: 1 leader_uuid: "f2abcba572b149b48fbadcd40d590231" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:22.223249  1328 catalog_manager.cc:5697] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231 reported cstate change: term changed from 0 to 1, leader changed from <none> to f2abcba572b149b48fbadcd40d590231 (127.0.192.3). New cstate: current_term: 1 leader_uuid: "f2abcba572b149b48fbadcd40d590231" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:22.224669  1328 catalog_manager.cc:5697] T 67b1e81ee0074016bf9724d03b051db1 P f2abcba572b149b48fbadcd40d590231 reported cstate change: term changed from 0 to 1, leader changed from <none> to f2abcba572b149b48fbadcd40d590231 (127.0.192.3). New cstate: current_term: 1 leader_uuid: "f2abcba572b149b48fbadcd40d590231" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:22.280663  1666 raft_consensus.cc:493] T 67b1e81ee0074016bf9724d03b051db1 P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:22.281170  1666 raft_consensus.cc:515] T 67b1e81ee0074016bf9724d03b051db1 P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:22.283016  1666 leader_election.cc:290] T 67b1e81ee0074016bf9724d03b051db1 P 9be415b5d0a148cba5e74e798c11eecd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers af62e58a30c84b0998b5221b84cbbb2a (127.0.192.1:37895), f2abcba572b149b48fbadcd40d590231 (127.0.192.3:32987)
I20260630 12:34:22.284060  1433 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "67b1e81ee0074016bf9724d03b051db1" candidate_uuid: "9be415b5d0a148cba5e74e798c11eecd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "af62e58a30c84b0998b5221b84cbbb2a" is_pre_election: true
I20260630 12:34:22.284214  1582 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "67b1e81ee0074016bf9724d03b051db1" candidate_uuid: "9be415b5d0a148cba5e74e798c11eecd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f2abcba572b149b48fbadcd40d590231" is_pre_election: true
I20260630 12:34:22.284782  1433 raft_consensus.cc:2393] T 67b1e81ee0074016bf9724d03b051db1 P af62e58a30c84b0998b5221b84cbbb2a [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 9be415b5d0a148cba5e74e798c11eecd in current term 1: Already voted for candidate f2abcba572b149b48fbadcd40d590231 in this term.
I20260630 12:34:22.286070  1475 leader_election.cc:304] T 67b1e81ee0074016bf9724d03b051db1 P 9be415b5d0a148cba5e74e798c11eecd [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: 9be415b5d0a148cba5e74e798c11eecd; no voters: af62e58a30c84b0998b5221b84cbbb2a, f2abcba572b149b48fbadcd40d590231
I20260630 12:34:22.287046  1666 raft_consensus.cc:3060] T 67b1e81ee0074016bf9724d03b051db1 P 9be415b5d0a148cba5e74e798c11eecd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:22.295099  1666 raft_consensus.cc:2749] T 67b1e81ee0074016bf9724d03b051db1 P 9be415b5d0a148cba5e74e798c11eecd [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:34:22.304358   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:22.311156  1685 instance_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:22.313627  1686 instance_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:22.314085  1688 instance_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:22.314793   768 server_base.cc:1061] running on GCE node
I20260630 12:34:22.315642   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:22.315959   768 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:22.316146   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822862316128 us; error 0 us; skew 500 ppm
I20260630 12:34:22.316694   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:22.319645   768 webserver.cc:533] Webserver started at http://127.0.192.4:46755/ using document root <none> and password file <none>
I20260630 12:34:22.320132   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:22.320348   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:22.320647   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:22.321779   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822852710831-768-0/minicluster-data/ts-3-root/instance:
uuid: "feae9b718a5044759ba2724ed4702d2c"
format_stamp: "Formatted at 2026-06-30 12:34:22 on dist-test-slave-n0zz"
I20260630 12:34:22.326798   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260630 12:34:22.330631  1693 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:22.331554   768 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.002s
I20260630 12:34:22.331856   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822852710831-768-0/minicluster-data/ts-3-root
uuid: "feae9b718a5044759ba2724ed4702d2c"
format_stamp: "Formatted at 2026-06-30 12:34:22 on dist-test-slave-n0zz"
I20260630 12:34:22.332159   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822852710831-768-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822852710831-768-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822852710831-768-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:22.353482   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:22.354877   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:22.356628   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:22.359267   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:22.359454   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:22.359758   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:22.359915   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:22.417564   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.4:39665
I20260630 12:34:22.417649  1755 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.4:39665 every 8 connection(s)
I20260630 12:34:22.430398  1665 consensus_queue.cc:1048] T d1f282f2e5e748d09a865ca08cbd8406 P af62e58a30c84b0998b5221b84cbbb2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:22.437609  1756 heartbeater.cc:344] Connected to a master server at 127.0.192.62:37219
I20260630 12:34:22.438033  1756 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:22.439069  1756 heartbeater.cc:507] Master 127.0.192.62:37219 requested a full tablet report, sending...
I20260630 12:34:22.441491  1329 ts_manager.cc:194] Registered new tserver with Master: feae9b718a5044759ba2724ed4702d2c (127.0.192.4:39665)
I20260630 12:34:22.443347  1329 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58836
I20260630 12:34:22.455255  1763 consensus_queue.cc:1048] T d1f282f2e5e748d09a865ca08cbd8406 P af62e58a30c84b0998b5221b84cbbb2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:22.536458  1668 consensus_queue.cc:1048] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231 [LEADER]: Connected to new peer: Peer: permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:22.538636  1668 consensus_queue.cc:1048] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:22.554060  1667 consensus_queue.cc:1048] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231 [LEADER]: Connected to new peer: Peer: permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:34:22.573004  1676 consensus_queue.cc:1048] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:22.582384  1666 consensus_queue.cc:1048] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd [LEADER]: Connected to new peer: Peer: permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:34:22.606783  1637 consensus_queue.cc:1048] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd [LEADER]: Connected to new peer: Peer: permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:22.629899  1667 consensus_queue.cc:1048] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:34:22.643682  1668 consensus_queue.cc:1048] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231 [LEADER]: Connected to new peer: Peer: permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:22.646427  1668 consensus_queue.cc:1048] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:22.662001  1670 consensus_queue.cc:1048] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231 [LEADER]: Connected to new peer: Peer: permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:34:22.667796  1637 consensus_queue.cc:1048] T e2b6d98aa80e42c4aa94e149cc79a47c P 9be415b5d0a148cba5e74e798c11eecd [LEADER]: Connected to new peer: Peer: permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:22.692673  1771 consensus_queue.cc:1048] T e2b6d98aa80e42c4aa94e149cc79a47c P 9be415b5d0a148cba5e74e798c11eecd [LEADER]: Connected to new peer: Peer: permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:22.754830  1670 consensus_queue.cc:1048] T 67b1e81ee0074016bf9724d03b051db1 P f2abcba572b149b48fbadcd40d590231 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:22.766448  1676 consensus_queue.cc:1048] T 67b1e81ee0074016bf9724d03b051db1 P f2abcba572b149b48fbadcd40d590231 [LEADER]: Connected to new peer: Peer: permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:23.447142  1756 heartbeater.cc:499] Master 127.0.192.62:37219 was elected leader, sending a full tablet report...
I20260630 12:34:23.820619  1385 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:23.846661  1582 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "5d30490003e94e50927878ccf35778e4"
dest_uuid: "f2abcba572b149b48fbadcd40d590231"
mode: GRACEFUL
new_leader_uuid: "9be415b5d0a148cba5e74e798c11eecd"
 from {username='slave'} at 127.0.0.1:36938
I20260630 12:34:23.847851  1582 raft_consensus.cc:606] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231 [term 1 LEADER]: Received request to transfer leadership to TS 9be415b5d0a148cba5e74e798c11eecd
I20260630 12:34:23.850977  1582 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "8d726e15fb7940c4b1afc2959945e01d"
dest_uuid: "f2abcba572b149b48fbadcd40d590231"
mode: GRACEFUL
new_leader_uuid: "af62e58a30c84b0998b5221b84cbbb2a"
 from {username='slave'} at 127.0.0.1:36938
I20260630 12:34:23.851636  1582 raft_consensus.cc:606] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231 [term 1 LEADER]: Received request to transfer leadership to TS af62e58a30c84b0998b5221b84cbbb2a
I20260630 12:34:23.852959  1385 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 2
I20260630 12:34:23.853652  1385 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:24.048138  1667 raft_consensus.cc:993] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231: : Instructing follower af62e58a30c84b0998b5221b84cbbb2a to start an election
I20260630 12:34:24.048792  1786 raft_consensus.cc:1081] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231 [term 1 LEADER]: Signalling peer af62e58a30c84b0998b5221b84cbbb2a to start an election
I20260630 12:34:24.050948  1433 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "8d726e15fb7940c4b1afc2959945e01d"
dest_uuid: "af62e58a30c84b0998b5221b84cbbb2a"
 from {username='slave'} at 127.0.0.1:39664
I20260630 12:34:24.051553  1433 raft_consensus.cc:493] T 8d726e15fb7940c4b1afc2959945e01d P af62e58a30c84b0998b5221b84cbbb2a [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:34:24.051927  1433 raft_consensus.cc:3060] T 8d726e15fb7940c4b1afc2959945e01d P af62e58a30c84b0998b5221b84cbbb2a [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:24.058502  1433 raft_consensus.cc:515] T 8d726e15fb7940c4b1afc2959945e01d P af62e58a30c84b0998b5221b84cbbb2a [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:24.060587  1433 leader_election.cc:290] T 8d726e15fb7940c4b1afc2959945e01d P af62e58a30c84b0998b5221b84cbbb2a [CANDIDATE]: Term 2 election: Requested vote from peers 9be415b5d0a148cba5e74e798c11eecd (127.0.192.2:39035), f2abcba572b149b48fbadcd40d590231 (127.0.192.3:32987)
I20260630 12:34:24.061753  1506 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8d726e15fb7940c4b1afc2959945e01d" candidate_uuid: "af62e58a30c84b0998b5221b84cbbb2a" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "9be415b5d0a148cba5e74e798c11eecd"
I20260630 12:34:24.062592  1506 raft_consensus.cc:3060] T 8d726e15fb7940c4b1afc2959945e01d P 9be415b5d0a148cba5e74e798c11eecd [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:24.062645  1582 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8d726e15fb7940c4b1afc2959945e01d" candidate_uuid: "af62e58a30c84b0998b5221b84cbbb2a" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "f2abcba572b149b48fbadcd40d590231"
I20260630 12:34:24.063325  1582 raft_consensus.cc:3055] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:34:24.063678  1582 raft_consensus.cc:740] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: f2abcba572b149b48fbadcd40d590231, State: Running, Role: LEADER
I20260630 12:34:24.064677  1582 consensus_queue.cc:260] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231 [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: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:24.066258  1582 raft_consensus.cc:3060] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:24.067924  1506 raft_consensus.cc:2468] T 8d726e15fb7940c4b1afc2959945e01d P 9be415b5d0a148cba5e74e798c11eecd [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate af62e58a30c84b0998b5221b84cbbb2a in term 2.
I20260630 12:34:24.069243  1398 leader_election.cc:304] T 8d726e15fb7940c4b1afc2959945e01d P af62e58a30c84b0998b5221b84cbbb2a [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: 9be415b5d0a148cba5e74e798c11eecd, af62e58a30c84b0998b5221b84cbbb2a; no voters: 
I20260630 12:34:24.070077  1783 raft_consensus.cc:2804] T 8d726e15fb7940c4b1afc2959945e01d P af62e58a30c84b0998b5221b84cbbb2a [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:34:24.071209  1783 raft_consensus.cc:697] T 8d726e15fb7940c4b1afc2959945e01d P af62e58a30c84b0998b5221b84cbbb2a [term 2 LEADER]: Becoming Leader. State: Replica: af62e58a30c84b0998b5221b84cbbb2a, State: Running, Role: LEADER
I20260630 12:34:24.072199  1783 consensus_queue.cc:237] T 8d726e15fb7940c4b1afc2959945e01d P af62e58a30c84b0998b5221b84cbbb2a [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: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } }
I20260630 12:34:24.074128  1582 raft_consensus.cc:2468] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate af62e58a30c84b0998b5221b84cbbb2a in term 2.
I20260630 12:34:24.080765  1330 catalog_manager.cc:5697] T 8d726e15fb7940c4b1afc2959945e01d P af62e58a30c84b0998b5221b84cbbb2a reported cstate change: term changed from 1 to 2, leader changed from f2abcba572b149b48fbadcd40d590231 (127.0.192.3) to af62e58a30c84b0998b5221b84cbbb2a (127.0.192.1). New cstate: current_term: 2 leader_uuid: "af62e58a30c84b0998b5221b84cbbb2a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:24.177968  1667 raft_consensus.cc:993] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231: : Instructing follower 9be415b5d0a148cba5e74e798c11eecd to start an election
I20260630 12:34:24.178498  1786 raft_consensus.cc:1081] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231 [term 1 LEADER]: Signalling peer 9be415b5d0a148cba5e74e798c11eecd to start an election
I20260630 12:34:24.180199  1506 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "5d30490003e94e50927878ccf35778e4"
dest_uuid: "9be415b5d0a148cba5e74e798c11eecd"
 from {username='slave'} at 127.0.0.1:33038
I20260630 12:34:24.180830  1506 raft_consensus.cc:493] T 5d30490003e94e50927878ccf35778e4 P 9be415b5d0a148cba5e74e798c11eecd [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:34:24.181209  1506 raft_consensus.cc:3060] T 5d30490003e94e50927878ccf35778e4 P 9be415b5d0a148cba5e74e798c11eecd [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:24.188853  1506 raft_consensus.cc:515] T 5d30490003e94e50927878ccf35778e4 P 9be415b5d0a148cba5e74e798c11eecd [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } }
I20260630 12:34:24.191382  1506 leader_election.cc:290] T 5d30490003e94e50927878ccf35778e4 P 9be415b5d0a148cba5e74e798c11eecd [CANDIDATE]: Term 2 election: Requested vote from peers af62e58a30c84b0998b5221b84cbbb2a (127.0.192.1:37895), f2abcba572b149b48fbadcd40d590231 (127.0.192.3:32987)
I20260630 12:34:24.192356  1433 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d30490003e94e50927878ccf35778e4" candidate_uuid: "9be415b5d0a148cba5e74e798c11eecd" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "af62e58a30c84b0998b5221b84cbbb2a"
I20260630 12:34:24.192566  1582 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d30490003e94e50927878ccf35778e4" candidate_uuid: "9be415b5d0a148cba5e74e798c11eecd" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "f2abcba572b149b48fbadcd40d590231"
I20260630 12:34:24.193002  1433 raft_consensus.cc:3060] T 5d30490003e94e50927878ccf35778e4 P af62e58a30c84b0998b5221b84cbbb2a [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:24.193190  1582 raft_consensus.cc:3055] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:34:24.193615  1582 raft_consensus.cc:740] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: f2abcba572b149b48fbadcd40d590231, State: Running, Role: LEADER
I20260630 12:34:24.194507  1582 consensus_queue.cc:260] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231 [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: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } }
I20260630 12:34:24.195782  1582 raft_consensus.cc:3060] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:24.197906  1433 raft_consensus.cc:2468] T 5d30490003e94e50927878ccf35778e4 P af62e58a30c84b0998b5221b84cbbb2a [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9be415b5d0a148cba5e74e798c11eecd in term 2.
I20260630 12:34:24.199328  1475 leader_election.cc:304] T 5d30490003e94e50927878ccf35778e4 P 9be415b5d0a148cba5e74e798c11eecd [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: 9be415b5d0a148cba5e74e798c11eecd, af62e58a30c84b0998b5221b84cbbb2a; no voters: 
I20260630 12:34:24.200171  1771 raft_consensus.cc:2804] T 5d30490003e94e50927878ccf35778e4 P 9be415b5d0a148cba5e74e798c11eecd [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:34:24.201485  1771 raft_consensus.cc:697] T 5d30490003e94e50927878ccf35778e4 P 9be415b5d0a148cba5e74e798c11eecd [term 2 LEADER]: Becoming Leader. State: Replica: 9be415b5d0a148cba5e74e798c11eecd, State: Running, Role: LEADER
I20260630 12:34:24.202463  1771 consensus_queue.cc:237] T 5d30490003e94e50927878ccf35778e4 P 9be415b5d0a148cba5e74e798c11eecd [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: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } }
I20260630 12:34:24.203357  1582 raft_consensus.cc:2468] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9be415b5d0a148cba5e74e798c11eecd in term 2.
I20260630 12:34:24.211544  1330 catalog_manager.cc:5697] T 5d30490003e94e50927878ccf35778e4 P 9be415b5d0a148cba5e74e798c11eecd reported cstate change: term changed from 1 to 2, leader changed from f2abcba572b149b48fbadcd40d590231 (127.0.192.3) to 9be415b5d0a148cba5e74e798c11eecd (127.0.192.2). New cstate: current_term: 2 leader_uuid: "9be415b5d0a148cba5e74e798c11eecd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:24.612078  1582 raft_consensus.cc:1275] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231 [term 2 FOLLOWER]: Refusing update from remote peer af62e58a30c84b0998b5221b84cbbb2a: 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:24.613601  1783 consensus_queue.cc:1048] T 8d726e15fb7940c4b1afc2959945e01d P af62e58a30c84b0998b5221b84cbbb2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:24.621006  1433 raft_consensus.cc:1275] T 5d30490003e94e50927878ccf35778e4 P af62e58a30c84b0998b5221b84cbbb2a [term 2 FOLLOWER]: Refusing update from remote peer 9be415b5d0a148cba5e74e798c11eecd: 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:24.623128  1771 consensus_queue.cc:1048] T 5d30490003e94e50927878ccf35778e4 P 9be415b5d0a148cba5e74e798c11eecd [LEADER]: Connected to new peer: Peer: permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:24.630733  1506 raft_consensus.cc:1275] T 8d726e15fb7940c4b1afc2959945e01d P 9be415b5d0a148cba5e74e798c11eecd [term 2 FOLLOWER]: Refusing update from remote peer af62e58a30c84b0998b5221b84cbbb2a: 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:24.633133  1783 consensus_queue.cc:1048] T 8d726e15fb7940c4b1afc2959945e01d P af62e58a30c84b0998b5221b84cbbb2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:34:24.663273  1582 raft_consensus.cc:1275] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231 [term 2 FOLLOWER]: Refusing update from remote peer 9be415b5d0a148cba5e74e798c11eecd: 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:24.671608  1793 consensus_queue.cc:1048] T 5d30490003e94e50927878ccf35778e4 P 9be415b5d0a148cba5e74e798c11eecd [LEADER]: Connected to new peer: Peer: permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:34:25.854794  1385 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:25.860209  1385 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:25.860581  1385 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:27.826504  1582 consensus_queue.cc:237] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231 [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: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } attrs { replace: true } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "feae9b718a5044759ba2724ed4702d2c" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39665 } attrs { promote: true } }
I20260630 12:34:27.834365  1508 raft_consensus.cc:1275] T cfcea48385d7433d9597e43dbca616ea P 9be415b5d0a148cba5e74e798c11eecd [term 1 FOLLOWER]: Refusing update from remote peer f2abcba572b149b48fbadcd40d590231: 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:27.834570  1433 raft_consensus.cc:1275] T cfcea48385d7433d9597e43dbca616ea P af62e58a30c84b0998b5221b84cbbb2a [term 1 FOLLOWER]: Refusing update from remote peer f2abcba572b149b48fbadcd40d590231: 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:27.836968  1786 consensus_queue.cc:1048] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } 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:34:27.838408  1813 consensus_queue.cc:1048] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231 [LEADER]: Connected to new peer: Peer: permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:27.846222  1786 raft_consensus.cc:2955] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER feae9b718a5044759ba2724ed4702d2c (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } attrs { replace: true } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "feae9b718a5044759ba2724ed4702d2c" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39665 } attrs { promote: true } } }
I20260630 12:34:27.848809  1508 raft_consensus.cc:2955] T cfcea48385d7433d9597e43dbca616ea P 9be415b5d0a148cba5e74e798c11eecd [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER feae9b718a5044759ba2724ed4702d2c (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } attrs { replace: true } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "feae9b718a5044759ba2724ed4702d2c" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39665 } attrs { promote: true } } }
W20260630 12:34:27.852002  1548 consensus_peers.cc:597] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231 -> Peer feae9b718a5044759ba2724ed4702d2c (127.0.192.4:39665): Couldn't send request to peer feae9b718a5044759ba2724ed4702d2c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: cfcea48385d7433d9597e43dbca616ea. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:27.852090  1433 raft_consensus.cc:2955] T cfcea48385d7433d9597e43dbca616ea P af62e58a30c84b0998b5221b84cbbb2a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER feae9b718a5044759ba2724ed4702d2c (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } attrs { replace: true } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "feae9b718a5044759ba2724ed4702d2c" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39665 } attrs { promote: true } } }
I20260630 12:34:27.861567  1385 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:27.865692  1330 catalog_manager.cc:5697] T cfcea48385d7433d9597e43dbca616ea P 9be415b5d0a148cba5e74e798c11eecd reported cstate change: config changed from index -1 to 2, NON_VOTER feae9b718a5044759ba2724ed4702d2c (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "f2abcba572b149b48fbadcd40d590231" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } attrs { replace: true } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "feae9b718a5044759ba2724ed4702d2c" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39665 } attrs { promote: true } } }
I20260630 12:34:27.878057  1385 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:27.883706  1385 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:27.897611  1508 consensus_queue.cc:237] T 5d30490003e94e50927878ccf35778e4 P 9be415b5d0a148cba5e74e798c11eecd [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: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } attrs { replace: true } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "feae9b718a5044759ba2724ed4702d2c" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39665 } attrs { promote: true } }
I20260630 12:34:27.906320  1433 raft_consensus.cc:1275] T 5d30490003e94e50927878ccf35778e4 P af62e58a30c84b0998b5221b84cbbb2a [term 2 FOLLOWER]: Refusing update from remote peer 9be415b5d0a148cba5e74e798c11eecd: 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:27.908200  1582 raft_consensus.cc:1275] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231 [term 2 FOLLOWER]: Refusing update from remote peer 9be415b5d0a148cba5e74e798c11eecd: 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:27.908409  1826 consensus_queue.cc:1048] T 5d30490003e94e50927878ccf35778e4 P 9be415b5d0a148cba5e74e798c11eecd [LEADER]: Connected to new peer: Peer: permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } 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:34:27.909767  1806 consensus_queue.cc:1048] T 5d30490003e94e50927878ccf35778e4 P 9be415b5d0a148cba5e74e798c11eecd [LEADER]: Connected to new peer: Peer: permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:34:27.918467  1474 consensus_peers.cc:597] T 5d30490003e94e50927878ccf35778e4 P 9be415b5d0a148cba5e74e798c11eecd -> Peer feae9b718a5044759ba2724ed4702d2c (127.0.192.4:39665): Couldn't send request to peer feae9b718a5044759ba2724ed4702d2c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 5d30490003e94e50927878ccf35778e4. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:27.918257  1806 raft_consensus.cc:2955] T 5d30490003e94e50927878ccf35778e4 P 9be415b5d0a148cba5e74e798c11eecd [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER feae9b718a5044759ba2724ed4702d2c (127.0.192.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } attrs { replace: true } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "feae9b718a5044759ba2724ed4702d2c" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39665 } attrs { promote: true } } }
I20260630 12:34:27.919585  1433 raft_consensus.cc:2955] T 5d30490003e94e50927878ccf35778e4 P af62e58a30c84b0998b5221b84cbbb2a [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER feae9b718a5044759ba2724ed4702d2c (127.0.192.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } attrs { replace: true } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "feae9b718a5044759ba2724ed4702d2c" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39665 } attrs { promote: true } } }
I20260630 12:34:27.924433  1582 raft_consensus.cc:2955] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER feae9b718a5044759ba2724ed4702d2c (127.0.192.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } attrs { replace: true } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "feae9b718a5044759ba2724ed4702d2c" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39665 } attrs { promote: true } } }
I20260630 12:34:27.933702  1329 catalog_manager.cc:5697] T 5d30490003e94e50927878ccf35778e4 P af62e58a30c84b0998b5221b84cbbb2a reported cstate change: config changed from index -1 to 3, NON_VOTER feae9b718a5044759ba2724ed4702d2c (127.0.192.4) added. New cstate: current_term: 2 leader_uuid: "9be415b5d0a148cba5e74e798c11eecd" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } attrs { replace: true } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "feae9b718a5044759ba2724ed4702d2c" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39665 } attrs { promote: true } } }
I20260630 12:34:27.945015  1508 consensus_queue.cc:237] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd [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: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } attrs { replace: true } } peers { permanent_uuid: "feae9b718a5044759ba2724ed4702d2c" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39665 } attrs { promote: true } }
I20260630 12:34:27.967020  1582 raft_consensus.cc:1275] T ec9bd2defc734645914dbc7a93192bb6 P f2abcba572b149b48fbadcd40d590231 [term 1 FOLLOWER]: Refusing update from remote peer 9be415b5d0a148cba5e74e798c11eecd: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260630 12:34:27.967442  1474 consensus_peers.cc:597] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd -> Peer feae9b718a5044759ba2724ed4702d2c (127.0.192.4:39665): Couldn't send request to peer feae9b718a5044759ba2724ed4702d2c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ec9bd2defc734645914dbc7a93192bb6. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:27.968672  1832 consensus_queue.cc:1048] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd [LEADER]: Connected to new peer: Peer: permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } 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:34:27.972784  1433 raft_consensus.cc:1275] T ec9bd2defc734645914dbc7a93192bb6 P af62e58a30c84b0998b5221b84cbbb2a [term 1 FOLLOWER]: Refusing update from remote peer 9be415b5d0a148cba5e74e798c11eecd: 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:27.976167  1832 consensus_queue.cc:1048] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd [LEADER]: Connected to new peer: Peer: permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.002s
I20260630 12:34:27.979221  1806 raft_consensus.cc:2955] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER feae9b718a5044759ba2724ed4702d2c (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } attrs { replace: true } } peers { permanent_uuid: "feae9b718a5044759ba2724ed4702d2c" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39665 } attrs { promote: true } } }
I20260630 12:34:27.981191  1583 raft_consensus.cc:2955] T ec9bd2defc734645914dbc7a93192bb6 P f2abcba572b149b48fbadcd40d590231 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER feae9b718a5044759ba2724ed4702d2c (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } attrs { replace: true } } peers { permanent_uuid: "feae9b718a5044759ba2724ed4702d2c" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39665 } attrs { promote: true } } }
I20260630 12:34:27.995045  1433 raft_consensus.cc:2955] T ec9bd2defc734645914dbc7a93192bb6 P af62e58a30c84b0998b5221b84cbbb2a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER feae9b718a5044759ba2724ed4702d2c (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } attrs { replace: true } } peers { permanent_uuid: "feae9b718a5044759ba2724ed4702d2c" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39665 } attrs { promote: true } } }
I20260630 12:34:27.996515  1330 catalog_manager.cc:5697] T ec9bd2defc734645914dbc7a93192bb6 P f2abcba572b149b48fbadcd40d590231 reported cstate change: config changed from index -1 to 2, NON_VOTER feae9b718a5044759ba2724ed4702d2c (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "9be415b5d0a148cba5e74e798c11eecd" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } attrs { replace: true } } peers { permanent_uuid: "feae9b718a5044759ba2724ed4702d2c" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39665 } attrs { promote: true } } }
I20260630 12:34:27.998312  1583 consensus_queue.cc:237] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231 [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: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } attrs { replace: true } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "feae9b718a5044759ba2724ed4702d2c" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39665 } attrs { promote: true } }
W20260630 12:34:28.013921  1548 consensus_peers.cc:597] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231 -> Peer feae9b718a5044759ba2724ed4702d2c (127.0.192.4:39665): Couldn't send request to peer feae9b718a5044759ba2724ed4702d2c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 2be427fed07c4515a14eb6ac715acf5d. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:28.019124  1508 raft_consensus.cc:1275] T 2be427fed07c4515a14eb6ac715acf5d P 9be415b5d0a148cba5e74e798c11eecd [term 1 FOLLOWER]: Refusing update from remote peer f2abcba572b149b48fbadcd40d590231: 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:28.019124  1433 raft_consensus.cc:1275] T 2be427fed07c4515a14eb6ac715acf5d P af62e58a30c84b0998b5221b84cbbb2a [term 1 FOLLOWER]: Refusing update from remote peer f2abcba572b149b48fbadcd40d590231: 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:28.020885  1818 consensus_queue.cc:1048] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } 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:34:28.021828  1819 consensus_queue.cc:1048] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231 [LEADER]: Connected to new peer: Peer: permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:28.029650  1818 raft_consensus.cc:2955] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER feae9b718a5044759ba2724ed4702d2c (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } attrs { replace: true } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "feae9b718a5044759ba2724ed4702d2c" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39665 } attrs { promote: true } } }
I20260630 12:34:28.032040  1433 raft_consensus.cc:2955] T 2be427fed07c4515a14eb6ac715acf5d P af62e58a30c84b0998b5221b84cbbb2a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER feae9b718a5044759ba2724ed4702d2c (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } attrs { replace: true } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "feae9b718a5044759ba2724ed4702d2c" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39665 } attrs { promote: true } } }
I20260630 12:34:28.031641  1508 raft_consensus.cc:2955] T 2be427fed07c4515a14eb6ac715acf5d P 9be415b5d0a148cba5e74e798c11eecd [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER feae9b718a5044759ba2724ed4702d2c (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } attrs { replace: true } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "feae9b718a5044759ba2724ed4702d2c" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39665 } attrs { promote: true } } }
I20260630 12:34:28.042372  1330 catalog_manager.cc:5697] T 2be427fed07c4515a14eb6ac715acf5d P af62e58a30c84b0998b5221b84cbbb2a reported cstate change: config changed from index -1 to 2, NON_VOTER feae9b718a5044759ba2724ed4702d2c (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "f2abcba572b149b48fbadcd40d590231" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } attrs { replace: true } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "feae9b718a5044759ba2724ed4702d2c" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39665 } attrs { promote: true } } }
I20260630 12:34:28.378082  1840 ts_tablet_manager.cc:933] T cfcea48385d7433d9597e43dbca616ea P feae9b718a5044759ba2724ed4702d2c: Initiating tablet copy from peer f2abcba572b149b48fbadcd40d590231 (127.0.192.3:32987)
I20260630 12:34:28.380368  1840 tablet_copy_client.cc:323] T cfcea48385d7433d9597e43dbca616ea P feae9b718a5044759ba2724ed4702d2c: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.3:32987
I20260630 12:34:28.392800  1593 tablet_copy_service.cc:140] P f2abcba572b149b48fbadcd40d590231: Received BeginTabletCopySession request for tablet cfcea48385d7433d9597e43dbca616ea from peer feae9b718a5044759ba2724ed4702d2c ({username='slave'} at 127.0.0.1:36956)
I20260630 12:34:28.393357  1593 tablet_copy_service.cc:161] P f2abcba572b149b48fbadcd40d590231: Beginning new tablet copy session on tablet cfcea48385d7433d9597e43dbca616ea from peer feae9b718a5044759ba2724ed4702d2c at {username='slave'} at 127.0.0.1:36956: session id = feae9b718a5044759ba2724ed4702d2c-cfcea48385d7433d9597e43dbca616ea
I20260630 12:34:28.401153  1593 tablet_copy_source_session.cc:215] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:34:28.404533  1840 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cfcea48385d7433d9597e43dbca616ea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:28.416401  1844 ts_tablet_manager.cc:933] T ec9bd2defc734645914dbc7a93192bb6 P feae9b718a5044759ba2724ed4702d2c: Initiating tablet copy from peer 9be415b5d0a148cba5e74e798c11eecd (127.0.192.2:39035)
I20260630 12:34:28.419399  1840 tablet_copy_client.cc:806] T cfcea48385d7433d9597e43dbca616ea P feae9b718a5044759ba2724ed4702d2c: tablet copy: Starting download of 0 data blocks...
I20260630 12:34:28.420711  1840 tablet_copy_client.cc:670] T cfcea48385d7433d9597e43dbca616ea P feae9b718a5044759ba2724ed4702d2c: tablet copy: Starting download of 1 WAL segments...
I20260630 12:34:28.424162  1844 tablet_copy_client.cc:323] T ec9bd2defc734645914dbc7a93192bb6 P feae9b718a5044759ba2724ed4702d2c: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.2:39035
I20260630 12:34:28.427467  1840 tablet_copy_client.cc:538] T cfcea48385d7433d9597e43dbca616ea P feae9b718a5044759ba2724ed4702d2c: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:34:28.436753  1840 tablet_bootstrap.cc:492] T cfcea48385d7433d9597e43dbca616ea P feae9b718a5044759ba2724ed4702d2c: Bootstrap starting.
I20260630 12:34:28.446727  1519 tablet_copy_service.cc:140] P 9be415b5d0a148cba5e74e798c11eecd: Received BeginTabletCopySession request for tablet ec9bd2defc734645914dbc7a93192bb6 from peer feae9b718a5044759ba2724ed4702d2c ({username='slave'} at 127.0.0.1:33062)
I20260630 12:34:28.447429  1847 ts_tablet_manager.cc:933] T 2be427fed07c4515a14eb6ac715acf5d P feae9b718a5044759ba2724ed4702d2c: Initiating tablet copy from peer f2abcba572b149b48fbadcd40d590231 (127.0.192.3:32987)
I20260630 12:34:28.451205   768 tablet_server.cc:179] TabletServer@127.0.192.1:0 shutting down...
I20260630 12:34:28.447333  1519 tablet_copy_service.cc:161] P 9be415b5d0a148cba5e74e798c11eecd: Beginning new tablet copy session on tablet ec9bd2defc734645914dbc7a93192bb6 from peer feae9b718a5044759ba2724ed4702d2c at {username='slave'} at 127.0.0.1:33062: session id = feae9b718a5044759ba2724ed4702d2c-ec9bd2defc734645914dbc7a93192bb6
I20260630 12:34:28.472898  1840 tablet_bootstrap.cc:492] T cfcea48385d7433d9597e43dbca616ea P feae9b718a5044759ba2724ed4702d2c: 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:34:28.474555  1840 tablet_bootstrap.cc:492] T cfcea48385d7433d9597e43dbca616ea P feae9b718a5044759ba2724ed4702d2c: Bootstrap complete.
I20260630 12:34:28.475601  1840 ts_tablet_manager.cc:1403] T cfcea48385d7433d9597e43dbca616ea P feae9b718a5044759ba2724ed4702d2c: Time spent bootstrapping tablet: real 0.039s	user 0.024s	sys 0.012s
W20260630 12:34:28.478492  1549 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 5 similar messages]
I20260630 12:34:28.480046  1840 raft_consensus.cc:359] T cfcea48385d7433d9597e43dbca616ea P feae9b718a5044759ba2724ed4702d2c [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } attrs { replace: true } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "feae9b718a5044759ba2724ed4702d2c" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39665 } attrs { promote: true } }
I20260630 12:34:28.481385  1840 raft_consensus.cc:740] T cfcea48385d7433d9597e43dbca616ea P feae9b718a5044759ba2724ed4702d2c [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: feae9b718a5044759ba2724ed4702d2c, State: Initialized, Role: LEARNER
I20260630 12:34:28.482347  1840 consensus_queue.cc:260] T cfcea48385d7433d9597e43dbca616ea P feae9b718a5044759ba2724ed4702d2c [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: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } attrs { replace: true } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "feae9b718a5044759ba2724ed4702d2c" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39665 } attrs { promote: true } }
I20260630 12:34:28.487671  1851 ts_tablet_manager.cc:933] T 5d30490003e94e50927878ccf35778e4 P feae9b718a5044759ba2724ed4702d2c: Initiating tablet copy from peer 9be415b5d0a148cba5e74e798c11eecd (127.0.192.2:39035)
I20260630 12:34:28.539994  1519 tablet_copy_source_session.cc:215] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:34:28.545970  1844 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ec9bd2defc734645914dbc7a93192bb6. 1 dirs total, 0 dirs full, 0 dirs failed
W20260630 12:34:28.565285  1475 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.192.1:37895, user_credentials={real_user=slave}} blocked reactor thread for 46396.4us
W20260630 12:34:28.567612  1475 consensus_peers.cc:597] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd -> Peer af62e58a30c84b0998b5221b84cbbb2a (127.0.192.1:37895): Couldn't send request to peer af62e58a30c84b0998b5221b84cbbb2a. 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:28.574268  1851 tablet_copy_client.cc:323] T 5d30490003e94e50927878ccf35778e4 P feae9b718a5044759ba2724ed4702d2c: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.2:39035
I20260630 12:34:28.576474  1519 tablet_copy_service.cc:140] P 9be415b5d0a148cba5e74e798c11eecd: Received BeginTabletCopySession request for tablet 5d30490003e94e50927878ccf35778e4 from peer feae9b718a5044759ba2724ed4702d2c ({username='slave'} at 127.0.0.1:33062)
I20260630 12:34:28.577334  1519 tablet_copy_service.cc:161] P 9be415b5d0a148cba5e74e798c11eecd: Beginning new tablet copy session on tablet 5d30490003e94e50927878ccf35778e4 from peer feae9b718a5044759ba2724ed4702d2c at {username='slave'} at 127.0.0.1:33062: session id = feae9b718a5044759ba2724ed4702d2c-5d30490003e94e50927878ccf35778e4
W20260630 12:34:28.575227  1549 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.192.1:37895, user_credentials={real_user=slave}} blocked reactor thread for 96868.3us
I20260630 12:34:28.578884  1844 tablet_copy_client.cc:806] T ec9bd2defc734645914dbc7a93192bb6 P feae9b718a5044759ba2724ed4702d2c: tablet copy: Starting download of 0 data blocks...
I20260630 12:34:28.579470  1844 tablet_copy_client.cc:670] T ec9bd2defc734645914dbc7a93192bb6 P feae9b718a5044759ba2724ed4702d2c: tablet copy: Starting download of 1 WAL segments...
W20260630 12:34:28.582914  1549 consensus_peers.cc:597] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231 -> Peer af62e58a30c84b0998b5221b84cbbb2a (127.0.192.1:37895): Couldn't send request to peer af62e58a30c84b0998b5221b84cbbb2a. 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:28.584355  1844 tablet_copy_client.cc:538] T ec9bd2defc734645914dbc7a93192bb6 P feae9b718a5044759ba2724ed4702d2c: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:34:28.589956   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:28.596204   768 tablet_replica.cc:333] T e2b6d98aa80e42c4aa94e149cc79a47c P af62e58a30c84b0998b5221b84cbbb2a: stopping tablet replica
I20260630 12:34:28.596556  1840 ts_tablet_manager.cc:1434] T cfcea48385d7433d9597e43dbca616ea P feae9b718a5044759ba2724ed4702d2c: Time spent starting tablet: real 0.120s	user 0.030s	sys 0.039s
I20260630 12:34:28.601336  1844 tablet_bootstrap.cc:492] T ec9bd2defc734645914dbc7a93192bb6 P feae9b718a5044759ba2724ed4702d2c: Bootstrap starting.
I20260630 12:34:28.604339  1593 tablet_copy_service.cc:342] P f2abcba572b149b48fbadcd40d590231: Request end of tablet copy session feae9b718a5044759ba2724ed4702d2c-cfcea48385d7433d9597e43dbca616ea received from {username='slave'} at 127.0.0.1:36956
I20260630 12:34:28.604842  1593 tablet_copy_service.cc:434] P f2abcba572b149b48fbadcd40d590231: ending tablet copy session feae9b718a5044759ba2724ed4702d2c-cfcea48385d7433d9597e43dbca616ea on tablet cfcea48385d7433d9597e43dbca616ea with peer feae9b718a5044759ba2724ed4702d2c
I20260630 12:34:28.610494   768 raft_consensus.cc:2243] T e2b6d98aa80e42c4aa94e149cc79a47c P af62e58a30c84b0998b5221b84cbbb2a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:28.613193   768 raft_consensus.cc:2272] T e2b6d98aa80e42c4aa94e149cc79a47c P af62e58a30c84b0998b5221b84cbbb2a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:28.613871  1847 tablet_copy_client.cc:323] T 2be427fed07c4515a14eb6ac715acf5d P feae9b718a5044759ba2724ed4702d2c: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.3:32987
I20260630 12:34:28.615738  1593 tablet_copy_service.cc:140] P f2abcba572b149b48fbadcd40d590231: Received BeginTabletCopySession request for tablet 2be427fed07c4515a14eb6ac715acf5d from peer feae9b718a5044759ba2724ed4702d2c ({username='slave'} at 127.0.0.1:36956)
I20260630 12:34:28.615962   768 tablet_replica.cc:333] T 67b1e81ee0074016bf9724d03b051db1 P af62e58a30c84b0998b5221b84cbbb2a: stopping tablet replica
I20260630 12:34:28.616281  1593 tablet_copy_service.cc:161] P f2abcba572b149b48fbadcd40d590231: Beginning new tablet copy session on tablet 2be427fed07c4515a14eb6ac715acf5d from peer feae9b718a5044759ba2724ed4702d2c at {username='slave'} at 127.0.0.1:36956: session id = feae9b718a5044759ba2724ed4702d2c-2be427fed07c4515a14eb6ac715acf5d
I20260630 12:34:28.616892   768 raft_consensus.cc:2243] T 67b1e81ee0074016bf9724d03b051db1 P af62e58a30c84b0998b5221b84cbbb2a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:28.617413   768 raft_consensus.cc:2272] T 67b1e81ee0074016bf9724d03b051db1 P af62e58a30c84b0998b5221b84cbbb2a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:28.619829   768 tablet_replica.cc:333] T cfcea48385d7433d9597e43dbca616ea P af62e58a30c84b0998b5221b84cbbb2a: stopping tablet replica
I20260630 12:34:28.620626   768 raft_consensus.cc:2243] T cfcea48385d7433d9597e43dbca616ea P af62e58a30c84b0998b5221b84cbbb2a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:28.621191   768 raft_consensus.cc:2272] T cfcea48385d7433d9597e43dbca616ea P af62e58a30c84b0998b5221b84cbbb2a [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:34:28.621603  1475 consensus_peers.cc:597] T e2b6d98aa80e42c4aa94e149cc79a47c P 9be415b5d0a148cba5e74e798c11eecd -> Peer af62e58a30c84b0998b5221b84cbbb2a (127.0.192.1:37895): Couldn't send request to peer af62e58a30c84b0998b5221b84cbbb2a. 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:28.616267  1519 tablet_copy_source_session.cc:215] T 5d30490003e94e50927878ccf35778e4 P 9be415b5d0a148cba5e74e798c11eecd: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:34:28.624418   768 tablet_replica.cc:333] T d1f282f2e5e748d09a865ca08cbd8406 P af62e58a30c84b0998b5221b84cbbb2a: stopping tablet replica
I20260630 12:34:28.625144  1851 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5d30490003e94e50927878ccf35778e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:28.625213   768 raft_consensus.cc:2243] T d1f282f2e5e748d09a865ca08cbd8406 P af62e58a30c84b0998b5221b84cbbb2a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:28.626284   768 raft_consensus.cc:2272] T d1f282f2e5e748d09a865ca08cbd8406 P af62e58a30c84b0998b5221b84cbbb2a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:28.629027   768 tablet_replica.cc:333] T 5d30490003e94e50927878ccf35778e4 P af62e58a30c84b0998b5221b84cbbb2a: stopping tablet replica
I20260630 12:34:28.629799   768 raft_consensus.cc:2243] T 5d30490003e94e50927878ccf35778e4 P af62e58a30c84b0998b5221b84cbbb2a [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:28.630482   768 raft_consensus.cc:2272] T 5d30490003e94e50927878ccf35778e4 P af62e58a30c84b0998b5221b84cbbb2a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:28.632128  1593 tablet_copy_source_session.cc:215] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:34:28.635926  1847 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2be427fed07c4515a14eb6ac715acf5d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:28.641809   768 tablet_replica.cc:333] T 8d726e15fb7940c4b1afc2959945e01d P af62e58a30c84b0998b5221b84cbbb2a: stopping tablet replica
I20260630 12:34:28.642704   768 raft_consensus.cc:2243] T 8d726e15fb7940c4b1afc2959945e01d P af62e58a30c84b0998b5221b84cbbb2a [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:34:28.643708   768 raft_consensus.cc:2272] T 8d726e15fb7940c4b1afc2959945e01d P af62e58a30c84b0998b5221b84cbbb2a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:28.648380  1844 tablet_bootstrap.cc:492] T ec9bd2defc734645914dbc7a93192bb6 P feae9b718a5044759ba2724ed4702d2c: 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:34:28.649030  1851 tablet_copy_client.cc:806] T 5d30490003e94e50927878ccf35778e4 P feae9b718a5044759ba2724ed4702d2c: tablet copy: Starting download of 0 data blocks...
I20260630 12:34:28.649389  1844 tablet_bootstrap.cc:492] T ec9bd2defc734645914dbc7a93192bb6 P feae9b718a5044759ba2724ed4702d2c: Bootstrap complete.
I20260630 12:34:28.649624  1851 tablet_copy_client.cc:670] T 5d30490003e94e50927878ccf35778e4 P feae9b718a5044759ba2724ed4702d2c: tablet copy: Starting download of 1 WAL segments...
I20260630 12:34:28.650218  1844 ts_tablet_manager.cc:1403] T ec9bd2defc734645914dbc7a93192bb6 P feae9b718a5044759ba2724ed4702d2c: Time spent bootstrapping tablet: real 0.049s	user 0.024s	sys 0.009s
I20260630 12:34:28.653195  1844 raft_consensus.cc:359] T ec9bd2defc734645914dbc7a93192bb6 P feae9b718a5044759ba2724ed4702d2c [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } attrs { replace: true } } peers { permanent_uuid: "feae9b718a5044759ba2724ed4702d2c" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39665 } attrs { promote: true } }
I20260630 12:34:28.654048  1851 tablet_copy_client.cc:538] T 5d30490003e94e50927878ccf35778e4 P feae9b718a5044759ba2724ed4702d2c: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:34:28.654109  1844 raft_consensus.cc:740] T ec9bd2defc734645914dbc7a93192bb6 P feae9b718a5044759ba2724ed4702d2c [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: feae9b718a5044759ba2724ed4702d2c, State: Initialized, Role: LEARNER
I20260630 12:34:28.655211  1844 consensus_queue.cc:260] T ec9bd2defc734645914dbc7a93192bb6 P feae9b718a5044759ba2724ed4702d2c [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: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } attrs { replace: true } } peers { permanent_uuid: "feae9b718a5044759ba2724ed4702d2c" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39665 } attrs { promote: true } }
I20260630 12:34:28.657186   768 tablet_replica.cc:333] T 2be427fed07c4515a14eb6ac715acf5d P af62e58a30c84b0998b5221b84cbbb2a: stopping tablet replica
I20260630 12:34:28.657810  1844 ts_tablet_manager.cc:1434] T ec9bd2defc734645914dbc7a93192bb6 P feae9b718a5044759ba2724ed4702d2c: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:34:28.657994   768 raft_consensus.cc:2243] T 2be427fed07c4515a14eb6ac715acf5d P af62e58a30c84b0998b5221b84cbbb2a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:28.658710   768 raft_consensus.cc:2272] T 2be427fed07c4515a14eb6ac715acf5d P af62e58a30c84b0998b5221b84cbbb2a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:28.659809  1519 tablet_copy_service.cc:342] P 9be415b5d0a148cba5e74e798c11eecd: Request end of tablet copy session feae9b718a5044759ba2724ed4702d2c-ec9bd2defc734645914dbc7a93192bb6 received from {username='slave'} at 127.0.0.1:33062
I20260630 12:34:28.660288  1519 tablet_copy_service.cc:434] P 9be415b5d0a148cba5e74e798c11eecd: ending tablet copy session feae9b718a5044759ba2724ed4702d2c-ec9bd2defc734645914dbc7a93192bb6 on tablet ec9bd2defc734645914dbc7a93192bb6 with peer feae9b718a5044759ba2724ed4702d2c
I20260630 12:34:28.666882  1847 tablet_copy_client.cc:806] T 2be427fed07c4515a14eb6ac715acf5d P feae9b718a5044759ba2724ed4702d2c: tablet copy: Starting download of 0 data blocks...
I20260630 12:34:28.667567  1847 tablet_copy_client.cc:670] T 2be427fed07c4515a14eb6ac715acf5d P feae9b718a5044759ba2724ed4702d2c: tablet copy: Starting download of 1 WAL segments...
I20260630 12:34:28.668418   768 tablet_replica.cc:333] T ec9bd2defc734645914dbc7a93192bb6 P af62e58a30c84b0998b5221b84cbbb2a: stopping tablet replica
I20260630 12:34:28.669430   768 raft_consensus.cc:2243] T ec9bd2defc734645914dbc7a93192bb6 P af62e58a30c84b0998b5221b84cbbb2a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:28.669953   768 raft_consensus.cc:2272] T ec9bd2defc734645914dbc7a93192bb6 P af62e58a30c84b0998b5221b84cbbb2a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:28.668431  1851 tablet_bootstrap.cc:492] T 5d30490003e94e50927878ccf35778e4 P feae9b718a5044759ba2724ed4702d2c: Bootstrap starting.
I20260630 12:34:28.671609  1847 tablet_copy_client.cc:538] T 2be427fed07c4515a14eb6ac715acf5d P feae9b718a5044759ba2724ed4702d2c: tablet copy: Tablet Copy complete. Replacing tablet superblock.
W20260630 12:34:28.678653  1549 consensus_peers.cc:597] T 67b1e81ee0074016bf9724d03b051db1 P f2abcba572b149b48fbadcd40d590231 -> Peer af62e58a30c84b0998b5221b84cbbb2a (127.0.192.1:37895): Couldn't send request to peer af62e58a30c84b0998b5221b84cbbb2a. 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:28.681527  1847 tablet_bootstrap.cc:492] T 2be427fed07c4515a14eb6ac715acf5d P feae9b718a5044759ba2724ed4702d2c: Bootstrap starting.
I20260630 12:34:28.705034   768 tablet_server.cc:196] TabletServer@127.0.192.1:0 shutdown complete.
I20260630 12:34:28.715382  1847 tablet_bootstrap.cc:492] T 2be427fed07c4515a14eb6ac715acf5d P feae9b718a5044759ba2724ed4702d2c: 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:34:28.716481  1847 tablet_bootstrap.cc:492] T 2be427fed07c4515a14eb6ac715acf5d P feae9b718a5044759ba2724ed4702d2c: Bootstrap complete.
I20260630 12:34:28.717226  1847 ts_tablet_manager.cc:1403] T 2be427fed07c4515a14eb6ac715acf5d P feae9b718a5044759ba2724ed4702d2c: Time spent bootstrapping tablet: real 0.036s	user 0.028s	sys 0.006s
I20260630 12:34:28.724428  1847 raft_consensus.cc:359] T 2be427fed07c4515a14eb6ac715acf5d P feae9b718a5044759ba2724ed4702d2c [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } attrs { replace: true } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "feae9b718a5044759ba2724ed4702d2c" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39665 } attrs { promote: true } }
I20260630 12:34:28.725522  1847 raft_consensus.cc:740] T 2be427fed07c4515a14eb6ac715acf5d P feae9b718a5044759ba2724ed4702d2c [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: feae9b718a5044759ba2724ed4702d2c, State: Initialized, Role: LEARNER
I20260630 12:34:28.726341  1847 consensus_queue.cc:260] T 2be427fed07c4515a14eb6ac715acf5d P feae9b718a5044759ba2724ed4702d2c [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: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } attrs { replace: true } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "feae9b718a5044759ba2724ed4702d2c" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39665 } attrs { promote: true } }
I20260630 12:34:28.730279  1847 ts_tablet_manager.cc:1434] T 2be427fed07c4515a14eb6ac715acf5d P feae9b718a5044759ba2724ed4702d2c: Time spent starting tablet: real 0.013s	user 0.011s	sys 0.000s
I20260630 12:34:28.733654  1851 tablet_bootstrap.cc:492] T 5d30490003e94e50927878ccf35778e4 P feae9b718a5044759ba2724ed4702d2c: 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:28.734375  1593 tablet_copy_service.cc:342] P f2abcba572b149b48fbadcd40d590231: Request end of tablet copy session feae9b718a5044759ba2724ed4702d2c-2be427fed07c4515a14eb6ac715acf5d received from {username='slave'} at 127.0.0.1:36956
I20260630 12:34:28.734862  1593 tablet_copy_service.cc:434] P f2abcba572b149b48fbadcd40d590231: ending tablet copy session feae9b718a5044759ba2724ed4702d2c-2be427fed07c4515a14eb6ac715acf5d on tablet 2be427fed07c4515a14eb6ac715acf5d with peer feae9b718a5044759ba2724ed4702d2c
I20260630 12:34:28.734895  1851 tablet_bootstrap.cc:492] T 5d30490003e94e50927878ccf35778e4 P feae9b718a5044759ba2724ed4702d2c: Bootstrap complete.
I20260630 12:34:28.735917  1851 ts_tablet_manager.cc:1403] T 5d30490003e94e50927878ccf35778e4 P feae9b718a5044759ba2724ed4702d2c: Time spent bootstrapping tablet: real 0.068s	user 0.031s	sys 0.013s
I20260630 12:34:28.739446   768 tablet_server.cc:179] TabletServer@127.0.192.2:0 shutting down...
I20260630 12:34:28.743270  1851 raft_consensus.cc:359] T 5d30490003e94e50927878ccf35778e4 P feae9b718a5044759ba2724ed4702d2c [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } attrs { replace: true } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "feae9b718a5044759ba2724ed4702d2c" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39665 } attrs { promote: true } }
I20260630 12:34:28.744305  1851 raft_consensus.cc:740] T 5d30490003e94e50927878ccf35778e4 P feae9b718a5044759ba2724ed4702d2c [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: feae9b718a5044759ba2724ed4702d2c, State: Initialized, Role: LEARNER
I20260630 12:34:28.745018  1851 consensus_queue.cc:260] T 5d30490003e94e50927878ccf35778e4 P feae9b718a5044759ba2724ed4702d2c [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: "af62e58a30c84b0998b5221b84cbbb2a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37895 } attrs { replace: true } } peers { permanent_uuid: "f2abcba572b149b48fbadcd40d590231" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 32987 } } peers { permanent_uuid: "9be415b5d0a148cba5e74e798c11eecd" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 39035 } } peers { permanent_uuid: "feae9b718a5044759ba2724ed4702d2c" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39665 } attrs { promote: true } }
I20260630 12:34:28.747993  1851 ts_tablet_manager.cc:1434] T 5d30490003e94e50927878ccf35778e4 P feae9b718a5044759ba2724ed4702d2c: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.000s
I20260630 12:34:28.762555   768 tablet_copy_service.cc:362] P 9be415b5d0a148cba5e74e798c11eecd: Destroying tablet copy session feae9b718a5044759ba2724ed4702d2c-5d30490003e94e50927878ccf35778e4 due to service shutdown
I20260630 12:34:28.762904   768 tablet_copy_service.cc:434] P 9be415b5d0a148cba5e74e798c11eecd: ending tablet copy session feae9b718a5044759ba2724ed4702d2c-5d30490003e94e50927878ccf35778e4 on tablet 5d30490003e94e50927878ccf35778e4 with peer feae9b718a5044759ba2724ed4702d2c
I20260630 12:34:28.788834   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:28.789772   768 tablet_replica.cc:333] T 67b1e81ee0074016bf9724d03b051db1 P 9be415b5d0a148cba5e74e798c11eecd: stopping tablet replica
I20260630 12:34:28.790663   768 raft_consensus.cc:2243] T 67b1e81ee0074016bf9724d03b051db1 P 9be415b5d0a148cba5e74e798c11eecd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:28.791254   768 raft_consensus.cc:2272] T 67b1e81ee0074016bf9724d03b051db1 P 9be415b5d0a148cba5e74e798c11eecd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:28.793815   768 tablet_replica.cc:333] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd: stopping tablet replica
I20260630 12:34:28.794564   768 raft_consensus.cc:2243] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:28.795814   768 raft_consensus.cc:2272] T ec9bd2defc734645914dbc7a93192bb6 P 9be415b5d0a148cba5e74e798c11eecd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:28.798642   768 tablet_replica.cc:333] T 5d30490003e94e50927878ccf35778e4 P 9be415b5d0a148cba5e74e798c11eecd: stopping tablet replica
I20260630 12:34:28.799336   768 raft_consensus.cc:2243] T 5d30490003e94e50927878ccf35778e4 P 9be415b5d0a148cba5e74e798c11eecd [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:34:28.800444   768 raft_consensus.cc:2272] T 5d30490003e94e50927878ccf35778e4 P 9be415b5d0a148cba5e74e798c11eecd [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:28.801417  1731 raft_consensus.cc:1217] T cfcea48385d7433d9597e43dbca616ea P feae9b718a5044759ba2724ed4702d2c [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:34:28.803292   768 tablet_replica.cc:333] T d1f282f2e5e748d09a865ca08cbd8406 P 9be415b5d0a148cba5e74e798c11eecd: stopping tablet replica
I20260630 12:34:28.804049   768 raft_consensus.cc:2243] T d1f282f2e5e748d09a865ca08cbd8406 P 9be415b5d0a148cba5e74e798c11eecd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:28.804587   768 raft_consensus.cc:2272] T d1f282f2e5e748d09a865ca08cbd8406 P 9be415b5d0a148cba5e74e798c11eecd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:28.806908   768 tablet_replica.cc:333] T cfcea48385d7433d9597e43dbca616ea P 9be415b5d0a148cba5e74e798c11eecd: stopping tablet replica
I20260630 12:34:28.807606   768 raft_consensus.cc:2243] T cfcea48385d7433d9597e43dbca616ea P 9be415b5d0a148cba5e74e798c11eecd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:28.808141   768 raft_consensus.cc:2272] T cfcea48385d7433d9597e43dbca616ea P 9be415b5d0a148cba5e74e798c11eecd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:28.811362   768 tablet_replica.cc:333] T e2b6d98aa80e42c4aa94e149cc79a47c P 9be415b5d0a148cba5e74e798c11eecd: stopping tablet replica
I20260630 12:34:28.811820   768 raft_consensus.cc:2243] T e2b6d98aa80e42c4aa94e149cc79a47c P 9be415b5d0a148cba5e74e798c11eecd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:28.812455   768 raft_consensus.cc:2272] T e2b6d98aa80e42c4aa94e149cc79a47c P 9be415b5d0a148cba5e74e798c11eecd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:28.814801   768 tablet_replica.cc:333] T 8d726e15fb7940c4b1afc2959945e01d P 9be415b5d0a148cba5e74e798c11eecd: stopping tablet replica
I20260630 12:34:28.815371   768 raft_consensus.cc:2243] T 8d726e15fb7940c4b1afc2959945e01d P 9be415b5d0a148cba5e74e798c11eecd [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:28.815775   768 raft_consensus.cc:2272] T 8d726e15fb7940c4b1afc2959945e01d P 9be415b5d0a148cba5e74e798c11eecd [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:28.817548   768 tablet_replica.cc:333] T 2be427fed07c4515a14eb6ac715acf5d P 9be415b5d0a148cba5e74e798c11eecd: stopping tablet replica
I20260630 12:34:28.818020   768 raft_consensus.cc:2243] T 2be427fed07c4515a14eb6ac715acf5d P 9be415b5d0a148cba5e74e798c11eecd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:28.818517   768 raft_consensus.cc:2272] T 2be427fed07c4515a14eb6ac715acf5d P 9be415b5d0a148cba5e74e798c11eecd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:28.848742   768 tablet_server.cc:196] TabletServer@127.0.192.2:0 shutdown complete.
W20260630 12:34:28.868198  1851 tablet_copy_client.cc:1131] T 5d30490003e94e50927878ccf35778e4 P feae9b718a5044759ba2724ed4702d2c: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.192.2:39035: connect: Connection refused (error 111)
I20260630 12:34:28.873790   768 tablet_server.cc:179] TabletServer@127.0.192.3:0 shutting down...
I20260630 12:34:28.877393  1731 raft_consensus.cc:1217] T 2be427fed07c4515a14eb6ac715acf5d P feae9b718a5044759ba2724ed4702d2c [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
W20260630 12:34:28.897701  1547 consensus_peers.cc:597] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231 -> Peer 9be415b5d0a148cba5e74e798c11eecd (127.0.192.2:39035): Couldn't send request to peer 9be415b5d0a148cba5e74e798c11eecd. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.2:39035: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:34:28.908145  1549 consensus_peers.cc:597] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231 -> Peer af62e58a30c84b0998b5221b84cbbb2a (127.0.192.1:37895): Couldn't send request to peer af62e58a30c84b0998b5221b84cbbb2a. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:37895: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:28.913932   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:28.914925   768 tablet_replica.cc:333] T e2b6d98aa80e42c4aa94e149cc79a47c P f2abcba572b149b48fbadcd40d590231: stopping tablet replica
I20260630 12:34:28.915587   768 raft_consensus.cc:2243] T e2b6d98aa80e42c4aa94e149cc79a47c P f2abcba572b149b48fbadcd40d590231 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:28.916075   768 raft_consensus.cc:2272] T e2b6d98aa80e42c4aa94e149cc79a47c P f2abcba572b149b48fbadcd40d590231 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:28.918051   768 tablet_replica.cc:333] T ec9bd2defc734645914dbc7a93192bb6 P f2abcba572b149b48fbadcd40d590231: stopping tablet replica
I20260630 12:34:28.918563   768 raft_consensus.cc:2243] T ec9bd2defc734645914dbc7a93192bb6 P f2abcba572b149b48fbadcd40d590231 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:28.919019   768 raft_consensus.cc:2272] T ec9bd2defc734645914dbc7a93192bb6 P f2abcba572b149b48fbadcd40d590231 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:28.921727   768 tablet_replica.cc:333] T 67b1e81ee0074016bf9724d03b051db1 P f2abcba572b149b48fbadcd40d590231: stopping tablet replica
I20260630 12:34:28.922354   768 raft_consensus.cc:2243] T 67b1e81ee0074016bf9724d03b051db1 P f2abcba572b149b48fbadcd40d590231 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:28.923039   768 raft_consensus.cc:2272] T 67b1e81ee0074016bf9724d03b051db1 P f2abcba572b149b48fbadcd40d590231 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:28.924690   768 tablet_replica.cc:333] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231: stopping tablet replica
I20260630 12:34:28.925150   768 raft_consensus.cc:2243] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:28.925529   768 raft_consensus.cc:2272] T 8d726e15fb7940c4b1afc2959945e01d P f2abcba572b149b48fbadcd40d590231 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:28.927205   768 tablet_replica.cc:333] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231: stopping tablet replica
I20260630 12:34:28.927680   768 raft_consensus.cc:2243] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:28.928579   768 raft_consensus.cc:2272] T 2be427fed07c4515a14eb6ac715acf5d P f2abcba572b149b48fbadcd40d590231 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:28.931102   768 tablet_replica.cc:333] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231: stopping tablet replica
I20260630 12:34:28.931597   768 raft_consensus.cc:2243] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:28.932479   768 raft_consensus.cc:2272] T cfcea48385d7433d9597e43dbca616ea P f2abcba572b149b48fbadcd40d590231 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:28.934477   768 tablet_replica.cc:333] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231: stopping tablet replica
I20260630 12:34:28.934948   768 raft_consensus.cc:2243] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:28.935384   768 raft_consensus.cc:2272] T 5d30490003e94e50927878ccf35778e4 P f2abcba572b149b48fbadcd40d590231 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:28.937181   768 tablet_replica.cc:333] T d1f282f2e5e748d09a865ca08cbd8406 P f2abcba572b149b48fbadcd40d590231: stopping tablet replica
I20260630 12:34:28.937646   768 raft_consensus.cc:2243] T d1f282f2e5e748d09a865ca08cbd8406 P f2abcba572b149b48fbadcd40d590231 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:28.938063   768 raft_consensus.cc:2272] T d1f282f2e5e748d09a865ca08cbd8406 P f2abcba572b149b48fbadcd40d590231 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:28.973831   768 tablet_server.cc:196] TabletServer@127.0.192.3:0 shutdown complete.
I20260630 12:34:28.993582   768 tablet_server.cc:179] TabletServer@127.0.192.4:0 shutting down...
I20260630 12:34:29.019994   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:29.021749   768 tablet_replica.cc:333] T ec9bd2defc734645914dbc7a93192bb6 P feae9b718a5044759ba2724ed4702d2c: stopping tablet replica
I20260630 12:34:29.022531   768 raft_consensus.cc:2243] T ec9bd2defc734645914dbc7a93192bb6 P feae9b718a5044759ba2724ed4702d2c [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:34:29.023013   768 raft_consensus.cc:2272] T ec9bd2defc734645914dbc7a93192bb6 P feae9b718a5044759ba2724ed4702d2c [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:34:29.025384   768 tablet_replica.cc:333] T 2be427fed07c4515a14eb6ac715acf5d P feae9b718a5044759ba2724ed4702d2c: stopping tablet replica
I20260630 12:34:29.026062   768 raft_consensus.cc:2243] T 2be427fed07c4515a14eb6ac715acf5d P feae9b718a5044759ba2724ed4702d2c [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:34:29.026540   768 raft_consensus.cc:2272] T 2be427fed07c4515a14eb6ac715acf5d P feae9b718a5044759ba2724ed4702d2c [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:34:29.028971   768 tablet_replica.cc:333] T 5d30490003e94e50927878ccf35778e4 P feae9b718a5044759ba2724ed4702d2c: stopping tablet replica
I20260630 12:34:29.029624   768 raft_consensus.cc:2243] T 5d30490003e94e50927878ccf35778e4 P feae9b718a5044759ba2724ed4702d2c [term 2 LEARNER]: Raft consensus shutting down.
I20260630 12:34:29.030061   768 raft_consensus.cc:2272] T 5d30490003e94e50927878ccf35778e4 P feae9b718a5044759ba2724ed4702d2c [term 2 LEARNER]: Raft consensus is shut down!
I20260630 12:34:29.032446   768 tablet_replica.cc:333] T cfcea48385d7433d9597e43dbca616ea P feae9b718a5044759ba2724ed4702d2c: stopping tablet replica
I20260630 12:34:29.033053   768 raft_consensus.cc:2243] T cfcea48385d7433d9597e43dbca616ea P feae9b718a5044759ba2724ed4702d2c [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:34:29.033483   768 raft_consensus.cc:2272] T cfcea48385d7433d9597e43dbca616ea P feae9b718a5044759ba2724ed4702d2c [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:34:29.047849   768 tablet_server.cc:196] TabletServer@127.0.192.4:0 shutdown complete.
I20260630 12:34:29.061405   768 master.cc:562] Master@127.0.192.62:37219 shutting down...
W20260630 12:34:29.085801  1380 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:34:29.087157   768 raft_consensus.cc:2243] T 00000000000000000000000000000000 P c5fa58cd17e148f4b2eba375e58bfd92 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:29.087755   768 raft_consensus.cc:2272] T 00000000000000000000000000000000 P c5fa58cd17e148f4b2eba375e58bfd92 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:29.088129   768 tablet_replica.cc:333] T 00000000000000000000000000000000 P c5fa58cd17e148f4b2eba375e58bfd92: stopping tablet replica
I20260630 12:34:29.107911   768 master.cc:584] Master@127.0.192.62:37219 shutdown complete.
[       OK ] AutoRebalancerTest.AutoRebalancingTurnOffAndOn (9484 ms)
[ RUN      ] AutoRebalancerTest.NextLeaderResumesAutoRebalancing
I20260630 12:34:29.146852   768 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.192.62:40775,127.0.192.61:32787,127.0.192.60:46877
I20260630 12:34:29.148128   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:29.154515  1862 instance_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:29.154713  1864 instance_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:29.154482  1861 instance_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:29.155962   768 server_base.cc:1061] running on GCE node
I20260630 12:34:29.156832   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:29.157040   768 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:29.157205   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822869157171 us; error 0 us; skew 500 ppm
I20260630 12:34:29.157720   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:29.160234   768 webserver.cc:533] Webserver started at http://127.0.192.62:38187/ using document root <none> and password file <none>
I20260630 12:34:29.160768   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:29.160950   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:29.161260   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:29.162410   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822852710831-768-0/minicluster-data/master-0-root/instance:
uuid: "d70c0a2466044d64ba938c71ded07a28"
format_stamp: "Formatted at 2026-06-30 12:34:29 on dist-test-slave-n0zz"
I20260630 12:34:29.167059   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:34:29.170593  1869 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:29.171383   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:34:29.171772   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822852710831-768-0/minicluster-data/master-0-root
uuid: "d70c0a2466044d64ba938c71ded07a28"
format_stamp: "Formatted at 2026-06-30 12:34:29 on dist-test-slave-n0zz"
I20260630 12:34:29.172026   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822852710831-768-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822852710831-768-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822852710831-768-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:29.187870   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:29.189126   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:29.226257   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.62:40775
I20260630 12:34:29.226380  1920 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.62:40775 every 8 connection(s)
I20260630 12:34:29.230031  1921 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:29.230221   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:29.235323  1923 instance_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:29.235965  1924 instance_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:29.237346  1921 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.192.62" port: 40775 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:29.238649   768 server_base.cc:1061] running on GCE node
W20260630 12:34:29.239439  1927 instance_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:29.240414   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:29.240731   768 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:29.240940   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822869240922 us; error 0 us; skew 500 ppm
I20260630 12:34:29.241612   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:29.244462   768 webserver.cc:533] Webserver started at http://127.0.192.61:46639/ using document root <none> and password file <none>
I20260630 12:34:29.244935   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:29.245152   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:29.245484   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:29.246855   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822852710831-768-0/minicluster-data/master-1-root/instance:
uuid: "7cf8e4d0a67e454384c605b373f83dcd"
format_stamp: "Formatted at 2026-06-30 12:34:29 on dist-test-slave-n0zz"
I20260630 12:34:29.252336   768 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:34:29.252485  1921 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.192.61" port: 32787 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:29.256081  1933 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:29.256973   768 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:34:29.257328   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822852710831-768-0/minicluster-data/master-1-root
uuid: "7cf8e4d0a67e454384c605b373f83dcd"
format_stamp: "Formatted at 2026-06-30 12:34:29 on dist-test-slave-n0zz"
I20260630 12:34:29.257663   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822852710831-768-0/minicluster-data/master-1-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822852710831-768-0/minicluster-data/master-1-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822852710831-768-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)
W20260630 12:34:29.258436  1921 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.192.61:32787: Network error: Client connection negotiation failed: client connection to 127.0.192.61:32787: connect: Connection refused (error 111)
I20260630 12:34:29.280431   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:29.281688   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:29.286861  1921 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.192.61" port: 32787 } attempt: 1
W20260630 12:34:29.294430  1921 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.192.61:32787: Network error: Client connection negotiation failed: client connection to 127.0.192.61:32787: connect: Connection refused (error 111)
I20260630 12:34:29.332103   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.61:32787
I20260630 12:34:29.332201  1985 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.61:32787 every 8 connection(s)
I20260630 12:34:29.335852  1986 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:29.336043   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:29.341377  1988 instance_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:29.341892  1989 instance_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:29.343015  1986 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.192.62" port: 40775 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:29.344444   768 server_base.cc:1061] running on GCE node
W20260630 12:34:29.345609  1992 instance_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:29.346594   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:29.346915   768 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:29.347138   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822869347120 us; error 0 us; skew 500 ppm
I20260630 12:34:29.347802   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:29.350621   768 webserver.cc:533] Webserver started at http://127.0.192.60:34603/ using document root <none> and password file <none>
I20260630 12:34:29.351109   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:29.351366   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:29.351666   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:29.353062   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822852710831-768-0/minicluster-data/master-2-root/instance:
uuid: "98e4632691d84c2a99d404060547fb0c"
format_stamp: "Formatted at 2026-06-30 12:34:29 on dist-test-slave-n0zz"
I20260630 12:34:29.357268  1986 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.192.61" port: 32787 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:29.359674   768 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.003s
I20260630 12:34:29.364248  1998 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:29.364946  1921 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.192.61" port: 32787 } attempt: 2
I20260630 12:34:29.365166   768 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
I20260630 12:34:29.365795   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822852710831-768-0/minicluster-data/master-2-root
uuid: "98e4632691d84c2a99d404060547fb0c"
format_stamp: "Formatted at 2026-06-30 12:34:29 on dist-test-slave-n0zz"
I20260630 12:34:29.366163   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822852710831-768-0/minicluster-data/master-2-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822852710831-768-0/minicluster-data/master-2-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822852710831-768-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:29.371794  1986 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:34:29.380838  1986 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.192.60:46877: Network error: Client connection negotiation failed: client connection to 127.0.192.60:46877: connect: Connection refused (error 111)
I20260630 12:34:29.384280  1921 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:34:29.388661  1921 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.192.60:46877: Network error: Client connection negotiation failed: client connection to 127.0.192.60:46877: connect: Connection refused (error 111)
I20260630 12:34:29.405064  1921 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 } attempt: 1
I20260630 12:34:29.405292  1986 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 } attempt: 1
I20260630 12:34:29.407570   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:29.408990   768 kserver.cc:163] Server-wide thread pool size limit: 3276
W20260630 12:34:29.410320  1986 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.192.60:46877: Network error: Client connection negotiation failed: client connection to 127.0.192.60:46877: connect: Connection refused (error 111)
W20260630 12:34:29.410319  1921 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.192.60:46877: Network error: Client connection negotiation failed: client connection to 127.0.192.60:46877: connect: Connection refused (error 111)
I20260630 12:34:29.447016   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.60:46877
I20260630 12:34:29.447129  2051 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.60:46877 every 8 connection(s)
I20260630 12:34:29.450141   768 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:34:29.450847  2052 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:29.457065  2052 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.192.62" port: 40775 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:29.466936  1986 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 } attempt: 2
I20260630 12:34:29.467792  2052 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.192.61" port: 32787 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:29.475031  1921 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 } attempt: 2
I20260630 12:34:29.482793  2052 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:29.486770  1986 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd: Bootstrap starting.
I20260630 12:34:29.493677  1986 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:29.496706  1921 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28: Bootstrap starting.
I20260630 12:34:29.499536  1986 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd: No bootstrap required, opened a new log
I20260630 12:34:29.500140  2052 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c: Bootstrap starting.
I20260630 12:34:29.502849  1986 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d70c0a2466044d64ba938c71ded07a28" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 40775 } } peers { permanent_uuid: "7cf8e4d0a67e454384c605b373f83dcd" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 32787 } } peers { permanent_uuid: "98e4632691d84c2a99d404060547fb0c" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 } }
I20260630 12:34:29.503486  1921 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:29.503659  1986 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:29.503999  1986 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7cf8e4d0a67e454384c605b373f83dcd, State: Initialized, Role: FOLLOWER
I20260630 12:34:29.505184  2052 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:29.504865  1986 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d70c0a2466044d64ba938c71ded07a28" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 40775 } } peers { permanent_uuid: "7cf8e4d0a67e454384c605b373f83dcd" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 32787 } } peers { permanent_uuid: "98e4632691d84c2a99d404060547fb0c" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 } }
I20260630 12:34:29.507211  2058 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd [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: "d70c0a2466044d64ba938c71ded07a28" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 40775 } } peers { permanent_uuid: "7cf8e4d0a67e454384c605b373f83dcd" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 32787 } } peers { permanent_uuid: "98e4632691d84c2a99d404060547fb0c" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 } } }
I20260630 12:34:29.508183  2058 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:29.509761  1986 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:29.511307  2052 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c: No bootstrap required, opened a new log
I20260630 12:34:29.512442  1921 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28: No bootstrap required, opened a new log
I20260630 12:34:29.513365  2052 raft_consensus.cc:359] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d70c0a2466044d64ba938c71ded07a28" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 40775 } } peers { permanent_uuid: "7cf8e4d0a67e454384c605b373f83dcd" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 32787 } } peers { permanent_uuid: "98e4632691d84c2a99d404060547fb0c" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 } }
I20260630 12:34:29.514145  2052 raft_consensus.cc:385] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:29.514479  2052 raft_consensus.cc:740] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 98e4632691d84c2a99d404060547fb0c, State: Initialized, Role: FOLLOWER
I20260630 12:34:29.515293  2052 consensus_queue.cc:260] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d70c0a2466044d64ba938c71ded07a28" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 40775 } } peers { permanent_uuid: "7cf8e4d0a67e454384c605b373f83dcd" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 32787 } } peers { permanent_uuid: "98e4632691d84c2a99d404060547fb0c" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 } }
I20260630 12:34:29.515899  1921 raft_consensus.cc:359] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d70c0a2466044d64ba938c71ded07a28" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 40775 } } peers { permanent_uuid: "7cf8e4d0a67e454384c605b373f83dcd" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 32787 } } peers { permanent_uuid: "98e4632691d84c2a99d404060547fb0c" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 } }
I20260630 12:34:29.516846  1921 raft_consensus.cc:385] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:29.517235  1921 raft_consensus.cc:740] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d70c0a2466044d64ba938c71ded07a28, State: Initialized, Role: FOLLOWER
I20260630 12:34:29.517567  2065 sys_catalog.cc:455] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c [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: "d70c0a2466044d64ba938c71ded07a28" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 40775 } } peers { permanent_uuid: "7cf8e4d0a67e454384c605b373f83dcd" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 32787 } } peers { permanent_uuid: "98e4632691d84c2a99d404060547fb0c" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 } } }
I20260630 12:34:29.518493  2065 sys_catalog.cc:458] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:29.518357  1921 consensus_queue.cc:260] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d70c0a2466044d64ba938c71ded07a28" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 40775 } } peers { permanent_uuid: "7cf8e4d0a67e454384c605b373f83dcd" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 32787 } } peers { permanent_uuid: "98e4632691d84c2a99d404060547fb0c" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 } }
I20260630 12:34:29.519124  2052 sys_catalog.cc:565] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:29.524171  2067 sys_catalog.cc:455] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [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: "d70c0a2466044d64ba938c71ded07a28" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 40775 } } peers { permanent_uuid: "7cf8e4d0a67e454384c605b373f83dcd" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 32787 } } peers { permanent_uuid: "98e4632691d84c2a99d404060547fb0c" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 } } }
I20260630 12:34:29.525640  1921 sys_catalog.cc:565] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:29.526158  2067 sys_catalog.cc:458] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [sys.catalog]: This master's current role is: FOLLOWER
W20260630 12:34:29.542421  2078 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:34:29.542810  2078 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260630 12:34:29.551611  2090 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:34:29.551976  2090 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260630 12:34:29.552723   768 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 1
I20260630 12:34:29.553053   768 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 2
I20260630 12:34:29.554947   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:29.557004  2095 catalog_manager.cc:1594] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:34:29.557338  2095 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260630 12:34:29.562317  2096 instance_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:29.562927  2097 instance_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:29.565985   768 server_base.cc:1061] running on GCE node
W20260630 12:34:29.566035  2099 instance_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:29.567143   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:29.567363   768 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:29.567554   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822869567526 us; error 0 us; skew 500 ppm
I20260630 12:34:29.568063   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:29.570662   768 webserver.cc:533] Webserver started at http://127.0.192.1:41049/ using document root <none> and password file <none>
I20260630 12:34:29.571180   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:29.571393   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:29.571666   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:29.572789   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822852710831-768-0/minicluster-data/ts-0-root/instance:
uuid: "be5c95717d234e2280a59ecbf1222caf"
format_stamp: "Formatted at 2026-06-30 12:34:29 on dist-test-slave-n0zz"
I20260630 12:34:29.577582   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:34:29.580996  2104 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:29.581862   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:34:29.582213   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822852710831-768-0/minicluster-data/ts-0-root
uuid: "be5c95717d234e2280a59ecbf1222caf"
format_stamp: "Formatted at 2026-06-30 12:34:29 on dist-test-slave-n0zz"
I20260630 12:34:29.582489   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822852710831-768-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822852710831-768-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822852710831-768-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:29.608884   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:29.610109   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:29.611807   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:29.614122   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:29.614369   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:29.614621   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:29.614804   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:29.654615   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.1:40203
I20260630 12:34:29.654709  2166 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.1:40203 every 8 connection(s)
I20260630 12:34:29.668664   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:34:29.676024  2167 heartbeater.cc:344] Connected to a master server at 127.0.192.60:46877
I20260630 12:34:29.676585  2167 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:29.677683  2167 heartbeater.cc:507] Master 127.0.192.60:46877 requested a full tablet report, sending...
I20260630 12:34:29.681623  2017 ts_manager.cc:194] Registered new tserver with Master: be5c95717d234e2280a59ecbf1222caf (127.0.192.1:40203)
W20260630 12:34:29.685489  2174 instance_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:29.686623  2168 heartbeater.cc:344] Connected to a master server at 127.0.192.61:32787
I20260630 12:34:29.687105  2168 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:29.688058  2168 heartbeater.cc:507] Master 127.0.192.61:32787 requested a full tablet report, sending...
W20260630 12:34:29.690043  2175 instance_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:29.691103  1951 ts_manager.cc:194] Registered new tserver with Master: be5c95717d234e2280a59ecbf1222caf (127.0.192.1:40203)
I20260630 12:34:29.691632  2169 heartbeater.cc:344] Connected to a master server at 127.0.192.62:40775
I20260630 12:34:29.692018  2169 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:29.692895  2169 heartbeater.cc:507] Master 127.0.192.62:40775 requested a full tablet report, sending...
W20260630 12:34:29.693074  2177 instance_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:29.693637   768 server_base.cc:1061] running on GCE node
I20260630 12:34:29.694643   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:29.694871   768 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:29.695061   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822869695042 us; error 0 us; skew 500 ppm
I20260630 12:34:29.695554   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:29.695567  1886 ts_manager.cc:194] Registered new tserver with Master: be5c95717d234e2280a59ecbf1222caf (127.0.192.1:40203)
I20260630 12:34:29.698413   768 webserver.cc:533] Webserver started at http://127.0.192.2:32777/ using document root <none> and password file <none>
I20260630 12:34:29.698917   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:29.699134   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:29.699404   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:29.700412   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822852710831-768-0/minicluster-data/ts-1-root/instance:
uuid: "cc79ac61044542b883840d66aefebe86"
format_stamp: "Formatted at 2026-06-30 12:34:29 on dist-test-slave-n0zz"
I20260630 12:34:29.704712   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:34:29.708472  2182 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:29.709275   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:34:29.709584   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822852710831-768-0/minicluster-data/ts-1-root
uuid: "cc79ac61044542b883840d66aefebe86"
format_stamp: "Formatted at 2026-06-30 12:34:29 on dist-test-slave-n0zz"
I20260630 12:34:29.709887   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822852710831-768-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822852710831-768-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822852710831-768-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:29.724944   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:29.726125   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:29.727641   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:29.729848   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:29.730074   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:29.730357   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:29.730538   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:29.770814   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.2:36663
I20260630 12:34:29.770905  2244 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.2:36663 every 8 connection(s)
I20260630 12:34:29.795071  2245 heartbeater.cc:344] Connected to a master server at 127.0.192.60:46877
I20260630 12:34:29.795683  2245 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:29.796432  2246 heartbeater.cc:344] Connected to a master server at 127.0.192.61:32787
I20260630 12:34:29.796805  2246 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:29.796901  2245 heartbeater.cc:507] Master 127.0.192.60:46877 requested a full tablet report, sending...
I20260630 12:34:29.797628  2246 heartbeater.cc:507] Master 127.0.192.61:32787 requested a full tablet report, sending...
I20260630 12:34:29.800129   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:34:29.800961  2017 ts_manager.cc:194] Registered new tserver with Master: cc79ac61044542b883840d66aefebe86 (127.0.192.2:36663)
I20260630 12:34:29.801523  1951 ts_manager.cc:194] Registered new tserver with Master: cc79ac61044542b883840d66aefebe86 (127.0.192.2:36663)
I20260630 12:34:29.804852  2247 heartbeater.cc:344] Connected to a master server at 127.0.192.62:40775
I20260630 12:34:29.805258  2247 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:29.806025  2247 heartbeater.cc:507] Master 127.0.192.62:40775 requested a full tablet report, sending...
I20260630 12:34:29.807678  2058 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:29.808224  2058 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d70c0a2466044d64ba938c71ded07a28" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 40775 } } peers { permanent_uuid: "7cf8e4d0a67e454384c605b373f83dcd" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 32787 } } peers { permanent_uuid: "98e4632691d84c2a99d404060547fb0c" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 } }
W20260630 12:34:29.809408  2253 instance_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:29.809518  1886 ts_manager.cc:194] Registered new tserver with Master: cc79ac61044542b883840d66aefebe86 (127.0.192.2:36663)
I20260630 12:34:29.812533  1896 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7cf8e4d0a67e454384c605b373f83dcd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d70c0a2466044d64ba938c71ded07a28" is_pre_election: true
I20260630 12:34:29.813318  1896 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7cf8e4d0a67e454384c605b373f83dcd in term 0.
I20260630 12:34:29.810672  2058 leader_election.cc:290] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d70c0a2466044d64ba938c71ded07a28 (127.0.192.62:40775), 98e4632691d84c2a99d404060547fb0c (127.0.192.60:46877)
W20260630 12:34:29.810717  2252 instance_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:29.812172  2027 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7cf8e4d0a67e454384c605b373f83dcd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "98e4632691d84c2a99d404060547fb0c" is_pre_election: true
I20260630 12:34:29.814637  2027 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7cf8e4d0a67e454384c605b373f83dcd in term 0.
I20260630 12:34:29.814913  1937 leader_election.cc:304] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7cf8e4d0a67e454384c605b373f83dcd, d70c0a2466044d64ba938c71ded07a28; no voters: 
I20260630 12:34:29.816502  2058 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:29.816983  2058 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:29.817337  2058 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:34:29.818537  2255 instance_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:29.819188   768 server_base.cc:1061] running on GCE node
I20260630 12:34:29.820115   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:29.820362   768 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:29.820657   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822869820638 us; error 0 us; skew 500 ppm
I20260630 12:34:29.821197   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:29.823150  2058 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d70c0a2466044d64ba938c71ded07a28" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 40775 } } peers { permanent_uuid: "7cf8e4d0a67e454384c605b373f83dcd" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 32787 } } peers { permanent_uuid: "98e4632691d84c2a99d404060547fb0c" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 } }
I20260630 12:34:29.823998   768 webserver.cc:533] Webserver started at http://127.0.192.3:36383/ using document root <none> and password file <none>
I20260630 12:34:29.824566   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:29.824824   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:29.824995  2058 leader_election.cc:290] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd [CANDIDATE]: Term 1 election: Requested vote from peers d70c0a2466044d64ba938c71ded07a28 (127.0.192.62:40775), 98e4632691d84c2a99d404060547fb0c (127.0.192.60:46877)
I20260630 12:34:29.825153   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:29.825793  1896 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7cf8e4d0a67e454384c605b373f83dcd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d70c0a2466044d64ba938c71ded07a28"
I20260630 12:34:29.826052  2027 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7cf8e4d0a67e454384c605b373f83dcd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "98e4632691d84c2a99d404060547fb0c"
I20260630 12:34:29.826350  1896 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:29.826733  2027 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:29.826761   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822852710831-768-0/minicluster-data/ts-2-root/instance:
uuid: "5af4092147ec4189a5d54a0b00b1287e"
format_stamp: "Formatted at 2026-06-30 12:34:29 on dist-test-slave-n0zz"
I20260630 12:34:29.831810  2027 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7cf8e4d0a67e454384c605b373f83dcd in term 1.
I20260630 12:34:29.833086  1938 leader_election.cc:304] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7cf8e4d0a67e454384c605b373f83dcd, 98e4632691d84c2a99d404060547fb0c; no voters: 
I20260630 12:34:29.833326  1896 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7cf8e4d0a67e454384c605b373f83dcd in term 1.
I20260630 12:34:29.833478   768 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:34:29.833927  2058 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:29.838222  2261 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:29.838553  2058 raft_consensus.cc:697] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd [term 1 LEADER]: Becoming Leader. State: Replica: 7cf8e4d0a67e454384c605b373f83dcd, State: Running, Role: LEADER
I20260630 12:34:29.839309   768 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:34:29.839637   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822852710831-768-0/minicluster-data/ts-2-root
uuid: "5af4092147ec4189a5d54a0b00b1287e"
format_stamp: "Formatted at 2026-06-30 12:34:29 on dist-test-slave-n0zz"
I20260630 12:34:29.839500  2058 consensus_queue.cc:237] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d70c0a2466044d64ba938c71ded07a28" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 40775 } } peers { permanent_uuid: "7cf8e4d0a67e454384c605b373f83dcd" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 32787 } } peers { permanent_uuid: "98e4632691d84c2a99d404060547fb0c" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 } }
I20260630 12:34:29.839980   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822852710831-768-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822852710831-768-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822852710831-768-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:29.845081  2260 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7cf8e4d0a67e454384c605b373f83dcd. Latest consensus state: current_term: 1 leader_uuid: "7cf8e4d0a67e454384c605b373f83dcd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d70c0a2466044d64ba938c71ded07a28" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 40775 } } peers { permanent_uuid: "7cf8e4d0a67e454384c605b373f83dcd" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 32787 } } peers { permanent_uuid: "98e4632691d84c2a99d404060547fb0c" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 } } }
I20260630 12:34:29.846064  2260 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:29.847783  2267 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:34:29.852599  2267 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:34:29.861125  2027 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c [term 1 FOLLOWER]: Refusing update from remote peer 7cf8e4d0a67e454384c605b373f83dcd: 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:29.861125  1896 raft_consensus.cc:1275] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [term 1 FOLLOWER]: Refusing update from remote peer 7cf8e4d0a67e454384c605b373f83dcd: 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:29.862840  2058 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd [LEADER]: Connected to new peer: Peer: permanent_uuid: "98e4632691d84c2a99d404060547fb0c" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:29.863595  2260 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd [LEADER]: Connected to new peer: Peer: permanent_uuid: "d70c0a2466044d64ba938c71ded07a28" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 40775 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:29.865950   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:29.867645   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:29.872529  2067 sys_catalog.cc:455] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7cf8e4d0a67e454384c605b373f83dcd. Latest consensus state: current_term: 1 leader_uuid: "7cf8e4d0a67e454384c605b373f83dcd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d70c0a2466044d64ba938c71ded07a28" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 40775 } } peers { permanent_uuid: "7cf8e4d0a67e454384c605b373f83dcd" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 32787 } } peers { permanent_uuid: "98e4632691d84c2a99d404060547fb0c" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 } } }
I20260630 12:34:29.873396  2067 sys_catalog.cc:458] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:29.882566  2260 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "7cf8e4d0a67e454384c605b373f83dcd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d70c0a2466044d64ba938c71ded07a28" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 40775 } } peers { permanent_uuid: "7cf8e4d0a67e454384c605b373f83dcd" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 32787 } } peers { permanent_uuid: "98e4632691d84c2a99d404060547fb0c" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 } } }
I20260630 12:34:29.883255  2260 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:29.886484   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:29.887734  2067 sys_catalog.cc:455] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "7cf8e4d0a67e454384c605b373f83dcd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d70c0a2466044d64ba938c71ded07a28" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 40775 } } peers { permanent_uuid: "7cf8e4d0a67e454384c605b373f83dcd" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 32787 } } peers { permanent_uuid: "98e4632691d84c2a99d404060547fb0c" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 } } }
I20260630 12:34:29.888573  2067 sys_catalog.cc:458] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:29.890255   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:29.890621   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:29.890949   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:29.891070  2267 catalog_manager.cc:1383] Generated new cluster ID: f9934cb3fb164868ae621e1bb6fcfd7c
I20260630 12:34:29.891383   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:34:29.890903  2065 sys_catalog.cc:455] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7cf8e4d0a67e454384c605b373f83dcd. Latest consensus state: current_term: 1 leader_uuid: "7cf8e4d0a67e454384c605b373f83dcd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d70c0a2466044d64ba938c71ded07a28" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 40775 } } peers { permanent_uuid: "7cf8e4d0a67e454384c605b373f83dcd" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 32787 } } peers { permanent_uuid: "98e4632691d84c2a99d404060547fb0c" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 } } }
I20260630 12:34:29.891602  2267 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:34:29.891850  2065 sys_catalog.cc:458] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:29.895560  2260 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "7cf8e4d0a67e454384c605b373f83dcd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d70c0a2466044d64ba938c71ded07a28" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 40775 } } peers { permanent_uuid: "7cf8e4d0a67e454384c605b373f83dcd" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 32787 } } peers { permanent_uuid: "98e4632691d84c2a99d404060547fb0c" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 } } }
I20260630 12:34:29.896721  2260 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:29.912086  2065 sys_catalog.cc:455] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "7cf8e4d0a67e454384c605b373f83dcd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d70c0a2466044d64ba938c71ded07a28" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 40775 } } peers { permanent_uuid: "7cf8e4d0a67e454384c605b373f83dcd" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 32787 } } peers { permanent_uuid: "98e4632691d84c2a99d404060547fb0c" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 } } }
I20260630 12:34:29.913348  2065 sys_catalog.cc:458] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:29.932855  2267 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:34:29.934684  2267 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:34:29.967021  2267 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd: Generated new TSK 0
I20260630 12:34:29.967981  2267 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:34:29.987314   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.3:36789
I20260630 12:34:29.987524  2335 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.3:36789 every 8 connection(s)
I20260630 12:34:30.003816  2336 heartbeater.cc:344] Connected to a master server at 127.0.192.60:46877
I20260630 12:34:30.004312  2336 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:30.005240  2336 heartbeater.cc:507] Master 127.0.192.60:46877 requested a full tablet report, sending...
I20260630 12:34:30.008230  2017 ts_manager.cc:194] Registered new tserver with Master: 5af4092147ec4189a5d54a0b00b1287e (127.0.192.3:36789)
I20260630 12:34:30.013017  2337 heartbeater.cc:344] Connected to a master server at 127.0.192.61:32787
I20260630 12:34:30.013459  2337 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:30.014434  2337 heartbeater.cc:507] Master 127.0.192.61:32787 requested a full tablet report, sending...
I20260630 12:34:30.015192  2338 heartbeater.cc:344] Connected to a master server at 127.0.192.62:40775
I20260630 12:34:30.015587  2338 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:30.016390  2338 heartbeater.cc:507] Master 127.0.192.62:40775 requested a full tablet report, sending...
I20260630 12:34:30.016554  1951 ts_manager.cc:194] Registered new tserver with Master: 5af4092147ec4189a5d54a0b00b1287e (127.0.192.3:36789)
I20260630 12:34:30.018383  1951 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45934
I20260630 12:34:30.018952  1886 ts_manager.cc:194] Registered new tserver with Master: 5af4092147ec4189a5d54a0b00b1287e (127.0.192.3:36789)
I20260630 12:34:30.020052   768 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.02356134s
I20260630 12:34:30.555704  2090 catalog_manager.cc:1295] Loaded cluster ID: f9934cb3fb164868ae621e1bb6fcfd7c
I20260630 12:34:30.556178  2090 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c: loading cluster ID for follower catalog manager: success
I20260630 12:34:30.561158  2090 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c: acquiring CA information for follower catalog manager: success
I20260630 12:34:30.561280  2095 catalog_manager.cc:1295] Loaded cluster ID: f9934cb3fb164868ae621e1bb6fcfd7c
I20260630 12:34:30.561679  2095 catalog_manager.cc:1588] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28: loading cluster ID for follower catalog manager: success
I20260630 12:34:30.564864  2090 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:34:30.566736  2095 catalog_manager.cc:1610] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28: acquiring CA information for follower catalog manager: success
I20260630 12:34:30.570432  2095 catalog_manager.cc:1638] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:34:30.695822  1951 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45908
I20260630 12:34:30.806282  1951 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45918
I20260630 12:34:31.020711  2337 heartbeater.cc:499] Master 127.0.192.61:32787 was elected leader, sending a full tablet report...
I20260630 12:34:31.536453  2077 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:31.628688  1951 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:52088:
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:31.697808  2132 tablet_service.cc:1511] Processing CreateTablet for tablet 373f7b8a538a4fb397d1b014ce0086ea (DEFAULT_TABLE table=test-workload [id=97e3cab8e0f549a98d4ba614c5cb2fae]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:34:31.698415  2168 heartbeater.cc:499] Master 127.0.192.61:32787 was elected leader, sending a full tablet report...
I20260630 12:34:31.699332  2132 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 373f7b8a538a4fb397d1b014ce0086ea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:31.700395  2210 tablet_service.cc:1511] Processing CreateTablet for tablet 215bb009b72440edbf933cca7c3c5597 (DEFAULT_TABLE table=test-workload [id=97e3cab8e0f549a98d4ba614c5cb2fae]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:34:31.701551  2210 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 215bb009b72440edbf933cca7c3c5597. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:31.705088  2301 tablet_service.cc:1511] Processing CreateTablet for tablet 32df8df4fc3849ab882ae865124a9c0e (DEFAULT_TABLE table=test-workload [id=97e3cab8e0f549a98d4ba614c5cb2fae]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:34:31.706449  2301 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 32df8df4fc3849ab882ae865124a9c0e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:31.714552  2370 tablet_bootstrap.cc:492] T 373f7b8a538a4fb397d1b014ce0086ea P be5c95717d234e2280a59ecbf1222caf: Bootstrap starting.
I20260630 12:34:31.720832  2370 tablet_bootstrap.cc:654] T 373f7b8a538a4fb397d1b014ce0086ea P be5c95717d234e2280a59ecbf1222caf: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:31.723356  2371 tablet_bootstrap.cc:492] T 215bb009b72440edbf933cca7c3c5597 P cc79ac61044542b883840d66aefebe86: Bootstrap starting.
I20260630 12:34:31.725382  2372 tablet_bootstrap.cc:492] T 32df8df4fc3849ab882ae865124a9c0e P 5af4092147ec4189a5d54a0b00b1287e: Bootstrap starting.
I20260630 12:34:31.729327  2370 tablet_bootstrap.cc:492] T 373f7b8a538a4fb397d1b014ce0086ea P be5c95717d234e2280a59ecbf1222caf: No bootstrap required, opened a new log
I20260630 12:34:31.729946  2370 ts_tablet_manager.cc:1403] T 373f7b8a538a4fb397d1b014ce0086ea P be5c95717d234e2280a59ecbf1222caf: Time spent bootstrapping tablet: real 0.016s	user 0.009s	sys 0.005s
I20260630 12:34:31.731922  2371 tablet_bootstrap.cc:654] T 215bb009b72440edbf933cca7c3c5597 P cc79ac61044542b883840d66aefebe86: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:31.732368  2372 tablet_bootstrap.cc:654] T 32df8df4fc3849ab882ae865124a9c0e P 5af4092147ec4189a5d54a0b00b1287e: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:31.733136  2370 raft_consensus.cc:359] T 373f7b8a538a4fb397d1b014ce0086ea P be5c95717d234e2280a59ecbf1222caf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "be5c95717d234e2280a59ecbf1222caf" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40203 } }
I20260630 12:34:31.733817  2370 raft_consensus.cc:385] T 373f7b8a538a4fb397d1b014ce0086ea P be5c95717d234e2280a59ecbf1222caf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:31.734124  2370 raft_consensus.cc:740] T 373f7b8a538a4fb397d1b014ce0086ea P be5c95717d234e2280a59ecbf1222caf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: be5c95717d234e2280a59ecbf1222caf, State: Initialized, Role: FOLLOWER
I20260630 12:34:31.734918  2370 consensus_queue.cc:260] T 373f7b8a538a4fb397d1b014ce0086ea P be5c95717d234e2280a59ecbf1222caf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "be5c95717d234e2280a59ecbf1222caf" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40203 } }
I20260630 12:34:31.735855  2370 raft_consensus.cc:399] T 373f7b8a538a4fb397d1b014ce0086ea P be5c95717d234e2280a59ecbf1222caf [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:31.736362  2370 raft_consensus.cc:493] T 373f7b8a538a4fb397d1b014ce0086ea P be5c95717d234e2280a59ecbf1222caf [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:31.736760  2370 raft_consensus.cc:3060] T 373f7b8a538a4fb397d1b014ce0086ea P be5c95717d234e2280a59ecbf1222caf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:31.737501  2372 tablet_bootstrap.cc:492] T 32df8df4fc3849ab882ae865124a9c0e P 5af4092147ec4189a5d54a0b00b1287e: No bootstrap required, opened a new log
I20260630 12:34:31.737919  2372 ts_tablet_manager.cc:1403] T 32df8df4fc3849ab882ae865124a9c0e P 5af4092147ec4189a5d54a0b00b1287e: Time spent bootstrapping tablet: real 0.013s	user 0.009s	sys 0.000s
I20260630 12:34:31.738543  2371 tablet_bootstrap.cc:492] T 215bb009b72440edbf933cca7c3c5597 P cc79ac61044542b883840d66aefebe86: No bootstrap required, opened a new log
I20260630 12:34:31.739022  2371 ts_tablet_manager.cc:1403] T 215bb009b72440edbf933cca7c3c5597 P cc79ac61044542b883840d66aefebe86: Time spent bootstrapping tablet: real 0.016s	user 0.014s	sys 0.000s
I20260630 12:34:31.740566  2372 raft_consensus.cc:359] T 32df8df4fc3849ab882ae865124a9c0e P 5af4092147ec4189a5d54a0b00b1287e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5af4092147ec4189a5d54a0b00b1287e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36789 } }
I20260630 12:34:31.741184  2372 raft_consensus.cc:385] T 32df8df4fc3849ab882ae865124a9c0e P 5af4092147ec4189a5d54a0b00b1287e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:31.741503  2372 raft_consensus.cc:740] T 32df8df4fc3849ab882ae865124a9c0e P 5af4092147ec4189a5d54a0b00b1287e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5af4092147ec4189a5d54a0b00b1287e, State: Initialized, Role: FOLLOWER
I20260630 12:34:31.742249  2372 consensus_queue.cc:260] T 32df8df4fc3849ab882ae865124a9c0e P 5af4092147ec4189a5d54a0b00b1287e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "5af4092147ec4189a5d54a0b00b1287e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36789 } }
I20260630 12:34:31.742106  2371 raft_consensus.cc:359] T 215bb009b72440edbf933cca7c3c5597 P cc79ac61044542b883840d66aefebe86 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cc79ac61044542b883840d66aefebe86" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36663 } }
I20260630 12:34:31.742938  2371 raft_consensus.cc:385] T 215bb009b72440edbf933cca7c3c5597 P cc79ac61044542b883840d66aefebe86 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:31.742936  2372 raft_consensus.cc:399] T 32df8df4fc3849ab882ae865124a9c0e P 5af4092147ec4189a5d54a0b00b1287e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:31.743486  2371 raft_consensus.cc:740] T 215bb009b72440edbf933cca7c3c5597 P cc79ac61044542b883840d66aefebe86 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cc79ac61044542b883840d66aefebe86, State: Initialized, Role: FOLLOWER
I20260630 12:34:31.743597  2372 raft_consensus.cc:493] T 32df8df4fc3849ab882ae865124a9c0e P 5af4092147ec4189a5d54a0b00b1287e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:31.743690  2370 raft_consensus.cc:515] T 373f7b8a538a4fb397d1b014ce0086ea P be5c95717d234e2280a59ecbf1222caf [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "be5c95717d234e2280a59ecbf1222caf" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40203 } }
I20260630 12:34:31.744128  2372 raft_consensus.cc:3060] T 32df8df4fc3849ab882ae865124a9c0e P 5af4092147ec4189a5d54a0b00b1287e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:31.744304  2371 consensus_queue.cc:260] T 215bb009b72440edbf933cca7c3c5597 P cc79ac61044542b883840d66aefebe86 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "cc79ac61044542b883840d66aefebe86" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36663 } }
I20260630 12:34:31.744657  2370 leader_election.cc:304] T 373f7b8a538a4fb397d1b014ce0086ea P be5c95717d234e2280a59ecbf1222caf [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: be5c95717d234e2280a59ecbf1222caf; no voters: 
I20260630 12:34:31.745051  2371 raft_consensus.cc:399] T 215bb009b72440edbf933cca7c3c5597 P cc79ac61044542b883840d66aefebe86 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:31.745429  2371 raft_consensus.cc:493] T 215bb009b72440edbf933cca7c3c5597 P cc79ac61044542b883840d66aefebe86 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:31.745827  2371 raft_consensus.cc:3060] T 215bb009b72440edbf933cca7c3c5597 P cc79ac61044542b883840d66aefebe86 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:31.746299  2370 leader_election.cc:290] T 373f7b8a538a4fb397d1b014ce0086ea P be5c95717d234e2280a59ecbf1222caf [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:31.746717  2376 raft_consensus.cc:2804] T 373f7b8a538a4fb397d1b014ce0086ea P be5c95717d234e2280a59ecbf1222caf [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:31.751065  2372 raft_consensus.cc:515] T 32df8df4fc3849ab882ae865124a9c0e P 5af4092147ec4189a5d54a0b00b1287e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5af4092147ec4189a5d54a0b00b1287e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36789 } }
I20260630 12:34:31.751868  2372 leader_election.cc:304] T 32df8df4fc3849ab882ae865124a9c0e P 5af4092147ec4189a5d54a0b00b1287e [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: 5af4092147ec4189a5d54a0b00b1287e; no voters: 
I20260630 12:34:31.753023  2371 raft_consensus.cc:515] T 215bb009b72440edbf933cca7c3c5597 P cc79ac61044542b883840d66aefebe86 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cc79ac61044542b883840d66aefebe86" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36663 } }
I20260630 12:34:31.755808  2370 ts_tablet_manager.cc:1434] T 373f7b8a538a4fb397d1b014ce0086ea P be5c95717d234e2280a59ecbf1222caf: Time spent starting tablet: real 0.025s	user 0.019s	sys 0.004s
I20260630 12:34:31.757042  2376 raft_consensus.cc:697] T 373f7b8a538a4fb397d1b014ce0086ea P be5c95717d234e2280a59ecbf1222caf [term 1 LEADER]: Becoming Leader. State: Replica: be5c95717d234e2280a59ecbf1222caf, State: Running, Role: LEADER
I20260630 12:34:31.757948  2376 consensus_queue.cc:237] T 373f7b8a538a4fb397d1b014ce0086ea P be5c95717d234e2280a59ecbf1222caf [LEADER]: Queue going to LEADER mode. State: All 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: "be5c95717d234e2280a59ecbf1222caf" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40203 } }
I20260630 12:34:31.758579  2371 leader_election.cc:304] T 215bb009b72440edbf933cca7c3c5597 P cc79ac61044542b883840d66aefebe86 [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: cc79ac61044542b883840d66aefebe86; no voters: 
I20260630 12:34:31.765980  2372 leader_election.cc:290] T 32df8df4fc3849ab882ae865124a9c0e P 5af4092147ec4189a5d54a0b00b1287e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:31.766431  2379 raft_consensus.cc:2804] T 32df8df4fc3849ab882ae865124a9c0e P 5af4092147ec4189a5d54a0b00b1287e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:31.768118  2371 leader_election.cc:290] T 215bb009b72440edbf933cca7c3c5597 P cc79ac61044542b883840d66aefebe86 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:31.775879  2379 raft_consensus.cc:697] T 32df8df4fc3849ab882ae865124a9c0e P 5af4092147ec4189a5d54a0b00b1287e [term 1 LEADER]: Becoming Leader. State: Replica: 5af4092147ec4189a5d54a0b00b1287e, State: Running, Role: LEADER
I20260630 12:34:31.776963  2379 consensus_queue.cc:237] T 32df8df4fc3849ab882ae865124a9c0e P 5af4092147ec4189a5d54a0b00b1287e [LEADER]: Queue going to LEADER mode. State: All 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: "5af4092147ec4189a5d54a0b00b1287e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36789 } }
I20260630 12:34:31.779917  1951 catalog_manager.cc:5697] T 373f7b8a538a4fb397d1b014ce0086ea P be5c95717d234e2280a59ecbf1222caf reported cstate change: term changed from 0 to 1, leader changed from <none> to be5c95717d234e2280a59ecbf1222caf (127.0.192.1). New cstate: current_term: 1 leader_uuid: "be5c95717d234e2280a59ecbf1222caf" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "be5c95717d234e2280a59ecbf1222caf" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40203 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:31.791924  2371 ts_tablet_manager.cc:1434] T 215bb009b72440edbf933cca7c3c5597 P cc79ac61044542b883840d66aefebe86: Time spent starting tablet: real 0.053s	user 0.024s	sys 0.017s
I20260630 12:34:31.794762  2246 heartbeater.cc:499] Master 127.0.192.61:32787 was elected leader, sending a full tablet report...
I20260630 12:34:31.803639  1949 catalog_manager.cc:5697] T 32df8df4fc3849ab882ae865124a9c0e P 5af4092147ec4189a5d54a0b00b1287e reported cstate change: term changed from 0 to 1, leader changed from <none> to 5af4092147ec4189a5d54a0b00b1287e (127.0.192.3). New cstate: current_term: 1 leader_uuid: "5af4092147ec4189a5d54a0b00b1287e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5af4092147ec4189a5d54a0b00b1287e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36789 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:31.816099  2384 raft_consensus.cc:2804] T 215bb009b72440edbf933cca7c3c5597 P cc79ac61044542b883840d66aefebe86 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:31.852703  2372 ts_tablet_manager.cc:1434] T 32df8df4fc3849ab882ae865124a9c0e P 5af4092147ec4189a5d54a0b00b1287e: Time spent starting tablet: real 0.115s	user 0.031s	sys 0.045s
I20260630 12:34:31.853350  2384 raft_consensus.cc:697] T 215bb009b72440edbf933cca7c3c5597 P cc79ac61044542b883840d66aefebe86 [term 1 LEADER]: Becoming Leader. State: Replica: cc79ac61044542b883840d66aefebe86, State: Running, Role: LEADER
I20260630 12:34:31.854203  2384 consensus_queue.cc:237] T 215bb009b72440edbf933cca7c3c5597 P cc79ac61044542b883840d66aefebe86 [LEADER]: Queue going to LEADER mode. State: All 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: "cc79ac61044542b883840d66aefebe86" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36663 } }
I20260630 12:34:31.877910  1949 catalog_manager.cc:5697] T 215bb009b72440edbf933cca7c3c5597 P cc79ac61044542b883840d66aefebe86 reported cstate change: term changed from 0 to 1, leader changed from <none> to cc79ac61044542b883840d66aefebe86 (127.0.192.2). New cstate: current_term: 1 leader_uuid: "cc79ac61044542b883840d66aefebe86" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cc79ac61044542b883840d66aefebe86" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36663 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:33.537676  2077 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:33.539716  2077 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:33.907160   768 master.cc:562] Master@127.0.192.61:32787 shutting down...
W20260630 12:34:33.914837  2246 heartbeater.cc:646] Failed to heartbeat to 127.0.192.61:32787 (0 consecutive failures): Remote error: Failed to send heartbeat to master: Service unavailable: service kudu.master.MasterService not registered on Master
I20260630 12:34:33.935163   768 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:33.936184   768 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:33.936559   768 tablet_replica.cc:333] T 00000000000000000000000000000000 P 7cf8e4d0a67e454384c605b373f83dcd: stopping tablet replica
I20260630 12:34:33.958385   768 master.cc:584] Master@127.0.192.61:32787 shutdown complete.
I20260630 12:34:34.962598  2397 raft_consensus.cc:493] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 7cf8e4d0a67e454384c605b373f83dcd)
I20260630 12:34:34.963166  2397 raft_consensus.cc:515] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d70c0a2466044d64ba938c71ded07a28" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 40775 } } peers { permanent_uuid: "7cf8e4d0a67e454384c605b373f83dcd" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 32787 } } peers { permanent_uuid: "98e4632691d84c2a99d404060547fb0c" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 } }
I20260630 12:34:34.964932  2397 leader_election.cc:290] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers d70c0a2466044d64ba938c71ded07a28 (127.0.192.62:40775), 7cf8e4d0a67e454384c605b373f83dcd (127.0.192.61:32787)
I20260630 12:34:34.965999  1896 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "98e4632691d84c2a99d404060547fb0c" candidate_term: 2 candidate_status { last_received { term: 1 index: 10 } } ignore_live_leader: false dest_uuid: "d70c0a2466044d64ba938c71ded07a28" is_pre_election: true
W20260630 12:34:34.968163  2002 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.192.61:32787: connect: Connection refused (error 111) [suppressed 11 similar messages]
W20260630 12:34:34.971688  2002 leader_election.cc:336] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 7cf8e4d0a67e454384c605b373f83dcd (127.0.192.61:32787): Network error: Client connection negotiation failed: client connection to 127.0.192.61:32787: connect: Connection refused (error 111)
I20260630 12:34:34.972111  2002 leader_election.cc:304] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c [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: 98e4632691d84c2a99d404060547fb0c; no voters: 7cf8e4d0a67e454384c605b373f83dcd, d70c0a2466044d64ba938c71ded07a28
I20260630 12:34:34.972994  2397 raft_consensus.cc:2749] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:34:35.317129  2400 raft_consensus.cc:493] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 7cf8e4d0a67e454384c605b373f83dcd)
I20260630 12:34:35.317687  2400 raft_consensus.cc:515] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d70c0a2466044d64ba938c71ded07a28" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 40775 } } peers { permanent_uuid: "7cf8e4d0a67e454384c605b373f83dcd" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 32787 } } peers { permanent_uuid: "98e4632691d84c2a99d404060547fb0c" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 } }
I20260630 12:34:35.319766  2400 leader_election.cc:290] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 7cf8e4d0a67e454384c605b373f83dcd (127.0.192.61:32787), 98e4632691d84c2a99d404060547fb0c (127.0.192.60:46877)
I20260630 12:34:35.321199  2026 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d70c0a2466044d64ba938c71ded07a28" candidate_term: 2 candidate_status { last_received { term: 1 index: 10 } } ignore_live_leader: false dest_uuid: "98e4632691d84c2a99d404060547fb0c" is_pre_election: true
I20260630 12:34:35.321861  2026 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d70c0a2466044d64ba938c71ded07a28 in term 1.
I20260630 12:34:35.323333  1873 leader_election.cc:304] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [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: 98e4632691d84c2a99d404060547fb0c, d70c0a2466044d64ba938c71ded07a28; no voters: 
I20260630 12:34:35.324168  2400 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:34:35.324592  2400 raft_consensus.cc:493] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 7cf8e4d0a67e454384c605b373f83dcd)
I20260630 12:34:35.324903  2400 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:34:35.326654  1872 leader_election.cc:336] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 7cf8e4d0a67e454384c605b373f83dcd (127.0.192.61:32787): Network error: Client connection negotiation failed: client connection to 127.0.192.61:32787: connect: Connection refused (error 111)
I20260630 12:34:35.331115  2400 raft_consensus.cc:515] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d70c0a2466044d64ba938c71ded07a28" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 40775 } } peers { permanent_uuid: "7cf8e4d0a67e454384c605b373f83dcd" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 32787 } } peers { permanent_uuid: "98e4632691d84c2a99d404060547fb0c" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 } }
I20260630 12:34:35.332779  2400 leader_election.cc:290] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [CANDIDATE]: Term 2 election: Requested vote from peers 7cf8e4d0a67e454384c605b373f83dcd (127.0.192.61:32787), 98e4632691d84c2a99d404060547fb0c (127.0.192.60:46877)
I20260630 12:34:35.333830  2026 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d70c0a2466044d64ba938c71ded07a28" candidate_term: 2 candidate_status { last_received { term: 1 index: 10 } } ignore_live_leader: false dest_uuid: "98e4632691d84c2a99d404060547fb0c"
I20260630 12:34:35.334372  2026 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:34:35.336333  1872 leader_election.cc:336] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 7cf8e4d0a67e454384c605b373f83dcd (127.0.192.61:32787): Network error: Client connection negotiation failed: client connection to 127.0.192.61:32787: connect: Connection refused (error 111)
I20260630 12:34:35.339541  2026 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d70c0a2466044d64ba938c71ded07a28 in term 2.
I20260630 12:34:35.340600  1873 leader_election.cc:304] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [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: 98e4632691d84c2a99d404060547fb0c, d70c0a2466044d64ba938c71ded07a28; no voters: 7cf8e4d0a67e454384c605b373f83dcd
I20260630 12:34:35.341271  2400 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:34:35.342381  2400 raft_consensus.cc:697] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [term 2 LEADER]: Becoming Leader. State: Replica: d70c0a2466044d64ba938c71ded07a28, State: Running, Role: LEADER
I20260630 12:34:35.343091  2400 consensus_queue.cc:237] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [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: "d70c0a2466044d64ba938c71ded07a28" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 40775 } } peers { permanent_uuid: "7cf8e4d0a67e454384c605b373f83dcd" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 32787 } } peers { permanent_uuid: "98e4632691d84c2a99d404060547fb0c" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 } }
I20260630 12:34:35.348625  2403 sys_catalog.cc:455] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [sys.catalog]: SysCatalogTable state changed. Reason: New leader d70c0a2466044d64ba938c71ded07a28. Latest consensus state: current_term: 2 leader_uuid: "d70c0a2466044d64ba938c71ded07a28" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d70c0a2466044d64ba938c71ded07a28" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 40775 } } peers { permanent_uuid: "7cf8e4d0a67e454384c605b373f83dcd" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 32787 } } peers { permanent_uuid: "98e4632691d84c2a99d404060547fb0c" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 } } }
I20260630 12:34:35.349213  2403 sys_catalog.cc:458] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:35.350783  2405 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:34:35.356309  2405 catalog_manager.cc:679] Loaded metadata for table test-workload [id=97e3cab8e0f549a98d4ba614c5cb2fae]
I20260630 12:34:35.361811  2405 tablet_loader.cc:96] loaded metadata for tablet 215bb009b72440edbf933cca7c3c5597 (table test-workload [id=97e3cab8e0f549a98d4ba614c5cb2fae])
I20260630 12:34:35.363159  2405 tablet_loader.cc:96] loaded metadata for tablet 32df8df4fc3849ab882ae865124a9c0e (table test-workload [id=97e3cab8e0f549a98d4ba614c5cb2fae])
I20260630 12:34:35.364064  2405 tablet_loader.cc:96] loaded metadata for tablet 373f7b8a538a4fb397d1b014ce0086ea (table test-workload [id=97e3cab8e0f549a98d4ba614c5cb2fae])
I20260630 12:34:35.365018  2405 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:34:35.368192  2405 catalog_manager.cc:1295] Loaded cluster ID: f9934cb3fb164868ae621e1bb6fcfd7c
I20260630 12:34:35.368443  2405 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:34:35.372051  2405 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:34:35.375253  2405 catalog_manager.cc:6081] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28: Loaded TSK: 0
I20260630 12:34:35.376245  2405 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:34:35.554096  2094 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:35.556084  2094 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:35.648597   768 tablet_server.cc:179] TabletServer@127.0.192.1:0 shutting down...
I20260630 12:34:35.682107   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:35.683495   768 tablet_replica.cc:333] T 373f7b8a538a4fb397d1b014ce0086ea P be5c95717d234e2280a59ecbf1222caf: stopping tablet replica
I20260630 12:34:35.684355   768 raft_consensus.cc:2243] T 373f7b8a538a4fb397d1b014ce0086ea P be5c95717d234e2280a59ecbf1222caf [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:35.685081   768 raft_consensus.cc:2272] T 373f7b8a538a4fb397d1b014ce0086ea P be5c95717d234e2280a59ecbf1222caf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:35.695968   768 tablet_server.cc:196] TabletServer@127.0.192.1:0 shutdown complete.
I20260630 12:34:35.708119   768 tablet_server.cc:179] TabletServer@127.0.192.2:0 shutting down...
I20260630 12:34:35.729396   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:35.730250   768 tablet_replica.cc:333] T 215bb009b72440edbf933cca7c3c5597 P cc79ac61044542b883840d66aefebe86: stopping tablet replica
I20260630 12:34:35.730875   768 raft_consensus.cc:2243] T 215bb009b72440edbf933cca7c3c5597 P cc79ac61044542b883840d66aefebe86 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:35.731403   768 raft_consensus.cc:2272] T 215bb009b72440edbf933cca7c3c5597 P cc79ac61044542b883840d66aefebe86 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:35.749548   768 tablet_server.cc:196] TabletServer@127.0.192.2:0 shutdown complete.
I20260630 12:34:35.758944   768 tablet_server.cc:179] TabletServer@127.0.192.3:0 shutting down...
I20260630 12:34:35.777745   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:35.778499   768 tablet_replica.cc:333] T 32df8df4fc3849ab882ae865124a9c0e P 5af4092147ec4189a5d54a0b00b1287e: stopping tablet replica
I20260630 12:34:35.779004   768 raft_consensus.cc:2243] T 32df8df4fc3849ab882ae865124a9c0e P 5af4092147ec4189a5d54a0b00b1287e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:35.779561   768 raft_consensus.cc:2272] T 32df8df4fc3849ab882ae865124a9c0e P 5af4092147ec4189a5d54a0b00b1287e [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:34:35.797734  1872 consensus_peers.cc:597] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 -> Peer 7cf8e4d0a67e454384c605b373f83dcd (127.0.192.61:32787): Couldn't send request to peer 7cf8e4d0a67e454384c605b373f83dcd. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.61:32787: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:35.798285   768 tablet_server.cc:196] TabletServer@127.0.192.3:0 shutdown complete.
I20260630 12:34:35.808399   768 master.cc:562] Master@127.0.192.62:40775 shutting down...
I20260630 12:34:35.820972  2026 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c [term 2 FOLLOWER]: Refusing update from remote peer d70c0a2466044d64ba938c71ded07a28: 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:35.824390  2403 consensus_queue.cc:1048] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [LEADER]: Connected to new peer: Peer: permanent_uuid: "98e4632691d84c2a99d404060547fb0c" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.001s
I20260630 12:34:35.829583   768 raft_consensus.cc:2243] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:34:35.830550   768 pending_rounds.cc:70] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28: Trying to abort 1 pending ops.
I20260630 12:34:35.830876   768 pending_rounds.cc:77] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28: Aborting op as it isn't in flight: id { term: 2 index: 11 } timestamp: 7302442497411928064 op_type: NO_OP noop_request { }
I20260630 12:34:35.831310   768 raft_consensus.cc:2889] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [term 2 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:34:35.831089  2406 sys_catalog.cc:455] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c [sys.catalog]: SysCatalogTable state changed. Reason: New leader d70c0a2466044d64ba938c71ded07a28. Latest consensus state: current_term: 2 leader_uuid: "d70c0a2466044d64ba938c71ded07a28" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d70c0a2466044d64ba938c71ded07a28" member_type: VOTER last_known_addr { host: "127.0.192.62" port: 40775 } } peers { permanent_uuid: "7cf8e4d0a67e454384c605b373f83dcd" member_type: VOTER last_known_addr { host: "127.0.192.61" port: 32787 } } peers { permanent_uuid: "98e4632691d84c2a99d404060547fb0c" member_type: VOTER last_known_addr { host: "127.0.192.60" port: 46877 } } }
I20260630 12:34:35.831663   768 raft_consensus.cc:2272] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:35.831997  2406 sys_catalog.cc:458] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:35.832302   768 tablet_replica.cc:333] T 00000000000000000000000000000000 P d70c0a2466044d64ba938c71ded07a28: stopping tablet replica
I20260630 12:34:35.852223   768 master.cc:584] Master@127.0.192.62:40775 shutdown complete.
I20260630 12:34:35.865774   768 master.cc:562] Master@127.0.192.60:46877 shutting down...
I20260630 12:34:35.884507   768 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:35.885046   768 pending_rounds.cc:70] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c: Trying to abort 1 pending ops.
I20260630 12:34:35.885248   768 pending_rounds.cc:77] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c: Aborting op as it isn't in flight: id { term: 2 index: 11 } timestamp: 7302442497411928064 op_type: NO_OP noop_request { }
I20260630 12:34:35.885520   768 raft_consensus.cc:2889] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c [term 2 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:34:35.885800   768 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:35.886097   768 tablet_replica.cc:333] T 00000000000000000000000000000000 P 98e4632691d84c2a99d404060547fb0c: stopping tablet replica
I20260630 12:34:35.905193   768 master.cc:584] Master@127.0.192.60:46877 shutdown complete.
[       OK ] AutoRebalancerTest.NextLeaderResumesAutoRebalancing (6790 ms)
[ RUN      ] AutoRebalancerTest.MovesScheduledIfAddTserver
I20260630 12:34:35.937351   768 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.192.62:36109
I20260630 12:34:35.938553   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:35.944370  2409 instance_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:35.944764  2408 instance_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:35.945549   768 server_base.cc:1061] running on GCE node
W20260630 12:34:35.945729  2411 instance_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:35.946746   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:35.946995   768 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:35.947160   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822875947146 us; error 0 us; skew 500 ppm
I20260630 12:34:35.947703   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:35.950035   768 webserver.cc:533] Webserver started at http://127.0.192.62:41023/ using document root <none> and password file <none>
I20260630 12:34:35.950588   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:35.950780   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:35.951120   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:35.952284   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822852710831-768-0/minicluster-data/master-0-root/instance:
uuid: "362f1ae163e54d55911a610d36668ddd"
format_stamp: "Formatted at 2026-06-30 12:34:35 on dist-test-slave-n0zz"
I20260630 12:34:35.956845   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260630 12:34:35.960417  2416 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:35.961176   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260630 12:34:35.961463   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822852710831-768-0/minicluster-data/master-0-root
uuid: "362f1ae163e54d55911a610d36668ddd"
format_stamp: "Formatted at 2026-06-30 12:34:35 on dist-test-slave-n0zz"
I20260630 12:34:35.961756   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822852710831-768-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822852710831-768-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822852710831-768-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:35.971642   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:35.972824   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:36.011785   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.62:36109
I20260630 12:34:36.011919  2467 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.62:36109 every 8 connection(s)
I20260630 12:34:36.015722  2468 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:36.025827  2468 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 362f1ae163e54d55911a610d36668ddd: Bootstrap starting.
I20260630 12:34:36.030373  2468 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 362f1ae163e54d55911a610d36668ddd: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:36.034811  2468 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 362f1ae163e54d55911a610d36668ddd: No bootstrap required, opened a new log
I20260630 12:34:36.037055  2468 raft_consensus.cc:359] T 00000000000000000000000000000000 P 362f1ae163e54d55911a610d36668ddd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "362f1ae163e54d55911a610d36668ddd" member_type: VOTER }
I20260630 12:34:36.037479  2468 raft_consensus.cc:385] T 00000000000000000000000000000000 P 362f1ae163e54d55911a610d36668ddd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:36.037671  2468 raft_consensus.cc:740] T 00000000000000000000000000000000 P 362f1ae163e54d55911a610d36668ddd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 362f1ae163e54d55911a610d36668ddd, State: Initialized, Role: FOLLOWER
I20260630 12:34:36.038324  2468 consensus_queue.cc:260] T 00000000000000000000000000000000 P 362f1ae163e54d55911a610d36668ddd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "362f1ae163e54d55911a610d36668ddd" member_type: VOTER }
I20260630 12:34:36.038805  2468 raft_consensus.cc:399] T 00000000000000000000000000000000 P 362f1ae163e54d55911a610d36668ddd [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:36.039031  2468 raft_consensus.cc:493] T 00000000000000000000000000000000 P 362f1ae163e54d55911a610d36668ddd [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:36.039270  2468 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 362f1ae163e54d55911a610d36668ddd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:36.043989  2468 raft_consensus.cc:515] T 00000000000000000000000000000000 P 362f1ae163e54d55911a610d36668ddd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "362f1ae163e54d55911a610d36668ddd" member_type: VOTER }
I20260630 12:34:36.044514  2468 leader_election.cc:304] T 00000000000000000000000000000000 P 362f1ae163e54d55911a610d36668ddd [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: 362f1ae163e54d55911a610d36668ddd; no voters: 
I20260630 12:34:36.045862  2468 leader_election.cc:290] T 00000000000000000000000000000000 P 362f1ae163e54d55911a610d36668ddd [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:36.046308  2471 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 362f1ae163e54d55911a610d36668ddd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:36.047686  2471 raft_consensus.cc:697] T 00000000000000000000000000000000 P 362f1ae163e54d55911a610d36668ddd [term 1 LEADER]: Becoming Leader. State: Replica: 362f1ae163e54d55911a610d36668ddd, State: Running, Role: LEADER
I20260630 12:34:36.048352  2471 consensus_queue.cc:237] T 00000000000000000000000000000000 P 362f1ae163e54d55911a610d36668ddd [LEADER]: Queue going to LEADER mode. State: All 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: "362f1ae163e54d55911a610d36668ddd" member_type: VOTER }
I20260630 12:34:36.049176  2468 sys_catalog.cc:565] T 00000000000000000000000000000000 P 362f1ae163e54d55911a610d36668ddd [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:36.051568  2473 sys_catalog.cc:455] T 00000000000000000000000000000000 P 362f1ae163e54d55911a610d36668ddd [sys.catalog]: SysCatalogTable state changed. Reason: New leader 362f1ae163e54d55911a610d36668ddd. Latest consensus state: current_term: 1 leader_uuid: "362f1ae163e54d55911a610d36668ddd" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "362f1ae163e54d55911a610d36668ddd" member_type: VOTER } }
I20260630 12:34:36.051522  2472 sys_catalog.cc:455] T 00000000000000000000000000000000 P 362f1ae163e54d55911a610d36668ddd [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "362f1ae163e54d55911a610d36668ddd" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "362f1ae163e54d55911a610d36668ddd" member_type: VOTER } }
I20260630 12:34:36.052294  2473 sys_catalog.cc:458] T 00000000000000000000000000000000 P 362f1ae163e54d55911a610d36668ddd [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:36.052489  2472 sys_catalog.cc:458] T 00000000000000000000000000000000 P 362f1ae163e54d55911a610d36668ddd [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:36.056335  2477 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:34:36.061342  2477 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:34:36.065721   768 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:34:36.070844  2477 catalog_manager.cc:1383] Generated new cluster ID: 7f77101b46624fa6be36060f57b6a357
I20260630 12:34:36.071064  2477 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:34:36.099242  2477 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:34:36.100646  2477 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:34:36.119172  2477 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 362f1ae163e54d55911a610d36668ddd: Generated new TSK 0
I20260630 12:34:36.119764  2477 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:34:36.132153   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:36.138768  2490 instance_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:36.139271  2489 instance_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:36.140895   768 server_base.cc:1061] running on GCE node
W20260630 12:34:36.140811  2492 instance_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:36.142019   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:36.142278   768 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:36.142452   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822876142436 us; error 0 us; skew 500 ppm
I20260630 12:34:36.142951   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:36.145370   768 webserver.cc:533] Webserver started at http://127.0.192.1:39381/ using document root <none> and password file <none>
I20260630 12:34:36.145915   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:36.146148   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:36.146514   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:36.147677   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822852710831-768-0/minicluster-data/ts-0-root/instance:
uuid: "998a7fb17fe240caa5337e5a6c6c976a"
format_stamp: "Formatted at 2026-06-30 12:34:36 on dist-test-slave-n0zz"
I20260630 12:34:36.152494   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:34:36.156119  2497 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:36.157009   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:34:36.157255   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822852710831-768-0/minicluster-data/ts-0-root
uuid: "998a7fb17fe240caa5337e5a6c6c976a"
format_stamp: "Formatted at 2026-06-30 12:34:36 on dist-test-slave-n0zz"
I20260630 12:34:36.157486   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822852710831-768-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822852710831-768-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822852710831-768-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:36.174974   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:36.176074   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:36.177448   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:36.179775   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:36.179948   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:36.180238   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:36.180408   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:36.220620   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.1:40241
I20260630 12:34:36.220743  2559 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.1:40241 every 8 connection(s)
I20260630 12:34:36.225487   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:36.232702  2564 instance_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:36.233980  2565 instance_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:36.237273  2567 instance_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:36.237574   768 server_base.cc:1061] running on GCE node
I20260630 12:34:36.238852   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:36.239156   768 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:36.239332   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822876239316 us; error 0 us; skew 500 ppm
I20260630 12:34:36.239943   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:36.240688  2560 heartbeater.cc:344] Connected to a master server at 127.0.192.62:36109
I20260630 12:34:36.241052  2560 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:36.241760  2560 heartbeater.cc:507] Master 127.0.192.62:36109 requested a full tablet report, sending...
I20260630 12:34:36.242879   768 webserver.cc:533] Webserver started at http://127.0.192.2:46459/ using document root <none> and password file <none>
I20260630 12:34:36.243531   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:36.243767   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:36.244095   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:36.244095  2433 ts_manager.cc:194] Registered new tserver with Master: 998a7fb17fe240caa5337e5a6c6c976a (127.0.192.1:40241)
I20260630 12:34:36.245671   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822852710831-768-0/minicluster-data/ts-1-root/instance:
uuid: "a93177db0a494f87936e50a42de1de18"
format_stamp: "Formatted at 2026-06-30 12:34:36 on dist-test-slave-n0zz"
I20260630 12:34:36.246762  2433 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54396
I20260630 12:34:36.250820   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260630 12:34:36.254034  2572 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:36.254851   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:34:36.255111   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822852710831-768-0/minicluster-data/ts-1-root
uuid: "a93177db0a494f87936e50a42de1de18"
format_stamp: "Formatted at 2026-06-30 12:34:36 on dist-test-slave-n0zz"
I20260630 12:34:36.255335   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822852710831-768-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822852710831-768-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822852710831-768-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:36.283238   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:36.284421   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:36.285811   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:36.288488   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:36.288813   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:36.289155   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:36.289410   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:36.332746   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.2:36661
I20260630 12:34:36.332837  2634 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.2:36661 every 8 connection(s)
I20260630 12:34:36.337584   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:36.344484  2638 instance_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:36.346235  2639 instance_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:36.349856  2641 instance_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:36.349997   768 server_base.cc:1061] running on GCE node
I20260630 12:34:36.350751  2635 heartbeater.cc:344] Connected to a master server at 127.0.192.62:36109
I20260630 12:34:36.351146  2635 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:36.351218   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:36.351428   768 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:36.351552   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822876351541 us; error 0 us; skew 500 ppm
I20260630 12:34:36.351787  2635 heartbeater.cc:507] Master 127.0.192.62:36109 requested a full tablet report, sending...
I20260630 12:34:36.352005   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:36.353677  2433 ts_manager.cc:194] Registered new tserver with Master: a93177db0a494f87936e50a42de1de18 (127.0.192.2:36661)
I20260630 12:34:36.354851   768 webserver.cc:533] Webserver started at http://127.0.192.3:33149/ using document root <none> and password file <none>
I20260630 12:34:36.355255  2433 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54404
I20260630 12:34:36.355348   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:36.355789   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:36.356137   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:36.357362   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822852710831-768-0/minicluster-data/ts-2-root/instance:
uuid: "c7e885e2845f4ef49277d158ccf6d5c6"
format_stamp: "Formatted at 2026-06-30 12:34:36 on dist-test-slave-n0zz"
I20260630 12:34:36.362361   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:34:36.365803  2646 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:36.366798   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:34:36.367058   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822852710831-768-0/minicluster-data/ts-2-root
uuid: "c7e885e2845f4ef49277d158ccf6d5c6"
format_stamp: "Formatted at 2026-06-30 12:34:36 on dist-test-slave-n0zz"
I20260630 12:34:36.367290   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822852710831-768-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822852710831-768-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822852710831-768-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:36.380019   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:36.381108   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:36.382498   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:36.384666   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:36.384840   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:36.385116   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:36.385272   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:36.424410   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.3:42133
I20260630 12:34:36.424495  2708 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.3:42133 every 8 connection(s)
I20260630 12:34:36.439148  2709 heartbeater.cc:344] Connected to a master server at 127.0.192.62:36109
I20260630 12:34:36.439556  2709 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:36.440265  2709 heartbeater.cc:507] Master 127.0.192.62:36109 requested a full tablet report, sending...
I20260630 12:34:36.442162  2433 ts_manager.cc:194] Registered new tserver with Master: c7e885e2845f4ef49277d158ccf6d5c6 (127.0.192.3:42133)
I20260630 12:34:36.442543   768 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014911342s
I20260630 12:34:36.443995  2433 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54418
I20260630 12:34:37.249627  2560 heartbeater.cc:499] Master 127.0.192.62:36109 was elected leader, sending a full tablet report...
I20260630 12:34:37.358287  2635 heartbeater.cc:499] Master 127.0.192.62:36109 was elected leader, sending a full tablet report...
I20260630 12:34:37.446558  2709 heartbeater.cc:499] Master 127.0.192.62:36109 was elected leader, sending a full tablet report...
I20260630 12:34:37.504925  2433 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:54424:
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:37.507372  2433 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:37.553608  2525 tablet_service.cc:1511] Processing CreateTablet for tablet 36ecafb0d77f4869926038d9d873c229 (DEFAULT_TABLE table=test-workload [id=cc1275c5be744c66b7207faa7f794453]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260630 12:34:37.554138  2524 tablet_service.cc:1511] Processing CreateTablet for tablet bc3d7f0bc7ba4402b34ea6ee37a9adc2 (DEFAULT_TABLE table=test-workload [id=cc1275c5be744c66b7207faa7f794453]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260630 12:34:37.555264  2525 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 36ecafb0d77f4869926038d9d873c229. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:37.555377  2599 tablet_service.cc:1511] Processing CreateTablet for tablet bc3d7f0bc7ba4402b34ea6ee37a9adc2 (DEFAULT_TABLE table=test-workload [id=cc1275c5be744c66b7207faa7f794453]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260630 12:34:37.556834  2599 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bc3d7f0bc7ba4402b34ea6ee37a9adc2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:37.559147  2524 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bc3d7f0bc7ba4402b34ea6ee37a9adc2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:37.559367  2600 tablet_service.cc:1511] Processing CreateTablet for tablet 36ecafb0d77f4869926038d9d873c229 (DEFAULT_TABLE table=test-workload [id=cc1275c5be744c66b7207faa7f794453]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260630 12:34:37.560714  2600 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 36ecafb0d77f4869926038d9d873c229. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:37.565160  2674 tablet_service.cc:1511] Processing CreateTablet for tablet 36ecafb0d77f4869926038d9d873c229 (DEFAULT_TABLE table=test-workload [id=cc1275c5be744c66b7207faa7f794453]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260630 12:34:37.566552  2674 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 36ecafb0d77f4869926038d9d873c229. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:37.574611  2673 tablet_service.cc:1511] Processing CreateTablet for tablet bc3d7f0bc7ba4402b34ea6ee37a9adc2 (DEFAULT_TABLE table=test-workload [id=cc1275c5be744c66b7207faa7f794453]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260630 12:34:37.576005  2673 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bc3d7f0bc7ba4402b34ea6ee37a9adc2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:37.595921  2729 tablet_bootstrap.cc:492] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18: Bootstrap starting.
I20260630 12:34:37.599279  2730 tablet_bootstrap.cc:492] T 36ecafb0d77f4869926038d9d873c229 P 998a7fb17fe240caa5337e5a6c6c976a: Bootstrap starting.
I20260630 12:34:37.600322  2731 tablet_bootstrap.cc:492] T 36ecafb0d77f4869926038d9d873c229 P c7e885e2845f4ef49277d158ccf6d5c6: Bootstrap starting.
I20260630 12:34:37.605255  2729 tablet_bootstrap.cc:654] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:37.605731  2730 tablet_bootstrap.cc:654] T 36ecafb0d77f4869926038d9d873c229 P 998a7fb17fe240caa5337e5a6c6c976a: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:37.607920  2731 tablet_bootstrap.cc:654] T 36ecafb0d77f4869926038d9d873c229 P c7e885e2845f4ef49277d158ccf6d5c6: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:37.611045  2729 tablet_bootstrap.cc:492] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18: No bootstrap required, opened a new log
I20260630 12:34:37.611256  2730 tablet_bootstrap.cc:492] T 36ecafb0d77f4869926038d9d873c229 P 998a7fb17fe240caa5337e5a6c6c976a: No bootstrap required, opened a new log
I20260630 12:34:37.611706  2729 ts_tablet_manager.cc:1403] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18: Time spent bootstrapping tablet: real 0.016s	user 0.006s	sys 0.008s
I20260630 12:34:37.611864  2730 ts_tablet_manager.cc:1403] T 36ecafb0d77f4869926038d9d873c229 P 998a7fb17fe240caa5337e5a6c6c976a: Time spent bootstrapping tablet: real 0.013s	user 0.008s	sys 0.004s
I20260630 12:34:37.614064  2729 raft_consensus.cc:359] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } } peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } }
I20260630 12:34:37.614826  2729 raft_consensus.cc:385] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:37.614985  2731 tablet_bootstrap.cc:492] T 36ecafb0d77f4869926038d9d873c229 P c7e885e2845f4ef49277d158ccf6d5c6: No bootstrap required, opened a new log
I20260630 12:34:37.614567  2730 raft_consensus.cc:359] T 36ecafb0d77f4869926038d9d873c229 P 998a7fb17fe240caa5337e5a6c6c976a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } }
I20260630 12:34:37.615245  2729 raft_consensus.cc:740] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a93177db0a494f87936e50a42de1de18, State: Initialized, Role: FOLLOWER
I20260630 12:34:37.615515  2730 raft_consensus.cc:385] T 36ecafb0d77f4869926038d9d873c229 P 998a7fb17fe240caa5337e5a6c6c976a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:37.615760  2731 ts_tablet_manager.cc:1403] T 36ecafb0d77f4869926038d9d873c229 P c7e885e2845f4ef49277d158ccf6d5c6: Time spent bootstrapping tablet: real 0.016s	user 0.009s	sys 0.004s
I20260630 12:34:37.616137  2730 raft_consensus.cc:740] T 36ecafb0d77f4869926038d9d873c229 P 998a7fb17fe240caa5337e5a6c6c976a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 998a7fb17fe240caa5337e5a6c6c976a, State: Initialized, Role: FOLLOWER
I20260630 12:34:37.616946  2729 consensus_queue.cc:260] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } } peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } }
I20260630 12:34:37.617202  2730 consensus_queue.cc:260] T 36ecafb0d77f4869926038d9d873c229 P 998a7fb17fe240caa5337e5a6c6c976a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } }
I20260630 12:34:37.618778  2731 raft_consensus.cc:359] T 36ecafb0d77f4869926038d9d873c229 P c7e885e2845f4ef49277d158ccf6d5c6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } }
I20260630 12:34:37.619766  2731 raft_consensus.cc:385] T 36ecafb0d77f4869926038d9d873c229 P c7e885e2845f4ef49277d158ccf6d5c6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:37.620222  2731 raft_consensus.cc:740] T 36ecafb0d77f4869926038d9d873c229 P c7e885e2845f4ef49277d158ccf6d5c6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c7e885e2845f4ef49277d158ccf6d5c6, State: Initialized, Role: FOLLOWER
I20260630 12:34:37.621385  2729 ts_tablet_manager.cc:1434] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.004s
I20260630 12:34:37.621331  2731 consensus_queue.cc:260] T 36ecafb0d77f4869926038d9d873c229 P c7e885e2845f4ef49277d158ccf6d5c6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } }
I20260630 12:34:37.622104  2730 ts_tablet_manager.cc:1434] T 36ecafb0d77f4869926038d9d873c229 P 998a7fb17fe240caa5337e5a6c6c976a: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260630 12:34:37.622469  2729 tablet_bootstrap.cc:492] T 36ecafb0d77f4869926038d9d873c229 P a93177db0a494f87936e50a42de1de18: Bootstrap starting.
I20260630 12:34:37.626039  2730 tablet_bootstrap.cc:492] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a: Bootstrap starting.
I20260630 12:34:37.629153  2729 tablet_bootstrap.cc:654] T 36ecafb0d77f4869926038d9d873c229 P a93177db0a494f87936e50a42de1de18: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:37.633654  2730 tablet_bootstrap.cc:654] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:37.635030  2729 tablet_bootstrap.cc:492] T 36ecafb0d77f4869926038d9d873c229 P a93177db0a494f87936e50a42de1de18: No bootstrap required, opened a new log
I20260630 12:34:37.635613  2729 ts_tablet_manager.cc:1403] T 36ecafb0d77f4869926038d9d873c229 P a93177db0a494f87936e50a42de1de18: Time spent bootstrapping tablet: real 0.013s	user 0.002s	sys 0.010s
I20260630 12:34:37.638557  2731 ts_tablet_manager.cc:1434] T 36ecafb0d77f4869926038d9d873c229 P c7e885e2845f4ef49277d158ccf6d5c6: Time spent starting tablet: real 0.022s	user 0.006s	sys 0.004s
I20260630 12:34:37.638424  2729 raft_consensus.cc:359] T 36ecafb0d77f4869926038d9d873c229 P a93177db0a494f87936e50a42de1de18 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } }
I20260630 12:34:37.639297  2729 raft_consensus.cc:385] T 36ecafb0d77f4869926038d9d873c229 P a93177db0a494f87936e50a42de1de18 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:37.639665  2729 raft_consensus.cc:740] T 36ecafb0d77f4869926038d9d873c229 P a93177db0a494f87936e50a42de1de18 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a93177db0a494f87936e50a42de1de18, State: Initialized, Role: FOLLOWER
I20260630 12:34:37.639945  2731 tablet_bootstrap.cc:492] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P c7e885e2845f4ef49277d158ccf6d5c6: Bootstrap starting.
I20260630 12:34:37.640477  2729 consensus_queue.cc:260] T 36ecafb0d77f4869926038d9d873c229 P a93177db0a494f87936e50a42de1de18 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } }
I20260630 12:34:37.644938  2729 ts_tablet_manager.cc:1434] T 36ecafb0d77f4869926038d9d873c229 P a93177db0a494f87936e50a42de1de18: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.001s
I20260630 12:34:37.648212  2731 tablet_bootstrap.cc:654] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P c7e885e2845f4ef49277d158ccf6d5c6: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:37.648799  2730 tablet_bootstrap.cc:492] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a: No bootstrap required, opened a new log
I20260630 12:34:37.649363  2730 ts_tablet_manager.cc:1403] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a: Time spent bootstrapping tablet: real 0.024s	user 0.022s	sys 0.000s
I20260630 12:34:37.653281  2730 raft_consensus.cc:359] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } } peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } }
I20260630 12:34:37.653918  2730 raft_consensus.cc:385] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:37.654211  2730 raft_consensus.cc:740] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 998a7fb17fe240caa5337e5a6c6c976a, State: Initialized, Role: FOLLOWER
I20260630 12:34:37.654435  2731 tablet_bootstrap.cc:492] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P c7e885e2845f4ef49277d158ccf6d5c6: No bootstrap required, opened a new log
I20260630 12:34:37.654975  2731 ts_tablet_manager.cc:1403] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P c7e885e2845f4ef49277d158ccf6d5c6: Time spent bootstrapping tablet: real 0.015s	user 0.001s	sys 0.013s
I20260630 12:34:37.654896  2730 consensus_queue.cc:260] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } } peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } }
I20260630 12:34:37.658594  2730 ts_tablet_manager.cc:1434] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:34:37.658782  2731 raft_consensus.cc:359] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P c7e885e2845f4ef49277d158ccf6d5c6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } } peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } }
I20260630 12:34:37.659404  2736 raft_consensus.cc:493] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:37.659729  2731 raft_consensus.cc:385] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P c7e885e2845f4ef49277d158ccf6d5c6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:37.660120  2731 raft_consensus.cc:740] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P c7e885e2845f4ef49277d158ccf6d5c6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c7e885e2845f4ef49277d158ccf6d5c6, State: Initialized, Role: FOLLOWER
I20260630 12:34:37.659977  2736 raft_consensus.cc:515] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } } peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } }
I20260630 12:34:37.660985  2731 consensus_queue.cc:260] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P c7e885e2845f4ef49277d158ccf6d5c6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } } peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } }
I20260630 12:34:37.663172  2736 leader_election.cc:290] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a93177db0a494f87936e50a42de1de18 (127.0.192.2:36661), c7e885e2845f4ef49277d158ccf6d5c6 (127.0.192.3:42133)
I20260630 12:34:37.664642  2731 ts_tablet_manager.cc:1434] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P c7e885e2845f4ef49277d158ccf6d5c6: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.003s
I20260630 12:34:37.678278  2610 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc3d7f0bc7ba4402b34ea6ee37a9adc2" candidate_uuid: "998a7fb17fe240caa5337e5a6c6c976a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a93177db0a494f87936e50a42de1de18" is_pre_election: true
I20260630 12:34:37.679005  2610 raft_consensus.cc:2468] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 998a7fb17fe240caa5337e5a6c6c976a in term 0.
I20260630 12:34:37.680157  2500 leader_election.cc:304] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 998a7fb17fe240caa5337e5a6c6c976a, a93177db0a494f87936e50a42de1de18; no voters: 
I20260630 12:34:37.680529  2684 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc3d7f0bc7ba4402b34ea6ee37a9adc2" candidate_uuid: "998a7fb17fe240caa5337e5a6c6c976a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" is_pre_election: true
I20260630 12:34:37.681070  2736 raft_consensus.cc:2804] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:37.681161  2684 raft_consensus.cc:2468] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P c7e885e2845f4ef49277d158ccf6d5c6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 998a7fb17fe240caa5337e5a6c6c976a in term 0.
I20260630 12:34:37.681464  2736 raft_consensus.cc:493] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:37.681820  2736 raft_consensus.cc:3060] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:37.687319  2736 raft_consensus.cc:515] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } } peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } }
I20260630 12:34:37.688831  2736 leader_election.cc:290] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [CANDIDATE]: Term 1 election: Requested vote from peers a93177db0a494f87936e50a42de1de18 (127.0.192.2:36661), c7e885e2845f4ef49277d158ccf6d5c6 (127.0.192.3:42133)
I20260630 12:34:37.689651  2610 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc3d7f0bc7ba4402b34ea6ee37a9adc2" candidate_uuid: "998a7fb17fe240caa5337e5a6c6c976a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a93177db0a494f87936e50a42de1de18"
I20260630 12:34:37.689775  2684 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc3d7f0bc7ba4402b34ea6ee37a9adc2" candidate_uuid: "998a7fb17fe240caa5337e5a6c6c976a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c7e885e2845f4ef49277d158ccf6d5c6"
I20260630 12:34:37.690137  2610 raft_consensus.cc:3060] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:37.690361  2684 raft_consensus.cc:3060] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P c7e885e2845f4ef49277d158ccf6d5c6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:37.694891  2684 raft_consensus.cc:2468] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P c7e885e2845f4ef49277d158ccf6d5c6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 998a7fb17fe240caa5337e5a6c6c976a in term 1.
I20260630 12:34:37.694890  2610 raft_consensus.cc:2468] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 998a7fb17fe240caa5337e5a6c6c976a in term 1.
I20260630 12:34:37.696216  2498 leader_election.cc:304] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 998a7fb17fe240caa5337e5a6c6c976a, c7e885e2845f4ef49277d158ccf6d5c6; no voters: 
I20260630 12:34:37.696990  2736 raft_consensus.cc:2804] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:37.698153  2736 raft_consensus.cc:697] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [term 1 LEADER]: Becoming Leader. State: Replica: 998a7fb17fe240caa5337e5a6c6c976a, State: Running, Role: LEADER
I20260630 12:34:37.698975  2736 consensus_queue.cc:237] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } } peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } }
I20260630 12:34:37.706023  2431 catalog_manager.cc:5697] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a reported cstate change: term changed from 0 to 1, leader changed from <none> to 998a7fb17fe240caa5337e5a6c6c976a (127.0.192.1). New cstate: current_term: 1 leader_uuid: "998a7fb17fe240caa5337e5a6c6c976a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:37.795861  2736 raft_consensus.cc:493] T 36ecafb0d77f4869926038d9d873c229 P 998a7fb17fe240caa5337e5a6c6c976a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:37.796392  2736 raft_consensus.cc:515] T 36ecafb0d77f4869926038d9d873c229 P 998a7fb17fe240caa5337e5a6c6c976a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } }
I20260630 12:34:37.798009  2736 leader_election.cc:290] T 36ecafb0d77f4869926038d9d873c229 P 998a7fb17fe240caa5337e5a6c6c976a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a93177db0a494f87936e50a42de1de18 (127.0.192.2:36661), c7e885e2845f4ef49277d158ccf6d5c6 (127.0.192.3:42133)
I20260630 12:34:37.799005  2610 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "36ecafb0d77f4869926038d9d873c229" candidate_uuid: "998a7fb17fe240caa5337e5a6c6c976a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a93177db0a494f87936e50a42de1de18" is_pre_election: true
I20260630 12:34:37.799011  2684 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "36ecafb0d77f4869926038d9d873c229" candidate_uuid: "998a7fb17fe240caa5337e5a6c6c976a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" is_pre_election: true
I20260630 12:34:37.799639  2610 raft_consensus.cc:2468] T 36ecafb0d77f4869926038d9d873c229 P a93177db0a494f87936e50a42de1de18 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 998a7fb17fe240caa5337e5a6c6c976a in term 0.
I20260630 12:34:37.799753  2684 raft_consensus.cc:2468] T 36ecafb0d77f4869926038d9d873c229 P c7e885e2845f4ef49277d158ccf6d5c6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 998a7fb17fe240caa5337e5a6c6c976a in term 0.
I20260630 12:34:37.800856  2500 leader_election.cc:304] T 36ecafb0d77f4869926038d9d873c229 P 998a7fb17fe240caa5337e5a6c6c976a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 998a7fb17fe240caa5337e5a6c6c976a, a93177db0a494f87936e50a42de1de18; no voters: 
I20260630 12:34:37.801602  2736 raft_consensus.cc:2804] T 36ecafb0d77f4869926038d9d873c229 P 998a7fb17fe240caa5337e5a6c6c976a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:37.802013  2736 raft_consensus.cc:493] T 36ecafb0d77f4869926038d9d873c229 P 998a7fb17fe240caa5337e5a6c6c976a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:37.802326  2736 raft_consensus.cc:3060] T 36ecafb0d77f4869926038d9d873c229 P 998a7fb17fe240caa5337e5a6c6c976a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:37.807264  2736 raft_consensus.cc:515] T 36ecafb0d77f4869926038d9d873c229 P 998a7fb17fe240caa5337e5a6c6c976a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } }
I20260630 12:34:37.809128  2736 leader_election.cc:290] T 36ecafb0d77f4869926038d9d873c229 P 998a7fb17fe240caa5337e5a6c6c976a [CANDIDATE]: Term 1 election: Requested vote from peers a93177db0a494f87936e50a42de1de18 (127.0.192.2:36661), c7e885e2845f4ef49277d158ccf6d5c6 (127.0.192.3:42133)
I20260630 12:34:37.809937  2610 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "36ecafb0d77f4869926038d9d873c229" candidate_uuid: "998a7fb17fe240caa5337e5a6c6c976a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a93177db0a494f87936e50a42de1de18"
I20260630 12:34:37.810215  2684 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "36ecafb0d77f4869926038d9d873c229" candidate_uuid: "998a7fb17fe240caa5337e5a6c6c976a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c7e885e2845f4ef49277d158ccf6d5c6"
I20260630 12:34:37.810585  2610 raft_consensus.cc:3060] T 36ecafb0d77f4869926038d9d873c229 P a93177db0a494f87936e50a42de1de18 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:37.810748  2684 raft_consensus.cc:3060] T 36ecafb0d77f4869926038d9d873c229 P c7e885e2845f4ef49277d158ccf6d5c6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:37.817060  2684 raft_consensus.cc:2468] T 36ecafb0d77f4869926038d9d873c229 P c7e885e2845f4ef49277d158ccf6d5c6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 998a7fb17fe240caa5337e5a6c6c976a in term 1.
I20260630 12:34:37.817214  2610 raft_consensus.cc:2468] T 36ecafb0d77f4869926038d9d873c229 P a93177db0a494f87936e50a42de1de18 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 998a7fb17fe240caa5337e5a6c6c976a in term 1.
I20260630 12:34:37.818349  2498 leader_election.cc:304] T 36ecafb0d77f4869926038d9d873c229 P 998a7fb17fe240caa5337e5a6c6c976a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 998a7fb17fe240caa5337e5a6c6c976a, c7e885e2845f4ef49277d158ccf6d5c6; no voters: 
I20260630 12:34:37.819089  2736 raft_consensus.cc:2804] T 36ecafb0d77f4869926038d9d873c229 P 998a7fb17fe240caa5337e5a6c6c976a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:37.819555  2736 raft_consensus.cc:697] T 36ecafb0d77f4869926038d9d873c229 P 998a7fb17fe240caa5337e5a6c6c976a [term 1 LEADER]: Becoming Leader. State: Replica: 998a7fb17fe240caa5337e5a6c6c976a, State: Running, Role: LEADER
I20260630 12:34:37.820241  2736 consensus_queue.cc:237] T 36ecafb0d77f4869926038d9d873c229 P 998a7fb17fe240caa5337e5a6c6c976a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } }
I20260630 12:34:37.827628  2431 catalog_manager.cc:5697] T 36ecafb0d77f4869926038d9d873c229 P 998a7fb17fe240caa5337e5a6c6c976a reported cstate change: term changed from 0 to 1, leader changed from <none> to 998a7fb17fe240caa5337e5a6c6c976a (127.0.192.1). New cstate: current_term: 1 leader_uuid: "998a7fb17fe240caa5337e5a6c6c976a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:38.065353  2486 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:38.078122  2535 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "bc3d7f0bc7ba4402b34ea6ee37a9adc2"
dest_uuid: "998a7fb17fe240caa5337e5a6c6c976a"
mode: GRACEFUL
new_leader_uuid: "a93177db0a494f87936e50a42de1de18"
 from {username='slave'} at 127.0.0.1:53100
I20260630 12:34:38.078724  2535 raft_consensus.cc:606] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [term 1 LEADER]: Received request to transfer leadership to TS a93177db0a494f87936e50a42de1de18
I20260630 12:34:38.079967  2486 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 1
I20260630 12:34:38.080320  2486 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:38.111582  2736 consensus_queue.cc:1048] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [LEADER]: Connected to new peer: Peer: permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:38.122893  2736 consensus_queue.cc:1048] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [LEADER]: Connected to new peer: Peer: permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:38.130800  2736 raft_consensus.cc:993] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a: : Instructing follower a93177db0a494f87936e50a42de1de18 to start an election
I20260630 12:34:38.131433  2743 raft_consensus.cc:1081] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [term 1 LEADER]: Signalling peer a93177db0a494f87936e50a42de1de18 to start an election
I20260630 12:34:38.132961  2610 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "bc3d7f0bc7ba4402b34ea6ee37a9adc2"
dest_uuid: "a93177db0a494f87936e50a42de1de18"
 from {username='slave'} at 127.0.0.1:56294
I20260630 12:34:38.133546  2610 raft_consensus.cc:493] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:34:38.133987  2610 raft_consensus.cc:3060] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:38.138845  2610 raft_consensus.cc:515] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } } peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } }
I20260630 12:34:38.141043  2610 leader_election.cc:290] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 [CANDIDATE]: Term 2 election: Requested vote from peers 998a7fb17fe240caa5337e5a6c6c976a (127.0.192.1:40241), c7e885e2845f4ef49277d158ccf6d5c6 (127.0.192.3:42133)
I20260630 12:34:38.151575  2535 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc3d7f0bc7ba4402b34ea6ee37a9adc2" candidate_uuid: "a93177db0a494f87936e50a42de1de18" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "998a7fb17fe240caa5337e5a6c6c976a"
I20260630 12:34:38.152259  2535 raft_consensus.cc:3055] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:34:38.152611  2535 raft_consensus.cc:740] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 998a7fb17fe240caa5337e5a6c6c976a, State: Running, Role: LEADER
I20260630 12:34:38.153484  2535 consensus_queue.cc:260] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [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: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } } peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } }
I20260630 12:34:38.153965  2684 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc3d7f0bc7ba4402b34ea6ee37a9adc2" candidate_uuid: "a93177db0a494f87936e50a42de1de18" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "c7e885e2845f4ef49277d158ccf6d5c6"
I20260630 12:34:38.154558  2684 raft_consensus.cc:3060] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P c7e885e2845f4ef49277d158ccf6d5c6 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:38.154697  2535 raft_consensus.cc:3060] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:38.159356  2684 raft_consensus.cc:2468] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P c7e885e2845f4ef49277d158ccf6d5c6 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a93177db0a494f87936e50a42de1de18 in term 2.
I20260630 12:34:38.159889  2535 raft_consensus.cc:2468] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a93177db0a494f87936e50a42de1de18 in term 2.
I20260630 12:34:38.160792  2573 leader_election.cc:304] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 [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: a93177db0a494f87936e50a42de1de18, c7e885e2845f4ef49277d158ccf6d5c6; no voters: 
I20260630 12:34:38.161427  2735 raft_consensus.cc:2804] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:34:38.162376  2735 raft_consensus.cc:697] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 [term 2 LEADER]: Becoming Leader. State: Replica: a93177db0a494f87936e50a42de1de18, State: Running, Role: LEADER
I20260630 12:34:38.163156  2735 consensus_queue.cc:237] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 [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: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } } peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } }
I20260630 12:34:38.168867  2432 catalog_manager.cc:5697] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 reported cstate change: term changed from 1 to 2, leader changed from 998a7fb17fe240caa5337e5a6c6c976a (127.0.192.1) to a93177db0a494f87936e50a42de1de18 (127.0.192.2). New cstate: current_term: 2 leader_uuid: "a93177db0a494f87936e50a42de1de18" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:38.235852  2743 consensus_queue.cc:1048] T 36ecafb0d77f4869926038d9d873c229 P 998a7fb17fe240caa5337e5a6c6c976a [LEADER]: Connected to new peer: Peer: permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:38.246745  2743 consensus_queue.cc:1048] T 36ecafb0d77f4869926038d9d873c229 P 998a7fb17fe240caa5337e5a6c6c976a [LEADER]: Connected to new peer: Peer: permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:38.668205  2684 raft_consensus.cc:1275] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P c7e885e2845f4ef49277d158ccf6d5c6 [term 2 FOLLOWER]: Refusing update from remote peer a93177db0a494f87936e50a42de1de18: 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:38.669572  2735 consensus_queue.cc:1048] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:38.677912  2535 raft_consensus.cc:1275] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [term 2 FOLLOWER]: Refusing update from remote peer a93177db0a494f87936e50a42de1de18: 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:38.679901  2760 consensus_queue.cc:1048] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 [LEADER]: Connected to new peer: Peer: permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:34:40.081171  2486 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:40.083297  2486 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:40.083685  2486 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:34:40.635387  2705 debug-util.cc:398] Leaking SignalData structure 0x7b0800050060 after lost signal to thread 771
W20260630 12:34:40.636469  2705 debug-util.cc:398] Leaking SignalData structure 0x7b080004f740 after lost signal to thread 2467
W20260630 12:34:40.637451  2705 debug-util.cc:398] Leaking SignalData structure 0x7b0800146f20 after lost signal to thread 2559
W20260630 12:34:40.638319  2705 debug-util.cc:398] Leaking SignalData structure 0x7b0800030700 after lost signal to thread 2634
W20260630 12:34:40.639158  2705 debug-util.cc:398] Leaking SignalData structure 0x7b080011c8a0 after lost signal to thread 2708
I20260630 12:34:42.084546  2486 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:42.086668  2486 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:42.087067  2486 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:44.088140  2486 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:44.090103  2486 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:44.090476  2486 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:46.091398  2486 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:46.093343  2486 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:46.093736  2486 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:48.094774  2486 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:48.096668  2486 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:48.097010  2486 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:49.019824   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:49.027026  2764 instance_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:49.028587  2765 instance_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:49.029065  2767 instance_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:49.029906   768 server_base.cc:1061] running on GCE node
I20260630 12:34:49.030923   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:49.031169   768 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:49.031358   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822889031342 us; error 0 us; skew 500 ppm
I20260630 12:34:49.031878   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:49.034510   768 webserver.cc:533] Webserver started at http://127.0.192.4:42629/ using document root <none> and password file <none>
I20260630 12:34:49.035024   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:49.035248   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:49.035573   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:49.036912   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822852710831-768-0/minicluster-data/ts-3-root/instance:
uuid: "5bb43769086f4394b50d4cf886b29948"
format_stamp: "Formatted at 2026-06-30 12:34:49 on dist-test-slave-n0zz"
I20260630 12:34:49.041674   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.001s
I20260630 12:34:49.045183  2772 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:49.045956   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:34:49.046312   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822852710831-768-0/minicluster-data/ts-3-root
uuid: "5bb43769086f4394b50d4cf886b29948"
format_stamp: "Formatted at 2026-06-30 12:34:49 on dist-test-slave-n0zz"
I20260630 12:34:49.046631   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822852710831-768-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822852710831-768-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822852710831-768-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:49.075802   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:49.077215   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:49.078869   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:49.081346   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:49.081655   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:49.081961   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:49.082227   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:49.128036   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.4:37563
I20260630 12:34:49.128178  2834 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.4:37563 every 8 connection(s)
I20260630 12:34:49.145073  2835 heartbeater.cc:344] Connected to a master server at 127.0.192.62:36109
I20260630 12:34:49.145527  2835 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:49.146395  2835 heartbeater.cc:507] Master 127.0.192.62:36109 requested a full tablet report, sending...
I20260630 12:34:49.148336  2433 ts_manager.cc:194] Registered new tserver with Master: 5bb43769086f4394b50d4cf886b29948 (127.0.192.4:37563)
I20260630 12:34:49.149988  2433 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47704
I20260630 12:34:50.098073  2486 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:50.100319  2486 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:50.100739  2486 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:50.143967  2610 consensus_queue.cc:237] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 [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: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } attrs { replace: true } } peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } } peers { permanent_uuid: "5bb43769086f4394b50d4cf886b29948" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37563 } attrs { promote: true } }
I20260630 12:34:50.152609  2835 heartbeater.cc:499] Master 127.0.192.62:36109 was elected leader, sending a full tablet report...
I20260630 12:34:50.153968  2684 raft_consensus.cc:1275] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P c7e885e2845f4ef49277d158ccf6d5c6 [term 2 FOLLOWER]: Refusing update from remote peer a93177db0a494f87936e50a42de1de18: 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:50.159958  2763 consensus_queue.cc:1048] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:34:50.160482  2535 raft_consensus.cc:1275] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [term 2 FOLLOWER]: Refusing update from remote peer a93177db0a494f87936e50a42de1de18: 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:50.162055  2763 consensus_queue.cc:1048] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 [LEADER]: Connected to new peer: Peer: permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } 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:50.171195  2842 raft_consensus.cc:2955] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 5bb43769086f4394b50d4cf886b29948 (127.0.192.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } attrs { replace: true } } peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } } peers { permanent_uuid: "5bb43769086f4394b50d4cf886b29948" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37563 } attrs { promote: true } } }
I20260630 12:34:50.173112  2684 raft_consensus.cc:2955] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P c7e885e2845f4ef49277d158ccf6d5c6 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 5bb43769086f4394b50d4cf886b29948 (127.0.192.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } attrs { replace: true } } peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } } peers { permanent_uuid: "5bb43769086f4394b50d4cf886b29948" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37563 } attrs { promote: true } } }
W20260630 12:34:50.182160  2575 consensus_peers.cc:597] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 -> Peer 5bb43769086f4394b50d4cf886b29948 (127.0.192.4:37563): Couldn't send request to peer 5bb43769086f4394b50d4cf886b29948. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: bc3d7f0bc7ba4402b34ea6ee37a9adc2. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:50.191102  2535 raft_consensus.cc:2955] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 5bb43769086f4394b50d4cf886b29948 (127.0.192.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } attrs { replace: true } } peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } } peers { permanent_uuid: "5bb43769086f4394b50d4cf886b29948" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37563 } attrs { promote: true } } }
I20260630 12:34:50.194911  2433 catalog_manager.cc:5697] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P c7e885e2845f4ef49277d158ccf6d5c6 reported cstate change: config changed from index -1 to 3, NON_VOTER 5bb43769086f4394b50d4cf886b29948 (127.0.192.4) added. New cstate: current_term: 2 leader_uuid: "a93177db0a494f87936e50a42de1de18" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } attrs { replace: true } } peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } } peers { permanent_uuid: "5bb43769086f4394b50d4cf886b29948" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37563 } attrs { promote: true } } }
I20260630 12:34:50.577630  2854 ts_tablet_manager.cc:933] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 5bb43769086f4394b50d4cf886b29948: Initiating tablet copy from peer a93177db0a494f87936e50a42de1de18 (127.0.192.2:36661)
I20260630 12:34:50.579879  2854 tablet_copy_client.cc:323] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 5bb43769086f4394b50d4cf886b29948: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.2:36661
I20260630 12:34:50.591924  2620 tablet_copy_service.cc:140] P a93177db0a494f87936e50a42de1de18: Received BeginTabletCopySession request for tablet bc3d7f0bc7ba4402b34ea6ee37a9adc2 from peer 5bb43769086f4394b50d4cf886b29948 ({username='slave'} at 127.0.0.1:56850)
I20260630 12:34:50.592474  2620 tablet_copy_service.cc:161] P a93177db0a494f87936e50a42de1de18: Beginning new tablet copy session on tablet bc3d7f0bc7ba4402b34ea6ee37a9adc2 from peer 5bb43769086f4394b50d4cf886b29948 at {username='slave'} at 127.0.0.1:56850: session id = 5bb43769086f4394b50d4cf886b29948-bc3d7f0bc7ba4402b34ea6ee37a9adc2
I20260630 12:34:50.598716  2620 tablet_copy_source_session.cc:215] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:34:50.601990  2854 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bc3d7f0bc7ba4402b34ea6ee37a9adc2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:50.612955  2854 tablet_copy_client.cc:806] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 5bb43769086f4394b50d4cf886b29948: tablet copy: Starting download of 0 data blocks...
I20260630 12:34:50.613575  2854 tablet_copy_client.cc:670] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 5bb43769086f4394b50d4cf886b29948: tablet copy: Starting download of 1 WAL segments...
I20260630 12:34:50.617416  2854 tablet_copy_client.cc:538] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 5bb43769086f4394b50d4cf886b29948: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:34:50.623258  2854 tablet_bootstrap.cc:492] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 5bb43769086f4394b50d4cf886b29948: Bootstrap starting.
I20260630 12:34:50.639577  2854 tablet_bootstrap.cc:492] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 5bb43769086f4394b50d4cf886b29948: 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:50.640300  2854 tablet_bootstrap.cc:492] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 5bb43769086f4394b50d4cf886b29948: Bootstrap complete.
I20260630 12:34:50.640879  2854 ts_tablet_manager.cc:1403] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 5bb43769086f4394b50d4cf886b29948: Time spent bootstrapping tablet: real 0.018s	user 0.014s	sys 0.001s
I20260630 12:34:50.643214  2854 raft_consensus.cc:359] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 5bb43769086f4394b50d4cf886b29948 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } attrs { replace: true } } peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } } peers { permanent_uuid: "5bb43769086f4394b50d4cf886b29948" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37563 } attrs { promote: true } }
I20260630 12:34:50.643860  2854 raft_consensus.cc:740] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 5bb43769086f4394b50d4cf886b29948 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 5bb43769086f4394b50d4cf886b29948, State: Initialized, Role: LEARNER
I20260630 12:34:50.644443  2854 consensus_queue.cc:260] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 5bb43769086f4394b50d4cf886b29948 [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: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } attrs { replace: true } } peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } } peers { permanent_uuid: "5bb43769086f4394b50d4cf886b29948" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37563 } attrs { promote: true } }
I20260630 12:34:50.646843  2854 ts_tablet_manager.cc:1434] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 5bb43769086f4394b50d4cf886b29948: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260630 12:34:50.649101  2620 tablet_copy_service.cc:342] P a93177db0a494f87936e50a42de1de18: Request end of tablet copy session 5bb43769086f4394b50d4cf886b29948-bc3d7f0bc7ba4402b34ea6ee37a9adc2 received from {username='slave'} at 127.0.0.1:56850
I20260630 12:34:50.649606  2620 tablet_copy_service.cc:434] P a93177db0a494f87936e50a42de1de18: ending tablet copy session 5bb43769086f4394b50d4cf886b29948-bc3d7f0bc7ba4402b34ea6ee37a9adc2 on tablet bc3d7f0bc7ba4402b34ea6ee37a9adc2 with peer 5bb43769086f4394b50d4cf886b29948
I20260630 12:34:51.019533  2810 raft_consensus.cc:1217] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 5bb43769086f4394b50d4cf886b29948 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:34:51.505607  2860 raft_consensus.cc:1064] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18: attempting to promote NON_VOTER 5bb43769086f4394b50d4cf886b29948 to VOTER
I20260630 12:34:51.508473  2860 consensus_queue.cc:237] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 [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: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } attrs { replace: true } } peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } } peers { permanent_uuid: "5bb43769086f4394b50d4cf886b29948" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37563 } attrs { promote: false } }
I20260630 12:34:51.515220  2810 raft_consensus.cc:1275] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 5bb43769086f4394b50d4cf886b29948 [term 2 LEARNER]: Refusing update from remote peer a93177db0a494f87936e50a42de1de18: 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:51.515249  2684 raft_consensus.cc:1275] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P c7e885e2845f4ef49277d158ccf6d5c6 [term 2 FOLLOWER]: Refusing update from remote peer a93177db0a494f87936e50a42de1de18: 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:51.516355  2535 raft_consensus.cc:1275] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [term 2 FOLLOWER]: Refusing update from remote peer a93177db0a494f87936e50a42de1de18: 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:51.516980  2859 consensus_queue.cc:1048] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5bb43769086f4394b50d4cf886b29948" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37563 } 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:34:51.517858  2860 consensus_queue.cc:1048] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:34:51.518700  2763 consensus_queue.cc:1048] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 [LEADER]: Connected to new peer: Peer: permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } 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:51.536198  2763 raft_consensus.cc:2955] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 5bb43769086f4394b50d4cf886b29948 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } attrs { replace: true } } peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } } peers { permanent_uuid: "5bb43769086f4394b50d4cf886b29948" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37563 } attrs { promote: false } } }
I20260630 12:34:51.538892  2535 raft_consensus.cc:2955] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 5bb43769086f4394b50d4cf886b29948 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } attrs { replace: true } } peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } } peers { permanent_uuid: "5bb43769086f4394b50d4cf886b29948" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37563 } attrs { promote: false } } }
I20260630 12:34:51.539178  2684 raft_consensus.cc:2955] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P c7e885e2845f4ef49277d158ccf6d5c6 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 5bb43769086f4394b50d4cf886b29948 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } attrs { replace: true } } peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } } peers { permanent_uuid: "5bb43769086f4394b50d4cf886b29948" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37563 } attrs { promote: false } } }
I20260630 12:34:51.551218  2432 catalog_manager.cc:5697] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 reported cstate change: config changed from index 3 to 4, 5bb43769086f4394b50d4cf886b29948 (127.0.192.4) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "a93177db0a494f87936e50a42de1de18" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5bb43769086f4394b50d4cf886b29948" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37563 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:34:51.555203  2810 raft_consensus.cc:2955] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 5bb43769086f4394b50d4cf886b29948 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 5bb43769086f4394b50d4cf886b29948 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "998a7fb17fe240caa5337e5a6c6c976a" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40241 } attrs { replace: true } } peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } } peers { permanent_uuid: "5bb43769086f4394b50d4cf886b29948" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37563 } attrs { promote: false } } }
I20260630 12:34:51.587582  2610 consensus_queue.cc:237] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 [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: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } } peers { permanent_uuid: "5bb43769086f4394b50d4cf886b29948" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37563 } attrs { promote: false } }
I20260630 12:34:51.593309  2810 raft_consensus.cc:1275] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 5bb43769086f4394b50d4cf886b29948 [term 2 FOLLOWER]: Refusing update from remote peer a93177db0a494f87936e50a42de1de18: 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:51.594496  2684 raft_consensus.cc:1275] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P c7e885e2845f4ef49277d158ccf6d5c6 [term 2 FOLLOWER]: Refusing update from remote peer a93177db0a494f87936e50a42de1de18: 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:51.594859  2860 consensus_queue.cc:1048] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5bb43769086f4394b50d4cf886b29948" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37563 } 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:51.596117  2859 consensus_queue.cc:1048] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:34:51.601723  2860 raft_consensus.cc:2955] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 998a7fb17fe240caa5337e5a6c6c976a (127.0.192.1) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } } peers { permanent_uuid: "5bb43769086f4394b50d4cf886b29948" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37563 } attrs { promote: false } } }
I20260630 12:34:51.603616  2810 raft_consensus.cc:2955] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 5bb43769086f4394b50d4cf886b29948 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 998a7fb17fe240caa5337e5a6c6c976a (127.0.192.1) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } } peers { permanent_uuid: "5bb43769086f4394b50d4cf886b29948" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37563 } attrs { promote: false } } }
I20260630 12:34:51.604578  2684 raft_consensus.cc:2955] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P c7e885e2845f4ef49277d158ccf6d5c6 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 998a7fb17fe240caa5337e5a6c6c976a (127.0.192.1) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } } peers { permanent_uuid: "5bb43769086f4394b50d4cf886b29948" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37563 } attrs { promote: false } } }
I20260630 12:34:51.613467  2419 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet bc3d7f0bc7ba4402b34ea6ee37a9adc2 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:34:51.617396  2433 catalog_manager.cc:5697] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 reported cstate change: config changed from index 4 to 5, VOTER 998a7fb17fe240caa5337e5a6c6c976a (127.0.192.1) evicted. New cstate: current_term: 2 leader_uuid: "a93177db0a494f87936e50a42de1de18" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a93177db0a494f87936e50a42de1de18" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36661 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c7e885e2845f4ef49277d158ccf6d5c6" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42133 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5bb43769086f4394b50d4cf886b29948" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37563 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:34:51.628399  2525 tablet_service.cc:1558] Processing DeleteTablet for tablet bc3d7f0bc7ba4402b34ea6ee37a9adc2 with delete_type TABLET_DATA_TOMBSTONED (TS 998a7fb17fe240caa5337e5a6c6c976a not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:53090
I20260630 12:34:51.631884  2871 tablet_replica.cc:333] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a: stopping tablet replica
I20260630 12:34:51.632753  2871 raft_consensus.cc:2243] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:51.633551  2871 raft_consensus.cc:2272] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:51.636142  2871 ts_tablet_manager.cc:1916] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:34:51.646693  2871 ts_tablet_manager.cc:1929] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260630 12:34:51.647094  2871 log.cc:1199] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 998a7fb17fe240caa5337e5a6c6c976a: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822852710831-768-0/minicluster-data/ts-0-root/wals/bc3d7f0bc7ba4402b34ea6ee37a9adc2
I20260630 12:34:51.648658  2417 catalog_manager.cc:5028] TS 998a7fb17fe240caa5337e5a6c6c976a (127.0.192.1:40241): tablet bc3d7f0bc7ba4402b34ea6ee37a9adc2 (table test-workload [id=cc1275c5be744c66b7207faa7f794453]) successfully deleted
I20260630 12:34:52.101775  2486 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:52.103799  2486 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:52.104157  2486 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:54.105304  2486 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:54.107472  2486 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:54.107887  2486 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:56.108963  2486 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:56.111040  2486 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:56.111399  2486 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:58.112409  2486 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:58.115016  2486 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:58.115402  2486 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:00.116359  2486 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:00.118381  2486 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:00.118768  2486 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:02.119786  2486 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:02.121912  2486 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:02.122370  2486 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:04.586751  2486 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:04.590806  2486 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:04.591310  2486 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:04.851331   768 tablet_server.cc:179] TabletServer@127.0.192.1:0 shutting down...
I20260630 12:35:04.874507   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:04.875403   768 tablet_replica.cc:333] T 36ecafb0d77f4869926038d9d873c229 P 998a7fb17fe240caa5337e5a6c6c976a: stopping tablet replica
I20260630 12:35:04.875913   768 raft_consensus.cc:2243] T 36ecafb0d77f4869926038d9d873c229 P 998a7fb17fe240caa5337e5a6c6c976a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:04.876847   768 raft_consensus.cc:2272] T 36ecafb0d77f4869926038d9d873c229 P 998a7fb17fe240caa5337e5a6c6c976a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:04.901041   768 tablet_server.cc:196] TabletServer@127.0.192.1:0 shutdown complete.
I20260630 12:35:04.915903   768 tablet_server.cc:179] TabletServer@127.0.192.2:0 shutting down...
I20260630 12:35:04.944325   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:04.945205   768 tablet_replica.cc:333] T 36ecafb0d77f4869926038d9d873c229 P a93177db0a494f87936e50a42de1de18: stopping tablet replica
I20260630 12:35:04.945874   768 raft_consensus.cc:2243] T 36ecafb0d77f4869926038d9d873c229 P a93177db0a494f87936e50a42de1de18 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:04.946497   768 raft_consensus.cc:2272] T 36ecafb0d77f4869926038d9d873c229 P a93177db0a494f87936e50a42de1de18 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:04.949316   768 tablet_replica.cc:333] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18: stopping tablet replica
I20260630 12:35:04.949842   768 raft_consensus.cc:2243] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:35:04.950803   768 raft_consensus.cc:2272] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P a93177db0a494f87936e50a42de1de18 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:04.975306   768 tablet_server.cc:196] TabletServer@127.0.192.2:0 shutdown complete.
I20260630 12:35:04.987958   768 tablet_server.cc:179] TabletServer@127.0.192.3:0 shutting down...
I20260630 12:35:05.014086   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:05.015043   768 tablet_replica.cc:333] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P c7e885e2845f4ef49277d158ccf6d5c6: stopping tablet replica
I20260630 12:35:05.015697   768 raft_consensus.cc:2243] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P c7e885e2845f4ef49277d158ccf6d5c6 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:05.016522   768 raft_consensus.cc:2272] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P c7e885e2845f4ef49277d158ccf6d5c6 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:05.018585   768 tablet_replica.cc:333] T 36ecafb0d77f4869926038d9d873c229 P c7e885e2845f4ef49277d158ccf6d5c6: stopping tablet replica
I20260630 12:35:05.019052   768 raft_consensus.cc:2243] T 36ecafb0d77f4869926038d9d873c229 P c7e885e2845f4ef49277d158ccf6d5c6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:05.019511   768 raft_consensus.cc:2272] T 36ecafb0d77f4869926038d9d873c229 P c7e885e2845f4ef49277d158ccf6d5c6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:05.058254   768 tablet_server.cc:196] TabletServer@127.0.192.3:0 shutdown complete.
I20260630 12:35:05.070140   768 tablet_server.cc:179] TabletServer@127.0.192.4:0 shutting down...
I20260630 12:35:05.095100   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:05.095789   768 tablet_replica.cc:333] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 5bb43769086f4394b50d4cf886b29948: stopping tablet replica
I20260630 12:35:05.096393   768 raft_consensus.cc:2243] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 5bb43769086f4394b50d4cf886b29948 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:05.097043   768 raft_consensus.cc:2272] T bc3d7f0bc7ba4402b34ea6ee37a9adc2 P 5bb43769086f4394b50d4cf886b29948 [term 2 FOLLOWER]: Raft consensus is shut down!
W20260630 12:35:05.567166  2831 debug-util.cc:398] Leaking SignalData structure 0x7b08000e2660 after lost signal to thread 771
W20260630 12:35:05.568256  2831 debug-util.cc:398] Leaking SignalData structure 0x7b08001d5080 after lost signal to thread 2467
W20260630 12:35:05.569304  2831 debug-util.cc:398] Leaking SignalData structure 0x7b0800203fe0 after lost signal to thread 2559
W20260630 12:35:05.570948  2831 debug-util.cc:398] Leaking SignalData structure 0x7b0800158d80 after lost signal to thread 2708
W20260630 12:35:06.115629   768 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 2831)
I20260630 12:35:06.592444  2486 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:06.595001  2486 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:06.595464  2486 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:35:07.116156   768 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 2831)
W20260630 12:35:08.116698   768 thread.cc:527] Waited for 3000ms trying to join with diag-logger (tid 2831)
I20260630 12:35:08.148703   768 tablet_server.cc:196] TabletServer@127.0.192.4:0 shutdown complete.
I20260630 12:35:08.161160   768 master.cc:562] Master@127.0.192.62:36109 shutting down...
I20260630 12:35:08.182462   768 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 362f1ae163e54d55911a610d36668ddd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:08.183202   768 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 362f1ae163e54d55911a610d36668ddd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:08.183725   768 tablet_replica.cc:333] T 00000000000000000000000000000000 P 362f1ae163e54d55911a610d36668ddd: stopping tablet replica
I20260630 12:35:08.204634   768 master.cc:584] Master@127.0.192.62:36109 shutdown complete.
[       OK ] AutoRebalancerTest.MovesScheduledIfAddTserver (32308 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfNoTservers
I20260630 12:35:08.245755   768 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.192.62:44785
I20260630 12:35:08.246990   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:08.253409  2883 instance_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:08.253456  2884 instance_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:08.255432  2886 instance_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:08.256989   768 server_base.cc:1061] running on GCE node
I20260630 12:35:08.258038   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:08.258289   768 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:08.258471   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822908258456 us; error 0 us; skew 500 ppm
I20260630 12:35:08.259056   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:08.261705   768 webserver.cc:533] Webserver started at http://127.0.192.62:34239/ using document root <none> and password file <none>
I20260630 12:35:08.262303   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:08.262509   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:08.262825   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:08.264078   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782822852710831-768-0/minicluster-data/master-0-root/instance:
uuid: "95d31aeff1c44af4b309cd0e722596fa"
format_stamp: "Formatted at 2026-06-30 12:35:08 on dist-test-slave-n0zz"
I20260630 12:35:08.268957   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:35:08.272768  2891 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:08.273581   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:35:08.273905   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782822852710831-768-0/minicluster-data/master-0-root
uuid: "95d31aeff1c44af4b309cd0e722596fa"
format_stamp: "Formatted at 2026-06-30 12:35:08 on dist-test-slave-n0zz"
I20260630 12:35:08.274228   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782822852710831-768-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782822852710831-768-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782822852710831-768-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:08.316236   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:08.317584   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:08.359035   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.62:44785
I20260630 12:35:08.359163  2942 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.62:44785 every 8 connection(s)
I20260630 12:35:08.363243  2943 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:08.374150  2943 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 95d31aeff1c44af4b309cd0e722596fa: Bootstrap starting.
I20260630 12:35:08.379169  2943 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 95d31aeff1c44af4b309cd0e722596fa: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:08.383494  2943 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 95d31aeff1c44af4b309cd0e722596fa: No bootstrap required, opened a new log
I20260630 12:35:08.385607  2943 raft_consensus.cc:359] T 00000000000000000000000000000000 P 95d31aeff1c44af4b309cd0e722596fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "95d31aeff1c44af4b309cd0e722596fa" member_type: VOTER }
I20260630 12:35:08.386046  2943 raft_consensus.cc:385] T 00000000000000000000000000000000 P 95d31aeff1c44af4b309cd0e722596fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:08.386300  2943 raft_consensus.cc:740] T 00000000000000000000000000000000 P 95d31aeff1c44af4b309cd0e722596fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 95d31aeff1c44af4b309cd0e722596fa, State: Initialized, Role: FOLLOWER
I20260630 12:35:08.386929  2943 consensus_queue.cc:260] T 00000000000000000000000000000000 P 95d31aeff1c44af4b309cd0e722596fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "95d31aeff1c44af4b309cd0e722596fa" member_type: VOTER }
I20260630 12:35:08.387409  2943 raft_consensus.cc:399] T 00000000000000000000000000000000 P 95d31aeff1c44af4b309cd0e722596fa [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:35:08.387687  2943 raft_consensus.cc:493] T 00000000000000000000000000000000 P 95d31aeff1c44af4b309cd0e722596fa [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:35:08.387915  2943 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 95d31aeff1c44af4b309cd0e722596fa [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:08.392369  2943 raft_consensus.cc:515] T 00000000000000000000000000000000 P 95d31aeff1c44af4b309cd0e722596fa [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "95d31aeff1c44af4b309cd0e722596fa" member_type: VOTER }
I20260630 12:35:08.392901  2943 leader_election.cc:304] T 00000000000000000000000000000000 P 95d31aeff1c44af4b309cd0e722596fa [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: 95d31aeff1c44af4b309cd0e722596fa; no voters: 
I20260630 12:35:08.394002  2943 leader_election.cc:290] T 00000000000000000000000000000000 P 95d31aeff1c44af4b309cd0e722596fa [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:35:08.394469  2946 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 95d31aeff1c44af4b309cd0e722596fa [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:08.395812  2946 raft_consensus.cc:697] T 00000000000000000000000000000000 P 95d31aeff1c44af4b309cd0e722596fa [term 1 LEADER]: Becoming Leader. State: Replica: 95d31aeff1c44af4b309cd0e722596fa, State: Running, Role: LEADER
I20260630 12:35:08.396559  2946 consensus_queue.cc:237] T 00000000000000000000000000000000 P 95d31aeff1c44af4b309cd0e722596fa [LEADER]: Queue going to LEADER mode. State: All 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: "95d31aeff1c44af4b309cd0e722596fa" member_type: VOTER }
I20260630 12:35:08.397125  2943 sys_catalog.cc:565] T 00000000000000000000000000000000 P 95d31aeff1c44af4b309cd0e722596fa [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:35:08.401500  2947 sys_catalog.cc:455] T 00000000000000000000000000000000 P 95d31aeff1c44af4b309cd0e722596fa [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "95d31aeff1c44af4b309cd0e722596fa" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "95d31aeff1c44af4b309cd0e722596fa" member_type: VOTER } }
I20260630 12:35:08.401852  2948 sys_catalog.cc:455] T 00000000000000000000000000000000 P 95d31aeff1c44af4b309cd0e722596fa [sys.catalog]: SysCatalogTable state changed. Reason: New leader 95d31aeff1c44af4b309cd0e722596fa. Latest consensus state: current_term: 1 leader_uuid: "95d31aeff1c44af4b309cd0e722596fa" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "95d31aeff1c44af4b309cd0e722596fa" member_type: VOTER } }
I20260630 12:35:08.402460  2947 sys_catalog.cc:458] T 00000000000000000000000000000000 P 95d31aeff1c44af4b309cd0e722596fa [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:08.402760  2948 sys_catalog.cc:458] T 00000000000000000000000000000000 P 95d31aeff1c44af4b309cd0e722596fa [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:08.406873  2952 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:35:08.415560  2952 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:35:08.416605   768 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:35:08.425096  2952 catalog_manager.cc:1383] Generated new cluster ID: ed3318a3400240729894c36c1542e33e
I20260630 12:35:08.425396  2952 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:35:08.446849  2952 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:35:08.448190  2952 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:35:08.460268  2952 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 95d31aeff1c44af4b309cd0e722596fa: Generated new TSK 0
I20260630 12:35:08.460933  2952 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:35:08.482041   768 internal_mini_cluster.cc:371] 0 TS(s) registered with all masters after 0.00022288s
W20260630 12:35:20.213382  2939 debug-util.cc:398] Leaking SignalData structure 0x7b0800160dc0 after lost signal to thread 771
W20260630 12:35:20.214335  2939 debug-util.cc:398] Leaking SignalData structure 0x7b0800126e60 after lost signal to thread 2942
I20260630 12:35:20.791206   768 master.cc:562] Master@127.0.192.62:44785 shutting down...
I20260630 12:35:20.824402   768 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 95d31aeff1c44af4b309cd0e722596fa [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:20.825773   768 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 95d31aeff1c44af4b309cd0e722596fa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:20.826396   768 tablet_replica.cc:333] T 00000000000000000000000000000000 P 95d31aeff1c44af4b309cd0e722596fa: stopping tablet replica
W20260630 12:35:21.847941   768 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 2939)
I20260630 12:35:22.237403   768 master.cc:584] Master@127.0.192.62:44785 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfNoTservers (14025 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfNoTablets
I20260630 12:35:22.271220   768 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.192.62:32825
I20260630 12:35:22.272948   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:22.283775  2966 instance_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:22.285633  2967 instance_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:22.288153   768 server_base.cc:1061] running on GCE node
W20260630 12:35:22.288151  2969 instance_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:22.291966   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:22.292317   768 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:22.292536   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822922292497 us; error 0 us; skew 500 ppm
I20260630 12:35:22.293277   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:22.296931   768 webserver.cc:533] Webserver started at http://127.0.192.62:34805/ using document root <none> and password file <none>
I20260630 12:35:22.297529   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:22.297739   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:22.298142   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:22.299530   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822852710831-768-0/minicluster-data/master-0-root/instance:
uuid: "01e8769ddad74895bff56b466f6a0443"
format_stamp: "Formatted at 2026-06-30 12:35:22 on dist-test-slave-n0zz"
I20260630 12:35:22.305146   768 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260630 12:35:22.308983  2974 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:22.309819   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:35:22.310168   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822852710831-768-0/minicluster-data/master-0-root
uuid: "01e8769ddad74895bff56b466f6a0443"
format_stamp: "Formatted at 2026-06-30 12:35:22 on dist-test-slave-n0zz"
I20260630 12:35:22.310546   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822852710831-768-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822852710831-768-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822852710831-768-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:22.331696   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:22.333292   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:22.372309   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.62:32825
I20260630 12:35:22.372406  3025 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.62:32825 every 8 connection(s)
I20260630 12:35:22.376518  3026 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:22.387965  3026 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 01e8769ddad74895bff56b466f6a0443: Bootstrap starting.
I20260630 12:35:22.392948  3026 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 01e8769ddad74895bff56b466f6a0443: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:22.397456  3026 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 01e8769ddad74895bff56b466f6a0443: No bootstrap required, opened a new log
I20260630 12:35:22.399817  3026 raft_consensus.cc:359] T 00000000000000000000000000000000 P 01e8769ddad74895bff56b466f6a0443 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "01e8769ddad74895bff56b466f6a0443" member_type: VOTER }
I20260630 12:35:22.400282  3026 raft_consensus.cc:385] T 00000000000000000000000000000000 P 01e8769ddad74895bff56b466f6a0443 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:22.400574  3026 raft_consensus.cc:740] T 00000000000000000000000000000000 P 01e8769ddad74895bff56b466f6a0443 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 01e8769ddad74895bff56b466f6a0443, State: Initialized, Role: FOLLOWER
I20260630 12:35:22.401190  3026 consensus_queue.cc:260] T 00000000000000000000000000000000 P 01e8769ddad74895bff56b466f6a0443 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "01e8769ddad74895bff56b466f6a0443" member_type: VOTER }
I20260630 12:35:22.401677  3026 raft_consensus.cc:399] T 00000000000000000000000000000000 P 01e8769ddad74895bff56b466f6a0443 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:35:22.401937  3026 raft_consensus.cc:493] T 00000000000000000000000000000000 P 01e8769ddad74895bff56b466f6a0443 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:35:22.402263  3026 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 01e8769ddad74895bff56b466f6a0443 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:22.406941  3026 raft_consensus.cc:515] T 00000000000000000000000000000000 P 01e8769ddad74895bff56b466f6a0443 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "01e8769ddad74895bff56b466f6a0443" member_type: VOTER }
I20260630 12:35:22.407548  3026 leader_election.cc:304] T 00000000000000000000000000000000 P 01e8769ddad74895bff56b466f6a0443 [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: 01e8769ddad74895bff56b466f6a0443; no voters: 
I20260630 12:35:22.408746  3026 leader_election.cc:290] T 00000000000000000000000000000000 P 01e8769ddad74895bff56b466f6a0443 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:35:22.409200  3029 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 01e8769ddad74895bff56b466f6a0443 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:22.410619  3029 raft_consensus.cc:697] T 00000000000000000000000000000000 P 01e8769ddad74895bff56b466f6a0443 [term 1 LEADER]: Becoming Leader. State: Replica: 01e8769ddad74895bff56b466f6a0443, State: Running, Role: LEADER
I20260630 12:35:22.411391  3029 consensus_queue.cc:237] T 00000000000000000000000000000000 P 01e8769ddad74895bff56b466f6a0443 [LEADER]: Queue going to LEADER mode. State: All 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: "01e8769ddad74895bff56b466f6a0443" member_type: VOTER }
I20260630 12:35:22.412016  3026 sys_catalog.cc:565] T 00000000000000000000000000000000 P 01e8769ddad74895bff56b466f6a0443 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:35:22.417452  3031 sys_catalog.cc:455] T 00000000000000000000000000000000 P 01e8769ddad74895bff56b466f6a0443 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 01e8769ddad74895bff56b466f6a0443. Latest consensus state: current_term: 1 leader_uuid: "01e8769ddad74895bff56b466f6a0443" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "01e8769ddad74895bff56b466f6a0443" member_type: VOTER } }
I20260630 12:35:22.417794  3030 sys_catalog.cc:455] T 00000000000000000000000000000000 P 01e8769ddad74895bff56b466f6a0443 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "01e8769ddad74895bff56b466f6a0443" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "01e8769ddad74895bff56b466f6a0443" member_type: VOTER } }
I20260630 12:35:22.418419  3031 sys_catalog.cc:458] T 00000000000000000000000000000000 P 01e8769ddad74895bff56b466f6a0443 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:22.418856  3030 sys_catalog.cc:458] T 00000000000000000000000000000000 P 01e8769ddad74895bff56b466f6a0443 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:22.420779  3037 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:35:22.426280  3037 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:35:22.428452   768 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:35:22.436350  3037 catalog_manager.cc:1383] Generated new cluster ID: 5cf4453084fc4664add67f8438d8a77f
I20260630 12:35:22.436674  3037 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:35:22.473146  3037 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:35:22.474468  3037 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:35:22.499655  3037 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 01e8769ddad74895bff56b466f6a0443: Generated new TSK 0
I20260630 12:35:22.500283  3037 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:35:22.559556   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:22.566051  3047 instance_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:22.567071  3048 instance_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:22.569012  3050 instance_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:22.569706   768 server_base.cc:1061] running on GCE node
I20260630 12:35:22.570644   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:22.570879   768 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:22.571048   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822922571025 us; error 0 us; skew 500 ppm
I20260630 12:35:22.571563   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:22.573859   768 webserver.cc:533] Webserver started at http://127.0.192.1:44449/ using document root <none> and password file <none>
I20260630 12:35:22.574404   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:22.574615   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:22.574898   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:22.576099   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822852710831-768-0/minicluster-data/ts-0-root/instance:
uuid: "5347102649854c58872e96676fc149ea"
format_stamp: "Formatted at 2026-06-30 12:35:22 on dist-test-slave-n0zz"
I20260630 12:35:22.580790   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.001s
I20260630 12:35:22.584362  3055 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:22.585323   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:35:22.585606   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822852710831-768-0/minicluster-data/ts-0-root
uuid: "5347102649854c58872e96676fc149ea"
format_stamp: "Formatted at 2026-06-30 12:35:22 on dist-test-slave-n0zz"
I20260630 12:35:22.585856   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822852710831-768-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822852710831-768-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822852710831-768-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:22.596095   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:22.597273   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:22.598841   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:22.601214   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:22.601411   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:22.601593   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:22.601732   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:22.644296   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.1:42719
I20260630 12:35:22.644390  3117 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.1:42719 every 8 connection(s)
I20260630 12:35:22.649507   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:22.657387  3122 instance_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:22.659374  3123 instance_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:22.661032   768 server_base.cc:1061] running on GCE node
W20260630 12:35:22.662307  3125 instance_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:22.663237   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:22.663458   768 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:22.663654   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822922663635 us; error 0 us; skew 500 ppm
I20260630 12:35:22.664222   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:22.667348   768 webserver.cc:533] Webserver started at http://127.0.192.2:45593/ using document root <none> and password file <none>
I20260630 12:35:22.667939   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:22.668148   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:22.668509   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:22.668628  3118 heartbeater.cc:344] Connected to a master server at 127.0.192.62:32825
I20260630 12:35:22.669032  3118 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:22.669807  3118 heartbeater.cc:507] Master 127.0.192.62:32825 requested a full tablet report, sending...
I20260630 12:35:22.669945   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822852710831-768-0/minicluster-data/ts-1-root/instance:
uuid: "aca5f0f8840440f5ae28dc5938e99d63"
format_stamp: "Formatted at 2026-06-30 12:35:22 on dist-test-slave-n0zz"
I20260630 12:35:22.672297  2991 ts_manager.cc:194] Registered new tserver with Master: 5347102649854c58872e96676fc149ea (127.0.192.1:42719)
I20260630 12:35:22.674397  2991 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42580
I20260630 12:35:22.675359   768 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.001s	sys 0.003s
I20260630 12:35:22.679111  3130 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:22.679926   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.003s
I20260630 12:35:22.680228   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822852710831-768-0/minicluster-data/ts-1-root
uuid: "aca5f0f8840440f5ae28dc5938e99d63"
format_stamp: "Formatted at 2026-06-30 12:35:22 on dist-test-slave-n0zz"
I20260630 12:35:22.680541   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822852710831-768-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822852710831-768-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822852710831-768-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:22.700512   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:22.701757   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:22.703356   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:22.705598   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:22.705776   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:22.706082   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:22.706301   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:35:22.748103   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.2:33739
I20260630 12:35:22.748205  3192 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.2:33739 every 8 connection(s)
I20260630 12:35:22.753083   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:22.760416  3196 instance_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:22.762391  3197 instance_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:22.764158  3199 instance_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:22.765064   768 server_base.cc:1061] running on GCE node
I20260630 12:35:22.766335   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:35:22.766407  3193 heartbeater.cc:344] Connected to a master server at 127.0.192.62:32825
W20260630 12:35:22.766659   768 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:22.766891  3193 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:22.766903   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822922766886 us; error 0 us; skew 500 ppm
I20260630 12:35:22.767730   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:22.767867  3193 heartbeater.cc:507] Master 127.0.192.62:32825 requested a full tablet report, sending...
I20260630 12:35:22.770416  2991 ts_manager.cc:194] Registered new tserver with Master: aca5f0f8840440f5ae28dc5938e99d63 (127.0.192.2:33739)
I20260630 12:35:22.770721   768 webserver.cc:533] Webserver started at http://127.0.192.3:35521/ using document root <none> and password file <none>
I20260630 12:35:22.771236   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:22.771452   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:22.771731   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:22.772277  2991 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42586
I20260630 12:35:22.772989   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822852710831-768-0/minicluster-data/ts-2-root/instance:
uuid: "bfa2634cf867455eb9f86b3d8baf35dd"
format_stamp: "Formatted at 2026-06-30 12:35:22 on dist-test-slave-n0zz"
I20260630 12:35:22.777733   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.006s
I20260630 12:35:22.781359  3204 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:22.782168   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:35:22.782552   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822852710831-768-0/minicluster-data/ts-2-root
uuid: "bfa2634cf867455eb9f86b3d8baf35dd"
format_stamp: "Formatted at 2026-06-30 12:35:22 on dist-test-slave-n0zz"
I20260630 12:35:22.782858   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822852710831-768-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822852710831-768-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822852710831-768-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:22.800205   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:22.801489   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:22.803144   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:22.805495   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:22.805685   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:22.805989   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:22.806154   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:22.849311   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.3:38353
I20260630 12:35:22.849399  3266 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.3:38353 every 8 connection(s)
I20260630 12:35:22.864280  3267 heartbeater.cc:344] Connected to a master server at 127.0.192.62:32825
I20260630 12:35:22.864629  3267 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:22.865330  3267 heartbeater.cc:507] Master 127.0.192.62:32825 requested a full tablet report, sending...
I20260630 12:35:22.867374  2991 ts_manager.cc:194] Registered new tserver with Master: bfa2634cf867455eb9f86b3d8baf35dd (127.0.192.3:38353)
I20260630 12:35:22.867882   768 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014817603s
I20260630 12:35:22.868871  2991 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42600
I20260630 12:35:23.677592  3118 heartbeater.cc:499] Master 127.0.192.62:32825 was elected leader, sending a full tablet report...
I20260630 12:35:23.775262  3193 heartbeater.cc:499] Master 127.0.192.62:32825 was elected leader, sending a full tablet report...
I20260630 12:35:23.872196  3267 heartbeater.cc:499] Master 127.0.192.62:32825 was elected leader, sending a full tablet report...
I20260630 12:35:24.428534  3044 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:26.429579  3044 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:28.430768  3044 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:30.432114  3044 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:35:31.382875  3114 debug-util.cc:398] Leaking SignalData structure 0x7b08000a0f60 after lost signal to thread 771
W20260630 12:35:31.383996  3114 debug-util.cc:398] Leaking SignalData structure 0x7b080010ab80 after lost signal to thread 3025
W20260630 12:35:31.385200  3114 debug-util.cc:398] Leaking SignalData structure 0x7b0800208d60 after lost signal to thread 3117
W20260630 12:35:31.386466  3114 debug-util.cc:398] Leaking SignalData structure 0x7b0800028f20 after lost signal to thread 3192
W20260630 12:35:31.387470  3114 debug-util.cc:398] Leaking SignalData structure 0x7b0800184f80 after lost signal to thread 3266
I20260630 12:35:32.433547  3044 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:34.434953  3044 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:35.036118   768 tablet_server.cc:179] TabletServer@127.0.192.1:0 shutting down...
I20260630 12:35:35.067830   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:35.105509   768 tablet_server.cc:196] TabletServer@127.0.192.1:0 shutdown complete.
I20260630 12:35:35.116732   768 tablet_server.cc:179] TabletServer@127.0.192.2:0 shutting down...
I20260630 12:35:35.139364   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:35.155622   768 tablet_server.cc:196] TabletServer@127.0.192.2:0 shutdown complete.
I20260630 12:35:35.165455   768 tablet_server.cc:179] TabletServer@127.0.192.3:0 shutting down...
I20260630 12:35:35.189910   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:35.206314   768 tablet_server.cc:196] TabletServer@127.0.192.3:0 shutdown complete.
I20260630 12:35:35.215451   768 master.cc:562] Master@127.0.192.62:32825 shutting down...
I20260630 12:35:35.232420   768 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 01e8769ddad74895bff56b466f6a0443 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:35.233186   768 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 01e8769ddad74895bff56b466f6a0443 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:35.233577   768 tablet_replica.cc:333] T 00000000000000000000000000000000 P 01e8769ddad74895bff56b466f6a0443: stopping tablet replica
I20260630 12:35:35.251873   768 master.cc:584] Master@127.0.192.62:32825 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfNoTablets (13011 ms)
[ RUN      ] AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange
I20260630 12:35:35.285130   768 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.192.62:41665
I20260630 12:35:35.286345   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:35.292531  3273 instance_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:35.292817  3276 instance_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:35.293084  3274 instance_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:35.294695   768 server_base.cc:1061] running on GCE node
I20260630 12:35:35.295614   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:35.295815   768 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:35.296015   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822935295990 us; error 0 us; skew 500 ppm
I20260630 12:35:35.296598   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:35.299305   768 webserver.cc:533] Webserver started at http://127.0.192.62:33313/ using document root <none> and password file <none>
I20260630 12:35:35.299836   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:35.300050   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:35.300385   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:35.301658   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822852710831-768-0/minicluster-data/master-0-root/instance:
uuid: "f8ff758c03054c8ab0f31d1391d7a4e7"
format_stamp: "Formatted at 2026-06-30 12:35:35 on dist-test-slave-n0zz"
I20260630 12:35:35.306825   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260630 12:35:35.310523  3281 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:35.311316   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:35:35.311631   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822852710831-768-0/minicluster-data/master-0-root
uuid: "f8ff758c03054c8ab0f31d1391d7a4e7"
format_stamp: "Formatted at 2026-06-30 12:35:35 on dist-test-slave-n0zz"
I20260630 12:35:35.311939   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822852710831-768-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822852710831-768-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822852710831-768-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:35.340819   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:35.342067   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:35.380903   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.62:41665
I20260630 12:35:35.381011  3332 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.62:41665 every 8 connection(s)
I20260630 12:35:35.385288  3333 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:35.396831  3333 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f8ff758c03054c8ab0f31d1391d7a4e7: Bootstrap starting.
I20260630 12:35:35.401597  3333 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f8ff758c03054c8ab0f31d1391d7a4e7: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:35.405876  3333 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f8ff758c03054c8ab0f31d1391d7a4e7: No bootstrap required, opened a new log
I20260630 12:35:35.408185  3333 raft_consensus.cc:359] T 00000000000000000000000000000000 P f8ff758c03054c8ab0f31d1391d7a4e7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f8ff758c03054c8ab0f31d1391d7a4e7" member_type: VOTER }
I20260630 12:35:35.408631  3333 raft_consensus.cc:385] T 00000000000000000000000000000000 P f8ff758c03054c8ab0f31d1391d7a4e7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:35.408813  3333 raft_consensus.cc:740] T 00000000000000000000000000000000 P f8ff758c03054c8ab0f31d1391d7a4e7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f8ff758c03054c8ab0f31d1391d7a4e7, State: Initialized, Role: FOLLOWER
I20260630 12:35:35.409332  3333 consensus_queue.cc:260] T 00000000000000000000000000000000 P f8ff758c03054c8ab0f31d1391d7a4e7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "f8ff758c03054c8ab0f31d1391d7a4e7" member_type: VOTER }
I20260630 12:35:35.409761  3333 raft_consensus.cc:399] T 00000000000000000000000000000000 P f8ff758c03054c8ab0f31d1391d7a4e7 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:35:35.409963  3333 raft_consensus.cc:493] T 00000000000000000000000000000000 P f8ff758c03054c8ab0f31d1391d7a4e7 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:35:35.410228  3333 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f8ff758c03054c8ab0f31d1391d7a4e7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:35.414834  3333 raft_consensus.cc:515] T 00000000000000000000000000000000 P f8ff758c03054c8ab0f31d1391d7a4e7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f8ff758c03054c8ab0f31d1391d7a4e7" member_type: VOTER }
I20260630 12:35:35.415369  3333 leader_election.cc:304] T 00000000000000000000000000000000 P f8ff758c03054c8ab0f31d1391d7a4e7 [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: f8ff758c03054c8ab0f31d1391d7a4e7; no voters: 
I20260630 12:35:35.416466  3333 leader_election.cc:290] T 00000000000000000000000000000000 P f8ff758c03054c8ab0f31d1391d7a4e7 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:35:35.416851  3336 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f8ff758c03054c8ab0f31d1391d7a4e7 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:35.418684  3336 raft_consensus.cc:697] T 00000000000000000000000000000000 P f8ff758c03054c8ab0f31d1391d7a4e7 [term 1 LEADER]: Becoming Leader. State: Replica: f8ff758c03054c8ab0f31d1391d7a4e7, State: Running, Role: LEADER
I20260630 12:35:35.419368  3336 consensus_queue.cc:237] T 00000000000000000000000000000000 P f8ff758c03054c8ab0f31d1391d7a4e7 [LEADER]: Queue going to LEADER mode. State: All 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: "f8ff758c03054c8ab0f31d1391d7a4e7" member_type: VOTER }
I20260630 12:35:35.419868  3333 sys_catalog.cc:565] T 00000000000000000000000000000000 P f8ff758c03054c8ab0f31d1391d7a4e7 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:35:35.425583  3338 sys_catalog.cc:455] T 00000000000000000000000000000000 P f8ff758c03054c8ab0f31d1391d7a4e7 [sys.catalog]: SysCatalogTable state changed. Reason: New leader f8ff758c03054c8ab0f31d1391d7a4e7. Latest consensus state: current_term: 1 leader_uuid: "f8ff758c03054c8ab0f31d1391d7a4e7" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f8ff758c03054c8ab0f31d1391d7a4e7" member_type: VOTER } }
I20260630 12:35:35.426430  3338 sys_catalog.cc:458] T 00000000000000000000000000000000 P f8ff758c03054c8ab0f31d1391d7a4e7 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:35.426415  3337 sys_catalog.cc:455] T 00000000000000000000000000000000 P f8ff758c03054c8ab0f31d1391d7a4e7 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "f8ff758c03054c8ab0f31d1391d7a4e7" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f8ff758c03054c8ab0f31d1391d7a4e7" member_type: VOTER } }
I20260630 12:35:35.427018  3337 sys_catalog.cc:458] T 00000000000000000000000000000000 P f8ff758c03054c8ab0f31d1391d7a4e7 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:35.428575  3345 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:35:35.433954  3345 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:35:35.436583   768 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:35:35.443300  3345 catalog_manager.cc:1383] Generated new cluster ID: 71128955ae5e437ab02e2bf57666a94e
I20260630 12:35:35.443612  3345 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:35:35.468832  3345 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:35:35.470100  3345 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:35:35.484951  3345 catalog_manager.cc:6070] T 00000000000000000000000000000000 P f8ff758c03054c8ab0f31d1391d7a4e7: Generated new TSK 0
I20260630 12:35:35.485523  3345 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:35:35.503216   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:35.509718  3354 instance_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:35.511085  3355 instance_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:35.512671  3357 instance_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:35.512887   768 server_base.cc:1061] running on GCE node
I20260630 12:35:35.513877   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:35.514055   768 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:35.514230   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822935514166 us; error 0 us; skew 500 ppm
I20260630 12:35:35.514743   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:35.516955   768 webserver.cc:533] Webserver started at http://127.0.192.1:40339/ using document root <none> and password file <none>
I20260630 12:35:35.517377   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:35.517527   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:35.517748   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:35.518889   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822852710831-768-0/minicluster-data/ts-0-root/instance:
uuid: "836638d6336445098a2b8c554033c736"
format_stamp: "Formatted at 2026-06-30 12:35:35 on dist-test-slave-n0zz"
I20260630 12:35:35.523536   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:35:35.526804  3362 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:35.527576   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:35:35.527885   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822852710831-768-0/minicluster-data/ts-0-root
uuid: "836638d6336445098a2b8c554033c736"
format_stamp: "Formatted at 2026-06-30 12:35:35 on dist-test-slave-n0zz"
I20260630 12:35:35.528155   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822852710831-768-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822852710831-768-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822852710831-768-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:35.551011   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:35.552268   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:35.553846   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:35.556401   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:35.556658   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:35.557034   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:35.557224   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:35.598978   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.1:33595
I20260630 12:35:35.599082  3424 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.1:33595 every 8 connection(s)
I20260630 12:35:35.604367   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:35.612198  3429 instance_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:35.613790  3430 instance_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:35.617954   768 server_base.cc:1061] running on GCE node
W20260630 12:35:35.617830  3432 instance_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:35.619091   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:35.619288   768 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:35.619413   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822935619402 us; error 0 us; skew 500 ppm
I20260630 12:35:35.619820   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:35.622128   768 webserver.cc:533] Webserver started at http://127.0.192.2:40689/ using document root <none> and password file <none>
I20260630 12:35:35.622807   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:35.623026   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:35.623308   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:35.624547   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822852710831-768-0/minicluster-data/ts-1-root/instance:
uuid: "b2dc1527fb974ff3876da8a128d89896"
format_stamp: "Formatted at 2026-06-30 12:35:35 on dist-test-slave-n0zz"
I20260630 12:35:35.626209  3425 heartbeater.cc:344] Connected to a master server at 127.0.192.62:41665
I20260630 12:35:35.626644  3425 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:35.627539  3425 heartbeater.cc:507] Master 127.0.192.62:41665 requested a full tablet report, sending...
I20260630 12:35:35.630043  3298 ts_manager.cc:194] Registered new tserver with Master: 836638d6336445098a2b8c554033c736 (127.0.192.1:33595)
I20260630 12:35:35.630659   768 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.008s	sys 0.000s
I20260630 12:35:35.632007  3298 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45748
I20260630 12:35:35.635066  3437 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:35.635990   768 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:35:35.636329   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822852710831-768-0/minicluster-data/ts-1-root
uuid: "b2dc1527fb974ff3876da8a128d89896"
format_stamp: "Formatted at 2026-06-30 12:35:35 on dist-test-slave-n0zz"
I20260630 12:35:35.636641   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822852710831-768-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822852710831-768-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822852710831-768-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:35.653537   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:35.654835   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:35.656352   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:35.659052   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:35.659310   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:35.659561   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:35.659729   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:35.701741   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.2:42059
I20260630 12:35:35.701849  3499 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.2:42059 every 8 connection(s)
I20260630 12:35:35.706934   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:35.714783  3503 instance_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:35.717464  3504 instance_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:35.721390  3506 instance_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:35.721979   768 server_base.cc:1061] running on GCE node
I20260630 12:35:35.722093  3500 heartbeater.cc:344] Connected to a master server at 127.0.192.62:41665
I20260630 12:35:35.722653  3500 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:35.723112   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:35.723384   768 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:35.723590   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822935723572 us; error 0 us; skew 500 ppm
I20260630 12:35:35.723520  3500 heartbeater.cc:507] Master 127.0.192.62:41665 requested a full tablet report, sending...
I20260630 12:35:35.724366   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:35.726321  3298 ts_manager.cc:194] Registered new tserver with Master: b2dc1527fb974ff3876da8a128d89896 (127.0.192.2:42059)
I20260630 12:35:35.727545   768 webserver.cc:533] Webserver started at http://127.0.192.3:38399/ using document root <none> and password file <none>
I20260630 12:35:35.728211   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:35.728237  3298 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45752
I20260630 12:35:35.728606   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:35.728974   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:35.730809   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822852710831-768-0/minicluster-data/ts-2-root/instance:
uuid: "56546423832e4950b6b2d4a3e3beb506"
format_stamp: "Formatted at 2026-06-30 12:35:35 on dist-test-slave-n0zz"
I20260630 12:35:35.735544   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:35:35.739185  3511 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:35.739984   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.004s	sys 0.000s
I20260630 12:35:35.740314   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822852710831-768-0/minicluster-data/ts-2-root
uuid: "56546423832e4950b6b2d4a3e3beb506"
format_stamp: "Formatted at 2026-06-30 12:35:35 on dist-test-slave-n0zz"
I20260630 12:35:35.740607   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822852710831-768-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822852710831-768-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822852710831-768-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:35.758507   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:35.759662   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:35.761180   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:35.763547   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:35.763790   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:35.764026   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:35.764209   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:35.805576   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.3:43437
I20260630 12:35:35.805694  3573 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.3:43437 every 8 connection(s)
I20260630 12:35:35.820631  3574 heartbeater.cc:344] Connected to a master server at 127.0.192.62:41665
I20260630 12:35:35.820991  3574 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:35.821902  3574 heartbeater.cc:507] Master 127.0.192.62:41665 requested a full tablet report, sending...
I20260630 12:35:35.824040  3298 ts_manager.cc:194] Registered new tserver with Master: 56546423832e4950b6b2d4a3e3beb506 (127.0.192.3:43437)
I20260630 12:35:35.824769   768 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015925441s
I20260630 12:35:35.825418  3298 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45764
I20260630 12:35:36.635341  3425 heartbeater.cc:499] Master 127.0.192.62:41665 was elected leader, sending a full tablet report...
I20260630 12:35:36.731623  3500 heartbeater.cc:499] Master 127.0.192.62:41665 was elected leader, sending a full tablet report...
I20260630 12:35:36.828285  3574 heartbeater.cc:499] Master 127.0.192.62:41665 was elected leader, sending a full tablet report...
I20260630 12:35:36.879521  3298 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:45776:
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:36.881912  3298 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:36.945393  3390 tablet_service.cc:1511] Processing CreateTablet for tablet 8c963f5c2c8f467fa1436aa97e7307fe (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c67a20e61c8c4c859dde189b58d97cba]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:36.947037  3390 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8c963f5c2c8f467fa1436aa97e7307fe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:36.951180  3389 tablet_service.cc:1511] Processing CreateTablet for tablet 306cff77413f40d3a3011c028937dd7f (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c67a20e61c8c4c859dde189b58d97cba]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:36.952716  3389 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 306cff77413f40d3a3011c028937dd7f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:36.952482  3463 tablet_service.cc:1511] Processing CreateTablet for tablet a37fe1ea1a7345a2b32a2973413b963c (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c67a20e61c8c4c859dde189b58d97cba]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:36.952910  3464 tablet_service.cc:1511] Processing CreateTablet for tablet 306cff77413f40d3a3011c028937dd7f (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c67a20e61c8c4c859dde189b58d97cba]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:36.954015  3463 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a37fe1ea1a7345a2b32a2973413b963c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:36.954056  3462 tablet_service.cc:1511] Processing CreateTablet for tablet ed1943ae5dd94ea9b6a57e5399769390 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c67a20e61c8c4c859dde189b58d97cba]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:36.954859  3464 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 306cff77413f40d3a3011c028937dd7f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:36.955241  3388 tablet_service.cc:1511] Processing CreateTablet for tablet a37fe1ea1a7345a2b32a2973413b963c (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c67a20e61c8c4c859dde189b58d97cba]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:36.956722  3388 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a37fe1ea1a7345a2b32a2973413b963c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:36.955705  3462 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ed1943ae5dd94ea9b6a57e5399769390. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:36.957213  3465 tablet_service.cc:1511] Processing CreateTablet for tablet 8c963f5c2c8f467fa1436aa97e7307fe (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c67a20e61c8c4c859dde189b58d97cba]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:36.958719  3465 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8c963f5c2c8f467fa1436aa97e7307fe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:36.961392  3387 tablet_service.cc:1511] Processing CreateTablet for tablet ed1943ae5dd94ea9b6a57e5399769390 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c67a20e61c8c4c859dde189b58d97cba]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:36.962926  3387 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ed1943ae5dd94ea9b6a57e5399769390. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:36.969327  3539 tablet_service.cc:1511] Processing CreateTablet for tablet 8c963f5c2c8f467fa1436aa97e7307fe (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c67a20e61c8c4c859dde189b58d97cba]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:36.970906  3539 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8c963f5c2c8f467fa1436aa97e7307fe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:36.972146  3537 tablet_service.cc:1511] Processing CreateTablet for tablet a37fe1ea1a7345a2b32a2973413b963c (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c67a20e61c8c4c859dde189b58d97cba]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:36.970500  3538 tablet_service.cc:1511] Processing CreateTablet for tablet 306cff77413f40d3a3011c028937dd7f (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c67a20e61c8c4c859dde189b58d97cba]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:36.974731  3536 tablet_service.cc:1511] Processing CreateTablet for tablet ed1943ae5dd94ea9b6a57e5399769390 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c67a20e61c8c4c859dde189b58d97cba]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:36.973506  3537 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a37fe1ea1a7345a2b32a2973413b963c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:36.976579  3536 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ed1943ae5dd94ea9b6a57e5399769390. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:36.978631  3538 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 306cff77413f40d3a3011c028937dd7f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:37.024643  3595 tablet_bootstrap.cc:492] T 306cff77413f40d3a3011c028937dd7f P b2dc1527fb974ff3876da8a128d89896: Bootstrap starting.
I20260630 12:35:37.035760  3595 tablet_bootstrap.cc:654] T 306cff77413f40d3a3011c028937dd7f P b2dc1527fb974ff3876da8a128d89896: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:37.040961  3594 tablet_bootstrap.cc:492] T a37fe1ea1a7345a2b32a2973413b963c P 836638d6336445098a2b8c554033c736: Bootstrap starting.
I20260630 12:35:37.046895  3594 tablet_bootstrap.cc:654] T a37fe1ea1a7345a2b32a2973413b963c P 836638d6336445098a2b8c554033c736: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:37.050288  3597 tablet_bootstrap.cc:492] T a37fe1ea1a7345a2b32a2973413b963c P 56546423832e4950b6b2d4a3e3beb506: Bootstrap starting.
I20260630 12:35:37.057065  3594 tablet_bootstrap.cc:492] T a37fe1ea1a7345a2b32a2973413b963c P 836638d6336445098a2b8c554033c736: No bootstrap required, opened a new log
I20260630 12:35:37.057242  3595 tablet_bootstrap.cc:492] T 306cff77413f40d3a3011c028937dd7f P b2dc1527fb974ff3876da8a128d89896: No bootstrap required, opened a new log
I20260630 12:35:37.057622  3594 ts_tablet_manager.cc:1403] T a37fe1ea1a7345a2b32a2973413b963c P 836638d6336445098a2b8c554033c736: Time spent bootstrapping tablet: real 0.017s	user 0.009s	sys 0.004s
I20260630 12:35:37.057790  3595 ts_tablet_manager.cc:1403] T 306cff77413f40d3a3011c028937dd7f P b2dc1527fb974ff3876da8a128d89896: Time spent bootstrapping tablet: real 0.034s	user 0.012s	sys 0.006s
I20260630 12:35:37.059355  3597 tablet_bootstrap.cc:654] T a37fe1ea1a7345a2b32a2973413b963c P 56546423832e4950b6b2d4a3e3beb506: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:37.060408  3594 raft_consensus.cc:359] T a37fe1ea1a7345a2b32a2973413b963c P 836638d6336445098a2b8c554033c736 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } }
I20260630 12:35:37.061165  3594 raft_consensus.cc:385] T a37fe1ea1a7345a2b32a2973413b963c P 836638d6336445098a2b8c554033c736 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:37.061000  3595 raft_consensus.cc:359] T 306cff77413f40d3a3011c028937dd7f P b2dc1527fb974ff3876da8a128d89896 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } }
I20260630 12:35:37.061510  3594 raft_consensus.cc:740] T a37fe1ea1a7345a2b32a2973413b963c P 836638d6336445098a2b8c554033c736 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 836638d6336445098a2b8c554033c736, State: Initialized, Role: FOLLOWER
I20260630 12:35:37.061858  3595 raft_consensus.cc:385] T 306cff77413f40d3a3011c028937dd7f P b2dc1527fb974ff3876da8a128d89896 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:37.062316  3595 raft_consensus.cc:740] T 306cff77413f40d3a3011c028937dd7f P b2dc1527fb974ff3876da8a128d89896 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2dc1527fb974ff3876da8a128d89896, State: Initialized, Role: FOLLOWER
I20260630 12:35:37.062479  3594 consensus_queue.cc:260] T a37fe1ea1a7345a2b32a2973413b963c P 836638d6336445098a2b8c554033c736 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } }
I20260630 12:35:37.063287  3595 consensus_queue.cc:260] T 306cff77413f40d3a3011c028937dd7f P b2dc1527fb974ff3876da8a128d89896 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } }
I20260630 12:35:37.069380  3595 ts_tablet_manager.cc:1434] T 306cff77413f40d3a3011c028937dd7f P b2dc1527fb974ff3876da8a128d89896: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.002s
I20260630 12:35:37.069866  3597 tablet_bootstrap.cc:492] T a37fe1ea1a7345a2b32a2973413b963c P 56546423832e4950b6b2d4a3e3beb506: No bootstrap required, opened a new log
I20260630 12:35:37.069891  3594 ts_tablet_manager.cc:1434] T a37fe1ea1a7345a2b32a2973413b963c P 836638d6336445098a2b8c554033c736: Time spent starting tablet: real 0.012s	user 0.003s	sys 0.010s
I20260630 12:35:37.070640  3597 ts_tablet_manager.cc:1403] T a37fe1ea1a7345a2b32a2973413b963c P 56546423832e4950b6b2d4a3e3beb506: Time spent bootstrapping tablet: real 0.021s	user 0.011s	sys 0.006s
I20260630 12:35:37.073056  3594 tablet_bootstrap.cc:492] T ed1943ae5dd94ea9b6a57e5399769390 P 836638d6336445098a2b8c554033c736: Bootstrap starting.
I20260630 12:35:37.073401  3597 raft_consensus.cc:359] T a37fe1ea1a7345a2b32a2973413b963c P 56546423832e4950b6b2d4a3e3beb506 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } }
I20260630 12:35:37.074275  3597 raft_consensus.cc:385] T a37fe1ea1a7345a2b32a2973413b963c P 56546423832e4950b6b2d4a3e3beb506 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:37.074642  3597 raft_consensus.cc:740] T a37fe1ea1a7345a2b32a2973413b963c P 56546423832e4950b6b2d4a3e3beb506 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 56546423832e4950b6b2d4a3e3beb506, State: Initialized, Role: FOLLOWER
I20260630 12:35:37.075695  3597 consensus_queue.cc:260] T a37fe1ea1a7345a2b32a2973413b963c P 56546423832e4950b6b2d4a3e3beb506 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } }
I20260630 12:35:37.070640  3595 tablet_bootstrap.cc:492] T ed1943ae5dd94ea9b6a57e5399769390 P b2dc1527fb974ff3876da8a128d89896: Bootstrap starting.
I20260630 12:35:37.081084  3594 tablet_bootstrap.cc:654] T ed1943ae5dd94ea9b6a57e5399769390 P 836638d6336445098a2b8c554033c736: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:37.083567  3595 tablet_bootstrap.cc:654] T ed1943ae5dd94ea9b6a57e5399769390 P b2dc1527fb974ff3876da8a128d89896: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:37.084358  3597 ts_tablet_manager.cc:1434] T a37fe1ea1a7345a2b32a2973413b963c P 56546423832e4950b6b2d4a3e3beb506: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.001s
I20260630 12:35:37.085762  3597 tablet_bootstrap.cc:492] T 8c963f5c2c8f467fa1436aa97e7307fe P 56546423832e4950b6b2d4a3e3beb506: Bootstrap starting.
I20260630 12:35:37.095443  3595 tablet_bootstrap.cc:492] T ed1943ae5dd94ea9b6a57e5399769390 P b2dc1527fb974ff3876da8a128d89896: No bootstrap required, opened a new log
I20260630 12:35:37.095700  3597 tablet_bootstrap.cc:654] T 8c963f5c2c8f467fa1436aa97e7307fe P 56546423832e4950b6b2d4a3e3beb506: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:37.096201  3595 ts_tablet_manager.cc:1403] T ed1943ae5dd94ea9b6a57e5399769390 P b2dc1527fb974ff3876da8a128d89896: Time spent bootstrapping tablet: real 0.026s	user 0.015s	sys 0.003s
I20260630 12:35:37.099397  3595 raft_consensus.cc:359] T ed1943ae5dd94ea9b6a57e5399769390 P b2dc1527fb974ff3876da8a128d89896 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } }
I20260630 12:35:37.100468  3595 raft_consensus.cc:385] T ed1943ae5dd94ea9b6a57e5399769390 P b2dc1527fb974ff3876da8a128d89896 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:37.100849  3595 raft_consensus.cc:740] T ed1943ae5dd94ea9b6a57e5399769390 P b2dc1527fb974ff3876da8a128d89896 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2dc1527fb974ff3876da8a128d89896, State: Initialized, Role: FOLLOWER
I20260630 12:35:37.101666  3595 consensus_queue.cc:260] T ed1943ae5dd94ea9b6a57e5399769390 P b2dc1527fb974ff3876da8a128d89896 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } }
I20260630 12:35:37.103669  3594 tablet_bootstrap.cc:492] T ed1943ae5dd94ea9b6a57e5399769390 P 836638d6336445098a2b8c554033c736: No bootstrap required, opened a new log
I20260630 12:35:37.103996  3595 ts_tablet_manager.cc:1434] T ed1943ae5dd94ea9b6a57e5399769390 P b2dc1527fb974ff3876da8a128d89896: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.003s
I20260630 12:35:37.104288  3594 ts_tablet_manager.cc:1403] T ed1943ae5dd94ea9b6a57e5399769390 P 836638d6336445098a2b8c554033c736: Time spent bootstrapping tablet: real 0.031s	user 0.015s	sys 0.015s
I20260630 12:35:37.104719  3597 tablet_bootstrap.cc:492] T 8c963f5c2c8f467fa1436aa97e7307fe P 56546423832e4950b6b2d4a3e3beb506: No bootstrap required, opened a new log
I20260630 12:35:37.105103  3595 tablet_bootstrap.cc:492] T a37fe1ea1a7345a2b32a2973413b963c P b2dc1527fb974ff3876da8a128d89896: Bootstrap starting.
I20260630 12:35:37.105273  3597 ts_tablet_manager.cc:1403] T 8c963f5c2c8f467fa1436aa97e7307fe P 56546423832e4950b6b2d4a3e3beb506: Time spent bootstrapping tablet: real 0.020s	user 0.017s	sys 0.000s
W20260630 12:35:37.105343  3426 tablet.cc:2406] T a37fe1ea1a7345a2b32a2973413b963c P 836638d6336445098a2b8c554033c736: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:35:37.107631  3594 raft_consensus.cc:359] T ed1943ae5dd94ea9b6a57e5399769390 P 836638d6336445098a2b8c554033c736 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } }
I20260630 12:35:37.108366  3594 raft_consensus.cc:385] T ed1943ae5dd94ea9b6a57e5399769390 P 836638d6336445098a2b8c554033c736 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:37.108736  3594 raft_consensus.cc:740] T ed1943ae5dd94ea9b6a57e5399769390 P 836638d6336445098a2b8c554033c736 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 836638d6336445098a2b8c554033c736, State: Initialized, Role: FOLLOWER
I20260630 12:35:37.108438  3597 raft_consensus.cc:359] T 8c963f5c2c8f467fa1436aa97e7307fe P 56546423832e4950b6b2d4a3e3beb506 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } }
I20260630 12:35:37.109349  3597 raft_consensus.cc:385] T 8c963f5c2c8f467fa1436aa97e7307fe P 56546423832e4950b6b2d4a3e3beb506 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:37.109663  3597 raft_consensus.cc:740] T 8c963f5c2c8f467fa1436aa97e7307fe P 56546423832e4950b6b2d4a3e3beb506 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 56546423832e4950b6b2d4a3e3beb506, State: Initialized, Role: FOLLOWER
I20260630 12:35:37.109692  3594 consensus_queue.cc:260] T ed1943ae5dd94ea9b6a57e5399769390 P 836638d6336445098a2b8c554033c736 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } }
I20260630 12:35:37.110919  3597 consensus_queue.cc:260] T 8c963f5c2c8f467fa1436aa97e7307fe P 56546423832e4950b6b2d4a3e3beb506 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } }
I20260630 12:35:37.112255  3595 tablet_bootstrap.cc:654] T a37fe1ea1a7345a2b32a2973413b963c P b2dc1527fb974ff3876da8a128d89896: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:37.115104  3594 ts_tablet_manager.cc:1434] T ed1943ae5dd94ea9b6a57e5399769390 P 836638d6336445098a2b8c554033c736: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260630 12:35:37.116262  3594 tablet_bootstrap.cc:492] T 306cff77413f40d3a3011c028937dd7f P 836638d6336445098a2b8c554033c736: Bootstrap starting.
I20260630 12:35:37.117851  3597 ts_tablet_manager.cc:1434] T 8c963f5c2c8f467fa1436aa97e7307fe P 56546423832e4950b6b2d4a3e3beb506: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.000s
I20260630 12:35:37.119313  3597 tablet_bootstrap.cc:492] T 306cff77413f40d3a3011c028937dd7f P 56546423832e4950b6b2d4a3e3beb506: Bootstrap starting.
I20260630 12:35:37.122869  3594 tablet_bootstrap.cc:654] T 306cff77413f40d3a3011c028937dd7f P 836638d6336445098a2b8c554033c736: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:37.124259  3595 tablet_bootstrap.cc:492] T a37fe1ea1a7345a2b32a2973413b963c P b2dc1527fb974ff3876da8a128d89896: No bootstrap required, opened a new log
I20260630 12:35:37.124876  3595 ts_tablet_manager.cc:1403] T a37fe1ea1a7345a2b32a2973413b963c P b2dc1527fb974ff3876da8a128d89896: Time spent bootstrapping tablet: real 0.020s	user 0.010s	sys 0.009s
I20260630 12:35:37.126508  3597 tablet_bootstrap.cc:654] T 306cff77413f40d3a3011c028937dd7f P 56546423832e4950b6b2d4a3e3beb506: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:37.127972  3595 raft_consensus.cc:359] T a37fe1ea1a7345a2b32a2973413b963c P b2dc1527fb974ff3876da8a128d89896 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } }
I20260630 12:35:37.128908  3595 raft_consensus.cc:385] T a37fe1ea1a7345a2b32a2973413b963c P b2dc1527fb974ff3876da8a128d89896 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:37.129287  3595 raft_consensus.cc:740] T a37fe1ea1a7345a2b32a2973413b963c P b2dc1527fb974ff3876da8a128d89896 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2dc1527fb974ff3876da8a128d89896, State: Initialized, Role: FOLLOWER
I20260630 12:35:37.130333  3595 consensus_queue.cc:260] T a37fe1ea1a7345a2b32a2973413b963c P b2dc1527fb974ff3876da8a128d89896 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } }
I20260630 12:35:37.135056  3595 ts_tablet_manager.cc:1434] T a37fe1ea1a7345a2b32a2973413b963c P b2dc1527fb974ff3876da8a128d89896: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:35:37.135178  3594 tablet_bootstrap.cc:492] T 306cff77413f40d3a3011c028937dd7f P 836638d6336445098a2b8c554033c736: No bootstrap required, opened a new log
I20260630 12:35:37.135983  3594 ts_tablet_manager.cc:1403] T 306cff77413f40d3a3011c028937dd7f P 836638d6336445098a2b8c554033c736: Time spent bootstrapping tablet: real 0.020s	user 0.012s	sys 0.006s
I20260630 12:35:37.136404  3595 tablet_bootstrap.cc:492] T 8c963f5c2c8f467fa1436aa97e7307fe P b2dc1527fb974ff3876da8a128d89896: Bootstrap starting.
I20260630 12:35:37.139161  3594 raft_consensus.cc:359] T 306cff77413f40d3a3011c028937dd7f P 836638d6336445098a2b8c554033c736 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } }
I20260630 12:35:37.139991  3594 raft_consensus.cc:385] T 306cff77413f40d3a3011c028937dd7f P 836638d6336445098a2b8c554033c736 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:37.140352  3594 raft_consensus.cc:740] T 306cff77413f40d3a3011c028937dd7f P 836638d6336445098a2b8c554033c736 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 836638d6336445098a2b8c554033c736, State: Initialized, Role: FOLLOWER
I20260630 12:35:37.141283  3594 consensus_queue.cc:260] T 306cff77413f40d3a3011c028937dd7f P 836638d6336445098a2b8c554033c736 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } }
I20260630 12:35:37.144194  3594 ts_tablet_manager.cc:1434] T 306cff77413f40d3a3011c028937dd7f P 836638d6336445098a2b8c554033c736: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:35:37.145345  3594 tablet_bootstrap.cc:492] T 8c963f5c2c8f467fa1436aa97e7307fe P 836638d6336445098a2b8c554033c736: Bootstrap starting.
I20260630 12:35:37.146222  3595 tablet_bootstrap.cc:654] T 8c963f5c2c8f467fa1436aa97e7307fe P b2dc1527fb974ff3876da8a128d89896: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:37.152160  3597 tablet_bootstrap.cc:492] T 306cff77413f40d3a3011c028937dd7f P 56546423832e4950b6b2d4a3e3beb506: No bootstrap required, opened a new log
I20260630 12:35:37.152315  3594 tablet_bootstrap.cc:654] T 8c963f5c2c8f467fa1436aa97e7307fe P 836638d6336445098a2b8c554033c736: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:37.152804  3597 ts_tablet_manager.cc:1403] T 306cff77413f40d3a3011c028937dd7f P 56546423832e4950b6b2d4a3e3beb506: Time spent bootstrapping tablet: real 0.034s	user 0.020s	sys 0.005s
I20260630 12:35:37.156641  3597 raft_consensus.cc:359] T 306cff77413f40d3a3011c028937dd7f P 56546423832e4950b6b2d4a3e3beb506 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } }
I20260630 12:35:37.157788  3597 raft_consensus.cc:385] T 306cff77413f40d3a3011c028937dd7f P 56546423832e4950b6b2d4a3e3beb506 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:37.158262  3597 raft_consensus.cc:740] T 306cff77413f40d3a3011c028937dd7f P 56546423832e4950b6b2d4a3e3beb506 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 56546423832e4950b6b2d4a3e3beb506, State: Initialized, Role: FOLLOWER
I20260630 12:35:37.158942  3595 tablet_bootstrap.cc:492] T 8c963f5c2c8f467fa1436aa97e7307fe P b2dc1527fb974ff3876da8a128d89896: No bootstrap required, opened a new log
I20260630 12:35:37.159657  3595 ts_tablet_manager.cc:1403] T 8c963f5c2c8f467fa1436aa97e7307fe P b2dc1527fb974ff3876da8a128d89896: Time spent bootstrapping tablet: real 0.024s	user 0.021s	sys 0.000s
I20260630 12:35:37.159408  3597 consensus_queue.cc:260] T 306cff77413f40d3a3011c028937dd7f P 56546423832e4950b6b2d4a3e3beb506 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } }
I20260630 12:35:37.161271  3594 tablet_bootstrap.cc:492] T 8c963f5c2c8f467fa1436aa97e7307fe P 836638d6336445098a2b8c554033c736: No bootstrap required, opened a new log
I20260630 12:35:37.161979  3594 ts_tablet_manager.cc:1403] T 8c963f5c2c8f467fa1436aa97e7307fe P 836638d6336445098a2b8c554033c736: Time spent bootstrapping tablet: real 0.017s	user 0.008s	sys 0.007s
I20260630 12:35:37.162113  3597 ts_tablet_manager.cc:1434] T 306cff77413f40d3a3011c028937dd7f P 56546423832e4950b6b2d4a3e3beb506: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:35:37.162716  3595 raft_consensus.cc:359] T 8c963f5c2c8f467fa1436aa97e7307fe P b2dc1527fb974ff3876da8a128d89896 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } }
I20260630 12:35:37.163398  3597 tablet_bootstrap.cc:492] T ed1943ae5dd94ea9b6a57e5399769390 P 56546423832e4950b6b2d4a3e3beb506: Bootstrap starting.
I20260630 12:35:37.163545  3595 raft_consensus.cc:385] T 8c963f5c2c8f467fa1436aa97e7307fe P b2dc1527fb974ff3876da8a128d89896 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:37.164157  3595 raft_consensus.cc:740] T 8c963f5c2c8f467fa1436aa97e7307fe P b2dc1527fb974ff3876da8a128d89896 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2dc1527fb974ff3876da8a128d89896, State: Initialized, Role: FOLLOWER
I20260630 12:35:37.165162  3595 consensus_queue.cc:260] T 8c963f5c2c8f467fa1436aa97e7307fe P b2dc1527fb974ff3876da8a128d89896 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } }
I20260630 12:35:37.165539  3594 raft_consensus.cc:359] T 8c963f5c2c8f467fa1436aa97e7307fe P 836638d6336445098a2b8c554033c736 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } }
I20260630 12:35:37.166410  3594 raft_consensus.cc:385] T 8c963f5c2c8f467fa1436aa97e7307fe P 836638d6336445098a2b8c554033c736 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:37.166801  3594 raft_consensus.cc:740] T 8c963f5c2c8f467fa1436aa97e7307fe P 836638d6336445098a2b8c554033c736 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 836638d6336445098a2b8c554033c736, State: Initialized, Role: FOLLOWER
I20260630 12:35:37.167997  3594 consensus_queue.cc:260] T 8c963f5c2c8f467fa1436aa97e7307fe P 836638d6336445098a2b8c554033c736 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } }
I20260630 12:35:37.171005  3597 tablet_bootstrap.cc:654] T ed1943ae5dd94ea9b6a57e5399769390 P 56546423832e4950b6b2d4a3e3beb506: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:37.173143  3594 ts_tablet_manager.cc:1434] T 8c963f5c2c8f467fa1436aa97e7307fe P 836638d6336445098a2b8c554033c736: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.000s
I20260630 12:35:37.174675  3601 raft_consensus.cc:493] T a37fe1ea1a7345a2b32a2973413b963c P b2dc1527fb974ff3876da8a128d89896 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:37.175312  3601 raft_consensus.cc:515] T a37fe1ea1a7345a2b32a2973413b963c P b2dc1527fb974ff3876da8a128d89896 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } }
I20260630 12:35:37.178501  3601 leader_election.cc:290] T a37fe1ea1a7345a2b32a2973413b963c P b2dc1527fb974ff3876da8a128d89896 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 836638d6336445098a2b8c554033c736 (127.0.192.1:33595), 56546423832e4950b6b2d4a3e3beb506 (127.0.192.3:43437)
I20260630 12:35:37.179786  3595 ts_tablet_manager.cc:1434] T 8c963f5c2c8f467fa1436aa97e7307fe P b2dc1527fb974ff3876da8a128d89896: Time spent starting tablet: real 0.020s	user 0.008s	sys 0.000s
I20260630 12:35:37.180483  3599 raft_consensus.cc:493] T ed1943ae5dd94ea9b6a57e5399769390 P 836638d6336445098a2b8c554033c736 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:37.181228  3599 raft_consensus.cc:515] T ed1943ae5dd94ea9b6a57e5399769390 P 836638d6336445098a2b8c554033c736 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } }
I20260630 12:35:37.188788  3599 leader_election.cc:290] T ed1943ae5dd94ea9b6a57e5399769390 P 836638d6336445098a2b8c554033c736 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b2dc1527fb974ff3876da8a128d89896 (127.0.192.2:42059), 56546423832e4950b6b2d4a3e3beb506 (127.0.192.3:43437)
I20260630 12:35:37.192945  3602 raft_consensus.cc:493] T 306cff77413f40d3a3011c028937dd7f P 56546423832e4950b6b2d4a3e3beb506 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:37.193320  3597 tablet_bootstrap.cc:492] T ed1943ae5dd94ea9b6a57e5399769390 P 56546423832e4950b6b2d4a3e3beb506: No bootstrap required, opened a new log
I20260630 12:35:37.194157  3597 ts_tablet_manager.cc:1403] T ed1943ae5dd94ea9b6a57e5399769390 P 56546423832e4950b6b2d4a3e3beb506: Time spent bootstrapping tablet: real 0.031s	user 0.008s	sys 0.007s
I20260630 12:35:37.193704  3602 raft_consensus.cc:515] T 306cff77413f40d3a3011c028937dd7f P 56546423832e4950b6b2d4a3e3beb506 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } }
I20260630 12:35:37.198611  3602 leader_election.cc:290] T 306cff77413f40d3a3011c028937dd7f P 56546423832e4950b6b2d4a3e3beb506 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 836638d6336445098a2b8c554033c736 (127.0.192.1:33595), b2dc1527fb974ff3876da8a128d89896 (127.0.192.2:42059)
I20260630 12:35:37.221280  3599 raft_consensus.cc:493] T 8c963f5c2c8f467fa1436aa97e7307fe P 836638d6336445098a2b8c554033c736 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:37.222235  3599 raft_consensus.cc:515] T 8c963f5c2c8f467fa1436aa97e7307fe P 836638d6336445098a2b8c554033c736 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } }
I20260630 12:35:37.198115  3597 raft_consensus.cc:359] T ed1943ae5dd94ea9b6a57e5399769390 P 56546423832e4950b6b2d4a3e3beb506 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } }
I20260630 12:35:37.230691  3599 leader_election.cc:290] T 8c963f5c2c8f467fa1436aa97e7307fe P 836638d6336445098a2b8c554033c736 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 56546423832e4950b6b2d4a3e3beb506 (127.0.192.3:43437), b2dc1527fb974ff3876da8a128d89896 (127.0.192.2:42059)
I20260630 12:35:37.228365  3597 raft_consensus.cc:385] T ed1943ae5dd94ea9b6a57e5399769390 P 56546423832e4950b6b2d4a3e3beb506 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:37.233079  3597 raft_consensus.cc:740] T ed1943ae5dd94ea9b6a57e5399769390 P 56546423832e4950b6b2d4a3e3beb506 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 56546423832e4950b6b2d4a3e3beb506, State: Initialized, Role: FOLLOWER
I20260630 12:35:37.239204  3597 consensus_queue.cc:260] T ed1943ae5dd94ea9b6a57e5399769390 P 56546423832e4950b6b2d4a3e3beb506 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } }
I20260630 12:35:37.241631  3597 ts_tablet_manager.cc:1434] T ed1943ae5dd94ea9b6a57e5399769390 P 56546423832e4950b6b2d4a3e3beb506: Time spent starting tablet: real 0.047s	user 0.003s	sys 0.004s
I20260630 12:35:37.256320  3475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ed1943ae5dd94ea9b6a57e5399769390" candidate_uuid: "836638d6336445098a2b8c554033c736" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2dc1527fb974ff3876da8a128d89896" is_pre_election: true
I20260630 12:35:37.257329  3475 raft_consensus.cc:2468] T ed1943ae5dd94ea9b6a57e5399769390 P b2dc1527fb974ff3876da8a128d89896 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 836638d6336445098a2b8c554033c736 in term 0.
I20260630 12:35:37.259326  3400 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "306cff77413f40d3a3011c028937dd7f" candidate_uuid: "56546423832e4950b6b2d4a3e3beb506" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "836638d6336445098a2b8c554033c736" is_pre_election: true
I20260630 12:35:37.260110  3400 raft_consensus.cc:2468] T 306cff77413f40d3a3011c028937dd7f P 836638d6336445098a2b8c554033c736 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 56546423832e4950b6b2d4a3e3beb506 in term 0.
I20260630 12:35:37.261876  3515 leader_election.cc:304] T 306cff77413f40d3a3011c028937dd7f P 56546423832e4950b6b2d4a3e3beb506 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 56546423832e4950b6b2d4a3e3beb506, 836638d6336445098a2b8c554033c736; no voters: 
I20260630 12:35:37.262172  3475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c963f5c2c8f467fa1436aa97e7307fe" candidate_uuid: "836638d6336445098a2b8c554033c736" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2dc1527fb974ff3876da8a128d89896" is_pre_election: true
I20260630 12:35:37.262884  3602 raft_consensus.cc:2804] T 306cff77413f40d3a3011c028937dd7f P 56546423832e4950b6b2d4a3e3beb506 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:37.263288  3602 raft_consensus.cc:493] T 306cff77413f40d3a3011c028937dd7f P 56546423832e4950b6b2d4a3e3beb506 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:37.263429  3364 leader_election.cc:304] T ed1943ae5dd94ea9b6a57e5399769390 P 836638d6336445098a2b8c554033c736 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 836638d6336445098a2b8c554033c736, b2dc1527fb974ff3876da8a128d89896; no voters: 
I20260630 12:35:37.263700  3602 raft_consensus.cc:3060] T 306cff77413f40d3a3011c028937dd7f P 56546423832e4950b6b2d4a3e3beb506 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:37.262893  3475 raft_consensus.cc:2468] T 8c963f5c2c8f467fa1436aa97e7307fe P b2dc1527fb974ff3876da8a128d89896 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 836638d6336445098a2b8c554033c736 in term 0.
I20260630 12:35:37.264228  3400 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a37fe1ea1a7345a2b32a2973413b963c" candidate_uuid: "b2dc1527fb974ff3876da8a128d89896" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "836638d6336445098a2b8c554033c736" is_pre_election: true
I20260630 12:35:37.264870  3400 raft_consensus.cc:2468] T a37fe1ea1a7345a2b32a2973413b963c P 836638d6336445098a2b8c554033c736 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b2dc1527fb974ff3876da8a128d89896 in term 0.
I20260630 12:35:37.267201  3441 leader_election.cc:304] T a37fe1ea1a7345a2b32a2973413b963c P b2dc1527fb974ff3876da8a128d89896 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 836638d6336445098a2b8c554033c736, b2dc1527fb974ff3876da8a128d89896; no voters: 
I20260630 12:35:37.268086  3601 raft_consensus.cc:2804] T a37fe1ea1a7345a2b32a2973413b963c P b2dc1527fb974ff3876da8a128d89896 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:37.268455  3601 raft_consensus.cc:493] T a37fe1ea1a7345a2b32a2973413b963c P b2dc1527fb974ff3876da8a128d89896 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:37.268781  3601 raft_consensus.cc:3060] T a37fe1ea1a7345a2b32a2973413b963c P b2dc1527fb974ff3876da8a128d89896 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:37.271327  3602 raft_consensus.cc:515] T 306cff77413f40d3a3011c028937dd7f P 56546423832e4950b6b2d4a3e3beb506 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } }
I20260630 12:35:37.272462  3599 raft_consensus.cc:2804] T ed1943ae5dd94ea9b6a57e5399769390 P 836638d6336445098a2b8c554033c736 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:37.275177  3548 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ed1943ae5dd94ea9b6a57e5399769390" candidate_uuid: "836638d6336445098a2b8c554033c736" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "56546423832e4950b6b2d4a3e3beb506" is_pre_election: true
I20260630 12:35:37.276057  3548 raft_consensus.cc:2468] T ed1943ae5dd94ea9b6a57e5399769390 P 56546423832e4950b6b2d4a3e3beb506 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 836638d6336445098a2b8c554033c736 in term 0.
I20260630 12:35:37.272886  3549 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a37fe1ea1a7345a2b32a2973413b963c" candidate_uuid: "b2dc1527fb974ff3876da8a128d89896" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "56546423832e4950b6b2d4a3e3beb506" is_pre_election: true
I20260630 12:35:37.277050  3602 leader_election.cc:290] T 306cff77413f40d3a3011c028937dd7f P 56546423832e4950b6b2d4a3e3beb506 [CANDIDATE]: Term 1 election: Requested vote from peers 836638d6336445098a2b8c554033c736 (127.0.192.1:33595), b2dc1527fb974ff3876da8a128d89896 (127.0.192.2:42059)
I20260630 12:35:37.276645  3601 raft_consensus.cc:515] T a37fe1ea1a7345a2b32a2973413b963c P b2dc1527fb974ff3876da8a128d89896 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } }
I20260630 12:35:37.277221  3549 raft_consensus.cc:2468] T a37fe1ea1a7345a2b32a2973413b963c P 56546423832e4950b6b2d4a3e3beb506 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b2dc1527fb974ff3876da8a128d89896 in term 0.
I20260630 12:35:37.277812  3400 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "306cff77413f40d3a3011c028937dd7f" candidate_uuid: "56546423832e4950b6b2d4a3e3beb506" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "836638d6336445098a2b8c554033c736"
I20260630 12:35:37.275216  3599 raft_consensus.cc:493] T ed1943ae5dd94ea9b6a57e5399769390 P 836638d6336445098a2b8c554033c736 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:37.278439  3599 raft_consensus.cc:3060] T ed1943ae5dd94ea9b6a57e5399769390 P 836638d6336445098a2b8c554033c736 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:37.273114  3364 leader_election.cc:304] T 8c963f5c2c8f467fa1436aa97e7307fe P 836638d6336445098a2b8c554033c736 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 836638d6336445098a2b8c554033c736, b2dc1527fb974ff3876da8a128d89896; no voters: 
I20260630 12:35:37.279089  3601 leader_election.cc:290] T a37fe1ea1a7345a2b32a2973413b963c P b2dc1527fb974ff3876da8a128d89896 [CANDIDATE]: Term 1 election: Requested vote from peers 836638d6336445098a2b8c554033c736 (127.0.192.1:33595), 56546423832e4950b6b2d4a3e3beb506 (127.0.192.3:43437)
I20260630 12:35:37.278923  3474 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "306cff77413f40d3a3011c028937dd7f" candidate_uuid: "56546423832e4950b6b2d4a3e3beb506" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2dc1527fb974ff3876da8a128d89896"
I20260630 12:35:37.279690  3474 raft_consensus.cc:3060] T 306cff77413f40d3a3011c028937dd7f P b2dc1527fb974ff3876da8a128d89896 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:37.281704  3549 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c963f5c2c8f467fa1436aa97e7307fe" candidate_uuid: "836638d6336445098a2b8c554033c736" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "56546423832e4950b6b2d4a3e3beb506" is_pre_election: true
I20260630 12:35:37.282631  3549 raft_consensus.cc:2468] T 8c963f5c2c8f467fa1436aa97e7307fe P 56546423832e4950b6b2d4a3e3beb506 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 836638d6336445098a2b8c554033c736 in term 0.
I20260630 12:35:37.282792  3399 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a37fe1ea1a7345a2b32a2973413b963c" candidate_uuid: "b2dc1527fb974ff3876da8a128d89896" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "836638d6336445098a2b8c554033c736"
I20260630 12:35:37.283486  3399 raft_consensus.cc:3060] T a37fe1ea1a7345a2b32a2973413b963c P 836638d6336445098a2b8c554033c736 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:37.284281  3548 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a37fe1ea1a7345a2b32a2973413b963c" candidate_uuid: "b2dc1527fb974ff3876da8a128d89896" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "56546423832e4950b6b2d4a3e3beb506"
I20260630 12:35:37.285071  3548 raft_consensus.cc:3060] T a37fe1ea1a7345a2b32a2973413b963c P 56546423832e4950b6b2d4a3e3beb506 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:37.278445  3400 raft_consensus.cc:3060] T 306cff77413f40d3a3011c028937dd7f P 836638d6336445098a2b8c554033c736 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:37.287549  3474 raft_consensus.cc:2468] T 306cff77413f40d3a3011c028937dd7f P b2dc1527fb974ff3876da8a128d89896 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 56546423832e4950b6b2d4a3e3beb506 in term 1.
I20260630 12:35:37.278947  3475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "306cff77413f40d3a3011c028937dd7f" candidate_uuid: "56546423832e4950b6b2d4a3e3beb506" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2dc1527fb974ff3876da8a128d89896" is_pre_election: true
I20260630 12:35:37.288720  3475 raft_consensus.cc:2376] T 306cff77413f40d3a3011c028937dd7f P b2dc1527fb974ff3876da8a128d89896 [term 1 FOLLOWER]: Leader pre-election vote request: Already granted yes vote for candidate 56546423832e4950b6b2d4a3e3beb506 in term 1. Re-sending same reply.
I20260630 12:35:37.291842  3399 raft_consensus.cc:2468] T a37fe1ea1a7345a2b32a2973413b963c P 836638d6336445098a2b8c554033c736 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b2dc1527fb974ff3876da8a128d89896 in term 1.
I20260630 12:35:37.293349  3548 raft_consensus.cc:2468] T a37fe1ea1a7345a2b32a2973413b963c P 56546423832e4950b6b2d4a3e3beb506 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b2dc1527fb974ff3876da8a128d89896 in term 1.
I20260630 12:35:37.294214  3513 leader_election.cc:304] T 306cff77413f40d3a3011c028937dd7f P 56546423832e4950b6b2d4a3e3beb506 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 56546423832e4950b6b2d4a3e3beb506, b2dc1527fb974ff3876da8a128d89896; no voters: 
I20260630 12:35:37.294519  3441 leader_election.cc:304] T a37fe1ea1a7345a2b32a2973413b963c P b2dc1527fb974ff3876da8a128d89896 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 836638d6336445098a2b8c554033c736, b2dc1527fb974ff3876da8a128d89896; no voters: 
I20260630 12:35:37.295269  3602 raft_consensus.cc:2804] T 306cff77413f40d3a3011c028937dd7f P 56546423832e4950b6b2d4a3e3beb506 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:37.295495  3400 raft_consensus.cc:2468] T 306cff77413f40d3a3011c028937dd7f P 836638d6336445098a2b8c554033c736 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 56546423832e4950b6b2d4a3e3beb506 in term 1.
I20260630 12:35:37.296159  3621 raft_consensus.cc:2804] T 8c963f5c2c8f467fa1436aa97e7307fe P 836638d6336445098a2b8c554033c736 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:37.297216  3621 raft_consensus.cc:493] T 8c963f5c2c8f467fa1436aa97e7307fe P 836638d6336445098a2b8c554033c736 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:37.297652  3621 raft_consensus.cc:3060] T 8c963f5c2c8f467fa1436aa97e7307fe P 836638d6336445098a2b8c554033c736 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:37.295809  3601 raft_consensus.cc:2804] T a37fe1ea1a7345a2b32a2973413b963c P b2dc1527fb974ff3876da8a128d89896 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:37.298200  3602 raft_consensus.cc:697] T 306cff77413f40d3a3011c028937dd7f P 56546423832e4950b6b2d4a3e3beb506 [term 1 LEADER]: Becoming Leader. State: Replica: 56546423832e4950b6b2d4a3e3beb506, State: Running, Role: LEADER
I20260630 12:35:37.299122  3602 consensus_queue.cc:237] T 306cff77413f40d3a3011c028937dd7f P 56546423832e4950b6b2d4a3e3beb506 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } }
I20260630 12:35:37.300356  3599 raft_consensus.cc:515] T ed1943ae5dd94ea9b6a57e5399769390 P 836638d6336445098a2b8c554033c736 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } }
I20260630 12:35:37.304212  3474 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ed1943ae5dd94ea9b6a57e5399769390" candidate_uuid: "836638d6336445098a2b8c554033c736" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2dc1527fb974ff3876da8a128d89896"
I20260630 12:35:37.305399  3474 raft_consensus.cc:3060] T ed1943ae5dd94ea9b6a57e5399769390 P b2dc1527fb974ff3876da8a128d89896 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:37.308270  3601 raft_consensus.cc:697] T a37fe1ea1a7345a2b32a2973413b963c P b2dc1527fb974ff3876da8a128d89896 [term 1 LEADER]: Becoming Leader. State: Replica: b2dc1527fb974ff3876da8a128d89896, State: Running, Role: LEADER
I20260630 12:35:37.308182  3621 raft_consensus.cc:515] T 8c963f5c2c8f467fa1436aa97e7307fe P 836638d6336445098a2b8c554033c736 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } }
I20260630 12:35:37.309379  3601 consensus_queue.cc:237] T a37fe1ea1a7345a2b32a2973413b963c P b2dc1527fb974ff3876da8a128d89896 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } }
I20260630 12:35:37.311688  3621 leader_election.cc:290] T 8c963f5c2c8f467fa1436aa97e7307fe P 836638d6336445098a2b8c554033c736 [CANDIDATE]: Term 1 election: Requested vote from peers 56546423832e4950b6b2d4a3e3beb506 (127.0.192.3:43437), b2dc1527fb974ff3876da8a128d89896 (127.0.192.2:42059)
I20260630 12:35:37.312994  3475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c963f5c2c8f467fa1436aa97e7307fe" candidate_uuid: "836638d6336445098a2b8c554033c736" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2dc1527fb974ff3876da8a128d89896"
I20260630 12:35:37.313606  3475 raft_consensus.cc:3060] T 8c963f5c2c8f467fa1436aa97e7307fe P b2dc1527fb974ff3876da8a128d89896 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:37.315033  3548 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c963f5c2c8f467fa1436aa97e7307fe" candidate_uuid: "836638d6336445098a2b8c554033c736" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "56546423832e4950b6b2d4a3e3beb506"
I20260630 12:35:37.315783  3548 raft_consensus.cc:3060] T 8c963f5c2c8f467fa1436aa97e7307fe P 56546423832e4950b6b2d4a3e3beb506 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:37.321650  3296 catalog_manager.cc:5697] T 306cff77413f40d3a3011c028937dd7f P 56546423832e4950b6b2d4a3e3beb506 reported cstate change: term changed from 0 to 1, leader changed from <none> to 56546423832e4950b6b2d4a3e3beb506 (127.0.192.3). New cstate: current_term: 1 leader_uuid: "56546423832e4950b6b2d4a3e3beb506" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:37.323145  3548 raft_consensus.cc:2468] T 8c963f5c2c8f467fa1436aa97e7307fe P 56546423832e4950b6b2d4a3e3beb506 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 836638d6336445098a2b8c554033c736 in term 1.
I20260630 12:35:37.323863  3475 raft_consensus.cc:2468] T 8c963f5c2c8f467fa1436aa97e7307fe P b2dc1527fb974ff3876da8a128d89896 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 836638d6336445098a2b8c554033c736 in term 1.
I20260630 12:35:37.324641  3366 leader_election.cc:304] T 8c963f5c2c8f467fa1436aa97e7307fe P 836638d6336445098a2b8c554033c736 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 56546423832e4950b6b2d4a3e3beb506, 836638d6336445098a2b8c554033c736; no voters: 
I20260630 12:35:37.325941  3474 raft_consensus.cc:2468] T ed1943ae5dd94ea9b6a57e5399769390 P b2dc1527fb974ff3876da8a128d89896 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 836638d6336445098a2b8c554033c736 in term 1.
I20260630 12:35:37.326000  3621 raft_consensus.cc:2804] T 8c963f5c2c8f467fa1436aa97e7307fe P 836638d6336445098a2b8c554033c736 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:37.327093  3599 leader_election.cc:290] T ed1943ae5dd94ea9b6a57e5399769390 P 836638d6336445098a2b8c554033c736 [CANDIDATE]: Term 1 election: Requested vote from peers b2dc1527fb974ff3876da8a128d89896 (127.0.192.2:42059), 56546423832e4950b6b2d4a3e3beb506 (127.0.192.3:43437)
I20260630 12:35:37.327502  3364 leader_election.cc:304] T ed1943ae5dd94ea9b6a57e5399769390 P 836638d6336445098a2b8c554033c736 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 836638d6336445098a2b8c554033c736, b2dc1527fb974ff3876da8a128d89896; no voters: 
I20260630 12:35:37.328889  3548 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ed1943ae5dd94ea9b6a57e5399769390" candidate_uuid: "836638d6336445098a2b8c554033c736" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "56546423832e4950b6b2d4a3e3beb506"
I20260630 12:35:37.329512  3548 raft_consensus.cc:3060] T ed1943ae5dd94ea9b6a57e5399769390 P 56546423832e4950b6b2d4a3e3beb506 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:37.329756  3599 raft_consensus.cc:2804] T ed1943ae5dd94ea9b6a57e5399769390 P 836638d6336445098a2b8c554033c736 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:37.336659  3548 raft_consensus.cc:2468] T ed1943ae5dd94ea9b6a57e5399769390 P 56546423832e4950b6b2d4a3e3beb506 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 836638d6336445098a2b8c554033c736 in term 1.
I20260630 12:35:37.337842  3621 raft_consensus.cc:697] T 8c963f5c2c8f467fa1436aa97e7307fe P 836638d6336445098a2b8c554033c736 [term 1 LEADER]: Becoming Leader. State: Replica: 836638d6336445098a2b8c554033c736, State: Running, Role: LEADER
I20260630 12:35:37.338981  3599 raft_consensus.cc:697] T ed1943ae5dd94ea9b6a57e5399769390 P 836638d6336445098a2b8c554033c736 [term 1 LEADER]: Becoming Leader. State: Replica: 836638d6336445098a2b8c554033c736, State: Running, Role: LEADER
I20260630 12:35:37.338786  3298 catalog_manager.cc:5697] T a37fe1ea1a7345a2b32a2973413b963c P b2dc1527fb974ff3876da8a128d89896 reported cstate change: term changed from 0 to 1, leader changed from <none> to b2dc1527fb974ff3876da8a128d89896 (127.0.192.2). New cstate: current_term: 1 leader_uuid: "b2dc1527fb974ff3876da8a128d89896" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:37.338975  3621 consensus_queue.cc:237] T 8c963f5c2c8f467fa1436aa97e7307fe P 836638d6336445098a2b8c554033c736 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } }
I20260630 12:35:37.340086  3599 consensus_queue.cc:237] T ed1943ae5dd94ea9b6a57e5399769390 P 836638d6336445098a2b8c554033c736 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } }
I20260630 12:35:37.354887  3298 catalog_manager.cc:5697] T 8c963f5c2c8f467fa1436aa97e7307fe P 836638d6336445098a2b8c554033c736 reported cstate change: term changed from 0 to 1, leader changed from <none> to 836638d6336445098a2b8c554033c736 (127.0.192.1). New cstate: current_term: 1 leader_uuid: "836638d6336445098a2b8c554033c736" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:37.356711  3298 catalog_manager.cc:5697] T ed1943ae5dd94ea9b6a57e5399769390 P 836638d6336445098a2b8c554033c736 reported cstate change: term changed from 0 to 1, leader changed from <none> to 836638d6336445098a2b8c554033c736 (127.0.192.1). New cstate: current_term: 1 leader_uuid: "836638d6336445098a2b8c554033c736" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "836638d6336445098a2b8c554033c736" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33595 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b2dc1527fb974ff3876da8a128d89896" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 42059 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "56546423832e4950b6b2d4a3e3beb506" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 43437 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:37.436501  3351 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_auto_rebalancer_test
I20260630 12:35:37.440874  3351 auto_leader_rebalancer.cc:440] table: range_aware_auto_rebalancer_test, leader rebalance finish, leader transfer count: 0
I20260630 12:35:37.441241  3351 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:37.467422   768 tablet_server.cc:179] TabletServer@127.0.192.1:0 shutting down...
I20260630 12:35:37.484963   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:37.485776   768 tablet_replica.cc:333] T 306cff77413f40d3a3011c028937dd7f P 836638d6336445098a2b8c554033c736: stopping tablet replica
I20260630 12:35:37.486419   768 raft_consensus.cc:2243] T 306cff77413f40d3a3011c028937dd7f P 836638d6336445098a2b8c554033c736 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:37.486790   768 raft_consensus.cc:2272] T 306cff77413f40d3a3011c028937dd7f P 836638d6336445098a2b8c554033c736 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:37.488544   768 tablet_replica.cc:333] T ed1943ae5dd94ea9b6a57e5399769390 P 836638d6336445098a2b8c554033c736: stopping tablet replica
I20260630 12:35:37.489007   768 raft_consensus.cc:2243] T ed1943ae5dd94ea9b6a57e5399769390 P 836638d6336445098a2b8c554033c736 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:37.489507   768 pending_rounds.cc:70] T ed1943ae5dd94ea9b6a57e5399769390 P 836638d6336445098a2b8c554033c736: Trying to abort 1 pending ops.
I20260630 12:35:37.489657   768 pending_rounds.cc:77] T ed1943ae5dd94ea9b6a57e5399769390 P 836638d6336445098a2b8c554033c736: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302442751354163200 op_type: NO_OP noop_request { }
I20260630 12:35:37.489918   768 raft_consensus.cc:2889] T ed1943ae5dd94ea9b6a57e5399769390 P 836638d6336445098a2b8c554033c736 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:35:37.490141   768 raft_consensus.cc:2272] T ed1943ae5dd94ea9b6a57e5399769390 P 836638d6336445098a2b8c554033c736 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:37.492309   768 tablet_replica.cc:333] T 8c963f5c2c8f467fa1436aa97e7307fe P 836638d6336445098a2b8c554033c736: stopping tablet replica
I20260630 12:35:37.492761   768 raft_consensus.cc:2243] T 8c963f5c2c8f467fa1436aa97e7307fe P 836638d6336445098a2b8c554033c736 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:37.493268   768 pending_rounds.cc:70] T 8c963f5c2c8f467fa1436aa97e7307fe P 836638d6336445098a2b8c554033c736: Trying to abort 1 pending ops.
I20260630 12:35:37.493413   768 pending_rounds.cc:77] T 8c963f5c2c8f467fa1436aa97e7307fe P 836638d6336445098a2b8c554033c736: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302442751352397824 op_type: NO_OP noop_request { }
I20260630 12:35:37.493631   768 raft_consensus.cc:2889] T 8c963f5c2c8f467fa1436aa97e7307fe P 836638d6336445098a2b8c554033c736 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:35:37.493853   768 raft_consensus.cc:2272] T 8c963f5c2c8f467fa1436aa97e7307fe P 836638d6336445098a2b8c554033c736 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:37.495922   768 tablet_replica.cc:333] T a37fe1ea1a7345a2b32a2973413b963c P 836638d6336445098a2b8c554033c736: stopping tablet replica
I20260630 12:35:37.496356   768 raft_consensus.cc:2243] T a37fe1ea1a7345a2b32a2973413b963c P 836638d6336445098a2b8c554033c736 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:37.496663   768 raft_consensus.cc:2272] T a37fe1ea1a7345a2b32a2973413b963c P 836638d6336445098a2b8c554033c736 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:37.509837   768 tablet_server.cc:196] TabletServer@127.0.192.1:0 shutdown complete.
I20260630 12:35:37.520741   768 tablet_server.cc:179] TabletServer@127.0.192.2:0 shutting down...
I20260630 12:35:37.538667   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:37.539433   768 tablet_replica.cc:333] T 8c963f5c2c8f467fa1436aa97e7307fe P b2dc1527fb974ff3876da8a128d89896: stopping tablet replica
I20260630 12:35:37.540002   768 raft_consensus.cc:2243] T 8c963f5c2c8f467fa1436aa97e7307fe P b2dc1527fb974ff3876da8a128d89896 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:37.540405   768 raft_consensus.cc:2272] T 8c963f5c2c8f467fa1436aa97e7307fe P b2dc1527fb974ff3876da8a128d89896 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:37.542157   768 tablet_replica.cc:333] T a37fe1ea1a7345a2b32a2973413b963c P b2dc1527fb974ff3876da8a128d89896: stopping tablet replica
I20260630 12:35:37.542788   768 raft_consensus.cc:2243] T a37fe1ea1a7345a2b32a2973413b963c P b2dc1527fb974ff3876da8a128d89896 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:37.543336   768 pending_rounds.cc:70] T a37fe1ea1a7345a2b32a2973413b963c P b2dc1527fb974ff3876da8a128d89896: Trying to abort 1 pending ops.
I20260630 12:35:37.543530   768 pending_rounds.cc:77] T a37fe1ea1a7345a2b32a2973413b963c P b2dc1527fb974ff3876da8a128d89896: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302442751230504960 op_type: NO_OP noop_request { }
I20260630 12:35:37.543799   768 raft_consensus.cc:2889] T a37fe1ea1a7345a2b32a2973413b963c P b2dc1527fb974ff3876da8a128d89896 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:35:37.544066   768 raft_consensus.cc:2272] T a37fe1ea1a7345a2b32a2973413b963c P b2dc1527fb974ff3876da8a128d89896 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:37.546075   768 tablet_replica.cc:333] T ed1943ae5dd94ea9b6a57e5399769390 P b2dc1527fb974ff3876da8a128d89896: stopping tablet replica
I20260630 12:35:37.546626   768 raft_consensus.cc:2243] T ed1943ae5dd94ea9b6a57e5399769390 P b2dc1527fb974ff3876da8a128d89896 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:37.546990   768 raft_consensus.cc:2272] T ed1943ae5dd94ea9b6a57e5399769390 P b2dc1527fb974ff3876da8a128d89896 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:37.548717   768 tablet_replica.cc:333] T 306cff77413f40d3a3011c028937dd7f P b2dc1527fb974ff3876da8a128d89896: stopping tablet replica
I20260630 12:35:37.549228   768 raft_consensus.cc:2243] T 306cff77413f40d3a3011c028937dd7f P b2dc1527fb974ff3876da8a128d89896 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:37.549595   768 raft_consensus.cc:2272] T 306cff77413f40d3a3011c028937dd7f P b2dc1527fb974ff3876da8a128d89896 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:37.571417   768 tablet_server.cc:196] TabletServer@127.0.192.2:0 shutdown complete.
I20260630 12:35:37.582024   768 tablet_server.cc:179] TabletServer@127.0.192.3:0 shutting down...
I20260630 12:35:37.599963   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:37.600703   768 tablet_replica.cc:333] T ed1943ae5dd94ea9b6a57e5399769390 P 56546423832e4950b6b2d4a3e3beb506: stopping tablet replica
I20260630 12:35:37.601289   768 raft_consensus.cc:2243] T ed1943ae5dd94ea9b6a57e5399769390 P 56546423832e4950b6b2d4a3e3beb506 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:37.601722   768 raft_consensus.cc:2272] T ed1943ae5dd94ea9b6a57e5399769390 P 56546423832e4950b6b2d4a3e3beb506 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:37.604055   768 tablet_replica.cc:333] T 306cff77413f40d3a3011c028937dd7f P 56546423832e4950b6b2d4a3e3beb506: stopping tablet replica
I20260630 12:35:37.604601   768 raft_consensus.cc:2243] T 306cff77413f40d3a3011c028937dd7f P 56546423832e4950b6b2d4a3e3beb506 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:37.605188   768 pending_rounds.cc:70] T 306cff77413f40d3a3011c028937dd7f P 56546423832e4950b6b2d4a3e3beb506: Trying to abort 1 pending ops.
I20260630 12:35:37.605371   768 pending_rounds.cc:77] T 306cff77413f40d3a3011c028937dd7f P 56546423832e4950b6b2d4a3e3beb506: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302442751188840448 op_type: NO_OP noop_request { }
I20260630 12:35:37.605690   768 raft_consensus.cc:2889] T 306cff77413f40d3a3011c028937dd7f P 56546423832e4950b6b2d4a3e3beb506 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:35:37.606009   768 raft_consensus.cc:2272] T 306cff77413f40d3a3011c028937dd7f P 56546423832e4950b6b2d4a3e3beb506 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:37.608377   768 tablet_replica.cc:333] T 8c963f5c2c8f467fa1436aa97e7307fe P 56546423832e4950b6b2d4a3e3beb506: stopping tablet replica
I20260630 12:35:37.608840   768 raft_consensus.cc:2243] T 8c963f5c2c8f467fa1436aa97e7307fe P 56546423832e4950b6b2d4a3e3beb506 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:37.609170   768 raft_consensus.cc:2272] T 8c963f5c2c8f467fa1436aa97e7307fe P 56546423832e4950b6b2d4a3e3beb506 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:37.610850   768 tablet_replica.cc:333] T a37fe1ea1a7345a2b32a2973413b963c P 56546423832e4950b6b2d4a3e3beb506: stopping tablet replica
I20260630 12:35:37.611270   768 raft_consensus.cc:2243] T a37fe1ea1a7345a2b32a2973413b963c P 56546423832e4950b6b2d4a3e3beb506 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:37.611589   768 raft_consensus.cc:2272] T a37fe1ea1a7345a2b32a2973413b963c P 56546423832e4950b6b2d4a3e3beb506 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:37.633127   768 tablet_server.cc:196] TabletServer@127.0.192.3:0 shutdown complete.
I20260630 12:35:37.643918   768 master.cc:562] Master@127.0.192.62:41665 shutting down...
I20260630 12:35:37.659299   768 raft_consensus.cc:2243] T 00000000000000000000000000000000 P f8ff758c03054c8ab0f31d1391d7a4e7 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:37.659886   768 raft_consensus.cc:2272] T 00000000000000000000000000000000 P f8ff758c03054c8ab0f31d1391d7a4e7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:37.660233   768 tablet_replica.cc:333] T 00000000000000000000000000000000 P f8ff758c03054c8ab0f31d1391d7a4e7: stopping tablet replica
I20260630 12:35:37.669523   768 master.cc:584] Master@127.0.192.62:41665 shutdown complete.
[       OK ] AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange (2418 ms)
[ RUN      ] AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas
I20260630 12:35:37.703195   768 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.192.62:44717
I20260630 12:35:37.704272   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:37.709460  3630 instance_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:37.709558  3631 instance_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:37.710775  3633 instance_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:37.711975   768 server_base.cc:1061] running on GCE node
I20260630 12:35:37.712844   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:37.713063   768 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:37.713236   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822937713212 us; error 0 us; skew 500 ppm
I20260630 12:35:37.713747   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:37.716055   768 webserver.cc:533] Webserver started at http://127.0.192.62:43357/ using document root <none> and password file <none>
I20260630 12:35:37.716543   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:37.716758   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:37.717043   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:37.718128   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-0/minicluster-data/master-0-root/instance:
uuid: "4740b8ebd5ef425b8060d6009e182215"
format_stamp: "Formatted at 2026-06-30 12:35:37 on dist-test-slave-n0zz"
I20260630 12:35:37.722638   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:35:37.725963  3638 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:37.726832   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:35:37.727133   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-0/minicluster-data/master-0-root
uuid: "4740b8ebd5ef425b8060d6009e182215"
format_stamp: "Formatted at 2026-06-30 12:35:37 on dist-test-slave-n0zz"
I20260630 12:35:37.727417   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-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:37.738998   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:37.740011   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:37.776469   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.62:44717
I20260630 12:35:37.776615  3689 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.62:44717 every 8 connection(s)
I20260630 12:35:37.780577  3690 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:37.791246  3690 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4740b8ebd5ef425b8060d6009e182215: Bootstrap starting.
I20260630 12:35:37.796042  3690 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4740b8ebd5ef425b8060d6009e182215: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:37.800266  3690 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4740b8ebd5ef425b8060d6009e182215: No bootstrap required, opened a new log
I20260630 12:35:37.802341  3690 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4740b8ebd5ef425b8060d6009e182215 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4740b8ebd5ef425b8060d6009e182215" member_type: VOTER }
I20260630 12:35:37.802748  3690 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4740b8ebd5ef425b8060d6009e182215 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:37.802924  3690 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4740b8ebd5ef425b8060d6009e182215 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4740b8ebd5ef425b8060d6009e182215, State: Initialized, Role: FOLLOWER
I20260630 12:35:37.803409  3690 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4740b8ebd5ef425b8060d6009e182215 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "4740b8ebd5ef425b8060d6009e182215" member_type: VOTER }
I20260630 12:35:37.803848  3690 raft_consensus.cc:399] T 00000000000000000000000000000000 P 4740b8ebd5ef425b8060d6009e182215 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:35:37.804054  3690 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4740b8ebd5ef425b8060d6009e182215 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:35:37.804270  3690 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4740b8ebd5ef425b8060d6009e182215 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:37.808996  3690 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4740b8ebd5ef425b8060d6009e182215 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4740b8ebd5ef425b8060d6009e182215" member_type: VOTER }
I20260630 12:35:37.809532  3690 leader_election.cc:304] T 00000000000000000000000000000000 P 4740b8ebd5ef425b8060d6009e182215 [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: 4740b8ebd5ef425b8060d6009e182215; no voters: 
I20260630 12:35:37.810707  3690 leader_election.cc:290] T 00000000000000000000000000000000 P 4740b8ebd5ef425b8060d6009e182215 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:35:37.811035  3693 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4740b8ebd5ef425b8060d6009e182215 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:37.812484  3693 raft_consensus.cc:697] T 00000000000000000000000000000000 P 4740b8ebd5ef425b8060d6009e182215 [term 1 LEADER]: Becoming Leader. State: Replica: 4740b8ebd5ef425b8060d6009e182215, State: Running, Role: LEADER
I20260630 12:35:37.813198  3693 consensus_queue.cc:237] T 00000000000000000000000000000000 P 4740b8ebd5ef425b8060d6009e182215 [LEADER]: Queue going to LEADER mode. State: All 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: "4740b8ebd5ef425b8060d6009e182215" member_type: VOTER }
I20260630 12:35:37.813752  3690 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4740b8ebd5ef425b8060d6009e182215 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:35:37.816390  3694 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4740b8ebd5ef425b8060d6009e182215 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "4740b8ebd5ef425b8060d6009e182215" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4740b8ebd5ef425b8060d6009e182215" member_type: VOTER } }
I20260630 12:35:37.816354  3695 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4740b8ebd5ef425b8060d6009e182215 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4740b8ebd5ef425b8060d6009e182215. Latest consensus state: current_term: 1 leader_uuid: "4740b8ebd5ef425b8060d6009e182215" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4740b8ebd5ef425b8060d6009e182215" member_type: VOTER } }
I20260630 12:35:37.817142  3694 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4740b8ebd5ef425b8060d6009e182215 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:37.817245  3695 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4740b8ebd5ef425b8060d6009e182215 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:37.824738  3698 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:35:37.830041  3698 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:35:37.834283   768 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:35:37.839049  3698 catalog_manager.cc:1383] Generated new cluster ID: 2314626ec4284c3aba198c6d9070fe08
I20260630 12:35:37.839368  3698 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:35:37.863597  3698 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:35:37.864934  3698 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:35:37.885491  3698 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 4740b8ebd5ef425b8060d6009e182215: Generated new TSK 0
I20260630 12:35:37.886155  3698 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:35:37.900734   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:37.906719  3711 instance_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:37.908375  3712 instance_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:37.909967  3714 instance_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:37.910152   768 server_base.cc:1061] running on GCE node
I20260630 12:35:37.911217   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:37.911419   768 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:37.911542   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822937911531 us; error 0 us; skew 500 ppm
I20260630 12:35:37.911976   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:37.914392   768 webserver.cc:533] Webserver started at http://127.0.192.1:40571/ using document root <none> and password file <none>
I20260630 12:35:37.914832   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:37.915006   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:37.915351   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:37.916432   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-0/minicluster-data/ts-0-root/instance:
uuid: "9ec4928733ef4f0aad3fb9f968d234e0"
format_stamp: "Formatted at 2026-06-30 12:35:37 on dist-test-slave-n0zz"
I20260630 12:35:37.920892   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:35:37.924445  3719 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:37.925289   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:35:37.925606   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-0/minicluster-data/ts-0-root
uuid: "9ec4928733ef4f0aad3fb9f968d234e0"
format_stamp: "Formatted at 2026-06-30 12:35:37 on dist-test-slave-n0zz"
I20260630 12:35:37.925899   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-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:37.946326   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:37.947458   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:37.948909   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:37.951380   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:37.951627   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:37.951881   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:37.952054   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:37.992005   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.1:42295
I20260630 12:35:37.992090  3781 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.1:42295 every 8 connection(s)
I20260630 12:35:37.997040   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:38.003923  3786 instance_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:38.005654  3787 instance_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:38.007229  3789 instance_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:38.007983   768 server_base.cc:1061] running on GCE node
I20260630 12:35:38.009019   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:38.009452   768 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:38.009681   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822938009661 us; error 0 us; skew 500 ppm
I20260630 12:35:38.010360   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:38.010831  3782 heartbeater.cc:344] Connected to a master server at 127.0.192.62:44717
I20260630 12:35:38.011245  3782 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:38.012123  3782 heartbeater.cc:507] Master 127.0.192.62:44717 requested a full tablet report, sending...
I20260630 12:35:38.013178   768 webserver.cc:533] Webserver started at http://127.0.192.2:43059/ using document root <none> and password file <none>
I20260630 12:35:38.013824   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:38.014037   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:38.014364   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:38.014828  3655 ts_manager.cc:194] Registered new tserver with Master: 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295)
I20260630 12:35:38.015652   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-0/minicluster-data/ts-1-root/instance:
uuid: "2cfa967891ba4eea84ce2d0759a9b243"
format_stamp: "Formatted at 2026-06-30 12:35:38 on dist-test-slave-n0zz"
I20260630 12:35:38.016927  3655 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55754
I20260630 12:35:38.020454   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:35:38.024021  3794 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:38.025094   768 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:35:38.025355   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-0/minicluster-data/ts-1-root
uuid: "2cfa967891ba4eea84ce2d0759a9b243"
format_stamp: "Formatted at 2026-06-30 12:35:38 on dist-test-slave-n0zz"
I20260630 12:35:38.025600   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-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:38.039302   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:38.040369   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:38.041980   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:38.044394   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:38.044591   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:38.044898   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:38.045049   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:38.086498   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.2:43915
I20260630 12:35:38.086612  3856 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.2:43915 every 8 connection(s)
I20260630 12:35:38.091406   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:38.099381  3860 instance_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:38.101678  3861 instance_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:38.102771  3863 instance_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:38.103487   768 server_base.cc:1061] running on GCE node
I20260630 12:35:38.104460   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:38.104765   768 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:38.104971  3857 heartbeater.cc:344] Connected to a master server at 127.0.192.62:44717
I20260630 12:35:38.105012   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822938104991 us; error 0 us; skew 500 ppm
I20260630 12:35:38.105531  3857 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:38.105870   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:38.106434  3857 heartbeater.cc:507] Master 127.0.192.62:44717 requested a full tablet report, sending...
I20260630 12:35:38.108738   768 webserver.cc:533] Webserver started at http://127.0.192.3:45581/ using document root <none> and password file <none>
I20260630 12:35:38.108937  3655 ts_manager.cc:194] Registered new tserver with Master: 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915)
I20260630 12:35:38.109305   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:38.109555   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:38.109836   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:38.110611  3655 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55764
I20260630 12:35:38.111016   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-0/minicluster-data/ts-2-root/instance:
uuid: "c96cdc6c98e94843b41121763a7b8854"
format_stamp: "Formatted at 2026-06-30 12:35:38 on dist-test-slave-n0zz"
I20260630 12:35:38.116075   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:35:38.119663  3868 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:38.120566   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.004s	sys 0.000s
I20260630 12:35:38.120905   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-0/minicluster-data/ts-2-root
uuid: "c96cdc6c98e94843b41121763a7b8854"
format_stamp: "Formatted at 2026-06-30 12:35:38 on dist-test-slave-n0zz"
I20260630 12:35:38.121249   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-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:38.170989   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:38.172139   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:38.173673   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:38.176100   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:38.176349   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:38.176600   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:38.176789   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:38.215960   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.3:42837
I20260630 12:35:38.216050  3930 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.3:42837 every 8 connection(s)
I20260630 12:35:38.230268  3931 heartbeater.cc:344] Connected to a master server at 127.0.192.62:44717
I20260630 12:35:38.230635  3931 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:38.231300  3931 heartbeater.cc:507] Master 127.0.192.62:44717 requested a full tablet report, sending...
I20260630 12:35:38.233203  3655 ts_manager.cc:194] Registered new tserver with Master: c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837)
I20260630 12:35:38.234241   768 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014928392s
I20260630 12:35:38.234637  3655 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55776
I20260630 12:35:39.019747  3782 heartbeater.cc:499] Master 127.0.192.62:44717 was elected leader, sending a full tablet report...
I20260630 12:35:39.113178  3857 heartbeater.cc:499] Master 127.0.192.62:44717 was elected leader, sending a full tablet report...
I20260630 12:35:39.237104  3931 heartbeater.cc:499] Master 127.0.192.62:44717 was elected leader, sending a full tablet report...
I20260630 12:35:39.289750  3655 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:55784:
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:39.291818  3655 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:39.359164  3822 tablet_service.cc:1511] Processing CreateTablet for tablet 90b01007e8764eda9f50887eb7e7cfed (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:39.360762  3822 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 90b01007e8764eda9f50887eb7e7cfed. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:39.363233  3820 tablet_service.cc:1511] Processing CreateTablet for tablet 188a2f9964744750b2be19ba6ebb0f8d (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:39.364784  3820 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 188a2f9964744750b2be19ba6ebb0f8d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:39.367188  3747 tablet_service.cc:1511] Processing CreateTablet for tablet 90b01007e8764eda9f50887eb7e7cfed (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:39.368799  3747 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 90b01007e8764eda9f50887eb7e7cfed. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:39.368959  3743 tablet_service.cc:1511] Processing CreateTablet for tablet 15ff61bdeeaf4b0aa58b817a8c83c21c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:39.370524  3743 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 15ff61bdeeaf4b0aa58b817a8c83c21c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:39.370126  3895 tablet_service.cc:1511] Processing CreateTablet for tablet 287de74d9fbd4843a82044e1d55ccb49 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:39.371053  3746 tablet_service.cc:1511] Processing CreateTablet for tablet 287de74d9fbd4843a82044e1d55ccb49 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:39.371767  3895 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 287de74d9fbd4843a82044e1d55ccb49. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:39.372437  3746 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 287de74d9fbd4843a82044e1d55ccb49. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:39.374010  3745 tablet_service.cc:1511] Processing CreateTablet for tablet 188a2f9964744750b2be19ba6ebb0f8d (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:39.375545  3745 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 188a2f9964744750b2be19ba6ebb0f8d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:39.375207  3894 tablet_service.cc:1511] Processing CreateTablet for tablet 188a2f9964744750b2be19ba6ebb0f8d (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:39.376827  3894 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 188a2f9964744750b2be19ba6ebb0f8d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:39.379247  3893 tablet_service.cc:1511] Processing CreateTablet for tablet 0834b8609bca4364baee09c2f1be8e99 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:39.380462  3742 tablet_service.cc:1511] Processing CreateTablet for tablet fde674089882436bb30173d5a35a7fca (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:39.381309  3893 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0834b8609bca4364baee09c2f1be8e99. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:39.379258  3744 tablet_service.cc:1511] Processing CreateTablet for tablet 0834b8609bca4364baee09c2f1be8e99 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:39.383241  3821 tablet_service.cc:1511] Processing CreateTablet for tablet 287de74d9fbd4843a82044e1d55ccb49 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:39.385010  3821 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 287de74d9fbd4843a82044e1d55ccb49. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:39.386703  3892 tablet_service.cc:1511] Processing CreateTablet for tablet 15ff61bdeeaf4b0aa58b817a8c83c21c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:39.388303  3819 tablet_service.cc:1511] Processing CreateTablet for tablet 0834b8609bca4364baee09c2f1be8e99 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:39.388901  3892 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 15ff61bdeeaf4b0aa58b817a8c83c21c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:39.389741  3819 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0834b8609bca4364baee09c2f1be8e99. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:39.391155  3818 tablet_service.cc:1511] Processing CreateTablet for tablet 15ff61bdeeaf4b0aa58b817a8c83c21c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:39.391443  3891 tablet_service.cc:1511] Processing CreateTablet for tablet fde674089882436bb30173d5a35a7fca (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:39.392581  3818 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 15ff61bdeeaf4b0aa58b817a8c83c21c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:39.393543  3891 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fde674089882436bb30173d5a35a7fca. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:39.368319  3896 tablet_service.cc:1511] Processing CreateTablet for tablet 90b01007e8764eda9f50887eb7e7cfed (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:39.394404  3817 tablet_service.cc:1511] Processing CreateTablet for tablet fde674089882436bb30173d5a35a7fca (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:39.395453  3896 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 90b01007e8764eda9f50887eb7e7cfed. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:39.396348  3817 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fde674089882436bb30173d5a35a7fca. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:39.381985  3742 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fde674089882436bb30173d5a35a7fca. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:39.398281  3744 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0834b8609bca4364baee09c2f1be8e99. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:39.423765  3741 tablet_service.cc:1511] Processing CreateTablet for tablet 8f6ac50bc9ab4900ad725282798ce855 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:39.425323  3741 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8f6ac50bc9ab4900ad725282798ce855. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:39.427819  3740 tablet_service.cc:1511] Processing CreateTablet for tablet 46b7958273a14331911a80463e2a375e (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:39.429412  3740 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 46b7958273a14331911a80463e2a375e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:39.435989  3890 tablet_service.cc:1511] Processing CreateTablet for tablet 8f6ac50bc9ab4900ad725282798ce855 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:39.437688  3890 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8f6ac50bc9ab4900ad725282798ce855. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:39.439227  3889 tablet_service.cc:1511] Processing CreateTablet for tablet 46b7958273a14331911a80463e2a375e (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:39.440733  3889 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 46b7958273a14331911a80463e2a375e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:39.442265  3951 tablet_bootstrap.cc:492] T 90b01007e8764eda9f50887eb7e7cfed P 9ec4928733ef4f0aad3fb9f968d234e0: Bootstrap starting.
I20260630 12:35:39.443713  3816 tablet_service.cc:1511] Processing CreateTablet for tablet 8f6ac50bc9ab4900ad725282798ce855 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:39.445209  3816 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8f6ac50bc9ab4900ad725282798ce855. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:39.447943  3952 tablet_bootstrap.cc:492] T fde674089882436bb30173d5a35a7fca P c96cdc6c98e94843b41121763a7b8854: Bootstrap starting.
I20260630 12:35:39.447765  3815 tablet_service.cc:1511] Processing CreateTablet for tablet 46b7958273a14331911a80463e2a375e (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:39.449317  3815 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 46b7958273a14331911a80463e2a375e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:39.454089  3952 tablet_bootstrap.cc:654] T fde674089882436bb30173d5a35a7fca P c96cdc6c98e94843b41121763a7b8854: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:39.456547  3951 tablet_bootstrap.cc:654] T 90b01007e8764eda9f50887eb7e7cfed P 9ec4928733ef4f0aad3fb9f968d234e0: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:39.475785  3951 tablet_bootstrap.cc:492] T 90b01007e8764eda9f50887eb7e7cfed P 9ec4928733ef4f0aad3fb9f968d234e0: No bootstrap required, opened a new log
I20260630 12:35:39.476438  3951 ts_tablet_manager.cc:1403] T 90b01007e8764eda9f50887eb7e7cfed P 9ec4928733ef4f0aad3fb9f968d234e0: Time spent bootstrapping tablet: real 0.035s	user 0.015s	sys 0.000s
I20260630 12:35:39.480046  3951 raft_consensus.cc:359] T 90b01007e8764eda9f50887eb7e7cfed P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:39.483318  3951 raft_consensus.cc:385] T 90b01007e8764eda9f50887eb7e7cfed P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:39.483760  3951 raft_consensus.cc:740] T 90b01007e8764eda9f50887eb7e7cfed P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9ec4928733ef4f0aad3fb9f968d234e0, State: Initialized, Role: FOLLOWER
I20260630 12:35:39.482949  3952 tablet_bootstrap.cc:492] T fde674089882436bb30173d5a35a7fca P c96cdc6c98e94843b41121763a7b8854: No bootstrap required, opened a new log
I20260630 12:35:39.484953  3952 ts_tablet_manager.cc:1403] T fde674089882436bb30173d5a35a7fca P c96cdc6c98e94843b41121763a7b8854: Time spent bootstrapping tablet: real 0.037s	user 0.008s	sys 0.007s
I20260630 12:35:39.488806  3952 raft_consensus.cc:359] T fde674089882436bb30173d5a35a7fca P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.489603  3952 raft_consensus.cc:385] T fde674089882436bb30173d5a35a7fca P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:39.489897  3952 raft_consensus.cc:740] T fde674089882436bb30173d5a35a7fca P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c96cdc6c98e94843b41121763a7b8854, State: Initialized, Role: FOLLOWER
I20260630 12:35:39.490505  3951 consensus_queue.cc:260] T 90b01007e8764eda9f50887eb7e7cfed P 9ec4928733ef4f0aad3fb9f968d234e0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:39.498271  3952 consensus_queue.cc:260] T fde674089882436bb30173d5a35a7fca P c96cdc6c98e94843b41121763a7b8854 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.527468  3951 ts_tablet_manager.cc:1434] T 90b01007e8764eda9f50887eb7e7cfed P 9ec4928733ef4f0aad3fb9f968d234e0: Time spent starting tablet: real 0.051s	user 0.012s	sys 0.008s
I20260630 12:35:39.528512  3951 tablet_bootstrap.cc:492] T 0834b8609bca4364baee09c2f1be8e99 P 9ec4928733ef4f0aad3fb9f968d234e0: Bootstrap starting.
I20260630 12:35:39.533710  3951 tablet_bootstrap.cc:654] T 0834b8609bca4364baee09c2f1be8e99 P 9ec4928733ef4f0aad3fb9f968d234e0: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:39.543388  3952 ts_tablet_manager.cc:1434] T fde674089882436bb30173d5a35a7fca P c96cdc6c98e94843b41121763a7b8854: Time spent starting tablet: real 0.058s	user 0.011s	sys 0.007s
I20260630 12:35:39.544466  3952 tablet_bootstrap.cc:492] T 287de74d9fbd4843a82044e1d55ccb49 P c96cdc6c98e94843b41121763a7b8854: Bootstrap starting.
I20260630 12:35:39.550168  3952 tablet_bootstrap.cc:654] T 287de74d9fbd4843a82044e1d55ccb49 P c96cdc6c98e94843b41121763a7b8854: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:39.572024  3957 tablet_bootstrap.cc:492] T 46b7958273a14331911a80463e2a375e P 2cfa967891ba4eea84ce2d0759a9b243: Bootstrap starting.
I20260630 12:35:39.574267  3952 tablet_bootstrap.cc:492] T 287de74d9fbd4843a82044e1d55ccb49 P c96cdc6c98e94843b41121763a7b8854: No bootstrap required, opened a new log
I20260630 12:35:39.575397  3951 tablet_bootstrap.cc:492] T 0834b8609bca4364baee09c2f1be8e99 P 9ec4928733ef4f0aad3fb9f968d234e0: No bootstrap required, opened a new log
I20260630 12:35:39.577245  3951 ts_tablet_manager.cc:1403] T 0834b8609bca4364baee09c2f1be8e99 P 9ec4928733ef4f0aad3fb9f968d234e0: Time spent bootstrapping tablet: real 0.049s	user 0.014s	sys 0.011s
I20260630 12:35:39.579998  3951 raft_consensus.cc:359] T 0834b8609bca4364baee09c2f1be8e99 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.580746  3951 raft_consensus.cc:385] T 0834b8609bca4364baee09c2f1be8e99 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:39.581033  3951 raft_consensus.cc:740] T 0834b8609bca4364baee09c2f1be8e99 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9ec4928733ef4f0aad3fb9f968d234e0, State: Initialized, Role: FOLLOWER
I20260630 12:35:39.581804  3951 consensus_queue.cc:260] T 0834b8609bca4364baee09c2f1be8e99 P 9ec4928733ef4f0aad3fb9f968d234e0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.584172  3951 ts_tablet_manager.cc:1434] T 0834b8609bca4364baee09c2f1be8e99 P 9ec4928733ef4f0aad3fb9f968d234e0: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.001s
I20260630 12:35:39.585744  3951 tablet_bootstrap.cc:492] T 188a2f9964744750b2be19ba6ebb0f8d P 9ec4928733ef4f0aad3fb9f968d234e0: Bootstrap starting.
I20260630 12:35:39.584748  3952 ts_tablet_manager.cc:1403] T 287de74d9fbd4843a82044e1d55ccb49 P c96cdc6c98e94843b41121763a7b8854: Time spent bootstrapping tablet: real 0.041s	user 0.011s	sys 0.000s
I20260630 12:35:39.591084  3951 tablet_bootstrap.cc:654] T 188a2f9964744750b2be19ba6ebb0f8d P 9ec4928733ef4f0aad3fb9f968d234e0: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:39.592486  3956 raft_consensus.cc:493] T fde674089882436bb30173d5a35a7fca P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:39.593106  3956 raft_consensus.cc:515] T fde674089882436bb30173d5a35a7fca P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.593262  3952 raft_consensus.cc:359] T 287de74d9fbd4843a82044e1d55ccb49 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.594247  3952 raft_consensus.cc:385] T 287de74d9fbd4843a82044e1d55ccb49 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:39.594743  3952 raft_consensus.cc:740] T 287de74d9fbd4843a82044e1d55ccb49 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c96cdc6c98e94843b41121763a7b8854, State: Initialized, Role: FOLLOWER
I20260630 12:35:39.596043  3952 consensus_queue.cc:260] T 287de74d9fbd4843a82044e1d55ccb49 P c96cdc6c98e94843b41121763a7b8854 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.600915  3957 tablet_bootstrap.cc:654] T 46b7958273a14331911a80463e2a375e P 2cfa967891ba4eea84ce2d0759a9b243: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:39.607486  3952 ts_tablet_manager.cc:1434] T 287de74d9fbd4843a82044e1d55ccb49 P c96cdc6c98e94843b41121763a7b8854: Time spent starting tablet: real 0.017s	user 0.012s	sys 0.004s
I20260630 12:35:39.608701  3952 tablet_bootstrap.cc:492] T 46b7958273a14331911a80463e2a375e P c96cdc6c98e94843b41121763a7b8854: Bootstrap starting.
I20260630 12:35:39.614640  3952 tablet_bootstrap.cc:654] T 46b7958273a14331911a80463e2a375e P c96cdc6c98e94843b41121763a7b8854: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:39.614655  3956 leader_election.cc:290] T fde674089882436bb30173d5a35a7fca P c96cdc6c98e94843b41121763a7b8854 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295), 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915)
I20260630 12:35:39.630393  3952 tablet_bootstrap.cc:492] T 46b7958273a14331911a80463e2a375e P c96cdc6c98e94843b41121763a7b8854: No bootstrap required, opened a new log
I20260630 12:35:39.631345  3952 ts_tablet_manager.cc:1403] T 46b7958273a14331911a80463e2a375e P c96cdc6c98e94843b41121763a7b8854: Time spent bootstrapping tablet: real 0.023s	user 0.013s	sys 0.005s
I20260630 12:35:39.637001  3952 raft_consensus.cc:359] T 46b7958273a14331911a80463e2a375e P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.638229  3952 raft_consensus.cc:385] T 46b7958273a14331911a80463e2a375e P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:39.638710  3952 raft_consensus.cc:740] T 46b7958273a14331911a80463e2a375e P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c96cdc6c98e94843b41121763a7b8854, State: Initialized, Role: FOLLOWER
I20260630 12:35:39.639853  3952 consensus_queue.cc:260] T 46b7958273a14331911a80463e2a375e P c96cdc6c98e94843b41121763a7b8854 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.642683  3952 ts_tablet_manager.cc:1434] T 46b7958273a14331911a80463e2a375e P c96cdc6c98e94843b41121763a7b8854: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.002s
I20260630 12:35:39.643819  3952 tablet_bootstrap.cc:492] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854: Bootstrap starting.
I20260630 12:35:39.649770  3952 tablet_bootstrap.cc:654] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:39.660089  3952 tablet_bootstrap.cc:492] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854: No bootstrap required, opened a new log
I20260630 12:35:39.660928  3952 ts_tablet_manager.cc:1403] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854: Time spent bootstrapping tablet: real 0.017s	user 0.005s	sys 0.009s
I20260630 12:35:39.664541  3952 raft_consensus.cc:359] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:39.665174  3952 raft_consensus.cc:385] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:39.665539  3952 raft_consensus.cc:740] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c96cdc6c98e94843b41121763a7b8854, State: Initialized, Role: FOLLOWER
I20260630 12:35:39.666456  3952 consensus_queue.cc:260] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:39.667178  3951 tablet_bootstrap.cc:492] T 188a2f9964744750b2be19ba6ebb0f8d P 9ec4928733ef4f0aad3fb9f968d234e0: No bootstrap required, opened a new log
I20260630 12:35:39.667815  3951 ts_tablet_manager.cc:1403] T 188a2f9964744750b2be19ba6ebb0f8d P 9ec4928733ef4f0aad3fb9f968d234e0: Time spent bootstrapping tablet: real 0.082s	user 0.039s	sys 0.015s
I20260630 12:35:39.670101  3757 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fde674089882436bb30173d5a35a7fca" candidate_uuid: "c96cdc6c98e94843b41121763a7b8854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" is_pre_election: true
I20260630 12:35:39.671446  3951 raft_consensus.cc:359] T 188a2f9964744750b2be19ba6ebb0f8d P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
W20260630 12:35:39.671860  3871 leader_election.cc:343] T fde674089882436bb30173d5a35a7fca P c96cdc6c98e94843b41121763a7b8854 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:39.672415  3951 raft_consensus.cc:385] T 188a2f9964744750b2be19ba6ebb0f8d P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:39.672791  3951 raft_consensus.cc:740] T 188a2f9964744750b2be19ba6ebb0f8d P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9ec4928733ef4f0aad3fb9f968d234e0, State: Initialized, Role: FOLLOWER
I20260630 12:35:39.673873  3957 tablet_bootstrap.cc:492] T 46b7958273a14331911a80463e2a375e P 2cfa967891ba4eea84ce2d0759a9b243: No bootstrap required, opened a new log
I20260630 12:35:39.673617  3951 consensus_queue.cc:260] T 188a2f9964744750b2be19ba6ebb0f8d P 9ec4928733ef4f0aad3fb9f968d234e0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.674446  3957 ts_tablet_manager.cc:1403] T 46b7958273a14331911a80463e2a375e P 2cfa967891ba4eea84ce2d0759a9b243: Time spent bootstrapping tablet: real 0.103s	user 0.041s	sys 0.032s
I20260630 12:35:39.674343  3832 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fde674089882436bb30173d5a35a7fca" candidate_uuid: "c96cdc6c98e94843b41121763a7b8854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243" is_pre_election: true
I20260630 12:35:39.676100  3951 ts_tablet_manager.cc:1434] T 188a2f9964744750b2be19ba6ebb0f8d P 9ec4928733ef4f0aad3fb9f968d234e0: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
W20260630 12:35:39.676178  3872 leader_election.cc:343] T fde674089882436bb30173d5a35a7fca P c96cdc6c98e94843b41121763a7b8854 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:39.676748  3872 leader_election.cc:304] T fde674089882436bb30173d5a35a7fca P c96cdc6c98e94843b41121763a7b8854 [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: c96cdc6c98e94843b41121763a7b8854; no voters: 2cfa967891ba4eea84ce2d0759a9b243, 9ec4928733ef4f0aad3fb9f968d234e0
I20260630 12:35:39.677399  3951 tablet_bootstrap.cc:492] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0: Bootstrap starting.
I20260630 12:35:39.677593  3961 raft_consensus.cc:2749] T fde674089882436bb30173d5a35a7fca P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:39.678076  3955 raft_consensus.cc:493] T 0834b8609bca4364baee09c2f1be8e99 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:39.677888  3957 raft_consensus.cc:359] T 46b7958273a14331911a80463e2a375e P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.678799  3957 raft_consensus.cc:385] T 46b7958273a14331911a80463e2a375e P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:39.678578  3955 raft_consensus.cc:515] T 0834b8609bca4364baee09c2f1be8e99 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.679167  3957 raft_consensus.cc:740] T 46b7958273a14331911a80463e2a375e P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2cfa967891ba4eea84ce2d0759a9b243, State: Initialized, Role: FOLLOWER
I20260630 12:35:39.680148  3952 ts_tablet_manager.cc:1434] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854: Time spent starting tablet: real 0.019s	user 0.003s	sys 0.003s
I20260630 12:35:39.680112  3957 consensus_queue.cc:260] T 46b7958273a14331911a80463e2a375e P 2cfa967891ba4eea84ce2d0759a9b243 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.683179  3952 tablet_bootstrap.cc:492] T 0834b8609bca4364baee09c2f1be8e99 P c96cdc6c98e94843b41121763a7b8854: Bootstrap starting.
I20260630 12:35:39.684222  3951 tablet_bootstrap.cc:654] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:39.690922  3952 tablet_bootstrap.cc:654] T 0834b8609bca4364baee09c2f1be8e99 P c96cdc6c98e94843b41121763a7b8854: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:39.696552  3951 tablet_bootstrap.cc:492] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0: No bootstrap required, opened a new log
I20260630 12:35:39.697450  3951 ts_tablet_manager.cc:1403] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0: Time spent bootstrapping tablet: real 0.020s	user 0.014s	sys 0.005s
I20260630 12:35:39.701475  3951 raft_consensus.cc:359] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.705029  3951 raft_consensus.cc:385] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:39.707198  3951 raft_consensus.cc:740] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9ec4928733ef4f0aad3fb9f968d234e0, State: Initialized, Role: FOLLOWER
I20260630 12:35:39.709781  3951 consensus_queue.cc:260] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.714957  3955 leader_election.cc:290] T 0834b8609bca4364baee09c2f1be8e99 P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915), c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837)
I20260630 12:35:39.725670  3951 ts_tablet_manager.cc:1434] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0: Time spent starting tablet: real 0.028s	user 0.005s	sys 0.004s
I20260630 12:35:39.726419  3952 tablet_bootstrap.cc:492] T 0834b8609bca4364baee09c2f1be8e99 P c96cdc6c98e94843b41121763a7b8854: No bootstrap required, opened a new log
I20260630 12:35:39.726823  3951 tablet_bootstrap.cc:492] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0: Bootstrap starting.
I20260630 12:35:39.726979  3952 ts_tablet_manager.cc:1403] T 0834b8609bca4364baee09c2f1be8e99 P c96cdc6c98e94843b41121763a7b8854: Time spent bootstrapping tablet: real 0.044s	user 0.023s	sys 0.017s
I20260630 12:35:39.730396  3952 raft_consensus.cc:359] T 0834b8609bca4364baee09c2f1be8e99 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.731189  3952 raft_consensus.cc:385] T 0834b8609bca4364baee09c2f1be8e99 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:39.731509  3952 raft_consensus.cc:740] T 0834b8609bca4364baee09c2f1be8e99 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c96cdc6c98e94843b41121763a7b8854, State: Initialized, Role: FOLLOWER
I20260630 12:35:39.732420  3952 consensus_queue.cc:260] T 0834b8609bca4364baee09c2f1be8e99 P c96cdc6c98e94843b41121763a7b8854 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.733460  3951 tablet_bootstrap.cc:654] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:39.737538  3952 ts_tablet_manager.cc:1434] T 0834b8609bca4364baee09c2f1be8e99 P c96cdc6c98e94843b41121763a7b8854: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:35:39.739106  3952 tablet_bootstrap.cc:492] T 188a2f9964744750b2be19ba6ebb0f8d P c96cdc6c98e94843b41121763a7b8854: Bootstrap starting.
I20260630 12:35:39.740249  3961 raft_consensus.cc:493] T 287de74d9fbd4843a82044e1d55ccb49 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:39.740960  3961 raft_consensus.cc:515] T 287de74d9fbd4843a82044e1d55ccb49 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.742413  3957 ts_tablet_manager.cc:1434] T 46b7958273a14331911a80463e2a375e P 2cfa967891ba4eea84ce2d0759a9b243: Time spent starting tablet: real 0.067s	user 0.015s	sys 0.045s
I20260630 12:35:39.745396  3832 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "287de74d9fbd4843a82044e1d55ccb49" candidate_uuid: "c96cdc6c98e94843b41121763a7b8854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243" is_pre_election: true
I20260630 12:35:39.746239  3757 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "287de74d9fbd4843a82044e1d55ccb49" candidate_uuid: "c96cdc6c98e94843b41121763a7b8854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" is_pre_election: true
W20260630 12:35:39.746901  3872 leader_election.cc:343] T 287de74d9fbd4843a82044e1d55ccb49 P c96cdc6c98e94843b41121763a7b8854 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:39.750000  3961 leader_election.cc:290] T 287de74d9fbd4843a82044e1d55ccb49 P c96cdc6c98e94843b41121763a7b8854 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295), 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915)
I20260630 12:35:39.750818  3957 tablet_bootstrap.cc:492] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243: Bootstrap starting.
W20260630 12:35:39.751529  3871 leader_election.cc:343] T 287de74d9fbd4843a82044e1d55ccb49 P c96cdc6c98e94843b41121763a7b8854 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:39.752209  3871 leader_election.cc:304] T 287de74d9fbd4843a82044e1d55ccb49 P c96cdc6c98e94843b41121763a7b8854 [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: c96cdc6c98e94843b41121763a7b8854; no voters: 2cfa967891ba4eea84ce2d0759a9b243, 9ec4928733ef4f0aad3fb9f968d234e0
I20260630 12:35:39.753821  3961 raft_consensus.cc:2749] T 287de74d9fbd4843a82044e1d55ccb49 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:39.757017  3972 raft_consensus.cc:493] T 188a2f9964744750b2be19ba6ebb0f8d P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:39.757575  3972 raft_consensus.cc:515] T 188a2f9964744750b2be19ba6ebb0f8d P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.757967  3906 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0834b8609bca4364baee09c2f1be8e99" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c96cdc6c98e94843b41121763a7b8854" is_pre_election: true
I20260630 12:35:39.758699  3906 raft_consensus.cc:2468] T 0834b8609bca4364baee09c2f1be8e99 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9ec4928733ef4f0aad3fb9f968d234e0 in term 0.
I20260630 12:35:39.759961  3972 leader_election.cc:290] T 188a2f9964744750b2be19ba6ebb0f8d P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915), c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837)
I20260630 12:35:39.761420  3906 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "188a2f9964744750b2be19ba6ebb0f8d" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c96cdc6c98e94843b41121763a7b8854" is_pre_election: true
I20260630 12:35:39.763722  3722 leader_election.cc:304] T 0834b8609bca4364baee09c2f1be8e99 P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9ec4928733ef4f0aad3fb9f968d234e0, c96cdc6c98e94843b41121763a7b8854; no voters: 
I20260630 12:35:39.764848  3972 raft_consensus.cc:2804] T 0834b8609bca4364baee09c2f1be8e99 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Leader pre-election won for term 1
W20260630 12:35:39.764974  3722 leader_election.cc:343] T 188a2f9964744750b2be19ba6ebb0f8d P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:39.765250  3972 raft_consensus.cc:493] T 0834b8609bca4364baee09c2f1be8e99 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:39.765626  3972 raft_consensus.cc:3060] T 0834b8609bca4364baee09c2f1be8e99 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:39.767630  3957 tablet_bootstrap.cc:654] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:39.769372  3832 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0834b8609bca4364baee09c2f1be8e99" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243" is_pre_election: true
I20260630 12:35:39.769588  3831 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "188a2f9964744750b2be19ba6ebb0f8d" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243" is_pre_election: true
W20260630 12:35:39.771381  3723 leader_election.cc:343] T 0834b8609bca4364baee09c2f1be8e99 P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915): Illegal state: must be running to vote when last-logged opid is not known
W20260630 12:35:39.772332  3723 leader_election.cc:343] T 188a2f9964744750b2be19ba6ebb0f8d P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:39.772735  3723 leader_election.cc:304] T 188a2f9964744750b2be19ba6ebb0f8d P 9ec4928733ef4f0aad3fb9f968d234e0 [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: 9ec4928733ef4f0aad3fb9f968d234e0; no voters: 2cfa967891ba4eea84ce2d0759a9b243, c96cdc6c98e94843b41121763a7b8854
I20260630 12:35:39.773427  3972 raft_consensus.cc:515] T 0834b8609bca4364baee09c2f1be8e99 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.773874  3955 raft_consensus.cc:2749] T 188a2f9964744750b2be19ba6ebb0f8d P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:39.776239  3952 tablet_bootstrap.cc:654] T 188a2f9964744750b2be19ba6ebb0f8d P c96cdc6c98e94843b41121763a7b8854: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:39.776290  3831 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0834b8609bca4364baee09c2f1be8e99" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243"
I20260630 12:35:39.777899  3972 leader_election.cc:290] T 0834b8609bca4364baee09c2f1be8e99 P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 election: Requested vote from peers 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915), c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837)
W20260630 12:35:39.777997  3723 leader_election.cc:343] T 0834b8609bca4364baee09c2f1be8e99 P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:39.779063  3906 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0834b8609bca4364baee09c2f1be8e99" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c96cdc6c98e94843b41121763a7b8854"
I20260630 12:35:39.779644  3951 tablet_bootstrap.cc:492] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0: No bootstrap required, opened a new log
I20260630 12:35:39.779682  3906 raft_consensus.cc:3060] T 0834b8609bca4364baee09c2f1be8e99 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:39.780251  3957 tablet_bootstrap.cc:492] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243: No bootstrap required, opened a new log
I20260630 12:35:39.780526  3951 ts_tablet_manager.cc:1403] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0: Time spent bootstrapping tablet: real 0.054s	user 0.012s	sys 0.025s
I20260630 12:35:39.780748  3957 ts_tablet_manager.cc:1403] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243: Time spent bootstrapping tablet: real 0.030s	user 0.015s	sys 0.005s
I20260630 12:35:39.784065  3957 raft_consensus.cc:359] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.784869  3957 raft_consensus.cc:385] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:39.785149  3957 raft_consensus.cc:740] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2cfa967891ba4eea84ce2d0759a9b243, State: Initialized, Role: FOLLOWER
I20260630 12:35:39.783990  3951 raft_consensus.cc:359] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.785871  3957 consensus_queue.cc:260] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.786513  3951 raft_consensus.cc:385] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:39.786542  3961 raft_consensus.cc:493] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:39.787206  3951 raft_consensus.cc:740] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9ec4928733ef4f0aad3fb9f968d234e0, State: Initialized, Role: FOLLOWER
I20260630 12:35:39.787336  3961 raft_consensus.cc:515] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:39.788203  3951 consensus_queue.cc:260] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.789479  3906 raft_consensus.cc:2468] T 0834b8609bca4364baee09c2f1be8e99 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9ec4928733ef4f0aad3fb9f968d234e0 in term 1.
I20260630 12:35:39.790516  3957 ts_tablet_manager.cc:1434] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.002s
I20260630 12:35:39.790925  3757 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "90b01007e8764eda9f50887eb7e7cfed" candidate_uuid: "c96cdc6c98e94843b41121763a7b8854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" is_pre_election: true
I20260630 12:35:39.791525  3957 tablet_bootstrap.cc:492] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243: Bootstrap starting.
I20260630 12:35:39.791580  3757 raft_consensus.cc:2468] T 90b01007e8764eda9f50887eb7e7cfed P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c96cdc6c98e94843b41121763a7b8854 in term 0.
I20260630 12:35:39.791782  3831 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "90b01007e8764eda9f50887eb7e7cfed" candidate_uuid: "c96cdc6c98e94843b41121763a7b8854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243" is_pre_election: true
I20260630 12:35:39.793237  3871 leader_election.cc:304] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9ec4928733ef4f0aad3fb9f968d234e0, c96cdc6c98e94843b41121763a7b8854; no voters: 
I20260630 12:35:39.794072  3956 raft_consensus.cc:2804] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:39.794454  3956 raft_consensus.cc:493] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:39.794781  3956 raft_consensus.cc:3060] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:35:39.795300  3872 leader_election.cc:343] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:39.798281  3957 tablet_bootstrap.cc:654] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:39.798599  3961 leader_election.cc:290] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915), 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295)
I20260630 12:35:39.798797  3722 leader_election.cc:304] T 0834b8609bca4364baee09c2f1be8e99 P 9ec4928733ef4f0aad3fb9f968d234e0 [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: 9ec4928733ef4f0aad3fb9f968d234e0, c96cdc6c98e94843b41121763a7b8854; no voters: 2cfa967891ba4eea84ce2d0759a9b243
I20260630 12:35:39.802204  3951 ts_tablet_manager.cc:1434] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0: Time spent starting tablet: real 0.021s	user 0.004s	sys 0.002s
I20260630 12:35:39.802528  3972 raft_consensus.cc:2804] T 0834b8609bca4364baee09c2f1be8e99 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:39.803261  3972 raft_consensus.cc:697] T 0834b8609bca4364baee09c2f1be8e99 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Becoming Leader. State: Replica: 9ec4928733ef4f0aad3fb9f968d234e0, State: Running, Role: LEADER
I20260630 12:35:39.803997  3956 raft_consensus.cc:515] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:39.804097  3972 consensus_queue.cc:237] T 0834b8609bca4364baee09c2f1be8e99 P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.804672  3951 tablet_bootstrap.cc:492] T 287de74d9fbd4843a82044e1d55ccb49 P 9ec4928733ef4f0aad3fb9f968d234e0: Bootstrap starting.
I20260630 12:35:39.807309  3831 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "90b01007e8764eda9f50887eb7e7cfed" candidate_uuid: "c96cdc6c98e94843b41121763a7b8854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243"
W20260630 12:35:39.809401  3872 leader_election.cc:343] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:39.812120  3956 leader_election.cc:290] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [CANDIDATE]: Term 1 election: Requested vote from peers 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915), 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295)
I20260630 12:35:39.812382  3757 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "90b01007e8764eda9f50887eb7e7cfed" candidate_uuid: "c96cdc6c98e94843b41121763a7b8854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0"
I20260630 12:35:39.813055  3757 raft_consensus.cc:3060] T 90b01007e8764eda9f50887eb7e7cfed P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:39.815426  3951 tablet_bootstrap.cc:654] T 287de74d9fbd4843a82044e1d55ccb49 P 9ec4928733ef4f0aad3fb9f968d234e0: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:39.815596  3952 tablet_bootstrap.cc:492] T 188a2f9964744750b2be19ba6ebb0f8d P c96cdc6c98e94843b41121763a7b8854: No bootstrap required, opened a new log
I20260630 12:35:39.816425  3952 ts_tablet_manager.cc:1403] T 188a2f9964744750b2be19ba6ebb0f8d P c96cdc6c98e94843b41121763a7b8854: Time spent bootstrapping tablet: real 0.078s	user 0.016s	sys 0.003s
I20260630 12:35:39.819473  3952 raft_consensus.cc:359] T 188a2f9964744750b2be19ba6ebb0f8d P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.820192  3952 raft_consensus.cc:385] T 188a2f9964744750b2be19ba6ebb0f8d P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:39.820479  3952 raft_consensus.cc:740] T 188a2f9964744750b2be19ba6ebb0f8d P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c96cdc6c98e94843b41121763a7b8854, State: Initialized, Role: FOLLOWER
I20260630 12:35:39.820940  3757 raft_consensus.cc:2468] T 90b01007e8764eda9f50887eb7e7cfed P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c96cdc6c98e94843b41121763a7b8854 in term 1.
I20260630 12:35:39.821367  3952 consensus_queue.cc:260] T 188a2f9964744750b2be19ba6ebb0f8d P c96cdc6c98e94843b41121763a7b8854 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.822232  3871 leader_election.cc:304] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [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: 9ec4928733ef4f0aad3fb9f968d234e0, c96cdc6c98e94843b41121763a7b8854; no voters: 2cfa967891ba4eea84ce2d0759a9b243
I20260630 12:35:39.824827  3961 raft_consensus.cc:2804] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Leader election won for term 1
W20260630 12:35:39.831743  3703 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:35:39.834343  3708 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:35:39.835260  3952 ts_tablet_manager.cc:1434] T 188a2f9964744750b2be19ba6ebb0f8d P c96cdc6c98e94843b41121763a7b8854: Time spent starting tablet: real 0.018s	user 0.006s	sys 0.001s
W20260630 12:35:39.835464  3708 auto_leader_rebalancer.cc:524] the master instance isn't leader: Service unavailable: Tablet not running
I20260630 12:35:39.836436  3952 tablet_bootstrap.cc:492] T 8f6ac50bc9ab4900ad725282798ce855 P c96cdc6c98e94843b41121763a7b8854: Bootstrap starting.
I20260630 12:35:39.835903  3654 catalog_manager.cc:5697] T 0834b8609bca4364baee09c2f1be8e99 P 9ec4928733ef4f0aad3fb9f968d234e0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1). New cstate: current_term: 1 leader_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:39.841843  3957 tablet_bootstrap.cc:492] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243: No bootstrap required, opened a new log
I20260630 12:35:39.842636  3957 ts_tablet_manager.cc:1403] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243: Time spent bootstrapping tablet: real 0.051s	user 0.023s	sys 0.019s
I20260630 12:35:39.846903  3952 tablet_bootstrap.cc:654] T 8f6ac50bc9ab4900ad725282798ce855 P c96cdc6c98e94843b41121763a7b8854: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:39.848431  3951 tablet_bootstrap.cc:492] T 287de74d9fbd4843a82044e1d55ccb49 P 9ec4928733ef4f0aad3fb9f968d234e0: No bootstrap required, opened a new log
I20260630 12:35:39.849184  3951 ts_tablet_manager.cc:1403] T 287de74d9fbd4843a82044e1d55ccb49 P 9ec4928733ef4f0aad3fb9f968d234e0: Time spent bootstrapping tablet: real 0.045s	user 0.016s	sys 0.009s
I20260630 12:35:39.850951  3961 raft_consensus.cc:697] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [term 1 LEADER]: Becoming Leader. State: Replica: c96cdc6c98e94843b41121763a7b8854, State: Running, Role: LEADER
I20260630 12:35:39.851886  3961 consensus_queue.cc:237] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:39.852620  3967 raft_consensus.cc:493] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:39.853143  3957 raft_consensus.cc:359] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.853955  3957 raft_consensus.cc:385] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:39.853343  3967 raft_consensus.cc:515] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.854288  3957 raft_consensus.cc:740] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2cfa967891ba4eea84ce2d0759a9b243, State: Initialized, Role: FOLLOWER
I20260630 12:35:39.855135  3957 consensus_queue.cc:260] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.858673  3967 leader_election.cc:290] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295), c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837)
I20260630 12:35:39.866243  3952 tablet_bootstrap.cc:492] T 8f6ac50bc9ab4900ad725282798ce855 P c96cdc6c98e94843b41121763a7b8854: No bootstrap required, opened a new log
I20260630 12:35:39.866829  3952 ts_tablet_manager.cc:1403] T 8f6ac50bc9ab4900ad725282798ce855 P c96cdc6c98e94843b41121763a7b8854: Time spent bootstrapping tablet: real 0.031s	user 0.015s	sys 0.008s
I20260630 12:35:39.852628  3951 raft_consensus.cc:359] T 287de74d9fbd4843a82044e1d55ccb49 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.870966  3952 raft_consensus.cc:359] T 8f6ac50bc9ab4900ad725282798ce855 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.871803  3952 raft_consensus.cc:385] T 8f6ac50bc9ab4900ad725282798ce855 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:39.872246  3952 raft_consensus.cc:740] T 8f6ac50bc9ab4900ad725282798ce855 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c96cdc6c98e94843b41121763a7b8854, State: Initialized, Role: FOLLOWER
I20260630 12:35:39.873458  3952 consensus_queue.cc:260] T 8f6ac50bc9ab4900ad725282798ce855 P c96cdc6c98e94843b41121763a7b8854 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.876607  3952 ts_tablet_manager.cc:1434] T 8f6ac50bc9ab4900ad725282798ce855 P c96cdc6c98e94843b41121763a7b8854: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260630 12:35:39.881091  3952 tablet_bootstrap.cc:492] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854: Bootstrap starting.
I20260630 12:35:39.881325  3957 ts_tablet_manager.cc:1434] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243: Time spent starting tablet: real 0.038s	user 0.008s	sys 0.014s
I20260630 12:35:39.871363  3951 raft_consensus.cc:385] T 287de74d9fbd4843a82044e1d55ccb49 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:39.882867  3951 raft_consensus.cc:740] T 287de74d9fbd4843a82044e1d55ccb49 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9ec4928733ef4f0aad3fb9f968d234e0, State: Initialized, Role: FOLLOWER
I20260630 12:35:39.883064  3957 tablet_bootstrap.cc:492] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243: Bootstrap starting.
I20260630 12:35:39.883872  3951 consensus_queue.cc:260] T 287de74d9fbd4843a82044e1d55ccb49 P 9ec4928733ef4f0aad3fb9f968d234e0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.886341  3951 ts_tablet_manager.cc:1434] T 287de74d9fbd4843a82044e1d55ccb49 P 9ec4928733ef4f0aad3fb9f968d234e0: Time spent starting tablet: real 0.037s	user 0.007s	sys 0.004s
I20260630 12:35:39.888002  3951 tablet_bootstrap.cc:492] T 8f6ac50bc9ab4900ad725282798ce855 P 9ec4928733ef4f0aad3fb9f968d234e0: Bootstrap starting.
I20260630 12:35:39.890393  3957 tablet_bootstrap.cc:654] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:39.889789  3652 catalog_manager.cc:5697] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 reported cstate change: term changed from 0 to 1, leader changed from <none> to c96cdc6c98e94843b41121763a7b8854 (127.0.192.3). New cstate: current_term: 1 leader_uuid: "c96cdc6c98e94843b41121763a7b8854" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:39.890991  3952 tablet_bootstrap.cc:654] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:39.894591  3983 raft_consensus.cc:493] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:39.895169  3983 raft_consensus.cc:515] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.897476  3983 leader_election.cc:290] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295), c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837)
I20260630 12:35:39.909318  3951 tablet_bootstrap.cc:654] T 8f6ac50bc9ab4900ad725282798ce855 P 9ec4928733ef4f0aad3fb9f968d234e0: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:39.917342  3952 tablet_bootstrap.cc:492] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854: No bootstrap required, opened a new log
I20260630 12:35:39.918320  3757 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "188a2f9964744750b2be19ba6ebb0f8d" candidate_uuid: "2cfa967891ba4eea84ce2d0759a9b243" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" is_pre_election: true
I20260630 12:35:39.919078  3757 raft_consensus.cc:2468] T 188a2f9964744750b2be19ba6ebb0f8d P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2cfa967891ba4eea84ce2d0759a9b243 in term 0.
I20260630 12:35:39.919134  3756 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8f6ac50bc9ab4900ad725282798ce855" candidate_uuid: "2cfa967891ba4eea84ce2d0759a9b243" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" is_pre_election: true
I20260630 12:35:39.920336  3952 ts_tablet_manager.cc:1403] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854: Time spent bootstrapping tablet: real 0.040s	user 0.014s	sys 0.019s
I20260630 12:35:39.920425  3797 leader_election.cc:304] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2cfa967891ba4eea84ce2d0759a9b243, 9ec4928733ef4f0aad3fb9f968d234e0; no voters: 
I20260630 12:35:39.921417  3983 raft_consensus.cc:2804] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Leader pre-election won for term 1
W20260630 12:35:39.921576  3797 leader_election.cc:343] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:39.921815  3983 raft_consensus.cc:493] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:39.922327  3983 raft_consensus.cc:3060] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:39.923530  3952 raft_consensus.cc:359] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.924312  3952 raft_consensus.cc:385] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:39.924640  3952 raft_consensus.cc:740] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c96cdc6c98e94843b41121763a7b8854, State: Initialized, Role: FOLLOWER
I20260630 12:35:39.925493  3952 consensus_queue.cc:260] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.929276  3957 tablet_bootstrap.cc:492] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243: No bootstrap required, opened a new log
I20260630 12:35:39.929811  3957 ts_tablet_manager.cc:1403] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243: Time spent bootstrapping tablet: real 0.047s	user 0.010s	sys 0.008s
I20260630 12:35:39.930408  3951 tablet_bootstrap.cc:492] T 8f6ac50bc9ab4900ad725282798ce855 P 9ec4928733ef4f0aad3fb9f968d234e0: No bootstrap required, opened a new log
I20260630 12:35:39.930963  3951 ts_tablet_manager.cc:1403] T 8f6ac50bc9ab4900ad725282798ce855 P 9ec4928733ef4f0aad3fb9f968d234e0: Time spent bootstrapping tablet: real 0.043s	user 0.011s	sys 0.001s
I20260630 12:35:39.932775  3957 raft_consensus.cc:359] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.933514  3957 raft_consensus.cc:385] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:39.933833  3957 raft_consensus.cc:740] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2cfa967891ba4eea84ce2d0759a9b243, State: Initialized, Role: FOLLOWER
I20260630 12:35:39.933977  3951 raft_consensus.cc:359] T 8f6ac50bc9ab4900ad725282798ce855 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.934831  3952 ts_tablet_manager.cc:1434] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.000s
I20260630 12:35:39.934882  3951 raft_consensus.cc:385] T 8f6ac50bc9ab4900ad725282798ce855 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:39.934741  3957 consensus_queue.cc:260] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.932806  3983 raft_consensus.cc:515] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.935492  3951 raft_consensus.cc:740] T 8f6ac50bc9ab4900ad725282798ce855 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9ec4928733ef4f0aad3fb9f968d234e0, State: Initialized, Role: FOLLOWER
I20260630 12:35:39.936456  3951 consensus_queue.cc:260] T 8f6ac50bc9ab4900ad725282798ce855 P 9ec4928733ef4f0aad3fb9f968d234e0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.938983  3951 ts_tablet_manager.cc:1434] T 8f6ac50bc9ab4900ad725282798ce855 P 9ec4928733ef4f0aad3fb9f968d234e0: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.001s
I20260630 12:35:39.940090  3951 tablet_bootstrap.cc:492] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0: Bootstrap starting.
I20260630 12:35:39.941216  3756 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "188a2f9964744750b2be19ba6ebb0f8d" candidate_uuid: "2cfa967891ba4eea84ce2d0759a9b243" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0"
I20260630 12:35:39.941883  3756 raft_consensus.cc:3060] T 188a2f9964744750b2be19ba6ebb0f8d P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:39.945422  3951 tablet_bootstrap.cc:654] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:39.946244  3957 ts_tablet_manager.cc:1434] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243: Time spent starting tablet: real 0.016s	user 0.008s	sys 0.000s
I20260630 12:35:39.951157  3983 leader_election.cc:290] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243 [CANDIDATE]: Term 1 election: Requested vote from peers 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295), c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837)
I20260630 12:35:39.952906  3957 tablet_bootstrap.cc:492] T fde674089882436bb30173d5a35a7fca P 2cfa967891ba4eea84ce2d0759a9b243: Bootstrap starting.
I20260630 12:35:39.955911  3906 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "188a2f9964744750b2be19ba6ebb0f8d" candidate_uuid: "2cfa967891ba4eea84ce2d0759a9b243" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c96cdc6c98e94843b41121763a7b8854" is_pre_election: true
I20260630 12:35:39.956615  3906 raft_consensus.cc:2468] T 188a2f9964744750b2be19ba6ebb0f8d P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2cfa967891ba4eea84ce2d0759a9b243 in term 0.
I20260630 12:35:39.957710  3905 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8f6ac50bc9ab4900ad725282798ce855" candidate_uuid: "2cfa967891ba4eea84ce2d0759a9b243" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c96cdc6c98e94843b41121763a7b8854" is_pre_election: true
I20260630 12:35:39.958636  3904 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "188a2f9964744750b2be19ba6ebb0f8d" candidate_uuid: "2cfa967891ba4eea84ce2d0759a9b243" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c96cdc6c98e94843b41121763a7b8854"
I20260630 12:35:39.959250  3905 raft_consensus.cc:2468] T 8f6ac50bc9ab4900ad725282798ce855 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2cfa967891ba4eea84ce2d0759a9b243 in term 0.
I20260630 12:35:39.959635  3983 raft_consensus.cc:493] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:39.959250  3904 raft_consensus.cc:3060] T 188a2f9964744750b2be19ba6ebb0f8d P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:39.960079  3983 raft_consensus.cc:515] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.962503  3957 tablet_bootstrap.cc:654] T fde674089882436bb30173d5a35a7fca P 2cfa967891ba4eea84ce2d0759a9b243: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:39.963438  3983 leader_election.cc:290] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295), c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837)
I20260630 12:35:39.966835  3904 raft_consensus.cc:2468] T 188a2f9964744750b2be19ba6ebb0f8d P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2cfa967891ba4eea84ce2d0759a9b243 in term 1.
I20260630 12:35:39.967442  3757 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "287de74d9fbd4843a82044e1d55ccb49" candidate_uuid: "2cfa967891ba4eea84ce2d0759a9b243" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" is_pre_election: true
I20260630 12:35:39.968097  3757 raft_consensus.cc:2468] T 287de74d9fbd4843a82044e1d55ccb49 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2cfa967891ba4eea84ce2d0759a9b243 in term 0.
I20260630 12:35:39.969516  3797 leader_election.cc:304] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2cfa967891ba4eea84ce2d0759a9b243, 9ec4928733ef4f0aad3fb9f968d234e0; no voters: 
I20260630 12:35:39.970064  3904 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "287de74d9fbd4843a82044e1d55ccb49" candidate_uuid: "2cfa967891ba4eea84ce2d0759a9b243" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c96cdc6c98e94843b41121763a7b8854" is_pre_election: true
I20260630 12:35:39.970366  3756 raft_consensus.cc:2468] T 188a2f9964744750b2be19ba6ebb0f8d P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2cfa967891ba4eea84ce2d0759a9b243 in term 1.
I20260630 12:35:39.970786  3904 raft_consensus.cc:2468] T 287de74d9fbd4843a82044e1d55ccb49 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2cfa967891ba4eea84ce2d0759a9b243 in term 0.
I20260630 12:35:39.970607  3797 leader_election.cc:304] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [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: 2cfa967891ba4eea84ce2d0759a9b243, c96cdc6c98e94843b41121763a7b8854; no voters: 9ec4928733ef4f0aad3fb9f968d234e0
I20260630 12:35:39.972311  3967 raft_consensus.cc:2804] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:39.972702  3967 raft_consensus.cc:493] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:39.972935  3957 tablet_bootstrap.cc:492] T fde674089882436bb30173d5a35a7fca P 2cfa967891ba4eea84ce2d0759a9b243: No bootstrap required, opened a new log
I20260630 12:35:39.973080  3967 raft_consensus.cc:3060] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:39.973596  3797 leader_election.cc:304] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2cfa967891ba4eea84ce2d0759a9b243, c96cdc6c98e94843b41121763a7b8854; no voters: 
I20260630 12:35:39.971304  3983 raft_consensus.cc:2804] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:39.974570  3951 tablet_bootstrap.cc:492] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0: No bootstrap required, opened a new log
I20260630 12:35:39.974920  3983 raft_consensus.cc:493] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:39.975293  3983 raft_consensus.cc:3060] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:39.975241  3951 ts_tablet_manager.cc:1403] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0: Time spent bootstrapping tablet: real 0.035s	user 0.021s	sys 0.013s
I20260630 12:35:39.976850  3957 ts_tablet_manager.cc:1403] T fde674089882436bb30173d5a35a7fca P 2cfa967891ba4eea84ce2d0759a9b243: Time spent bootstrapping tablet: real 0.024s	user 0.010s	sys 0.008s
I20260630 12:35:39.978415  3951 raft_consensus.cc:359] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.979218  3951 raft_consensus.cc:385] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:39.979547  3951 raft_consensus.cc:740] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9ec4928733ef4f0aad3fb9f968d234e0, State: Initialized, Role: FOLLOWER
I20260630 12:35:39.979915  3957 raft_consensus.cc:359] T fde674089882436bb30173d5a35a7fca P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.980656  3957 raft_consensus.cc:385] T fde674089882436bb30173d5a35a7fca P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:39.980428  3951 consensus_queue.cc:260] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.980994  3957 raft_consensus.cc:740] T fde674089882436bb30173d5a35a7fca P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2cfa967891ba4eea84ce2d0759a9b243, State: Initialized, Role: FOLLOWER
I20260630 12:35:39.981145  3967 raft_consensus.cc:515] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.981855  3957 consensus_queue.cc:260] T fde674089882436bb30173d5a35a7fca P 2cfa967891ba4eea84ce2d0759a9b243 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.982460  3983 raft_consensus.cc:515] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.984591  3983 leader_election.cc:290] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [CANDIDATE]: Term 1 election: Requested vote from peers 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295), c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837)
I20260630 12:35:39.985265  3983 raft_consensus.cc:2804] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:39.985423  3951 ts_tablet_manager.cc:1434] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:35:39.985785  3983 raft_consensus.cc:697] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 LEADER]: Becoming Leader. State: Replica: 2cfa967891ba4eea84ce2d0759a9b243, State: Running, Role: LEADER
I20260630 12:35:39.989936  3967 leader_election.cc:290] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [CANDIDATE]: Term 1 election: Requested vote from peers 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295), c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837)
I20260630 12:35:39.995141  3972 raft_consensus.cc:493] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:39.996016  3972 raft_consensus.cc:515] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:39.996973  3983 consensus_queue.cc:237] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:40.005620  3955 raft_consensus.cc:493] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:40.006389  3955 raft_consensus.cc:515] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:40.009406  3955 leader_election.cc:290] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915), c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837)
I20260630 12:35:40.009454  3904 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fde674089882436bb30173d5a35a7fca" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c96cdc6c98e94843b41121763a7b8854" is_pre_election: true
I20260630 12:35:40.011395  3904 raft_consensus.cc:2468] T fde674089882436bb30173d5a35a7fca P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9ec4928733ef4f0aad3fb9f968d234e0 in term 0.
I20260630 12:35:40.014426  3722 leader_election.cc:304] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9ec4928733ef4f0aad3fb9f968d234e0, c96cdc6c98e94843b41121763a7b8854; no voters: 
I20260630 12:35:40.015853  3955 raft_consensus.cc:2804] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:40.016381  3955 raft_consensus.cc:493] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:40.016819  3955 raft_consensus.cc:3060] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:40.018369  3972 leader_election.cc:290] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915), c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837)
I20260630 12:35:40.022848  3904 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "46b7958273a14331911a80463e2a375e" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c96cdc6c98e94843b41121763a7b8854" is_pre_election: true
I20260630 12:35:40.023897  3904 raft_consensus.cc:2468] T 46b7958273a14331911a80463e2a375e P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9ec4928733ef4f0aad3fb9f968d234e0 in term 0.
I20260630 12:35:40.026002  3722 leader_election.cc:304] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9ec4928733ef4f0aad3fb9f968d234e0, c96cdc6c98e94843b41121763a7b8854; no voters: 
I20260630 12:35:40.029511  3972 raft_consensus.cc:2804] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:40.030128  3972 raft_consensus.cc:493] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:40.030649  3972 raft_consensus.cc:3060] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:40.039520  3967 raft_consensus.cc:493] T fde674089882436bb30173d5a35a7fca P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:40.040333  3967 raft_consensus.cc:515] T fde674089882436bb30173d5a35a7fca P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
W20260630 12:35:40.058848  3797 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.192.3:42837, user_credentials={real_user=slave}} blocked reactor thread for 85343.8us
I20260630 12:35:40.060403  3967 leader_election.cc:290] T fde674089882436bb30173d5a35a7fca P 2cfa967891ba4eea84ce2d0759a9b243 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295), c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837)
I20260630 12:35:40.045866  3955 raft_consensus.cc:515] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:40.062366  3756 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8f6ac50bc9ab4900ad725282798ce855" candidate_uuid: "2cfa967891ba4eea84ce2d0759a9b243" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0"
I20260630 12:35:40.063273  3756 raft_consensus.cc:3060] T 8f6ac50bc9ab4900ad725282798ce855 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:40.066787  3904 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fde674089882436bb30173d5a35a7fca" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c96cdc6c98e94843b41121763a7b8854"
I20260630 12:35:40.067672  3904 raft_consensus.cc:3060] T fde674089882436bb30173d5a35a7fca P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:40.075332  3756 raft_consensus.cc:2468] T 8f6ac50bc9ab4900ad725282798ce855 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2cfa967891ba4eea84ce2d0759a9b243 in term 1.
I20260630 12:35:40.078441  3757 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "287de74d9fbd4843a82044e1d55ccb49" candidate_uuid: "2cfa967891ba4eea84ce2d0759a9b243" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0"
I20260630 12:35:40.079032  3955 leader_election.cc:290] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 election: Requested vote from peers 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915), c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837)
I20260630 12:35:40.079345  3757 raft_consensus.cc:3060] T 287de74d9fbd4843a82044e1d55ccb49 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:40.057921  3972 raft_consensus.cc:515] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:40.080093  3957 ts_tablet_manager.cc:1434] T fde674089882436bb30173d5a35a7fca P 2cfa967891ba4eea84ce2d0759a9b243: Time spent starting tablet: real 0.103s	user 0.029s	sys 0.068s
I20260630 12:35:40.081208  3957 tablet_bootstrap.cc:492] T 90b01007e8764eda9f50887eb7e7cfed P 2cfa967891ba4eea84ce2d0759a9b243: Bootstrap starting.
I20260630 12:35:40.082232  3904 raft_consensus.cc:2468] T fde674089882436bb30173d5a35a7fca P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9ec4928733ef4f0aad3fb9f968d234e0 in term 1.
I20260630 12:35:40.083619  3722 leader_election.cc:304] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9ec4928733ef4f0aad3fb9f968d234e0, c96cdc6c98e94843b41121763a7b8854; no voters: 
I20260630 12:35:40.084529  3955 raft_consensus.cc:2804] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:40.087616  3957 tablet_bootstrap.cc:654] T 90b01007e8764eda9f50887eb7e7cfed P 2cfa967891ba4eea84ce2d0759a9b243: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:40.088743  3757 raft_consensus.cc:2468] T 287de74d9fbd4843a82044e1d55ccb49 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2cfa967891ba4eea84ce2d0759a9b243 in term 1.
I20260630 12:35:40.090888  3905 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "287de74d9fbd4843a82044e1d55ccb49" candidate_uuid: "2cfa967891ba4eea84ce2d0759a9b243" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c96cdc6c98e94843b41121763a7b8854"
I20260630 12:35:40.091265  3755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fde674089882436bb30173d5a35a7fca" candidate_uuid: "2cfa967891ba4eea84ce2d0759a9b243" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" is_pre_election: true
I20260630 12:35:40.091466  3831 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fde674089882436bb30173d5a35a7fca" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243" is_pre_election: true
I20260630 12:35:40.091905  3906 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8f6ac50bc9ab4900ad725282798ce855" candidate_uuid: "2cfa967891ba4eea84ce2d0759a9b243" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c96cdc6c98e94843b41121763a7b8854"
I20260630 12:35:40.092074  3831 raft_consensus.cc:2468] T fde674089882436bb30173d5a35a7fca P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9ec4928733ef4f0aad3fb9f968d234e0 in term 0.
I20260630 12:35:40.091553  3652 catalog_manager.cc:5697] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2). New cstate: current_term: 1 leader_uuid: "2cfa967891ba4eea84ce2d0759a9b243" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:40.092515  3906 raft_consensus.cc:3060] T 8f6ac50bc9ab4900ad725282798ce855 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:40.093140  3832 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "46b7958273a14331911a80463e2a375e" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243" is_pre_election: true
I20260630 12:35:40.093307  3904 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "46b7958273a14331911a80463e2a375e" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c96cdc6c98e94843b41121763a7b8854"
I20260630 12:35:40.093842  3904 raft_consensus.cc:3060] T 46b7958273a14331911a80463e2a375e P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:40.093796  3832 raft_consensus.cc:2468] T 46b7958273a14331911a80463e2a375e P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9ec4928733ef4f0aad3fb9f968d234e0 in term 0.
I20260630 12:35:40.095541  3832 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fde674089882436bb30173d5a35a7fca" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243"
I20260630 12:35:40.096127  3832 raft_consensus.cc:3060] T fde674089882436bb30173d5a35a7fca P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:40.101269  3904 raft_consensus.cc:2468] T 46b7958273a14331911a80463e2a375e P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9ec4928733ef4f0aad3fb9f968d234e0 in term 1.
I20260630 12:35:40.101430  3903 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fde674089882436bb30173d5a35a7fca" candidate_uuid: "2cfa967891ba4eea84ce2d0759a9b243" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c96cdc6c98e94843b41121763a7b8854" is_pre_election: true
I20260630 12:35:40.102422  3903 raft_consensus.cc:2393] T fde674089882436bb30173d5a35a7fca P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 2cfa967891ba4eea84ce2d0759a9b243 in current term 1: Already voted for candidate 9ec4928733ef4f0aad3fb9f968d234e0 in this term.
I20260630 12:35:40.102775  3722 leader_election.cc:304] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9ec4928733ef4f0aad3fb9f968d234e0, c96cdc6c98e94843b41121763a7b8854; no voters: 
I20260630 12:35:40.091568  3905 raft_consensus.cc:3060] T 287de74d9fbd4843a82044e1d55ccb49 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:40.102991  3831 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "46b7958273a14331911a80463e2a375e" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243"
I20260630 12:35:40.103819  3831 raft_consensus.cc:3060] T 46b7958273a14331911a80463e2a375e P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:40.104395  3832 raft_consensus.cc:2468] T fde674089882436bb30173d5a35a7fca P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9ec4928733ef4f0aad3fb9f968d234e0 in term 1.
I20260630 12:35:40.106125  3797 leader_election.cc:304] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2cfa967891ba4eea84ce2d0759a9b243, 9ec4928733ef4f0aad3fb9f968d234e0; no voters: 
I20260630 12:35:40.106735  3972 leader_election.cc:290] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 election: Requested vote from peers 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915), c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837)
I20260630 12:35:40.108446  3972 raft_consensus.cc:2804] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:40.109036  3972 raft_consensus.cc:697] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Becoming Leader. State: Replica: 9ec4928733ef4f0aad3fb9f968d234e0, State: Running, Role: LEADER
I20260630 12:35:40.109578  3983 raft_consensus.cc:2804] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:40.110922  3983 raft_consensus.cc:697] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 LEADER]: Becoming Leader. State: Replica: 2cfa967891ba4eea84ce2d0759a9b243, State: Running, Role: LEADER
I20260630 12:35:40.111729  3831 raft_consensus.cc:2468] T 46b7958273a14331911a80463e2a375e P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9ec4928733ef4f0aad3fb9f968d234e0 in term 1.
I20260630 12:35:40.111773  3983 consensus_queue.cc:237] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:40.112300  3906 raft_consensus.cc:2468] T 8f6ac50bc9ab4900ad725282798ce855 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2cfa967891ba4eea84ce2d0759a9b243 in term 1.
I20260630 12:35:40.113250  3972 consensus_queue.cc:237] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:40.115492  3905 raft_consensus.cc:2468] T 287de74d9fbd4843a82044e1d55ccb49 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2cfa967891ba4eea84ce2d0759a9b243 in term 1.
I20260630 12:35:40.110251  3797 leader_election.cc:304] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2cfa967891ba4eea84ce2d0759a9b243, 9ec4928733ef4f0aad3fb9f968d234e0; no voters: 
I20260630 12:35:40.119343  3955 raft_consensus.cc:697] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Becoming Leader. State: Replica: 9ec4928733ef4f0aad3fb9f968d234e0, State: Running, Role: LEADER
I20260630 12:35:40.119796  3967 raft_consensus.cc:2804] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:40.120529  3967 raft_consensus.cc:697] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 LEADER]: Becoming Leader. State: Replica: 2cfa967891ba4eea84ce2d0759a9b243, State: Running, Role: LEADER
I20260630 12:35:40.120832  3955 consensus_queue.cc:237] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:40.121574  3967 consensus_queue.cc:237] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:40.125581  3957 tablet_bootstrap.cc:492] T 90b01007e8764eda9f50887eb7e7cfed P 2cfa967891ba4eea84ce2d0759a9b243: No bootstrap required, opened a new log
I20260630 12:35:40.126123  3957 ts_tablet_manager.cc:1403] T 90b01007e8764eda9f50887eb7e7cfed P 2cfa967891ba4eea84ce2d0759a9b243: Time spent bootstrapping tablet: real 0.045s	user 0.009s	sys 0.006s
I20260630 12:35:40.133880  3957 raft_consensus.cc:359] T 90b01007e8764eda9f50887eb7e7cfed P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:40.136438  3957 raft_consensus.cc:385] T 90b01007e8764eda9f50887eb7e7cfed P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:40.137259  3957 raft_consensus.cc:740] T 90b01007e8764eda9f50887eb7e7cfed P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2cfa967891ba4eea84ce2d0759a9b243, State: Initialized, Role: FOLLOWER
I20260630 12:35:40.138434  3957 consensus_queue.cc:260] T 90b01007e8764eda9f50887eb7e7cfed P 2cfa967891ba4eea84ce2d0759a9b243 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:40.141649  3797 leader_election.cc:304] T fde674089882436bb30173d5a35a7fca P 2cfa967891ba4eea84ce2d0759a9b243 [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: 2cfa967891ba4eea84ce2d0759a9b243; no voters: 9ec4928733ef4f0aad3fb9f968d234e0, c96cdc6c98e94843b41121763a7b8854
I20260630 12:35:40.143306  3967 raft_consensus.cc:2749] T fde674089882436bb30173d5a35a7fca P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:40.141563  3957 ts_tablet_manager.cc:1434] T 90b01007e8764eda9f50887eb7e7cfed P 2cfa967891ba4eea84ce2d0759a9b243: Time spent starting tablet: real 0.015s	user 0.001s	sys 0.006s
I20260630 12:35:40.145678  3957 tablet_bootstrap.cc:492] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243: Bootstrap starting.
I20260630 12:35:40.146730  3652 catalog_manager.cc:5697] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2). New cstate: current_term: 1 leader_uuid: "2cfa967891ba4eea84ce2d0759a9b243" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:40.148072  3652 catalog_manager.cc:5697] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2). New cstate: current_term: 1 leader_uuid: "2cfa967891ba4eea84ce2d0759a9b243" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:40.147953  3655 catalog_manager.cc:5697] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1). New cstate: current_term: 1 leader_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:40.152472  3957 tablet_bootstrap.cc:654] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:40.157337  3957 tablet_bootstrap.cc:492] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243: No bootstrap required, opened a new log
I20260630 12:35:40.157831  3957 ts_tablet_manager.cc:1403] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243: Time spent bootstrapping tablet: real 0.012s	user 0.009s	sys 0.001s
I20260630 12:35:40.160986  3957 raft_consensus.cc:359] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:40.161746  3957 raft_consensus.cc:385] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:40.162036  3957 raft_consensus.cc:740] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2cfa967891ba4eea84ce2d0759a9b243, State: Initialized, Role: FOLLOWER
I20260630 12:35:40.162773  3957 consensus_queue.cc:260] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:40.164839  3957 ts_tablet_manager.cc:1434] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:35:40.165922  3957 tablet_bootstrap.cc:492] T 0834b8609bca4364baee09c2f1be8e99 P 2cfa967891ba4eea84ce2d0759a9b243: Bootstrap starting.
I20260630 12:35:40.166318  3652 catalog_manager.cc:5697] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1). New cstate: current_term: 1 leader_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:40.172521  3957 tablet_bootstrap.cc:654] T 0834b8609bca4364baee09c2f1be8e99 P 2cfa967891ba4eea84ce2d0759a9b243: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:40.174769  3972 raft_consensus.cc:493] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:40.175282  3972 raft_consensus.cc:515] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:40.177265  3972 leader_election.cc:290] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915), c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837)
I20260630 12:35:40.178514  3961 raft_consensus.cc:493] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:40.179028  3961 raft_consensus.cc:515] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:40.179358  3831 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15ff61bdeeaf4b0aa58b817a8c83c21c" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243" is_pre_election: true
I20260630 12:35:40.180275  3831 raft_consensus.cc:2468] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9ec4928733ef4f0aad3fb9f968d234e0 in term 0.
I20260630 12:35:40.180979  3961 leader_election.cc:290] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915), 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295)
I20260630 12:35:40.182915  3905 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15ff61bdeeaf4b0aa58b817a8c83c21c" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c96cdc6c98e94843b41121763a7b8854" is_pre_election: true
I20260630 12:35:40.183108  3831 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15ff61bdeeaf4b0aa58b817a8c83c21c" candidate_uuid: "c96cdc6c98e94843b41121763a7b8854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243" is_pre_election: true
I20260630 12:35:40.183684  3905 raft_consensus.cc:2468] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9ec4928733ef4f0aad3fb9f968d234e0 in term 0.
I20260630 12:35:40.183964  3755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15ff61bdeeaf4b0aa58b817a8c83c21c" candidate_uuid: "c96cdc6c98e94843b41121763a7b8854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" is_pre_election: true
I20260630 12:35:40.184867  3755 raft_consensus.cc:2468] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c96cdc6c98e94843b41121763a7b8854 in term 0.
I20260630 12:35:40.185078  3957 tablet_bootstrap.cc:492] T 0834b8609bca4364baee09c2f1be8e99 P 2cfa967891ba4eea84ce2d0759a9b243: No bootstrap required, opened a new log
I20260630 12:35:40.183022  3723 leader_election.cc:304] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2cfa967891ba4eea84ce2d0759a9b243, 9ec4928733ef4f0aad3fb9f968d234e0; no voters: 
I20260630 12:35:40.183868  3831 raft_consensus.cc:2468] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c96cdc6c98e94843b41121763a7b8854 in term 0.
I20260630 12:35:40.185563  3957 ts_tablet_manager.cc:1403] T 0834b8609bca4364baee09c2f1be8e99 P 2cfa967891ba4eea84ce2d0759a9b243: Time spent bootstrapping tablet: real 0.020s	user 0.015s	sys 0.003s
I20260630 12:35:40.186372  3972 raft_consensus.cc:2804] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:40.186504  3872 leader_election.cc:304] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2cfa967891ba4eea84ce2d0759a9b243, c96cdc6c98e94843b41121763a7b8854; no voters: 
I20260630 12:35:40.186818  3972 raft_consensus.cc:493] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:40.187175  3972 raft_consensus.cc:3060] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:40.187348  3961 raft_consensus.cc:2804] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:40.187734  3961 raft_consensus.cc:493] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:40.188057  3961 raft_consensus.cc:3060] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:40.188228  3957 raft_consensus.cc:359] T 0834b8609bca4364baee09c2f1be8e99 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:40.188961  3957 raft_consensus.cc:385] T 0834b8609bca4364baee09c2f1be8e99 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:40.189229  3957 raft_consensus.cc:740] T 0834b8609bca4364baee09c2f1be8e99 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2cfa967891ba4eea84ce2d0759a9b243, State: Initialized, Role: FOLLOWER
I20260630 12:35:40.190088  3957 consensus_queue.cc:260] T 0834b8609bca4364baee09c2f1be8e99 P 2cfa967891ba4eea84ce2d0759a9b243 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:40.192379  3957 ts_tablet_manager.cc:1434] T 0834b8609bca4364baee09c2f1be8e99 P 2cfa967891ba4eea84ce2d0759a9b243: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.003s
I20260630 12:35:40.193338  3972 raft_consensus.cc:515] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:40.196223  3831 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15ff61bdeeaf4b0aa58b817a8c83c21c" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243"
I20260630 12:35:40.196369  3905 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15ff61bdeeaf4b0aa58b817a8c83c21c" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c96cdc6c98e94843b41121763a7b8854"
I20260630 12:35:40.196107  3961 raft_consensus.cc:515] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:40.197021  3831 raft_consensus.cc:3060] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:40.197602  3905 raft_consensus.cc:2393] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 9ec4928733ef4f0aad3fb9f968d234e0 in current term 1: Already voted for candidate c96cdc6c98e94843b41121763a7b8854 in this term.
I20260630 12:35:40.197096  3972 leader_election.cc:290] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 election: Requested vote from peers 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915), c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837)
I20260630 12:35:40.199447  3832 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15ff61bdeeaf4b0aa58b817a8c83c21c" candidate_uuid: "c96cdc6c98e94843b41121763a7b8854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243"
I20260630 12:35:40.199805  3961 leader_election.cc:290] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [CANDIDATE]: Term 1 election: Requested vote from peers 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915), 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295)
I20260630 12:35:40.200452  3755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15ff61bdeeaf4b0aa58b817a8c83c21c" candidate_uuid: "c96cdc6c98e94843b41121763a7b8854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0"
I20260630 12:35:40.201241  3755 raft_consensus.cc:2393] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate c96cdc6c98e94843b41121763a7b8854 in current term 1: Already voted for candidate 9ec4928733ef4f0aad3fb9f968d234e0 in this term.
I20260630 12:35:40.202338  3871 leader_election.cc:304] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [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: c96cdc6c98e94843b41121763a7b8854; no voters: 2cfa967891ba4eea84ce2d0759a9b243, 9ec4928733ef4f0aad3fb9f968d234e0
I20260630 12:35:40.203704  3961 raft_consensus.cc:2749] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:35:40.207849  3831 raft_consensus.cc:2468] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9ec4928733ef4f0aad3fb9f968d234e0 in term 1.
I20260630 12:35:40.210850  3723 leader_election.cc:304] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [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: 2cfa967891ba4eea84ce2d0759a9b243, 9ec4928733ef4f0aad3fb9f968d234e0; no voters: c96cdc6c98e94843b41121763a7b8854
I20260630 12:35:40.211750  3972 raft_consensus.cc:2804] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:40.212281  3972 raft_consensus.cc:697] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Becoming Leader. State: Replica: 9ec4928733ef4f0aad3fb9f968d234e0, State: Running, Role: LEADER
I20260630 12:35:40.212988  3972 consensus_queue.cc:237] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:40.220672  3652 catalog_manager.cc:5697] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1). New cstate: current_term: 1 leader_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:40.287562  3831 raft_consensus.cc:3060] T 0834b8609bca4364baee09c2f1be8e99 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:40.297335  3972 consensus_queue.cc:1048] T 0834b8609bca4364baee09c2f1be8e99 P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:40.309994  3997 consensus_queue.cc:1048] T 0834b8609bca4364baee09c2f1be8e99 P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:35:40.324105   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:40.332370  4012 instance_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:40.332630  4013 instance_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:40.334328  4015 instance_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:40.335316   768 server_base.cc:1061] running on GCE node
I20260630 12:35:40.336265   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:40.336513   768 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:40.336658   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822940336646 us; error 0 us; skew 500 ppm
I20260630 12:35:40.337195   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:40.339841   768 webserver.cc:533] Webserver started at http://127.0.192.4:42635/ using document root <none> and password file <none>
I20260630 12:35:40.340616   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:40.340801   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:40.341035   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:40.342111   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-0/minicluster-data/ts-3-root/instance:
uuid: "b778e98084eb4f5b92c24d2ce46e25a8"
format_stamp: "Formatted at 2026-06-30 12:35:40 on dist-test-slave-n0zz"
I20260630 12:35:40.346873   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260630 12:35:40.350559  4020 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:40.351621   768 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260630 12:35:40.351989   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-0/minicluster-data/ts-3-root
uuid: "b778e98084eb4f5b92c24d2ce46e25a8"
format_stamp: "Formatted at 2026-06-30 12:35:40 on dist-test-slave-n0zz"
I20260630 12:35:40.352366   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-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:40.352732  3961 consensus_queue.cc:1048] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:40.370368  3831 raft_consensus.cc:3060] T 90b01007e8764eda9f50887eb7e7cfed P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:40.376564   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:40.378263   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:40.379202  3961 consensus_queue.cc:1048] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:40.382900   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:40.387334   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:40.387638   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:40.387964   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:40.388183   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:40.433681   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.4:44131
I20260630 12:35:40.433779  4085 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.4:44131 every 8 connection(s)
I20260630 12:35:40.441293  3652 catalog_manager.cc:3570] Servicing AlterTable request from {username='slave'} at 127.0.0.1:55784:
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:40.450040  4086 heartbeater.cc:344] Connected to a master server at 127.0.192.62:44717
I20260630 12:35:40.450520  4086 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:40.451309  4086 heartbeater.cc:507] Master 127.0.192.62:44717 requested a full tablet report, sending...
I20260630 12:35:40.453310  3655 ts_manager.cc:194] Registered new tserver with Master: b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4:44131)
I20260630 12:35:40.454824  3655 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55800
W20260630 12:35:40.464496  3652 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 3e9874a5e1ce4bd0b4ea4acd42215639 has no consensus state
W20260630 12:35:40.465911  3652 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 30b80c2b4d424e4187e128ea0b3baf53 has no consensus state
W20260630 12:35:40.467325  3652 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet bb0920c225544e0a98a364caad0d61c3 has no consensus state
W20260630 12:35:40.468962  3652 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 5c7e98507dd9435ea175bfcbe690a25d has no consensus state
W20260630 12:35:40.470852  3652 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 39eb13d192144d3e9816a502a4018f49 has no consensus state
W20260630 12:35:40.472334  3652 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet badf6ce9ecda40f89b2bebcdd303cd24 has no consensus state
W20260630 12:35:40.473801  3652 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 74267df8fba44154825f71ec9c6623d3 has no consensus state
W20260630 12:35:40.475044  3652 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 97c8bed859d0415590ad65e4de8249e5 has no consensus state
I20260630 12:35:40.484762  3967 consensus_queue.cc:1048] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:35:40.494071  3640 catalog_manager.cc:4810] Async tablet task AlterTable RPC for tablet bb0920c225544e0a98a364caad0d61c3 (table range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet bb0920c225544e0a98a364caad0d61c3 has no consensus state
I20260630 12:35:40.501017  3993 consensus_queue.cc:1048] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:40.508057  3993 consensus_queue.cc:1048] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:40.512805  3740 tablet_service.cc:1511] Processing CreateTablet for tablet 3e9874a5e1ce4bd0b4ea4acd42215639 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:40.514693  3740 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3e9874a5e1ce4bd0b4ea4acd42215639. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.516948  3993 consensus_queue.cc:1048] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:40.527047  3822 tablet_service.cc:1511] Processing CreateTablet for tablet 3e9874a5e1ce4bd0b4ea4acd42215639 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:40.528493  3822 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3e9874a5e1ce4bd0b4ea4acd42215639. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.557307  3983 consensus_queue.cc:1048] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:40.559279  4050 tablet_service.cc:1511] Processing CreateTablet for tablet 30b80c2b4d424e4187e128ea0b3baf53 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:40.560827  4050 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 30b80c2b4d424e4187e128ea0b3baf53. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.565456  4049 tablet_service.cc:1511] Processing CreateTablet for tablet bb0920c225544e0a98a364caad0d61c3 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:40.567458  4049 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bb0920c225544e0a98a364caad0d61c3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.570538  3819 tablet_service.cc:1511] Processing CreateTablet for tablet bb0920c225544e0a98a364caad0d61c3 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:40.578418  3819 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bb0920c225544e0a98a364caad0d61c3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.572166  4051 tablet_service.cc:1511] Processing CreateTablet for tablet 3e9874a5e1ce4bd0b4ea4acd42215639 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:40.585150  4051 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3e9874a5e1ce4bd0b4ea4acd42215639. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.586652  3957 tablet_bootstrap.cc:492] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243: Bootstrap starting.
I20260630 12:35:40.585083  3746 tablet_service.cc:1511] Processing CreateTablet for tablet 30b80c2b4d424e4187e128ea0b3baf53 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:40.585470  3893 tablet_service.cc:1511] Processing CreateTablet for tablet 30b80c2b4d424e4187e128ea0b3baf53 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:40.589982  3746 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 30b80c2b4d424e4187e128ea0b3baf53. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.589659  3894 tablet_service.cc:1511] Processing CreateTablet for tablet bb0920c225544e0a98a364caad0d61c3 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:40.590566  3893 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 30b80c2b4d424e4187e128ea0b3baf53. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.593544  3894 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bb0920c225544e0a98a364caad0d61c3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.603173  4048 tablet_service.cc:1511] Processing CreateTablet for tablet 5c7e98507dd9435ea175bfcbe690a25d (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:40.606312  4048 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5c7e98507dd9435ea175bfcbe690a25d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.613714  3957 tablet_bootstrap.cc:654] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:40.620658  3967 consensus_queue.cc:1048] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:35:40.626478  3740 tablet_service.cc:1511] Processing CreateTablet for tablet 5c7e98507dd9435ea175bfcbe690a25d (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:40.628278  3740 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5c7e98507dd9435ea175bfcbe690a25d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.630867  3822 tablet_service.cc:1511] Processing CreateTablet for tablet 5c7e98507dd9435ea175bfcbe690a25d (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:40.632766  3822 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5c7e98507dd9435ea175bfcbe690a25d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.636174  4096 tablet_bootstrap.cc:492] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0: Bootstrap starting.
I20260630 12:35:40.641024  3890 tablet_service.cc:1511] Processing CreateTablet for tablet 39eb13d192144d3e9816a502a4018f49 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:40.642627  3890 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 39eb13d192144d3e9816a502a4018f49. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.645771  4047 tablet_service.cc:1511] Processing CreateTablet for tablet 39eb13d192144d3e9816a502a4018f49 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:40.647405  4047 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 39eb13d192144d3e9816a502a4018f49. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.649087  3741 tablet_service.cc:1511] Processing CreateTablet for tablet 39eb13d192144d3e9816a502a4018f49 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:40.650995  3741 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 39eb13d192144d3e9816a502a4018f49. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.703446  3818 tablet_service.cc:1511] Processing CreateTablet for tablet badf6ce9ecda40f89b2bebcdd303cd24 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:40.720855  3818 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet badf6ce9ecda40f89b2bebcdd303cd24. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.722055  3997 consensus_queue.cc:1048] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:35:40.746891  3972 consensus_queue.cc:1048] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:40.751549  3957 tablet_bootstrap.cc:492] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243: No bootstrap required, opened a new log
I20260630 12:35:40.752434  3957 ts_tablet_manager.cc:1403] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243: Time spent bootstrapping tablet: real 0.166s	user 0.026s	sys 0.010s
I20260630 12:35:40.759555  3972 consensus_queue.cc:1048] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:40.762919  3972 consensus_queue.cc:1048] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:40.756392  4096 tablet_bootstrap.cc:654] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:40.779632  3972 consensus_queue.cc:1048] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:40.777120  3957 raft_consensus.cc:359] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:40.784229  3957 raft_consensus.cc:385] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:40.784662  3957 raft_consensus.cc:740] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2cfa967891ba4eea84ce2d0759a9b243, State: Initialized, Role: FOLLOWER
I20260630 12:35:40.791363  3957 consensus_queue.cc:260] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:40.799053  3957 ts_tablet_manager.cc:1434] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243: Time spent starting tablet: real 0.046s	user 0.006s	sys 0.002s
I20260630 12:35:40.814322  4104 tablet_bootstrap.cc:492] T bb0920c225544e0a98a364caad0d61c3 P b778e98084eb4f5b92c24d2ce46e25a8: Bootstrap starting.
I20260630 12:35:40.829110  3957 tablet_bootstrap.cc:492] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243: Bootstrap starting.
W20260630 12:35:40.877161  3703 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:35:40.891377  3957 tablet_bootstrap.cc:654] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:40.892601  4104 tablet_bootstrap.cc:654] T bb0920c225544e0a98a364caad0d61c3 P b778e98084eb4f5b92c24d2ce46e25a8: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:40.846876  4047 tablet_service.cc:1511] Processing CreateTablet for tablet badf6ce9ecda40f89b2bebcdd303cd24 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:40.895889  4047 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet badf6ce9ecda40f89b2bebcdd303cd24. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.900326  4096 tablet_bootstrap.cc:492] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0: No bootstrap required, opened a new log
I20260630 12:35:40.900880  4096 ts_tablet_manager.cc:1403] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0: Time spent bootstrapping tablet: real 0.265s	user 0.015s	sys 0.015s
I20260630 12:35:40.906315  4049 tablet_service.cc:1511] Processing CreateTablet for tablet 74267df8fba44154825f71ec9c6623d3 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:40.908102  4049 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 74267df8fba44154825f71ec9c6623d3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.910625  4096 raft_consensus.cc:359] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:40.911473  4096 raft_consensus.cc:385] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:40.911782  4096 raft_consensus.cc:740] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9ec4928733ef4f0aad3fb9f968d234e0, State: Initialized, Role: FOLLOWER
I20260630 12:35:40.912680  4096 consensus_queue.cc:260] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:40.919418  3894 tablet_service.cc:1511] Processing CreateTablet for tablet badf6ce9ecda40f89b2bebcdd303cd24 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:40.922638  3740 tablet_service.cc:1511] Processing CreateTablet for tablet 74267df8fba44154825f71ec9c6623d3 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:40.931759  3822 tablet_service.cc:1511] Processing CreateTablet for tablet 74267df8fba44154825f71ec9c6623d3 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:40.936092  3822 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 74267df8fba44154825f71ec9c6623d3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.937441  3740 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 74267df8fba44154825f71ec9c6623d3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.927728  3894 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet badf6ce9ecda40f89b2bebcdd303cd24. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.942428  4096 ts_tablet_manager.cc:1434] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0: Time spent starting tablet: real 0.041s	user 0.005s	sys 0.004s
I20260630 12:35:40.943542  4096 tablet_bootstrap.cc:492] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0: Bootstrap starting.
I20260630 12:35:40.926967  4112 tablet_bootstrap.cc:492] T 39eb13d192144d3e9816a502a4018f49 P c96cdc6c98e94843b41121763a7b8854: Bootstrap starting.
I20260630 12:35:40.960750  4048 tablet_service.cc:1511] Processing CreateTablet for tablet 97c8bed859d0415590ad65e4de8249e5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:40.963528  4048 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 97c8bed859d0415590ad65e4de8249e5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.977236  3741 tablet_service.cc:1511] Processing CreateTablet for tablet 97c8bed859d0415590ad65e4de8249e5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:40.979246  4107 consensus_queue.cc:1048] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
I20260630 12:35:40.979681  3741 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 97c8bed859d0415590ad65e4de8249e5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.988058  3997 raft_consensus.cc:493] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:40.988695  3957 tablet_bootstrap.cc:492] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243: No bootstrap required, opened a new log
I20260630 12:35:40.988603  3997 raft_consensus.cc:515] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:40.989215  3957 ts_tablet_manager.cc:1403] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243: Time spent bootstrapping tablet: real 0.160s	user 0.007s	sys 0.003s
I20260630 12:35:40.991688  3957 raft_consensus.cc:359] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:40.992525  3957 raft_consensus.cc:385] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:40.992874  3957 raft_consensus.cc:740] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2cfa967891ba4eea84ce2d0759a9b243, State: Initialized, Role: FOLLOWER
I20260630 12:35:40.995541  3997 leader_election.cc:290] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4:44131), 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915)
I20260630 12:35:40.997457  3831 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e9874a5e1ce4bd0b4ea4acd42215639" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243" is_pre_election: true
I20260630 12:35:40.998440  3831 raft_consensus.cc:2468] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9ec4928733ef4f0aad3fb9f968d234e0 in term 0.
I20260630 12:35:40.999483  4096 tablet_bootstrap.cc:654] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.009002  3957 consensus_queue.cc:260] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:41.000253  3723 leader_election.cc:304] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2cfa967891ba4eea84ce2d0759a9b243, 9ec4928733ef4f0aad3fb9f968d234e0; no voters: 
I20260630 12:35:41.047260  4110 raft_consensus.cc:2804] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:41.047770  4110 raft_consensus.cc:493] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:41.048272  4110 raft_consensus.cc:3060] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.063251  3957 ts_tablet_manager.cc:1434] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243: Time spent starting tablet: real 0.074s	user 0.007s	sys 0.002s
I20260630 12:35:41.064636  3957 tablet_bootstrap.cc:492] T bb0920c225544e0a98a364caad0d61c3 P 2cfa967891ba4eea84ce2d0759a9b243: Bootstrap starting.
I20260630 12:35:41.103665  4104 tablet_bootstrap.cc:492] T bb0920c225544e0a98a364caad0d61c3 P b778e98084eb4f5b92c24d2ce46e25a8: No bootstrap required, opened a new log
I20260630 12:35:41.104218  4104 ts_tablet_manager.cc:1403] T bb0920c225544e0a98a364caad0d61c3 P b778e98084eb4f5b92c24d2ce46e25a8: Time spent bootstrapping tablet: real 0.318s	user 0.025s	sys 0.031s
I20260630 12:35:41.107689  4104 raft_consensus.cc:359] T bb0920c225544e0a98a364caad0d61c3 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:41.108485  4104 raft_consensus.cc:385] T bb0920c225544e0a98a364caad0d61c3 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.108801  4104 raft_consensus.cc:740] T bb0920c225544e0a98a364caad0d61c3 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b778e98084eb4f5b92c24d2ce46e25a8, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.113234  3894 tablet_service.cc:1511] Processing CreateTablet for tablet 97c8bed859d0415590ad65e4de8249e5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:41.119124  4112 tablet_bootstrap.cc:654] T 39eb13d192144d3e9816a502a4018f49 P c96cdc6c98e94843b41121763a7b8854: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.121016  4096 tablet_bootstrap.cc:492] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0: No bootstrap required, opened a new log
I20260630 12:35:41.121590  4104 consensus_queue.cc:260] T bb0920c225544e0a98a364caad0d61c3 P b778e98084eb4f5b92c24d2ce46e25a8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:41.121634  4096 ts_tablet_manager.cc:1403] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0: Time spent bootstrapping tablet: real 0.178s	user 0.011s	sys 0.003s
I20260630 12:35:41.123610  4110 raft_consensus.cc:515] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:41.115377  3957 tablet_bootstrap.cc:654] T bb0920c225544e0a98a364caad0d61c3 P 2cfa967891ba4eea84ce2d0759a9b243: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.127295  4096 raft_consensus.cc:359] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:41.129151  4096 raft_consensus.cc:385] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.130311  4096 raft_consensus.cc:740] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9ec4928733ef4f0aad3fb9f968d234e0, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.131546  3831 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e9874a5e1ce4bd0b4ea4acd42215639" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243"
I20260630 12:35:41.132193  3831 raft_consensus.cc:3060] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.133076  4061 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e9874a5e1ce4bd0b4ea4acd42215639" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" is_pre_election: true
I20260630 12:35:41.129253  3894 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 97c8bed859d0415590ad65e4de8249e5. 1 dirs total, 0 dirs full, 0 dirs failed
W20260630 12:35:41.135103  3721 leader_election.cc:343] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4:44131): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:41.133034  4096 consensus_queue.cc:260] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:41.137948  4096 ts_tablet_manager.cc:1434] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0: Time spent starting tablet: real 0.014s	user 0.005s	sys 0.001s
I20260630 12:35:41.138499  4060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e9874a5e1ce4bd0b4ea4acd42215639" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b778e98084eb4f5b92c24d2ce46e25a8"
I20260630 12:35:41.139005  4096 tablet_bootstrap.cc:492] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0: Bootstrap starting.
I20260630 12:35:41.141477  3831 raft_consensus.cc:2468] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9ec4928733ef4f0aad3fb9f968d234e0 in term 1.
I20260630 12:35:41.142966  3723 leader_election.cc:304] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2cfa967891ba4eea84ce2d0759a9b243, 9ec4928733ef4f0aad3fb9f968d234e0; no voters: 
I20260630 12:35:41.144007  4110 leader_election.cc:290] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 election: Requested vote from peers b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4:44131), 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915)
I20260630 12:35:41.144639  4110 raft_consensus.cc:2804] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:41.145073  4110 raft_consensus.cc:697] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Becoming Leader. State: Replica: 9ec4928733ef4f0aad3fb9f968d234e0, State: Running, Role: LEADER
W20260630 12:35:41.145121  3721 leader_election.cc:343] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4:44131): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:41.145972  4110 consensus_queue.cc:237] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:41.153182  4086 heartbeater.cc:499] Master 127.0.192.62:44717 was elected leader, sending a full tablet report...
I20260630 12:35:41.153420  4104 ts_tablet_manager.cc:1434] T bb0920c225544e0a98a364caad0d61c3 P b778e98084eb4f5b92c24d2ce46e25a8: Time spent starting tablet: real 0.049s	user 0.010s	sys 0.006s
I20260630 12:35:41.154682  4112 tablet_bootstrap.cc:492] T 39eb13d192144d3e9816a502a4018f49 P c96cdc6c98e94843b41121763a7b8854: No bootstrap required, opened a new log
I20260630 12:35:41.154956  4104 tablet_bootstrap.cc:492] T 30b80c2b4d424e4187e128ea0b3baf53 P b778e98084eb4f5b92c24d2ce46e25a8: Bootstrap starting.
I20260630 12:35:41.155186  4112 ts_tablet_manager.cc:1403] T 39eb13d192144d3e9816a502a4018f49 P c96cdc6c98e94843b41121763a7b8854: Time spent bootstrapping tablet: real 0.228s	user 0.010s	sys 0.009s
I20260630 12:35:41.161903  4104 tablet_bootstrap.cc:654] T 30b80c2b4d424e4187e128ea0b3baf53 P b778e98084eb4f5b92c24d2ce46e25a8: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.164476  4112 raft_consensus.cc:359] T 39eb13d192144d3e9816a502a4018f49 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:41.165306  4112 raft_consensus.cc:385] T 39eb13d192144d3e9816a502a4018f49 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.165627  4112 raft_consensus.cc:740] T 39eb13d192144d3e9816a502a4018f49 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c96cdc6c98e94843b41121763a7b8854, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.146067  4096 tablet_bootstrap.cc:654] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.167734  3957 tablet_bootstrap.cc:492] T bb0920c225544e0a98a364caad0d61c3 P 2cfa967891ba4eea84ce2d0759a9b243: No bootstrap required, opened a new log
I20260630 12:35:41.168440  3957 ts_tablet_manager.cc:1403] T bb0920c225544e0a98a364caad0d61c3 P 2cfa967891ba4eea84ce2d0759a9b243: Time spent bootstrapping tablet: real 0.104s	user 0.014s	sys 0.002s
I20260630 12:35:41.171366  3957 raft_consensus.cc:359] T bb0920c225544e0a98a364caad0d61c3 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:41.172102  3957 raft_consensus.cc:385] T bb0920c225544e0a98a364caad0d61c3 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.172677  3957 raft_consensus.cc:740] T bb0920c225544e0a98a364caad0d61c3 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2cfa967891ba4eea84ce2d0759a9b243, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.171607  4112 consensus_queue.cc:260] T 39eb13d192144d3e9816a502a4018f49 P c96cdc6c98e94843b41121763a7b8854 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:41.171571  3655 catalog_manager.cc:5697] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1). New cstate: current_term: 1 leader_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:41.173767  3957 consensus_queue.cc:260] T bb0920c225544e0a98a364caad0d61c3 P 2cfa967891ba4eea84ce2d0759a9b243 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:41.176493  3957 ts_tablet_manager.cc:1434] T bb0920c225544e0a98a364caad0d61c3 P 2cfa967891ba4eea84ce2d0759a9b243: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:35:41.177403  3957 tablet_bootstrap.cc:492] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243: Bootstrap starting.
I20260630 12:35:41.181682  4096 tablet_bootstrap.cc:492] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0: No bootstrap required, opened a new log
I20260630 12:35:41.182560  4096 ts_tablet_manager.cc:1403] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0: Time spent bootstrapping tablet: real 0.044s	user 0.011s	sys 0.004s
I20260630 12:35:41.181636  4112 ts_tablet_manager.cc:1434] T 39eb13d192144d3e9816a502a4018f49 P c96cdc6c98e94843b41121763a7b8854: Time spent starting tablet: real 0.026s	user 0.007s	sys 0.000s
I20260630 12:35:41.182925  3957 tablet_bootstrap.cc:654] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.183163  4104 tablet_bootstrap.cc:492] T 30b80c2b4d424e4187e128ea0b3baf53 P b778e98084eb4f5b92c24d2ce46e25a8: No bootstrap required, opened a new log
I20260630 12:35:41.183657  4104 ts_tablet_manager.cc:1403] T 30b80c2b4d424e4187e128ea0b3baf53 P b778e98084eb4f5b92c24d2ce46e25a8: Time spent bootstrapping tablet: real 0.029s	user 0.007s	sys 0.005s
I20260630 12:35:41.184602  4112 tablet_bootstrap.cc:492] T 30b80c2b4d424e4187e128ea0b3baf53 P c96cdc6c98e94843b41121763a7b8854: Bootstrap starting.
I20260630 12:35:41.187391  4104 raft_consensus.cc:359] T 30b80c2b4d424e4187e128ea0b3baf53 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:41.188150  4104 raft_consensus.cc:385] T 30b80c2b4d424e4187e128ea0b3baf53 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.188453  4104 raft_consensus.cc:740] T 30b80c2b4d424e4187e128ea0b3baf53 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b778e98084eb4f5b92c24d2ce46e25a8, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.190207  4096 raft_consensus.cc:359] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:41.191036  4096 raft_consensus.cc:385] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.193881  4112 tablet_bootstrap.cc:654] T 30b80c2b4d424e4187e128ea0b3baf53 P c96cdc6c98e94843b41121763a7b8854: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.193887  4104 consensus_queue.cc:260] T 30b80c2b4d424e4187e128ea0b3baf53 P b778e98084eb4f5b92c24d2ce46e25a8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:41.196731  4104 ts_tablet_manager.cc:1434] T 30b80c2b4d424e4187e128ea0b3baf53 P b778e98084eb4f5b92c24d2ce46e25a8: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.000s
I20260630 12:35:41.197752  4104 tablet_bootstrap.cc:492] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8: Bootstrap starting.
I20260630 12:35:41.204970  4104 tablet_bootstrap.cc:654] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.191437  4096 raft_consensus.cc:740] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9ec4928733ef4f0aad3fb9f968d234e0, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.207156  4096 consensus_queue.cc:260] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:41.209708  4096 ts_tablet_manager.cc:1434] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0: Time spent starting tablet: real 0.026s	user 0.006s	sys 0.000s
I20260630 12:35:41.210736  4096 tablet_bootstrap.cc:492] T 5c7e98507dd9435ea175bfcbe690a25d P 9ec4928733ef4f0aad3fb9f968d234e0: Bootstrap starting.
I20260630 12:35:41.211805  3653 catalog_manager.cc:6242] T 00000000000000000000000000000000 P 4740b8ebd5ef425b8060d6009e182215: range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0] alter complete (version 0)
I20260630 12:35:41.217743  3957 tablet_bootstrap.cc:492] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243: No bootstrap required, opened a new log
I20260630 12:35:41.218289  3957 ts_tablet_manager.cc:1403] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243: Time spent bootstrapping tablet: real 0.041s	user 0.022s	sys 0.012s
I20260630 12:35:41.221037  3957 raft_consensus.cc:359] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:41.221714  3957 raft_consensus.cc:385] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.221992  3957 raft_consensus.cc:740] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2cfa967891ba4eea84ce2d0759a9b243, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.222692  3957 consensus_queue.cc:260] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:41.224797  3957 ts_tablet_manager.cc:1434] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:35:41.225314  4096 tablet_bootstrap.cc:654] T 5c7e98507dd9435ea175bfcbe690a25d P 9ec4928733ef4f0aad3fb9f968d234e0: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.225714  3957 tablet_bootstrap.cc:492] T 74267df8fba44154825f71ec9c6623d3 P 2cfa967891ba4eea84ce2d0759a9b243: Bootstrap starting.
I20260630 12:35:41.235179  3957 tablet_bootstrap.cc:654] T 74267df8fba44154825f71ec9c6623d3 P 2cfa967891ba4eea84ce2d0759a9b243: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.239552  4112 tablet_bootstrap.cc:492] T 30b80c2b4d424e4187e128ea0b3baf53 P c96cdc6c98e94843b41121763a7b8854: No bootstrap required, opened a new log
I20260630 12:35:41.240094  4112 ts_tablet_manager.cc:1403] T 30b80c2b4d424e4187e128ea0b3baf53 P c96cdc6c98e94843b41121763a7b8854: Time spent bootstrapping tablet: real 0.056s	user 0.005s	sys 0.023s
I20260630 12:35:41.243643  4104 tablet_bootstrap.cc:492] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8: No bootstrap required, opened a new log
I20260630 12:35:41.244194  4104 ts_tablet_manager.cc:1403] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8: Time spent bootstrapping tablet: real 0.047s	user 0.007s	sys 0.013s
I20260630 12:35:41.243798  4112 raft_consensus.cc:359] T 30b80c2b4d424e4187e128ea0b3baf53 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:41.247151  4104 raft_consensus.cc:359] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:41.248764  4104 raft_consensus.cc:385] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.249114  4104 raft_consensus.cc:740] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b778e98084eb4f5b92c24d2ce46e25a8, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.248394  4112 raft_consensus.cc:385] T 30b80c2b4d424e4187e128ea0b3baf53 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.249959  4104 consensus_queue.cc:260] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:41.250427  4112 raft_consensus.cc:740] T 30b80c2b4d424e4187e128ea0b3baf53 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c96cdc6c98e94843b41121763a7b8854, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.251655  4112 consensus_queue.cc:260] T 30b80c2b4d424e4187e128ea0b3baf53 P c96cdc6c98e94843b41121763a7b8854 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:41.252360  3957 tablet_bootstrap.cc:492] T 74267df8fba44154825f71ec9c6623d3 P 2cfa967891ba4eea84ce2d0759a9b243: No bootstrap required, opened a new log
I20260630 12:35:41.253021  3957 ts_tablet_manager.cc:1403] T 74267df8fba44154825f71ec9c6623d3 P 2cfa967891ba4eea84ce2d0759a9b243: Time spent bootstrapping tablet: real 0.028s	user 0.017s	sys 0.001s
I20260630 12:35:41.252421  4096 tablet_bootstrap.cc:492] T 5c7e98507dd9435ea175bfcbe690a25d P 9ec4928733ef4f0aad3fb9f968d234e0: No bootstrap required, opened a new log
I20260630 12:35:41.254523  4096 ts_tablet_manager.cc:1403] T 5c7e98507dd9435ea175bfcbe690a25d P 9ec4928733ef4f0aad3fb9f968d234e0: Time spent bootstrapping tablet: real 0.044s	user 0.007s	sys 0.008s
I20260630 12:35:41.255906  3957 raft_consensus.cc:359] T 74267df8fba44154825f71ec9c6623d3 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:41.256588  3957 raft_consensus.cc:385] T 74267df8fba44154825f71ec9c6623d3 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.256858  3957 raft_consensus.cc:740] T 74267df8fba44154825f71ec9c6623d3 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2cfa967891ba4eea84ce2d0759a9b243, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.257972  3957 consensus_queue.cc:260] T 74267df8fba44154825f71ec9c6623d3 P 2cfa967891ba4eea84ce2d0759a9b243 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:41.259258  4104 ts_tablet_manager.cc:1434] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8: Time spent starting tablet: real 0.015s	user 0.004s	sys 0.002s
I20260630 12:35:41.259420  4112 ts_tablet_manager.cc:1434] T 30b80c2b4d424e4187e128ea0b3baf53 P c96cdc6c98e94843b41121763a7b8854: Time spent starting tablet: real 0.019s	user 0.006s	sys 0.002s
I20260630 12:35:41.260510  4112 tablet_bootstrap.cc:492] T bb0920c225544e0a98a364caad0d61c3 P c96cdc6c98e94843b41121763a7b8854: Bootstrap starting.
I20260630 12:35:41.260856  4096 raft_consensus.cc:359] T 5c7e98507dd9435ea175bfcbe690a25d P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:41.261622  4096 raft_consensus.cc:385] T 5c7e98507dd9435ea175bfcbe690a25d P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.261921  4096 raft_consensus.cc:740] T 5c7e98507dd9435ea175bfcbe690a25d P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9ec4928733ef4f0aad3fb9f968d234e0, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.262714  3957 ts_tablet_manager.cc:1434] T 74267df8fba44154825f71ec9c6623d3 P 2cfa967891ba4eea84ce2d0759a9b243: Time spent starting tablet: real 0.009s	user 0.009s	sys 0.000s
I20260630 12:35:41.262791  4096 consensus_queue.cc:260] T 5c7e98507dd9435ea175bfcbe690a25d P 9ec4928733ef4f0aad3fb9f968d234e0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:41.265508  4096 ts_tablet_manager.cc:1434] T 5c7e98507dd9435ea175bfcbe690a25d P 9ec4928733ef4f0aad3fb9f968d234e0: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.001s
I20260630 12:35:41.266541  4096 tablet_bootstrap.cc:492] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0: Bootstrap starting.
I20260630 12:35:41.267081  4104 tablet_bootstrap.cc:492] T 5c7e98507dd9435ea175bfcbe690a25d P b778e98084eb4f5b92c24d2ce46e25a8: Bootstrap starting.
I20260630 12:35:41.274750  4104 tablet_bootstrap.cc:654] T 5c7e98507dd9435ea175bfcbe690a25d P b778e98084eb4f5b92c24d2ce46e25a8: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.277925  4096 tablet_bootstrap.cc:654] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.280550  4112 tablet_bootstrap.cc:654] T bb0920c225544e0a98a364caad0d61c3 P c96cdc6c98e94843b41121763a7b8854: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.287961  4104 tablet_bootstrap.cc:492] T 5c7e98507dd9435ea175bfcbe690a25d P b778e98084eb4f5b92c24d2ce46e25a8: No bootstrap required, opened a new log
I20260630 12:35:41.288552  4104 ts_tablet_manager.cc:1403] T 5c7e98507dd9435ea175bfcbe690a25d P b778e98084eb4f5b92c24d2ce46e25a8: Time spent bootstrapping tablet: real 0.022s	user 0.010s	sys 0.008s
I20260630 12:35:41.290555  4096 tablet_bootstrap.cc:492] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0: No bootstrap required, opened a new log
I20260630 12:35:41.290666  4112 tablet_bootstrap.cc:492] T bb0920c225544e0a98a364caad0d61c3 P c96cdc6c98e94843b41121763a7b8854: No bootstrap required, opened a new log
I20260630 12:35:41.291112  4096 ts_tablet_manager.cc:1403] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0: Time spent bootstrapping tablet: real 0.025s	user 0.015s	sys 0.000s
I20260630 12:35:41.291204  4112 ts_tablet_manager.cc:1403] T bb0920c225544e0a98a364caad0d61c3 P c96cdc6c98e94843b41121763a7b8854: Time spent bootstrapping tablet: real 0.031s	user 0.007s	sys 0.008s
I20260630 12:35:41.291865  4104 raft_consensus.cc:359] T 5c7e98507dd9435ea175bfcbe690a25d P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:41.292702  4104 raft_consensus.cc:385] T 5c7e98507dd9435ea175bfcbe690a25d P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.293012  4104 raft_consensus.cc:740] T 5c7e98507dd9435ea175bfcbe690a25d P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b778e98084eb4f5b92c24d2ce46e25a8, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.293766  4104 consensus_queue.cc:260] T 5c7e98507dd9435ea175bfcbe690a25d P b778e98084eb4f5b92c24d2ce46e25a8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:41.294032  4096 raft_consensus.cc:359] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:41.294718  4096 raft_consensus.cc:385] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.294519  4112 raft_consensus.cc:359] T bb0920c225544e0a98a364caad0d61c3 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:41.295096  4096 raft_consensus.cc:740] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9ec4928733ef4f0aad3fb9f968d234e0, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.295295  4112 raft_consensus.cc:385] T bb0920c225544e0a98a364caad0d61c3 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.295666  4112 raft_consensus.cc:740] T bb0920c225544e0a98a364caad0d61c3 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c96cdc6c98e94843b41121763a7b8854, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.295871  4096 consensus_queue.cc:260] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:41.297919  4096 ts_tablet_manager.cc:1434] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:35:41.299178  4096 tablet_bootstrap.cc:492] T 97c8bed859d0415590ad65e4de8249e5 P 9ec4928733ef4f0aad3fb9f968d234e0: Bootstrap starting.
I20260630 12:35:41.299587  4104 ts_tablet_manager.cc:1434] T 5c7e98507dd9435ea175bfcbe690a25d P b778e98084eb4f5b92c24d2ce46e25a8: Time spent starting tablet: real 0.011s	user 0.004s	sys 0.005s
I20260630 12:35:41.300671  4104 tablet_bootstrap.cc:492] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8: Bootstrap starting.
I20260630 12:35:41.296430  4112 consensus_queue.cc:260] T bb0920c225544e0a98a364caad0d61c3 P c96cdc6c98e94843b41121763a7b8854 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:41.308256  4096 tablet_bootstrap.cc:654] T 97c8bed859d0415590ad65e4de8249e5 P 9ec4928733ef4f0aad3fb9f968d234e0: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.310626  4112 ts_tablet_manager.cc:1434] T bb0920c225544e0a98a364caad0d61c3 P c96cdc6c98e94843b41121763a7b8854: Time spent starting tablet: real 0.019s	user 0.008s	sys 0.000s
I20260630 12:35:41.309020  4104 tablet_bootstrap.cc:654] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.314162  4112 tablet_bootstrap.cc:492] T badf6ce9ecda40f89b2bebcdd303cd24 P c96cdc6c98e94843b41121763a7b8854: Bootstrap starting.
I20260630 12:35:41.323392  4120 raft_consensus.cc:493] T bb0920c225544e0a98a364caad0d61c3 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:41.323949  4120 raft_consensus.cc:515] T bb0920c225544e0a98a364caad0d61c3 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:41.324697  4096 tablet_bootstrap.cc:492] T 97c8bed859d0415590ad65e4de8249e5 P 9ec4928733ef4f0aad3fb9f968d234e0: No bootstrap required, opened a new log
I20260630 12:35:41.325255  4096 ts_tablet_manager.cc:1403] T 97c8bed859d0415590ad65e4de8249e5 P 9ec4928733ef4f0aad3fb9f968d234e0: Time spent bootstrapping tablet: real 0.026s	user 0.013s	sys 0.002s
I20260630 12:35:41.331805  4096 raft_consensus.cc:359] T 97c8bed859d0415590ad65e4de8249e5 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:41.332921  4096 raft_consensus.cc:385] T 97c8bed859d0415590ad65e4de8249e5 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.332912  4112 tablet_bootstrap.cc:654] T badf6ce9ecda40f89b2bebcdd303cd24 P c96cdc6c98e94843b41121763a7b8854: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.333523  4096 raft_consensus.cc:740] T 97c8bed859d0415590ad65e4de8249e5 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9ec4928733ef4f0aad3fb9f968d234e0, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.334745  4096 consensus_queue.cc:260] T 97c8bed859d0415590ad65e4de8249e5 P 9ec4928733ef4f0aad3fb9f968d234e0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:41.337641  4120 leader_election.cc:290] T bb0920c225544e0a98a364caad0d61c3 P b778e98084eb4f5b92c24d2ce46e25a8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915), c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837)
I20260630 12:35:41.328444  4104 tablet_bootstrap.cc:492] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8: No bootstrap required, opened a new log
I20260630 12:35:41.338979  4104 ts_tablet_manager.cc:1403] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8: Time spent bootstrapping tablet: real 0.039s	user 0.003s	sys 0.014s
I20260630 12:35:41.348908  4104 raft_consensus.cc:359] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:41.349756  4104 raft_consensus.cc:385] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.350159  4104 raft_consensus.cc:740] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b778e98084eb4f5b92c24d2ce46e25a8, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.350957  4104 consensus_queue.cc:260] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:41.353937  4104 ts_tablet_manager.cc:1434] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8: Time spent starting tablet: real 0.015s	user 0.003s	sys 0.003s
I20260630 12:35:41.355412  4104 tablet_bootstrap.cc:492] T badf6ce9ecda40f89b2bebcdd303cd24 P b778e98084eb4f5b92c24d2ce46e25a8: Bootstrap starting.
I20260630 12:35:41.362638  4104 tablet_bootstrap.cc:654] T badf6ce9ecda40f89b2bebcdd303cd24 P b778e98084eb4f5b92c24d2ce46e25a8: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.338042  4096 ts_tablet_manager.cc:1434] T 97c8bed859d0415590ad65e4de8249e5 P 9ec4928733ef4f0aad3fb9f968d234e0: Time spent starting tablet: real 0.012s	user 0.004s	sys 0.003s
I20260630 12:35:41.371439  3997 raft_consensus.cc:493] T 97c8bed859d0415590ad65e4de8249e5 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:41.372244  3997 raft_consensus.cc:515] T 97c8bed859d0415590ad65e4de8249e5 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:41.387001  4120 raft_consensus.cc:493] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:41.387737  4120 raft_consensus.cc:515] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:41.390817  4116 raft_consensus.cc:493] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:41.391471  4116 raft_consensus.cc:515] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:41.392202  3997 leader_election.cc:290] T 97c8bed859d0415590ad65e4de8249e5 P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4:44131), c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837)
I20260630 12:35:41.394649  4116 leader_election.cc:290] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4:44131), c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837)
I20260630 12:35:41.397248  3903 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "30b80c2b4d424e4187e128ea0b3baf53" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c96cdc6c98e94843b41121763a7b8854" is_pre_election: true
I20260630 12:35:41.398200  3903 raft_consensus.cc:2468] T 30b80c2b4d424e4187e128ea0b3baf53 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9ec4928733ef4f0aad3fb9f968d234e0 in term 0.
I20260630 12:35:41.400740  3906 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "97c8bed859d0415590ad65e4de8249e5" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c96cdc6c98e94843b41121763a7b8854" is_pre_election: true
I20260630 12:35:41.402611  3722 leader_election.cc:304] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9ec4928733ef4f0aad3fb9f968d234e0, c96cdc6c98e94843b41121763a7b8854; no voters: 
I20260630 12:35:41.404165  4110 raft_consensus.cc:2804] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:41.404796  4110 raft_consensus.cc:493] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:41.405339  4110 raft_consensus.cc:3060] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:35:41.411142  3722 leader_election.cc:343] T 97c8bed859d0415590ad65e4de8249e5 P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:41.416397  4026 raft_consensus.cc:493] T bb0920c225544e0a98a364caad0d61c3 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:41.417178  4026 raft_consensus.cc:515] T bb0920c225544e0a98a364caad0d61c3 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:41.423502  3831 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb0920c225544e0a98a364caad0d61c3" candidate_uuid: "c96cdc6c98e94843b41121763a7b8854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243" is_pre_election: true
I20260630 12:35:41.424824  3831 raft_consensus.cc:2468] T bb0920c225544e0a98a364caad0d61c3 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c96cdc6c98e94843b41121763a7b8854 in term 0.
I20260630 12:35:41.427282  4026 leader_election.cc:290] T bb0920c225544e0a98a364caad0d61c3 P c96cdc6c98e94843b41121763a7b8854 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4:44131), 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915)
I20260630 12:35:41.426854  3872 leader_election.cc:304] T bb0920c225544e0a98a364caad0d61c3 P c96cdc6c98e94843b41121763a7b8854 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2cfa967891ba4eea84ce2d0759a9b243, c96cdc6c98e94843b41121763a7b8854; no voters: 
I20260630 12:35:41.430351  4120 leader_election.cc:290] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837), 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295)
I20260630 12:35:41.448199  3967 raft_consensus.cc:493] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:41.460899  4060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "97c8bed859d0415590ad65e4de8249e5" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" is_pre_election: true
I20260630 12:35:41.459144  4026 raft_consensus.cc:2804] T bb0920c225544e0a98a364caad0d61c3 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:41.467360  4026 raft_consensus.cc:493] T bb0920c225544e0a98a364caad0d61c3 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:41.467820  4026 raft_consensus.cc:3060] T bb0920c225544e0a98a364caad0d61c3 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.456898  3983 raft_consensus.cc:493] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:41.458246  4120 raft_consensus.cc:493] T 5c7e98507dd9435ea175bfcbe690a25d P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:41.466060  4110 raft_consensus.cc:515] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:41.469974  3967 raft_consensus.cc:515] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:41.480127  4146 raft_consensus.cc:493] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:41.483208  4060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "30b80c2b4d424e4187e128ea0b3baf53" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" is_pre_election: true
W20260630 12:35:41.484802  3721 leader_election.cc:343] T 97c8bed859d0415590ad65e4de8249e5 P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4:44131): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:41.478529  4120 raft_consensus.cc:515] T 5c7e98507dd9435ea175bfcbe690a25d P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:41.478438  3983 raft_consensus.cc:515] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:41.484923  4146 raft_consensus.cc:515] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:41.485411  3721 leader_election.cc:304] T 97c8bed859d0415590ad65e4de8249e5 P 9ec4928733ef4f0aad3fb9f968d234e0 [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: 9ec4928733ef4f0aad3fb9f968d234e0; no voters: b778e98084eb4f5b92c24d2ce46e25a8, c96cdc6c98e94843b41121763a7b8854
I20260630 12:35:41.485136  4060 raft_consensus.cc:2468] T 30b80c2b4d424e4187e128ea0b3baf53 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9ec4928733ef4f0aad3fb9f968d234e0 in term 0.
I20260630 12:35:41.488879  3997 raft_consensus.cc:2749] T 97c8bed859d0415590ad65e4de8249e5 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:41.492174  4120 leader_election.cc:290] T 5c7e98507dd9435ea175bfcbe690a25d P b778e98084eb4f5b92c24d2ce46e25a8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295), 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915)
I20260630 12:35:41.496021  4104 tablet_bootstrap.cc:492] T badf6ce9ecda40f89b2bebcdd303cd24 P b778e98084eb4f5b92c24d2ce46e25a8: No bootstrap required, opened a new log
I20260630 12:35:41.499891  3903 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb0920c225544e0a98a364caad0d61c3" candidate_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c96cdc6c98e94843b41121763a7b8854" is_pre_election: true
I20260630 12:35:41.500178  4110 leader_election.cc:290] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 election: Requested vote from peers b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4:44131), c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837)
I20260630 12:35:41.502810  4112 tablet_bootstrap.cc:492] T badf6ce9ecda40f89b2bebcdd303cd24 P c96cdc6c98e94843b41121763a7b8854: No bootstrap required, opened a new log
I20260630 12:35:41.502221  4104 ts_tablet_manager.cc:1403] T badf6ce9ecda40f89b2bebcdd303cd24 P b778e98084eb4f5b92c24d2ce46e25a8: Time spent bootstrapping tablet: real 0.147s	user 0.053s	sys 0.061s
I20260630 12:35:41.507548  3905 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "39eb13d192144d3e9816a502a4018f49" candidate_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c96cdc6c98e94843b41121763a7b8854" is_pre_election: true
I20260630 12:35:41.507720  3904 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "30b80c2b4d424e4187e128ea0b3baf53" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c96cdc6c98e94843b41121763a7b8854"
I20260630 12:35:41.508152  3905 raft_consensus.cc:2468] T 39eb13d192144d3e9816a502a4018f49 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b778e98084eb4f5b92c24d2ce46e25a8 in term 0.
I20260630 12:35:41.508354  3904 raft_consensus.cc:3060] T 30b80c2b4d424e4187e128ea0b3baf53 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.505772  3830 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb0920c225544e0a98a364caad0d61c3" candidate_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243" is_pre_election: true
I20260630 12:35:41.515081  3830 raft_consensus.cc:2468] T bb0920c225544e0a98a364caad0d61c3 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b778e98084eb4f5b92c24d2ce46e25a8 in term 0.
I20260630 12:35:41.522447  4112 ts_tablet_manager.cc:1403] T badf6ce9ecda40f89b2bebcdd303cd24 P c96cdc6c98e94843b41121763a7b8854: Time spent bootstrapping tablet: real 0.209s	user 0.054s	sys 0.070s
I20260630 12:35:41.522645  4060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "30b80c2b4d424e4187e128ea0b3baf53" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b778e98084eb4f5b92c24d2ce46e25a8"
I20260630 12:35:41.525606  4023 leader_election.cc:304] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b778e98084eb4f5b92c24d2ce46e25a8, c96cdc6c98e94843b41121763a7b8854; no voters: 
I20260630 12:35:41.526254  4146 leader_election.cc:290] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295), 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915)
I20260630 12:35:41.526592  4120 raft_consensus.cc:2804] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:41.526993  4120 raft_consensus.cc:493] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:41.527619  3983 leader_election.cc:290] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4:44131), 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295)
I20260630 12:35:41.527346  4120 raft_consensus.cc:3060] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.528761  3967 leader_election.cc:290] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4:44131), c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837)
I20260630 12:35:41.528386  4026 raft_consensus.cc:515] T bb0920c225544e0a98a364caad0d61c3 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:41.530422  4104 raft_consensus.cc:359] T badf6ce9ecda40f89b2bebcdd303cd24 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:41.531329  4104 raft_consensus.cc:385] T badf6ce9ecda40f89b2bebcdd303cd24 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.531678  3903 raft_consensus.cc:2393] T bb0920c225544e0a98a364caad0d61c3 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate b778e98084eb4f5b92c24d2ce46e25a8 in current term 1: Already voted for candidate c96cdc6c98e94843b41121763a7b8854 in this term.
I20260630 12:35:41.532747  3757 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5c7e98507dd9435ea175bfcbe690a25d" candidate_uuid: "2cfa967891ba4eea84ce2d0759a9b243" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" is_pre_election: true
I20260630 12:35:41.532922  3905 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "badf6ce9ecda40f89b2bebcdd303cd24" candidate_uuid: "2cfa967891ba4eea84ce2d0759a9b243" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c96cdc6c98e94843b41121763a7b8854" is_pre_election: true
I20260630 12:35:41.533432  3757 raft_consensus.cc:2468] T 5c7e98507dd9435ea175bfcbe690a25d P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2cfa967891ba4eea84ce2d0759a9b243 in term 0.
I20260630 12:35:41.531656  4104 raft_consensus.cc:740] T badf6ce9ecda40f89b2bebcdd303cd24 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b778e98084eb4f5b92c24d2ce46e25a8, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.529366  4060 raft_consensus.cc:3060] T 30b80c2b4d424e4187e128ea0b3baf53 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.541549  4024 leader_election.cc:304] T bb0920c225544e0a98a364caad0d61c3 P b778e98084eb4f5b92c24d2ce46e25a8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2cfa967891ba4eea84ce2d0759a9b243, b778e98084eb4f5b92c24d2ce46e25a8; no voters: 
I20260630 12:35:41.543344  4112 raft_consensus.cc:359] T badf6ce9ecda40f89b2bebcdd303cd24 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:41.544374  4104 consensus_queue.cc:260] T badf6ce9ecda40f89b2bebcdd303cd24 P b778e98084eb4f5b92c24d2ce46e25a8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:41.547896  4120 raft_consensus.cc:515] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:41.549587  4026 leader_election.cc:290] T bb0920c225544e0a98a364caad0d61c3 P c96cdc6c98e94843b41121763a7b8854 [CANDIDATE]: Term 1 election: Requested vote from peers b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4:44131), 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915)
I20260630 12:35:41.542157  3830 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5c7e98507dd9435ea175bfcbe690a25d" candidate_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243" is_pre_election: true
I20260630 12:35:41.550096  4112 raft_consensus.cc:385] T badf6ce9ecda40f89b2bebcdd303cd24 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.556102  3832 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb0920c225544e0a98a364caad0d61c3" candidate_uuid: "c96cdc6c98e94843b41121763a7b8854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243"
I20260630 12:35:41.556398  4146 raft_consensus.cc:2804] T bb0920c225544e0a98a364caad0d61c3 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:41.556849  4120 leader_election.cc:290] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 [CANDIDATE]: Term 1 election: Requested vote from peers c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837), 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295)
I20260630 12:35:41.555531  4112 raft_consensus.cc:740] T badf6ce9ecda40f89b2bebcdd303cd24 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c96cdc6c98e94843b41121763a7b8854, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.558900  3797 leader_election.cc:304] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2cfa967891ba4eea84ce2d0759a9b243, 9ec4928733ef4f0aad3fb9f968d234e0; no voters: 
I20260630 12:35:41.558975  3830 raft_consensus.cc:2468] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b778e98084eb4f5b92c24d2ce46e25a8 in term 0.
I20260630 12:35:41.562450  4115 raft_consensus.cc:493] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:41.561872  3832 raft_consensus.cc:3060] T bb0920c225544e0a98a364caad0d61c3 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.566840  4104 ts_tablet_manager.cc:1434] T badf6ce9ecda40f89b2bebcdd303cd24 P b778e98084eb4f5b92c24d2ce46e25a8: Time spent starting tablet: real 0.060s	user 0.004s	sys 0.005s
I20260630 12:35:41.563696  4146 raft_consensus.cc:493] T bb0920c225544e0a98a364caad0d61c3 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:41.569671  4115 raft_consensus.cc:515] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:41.568750  3983 raft_consensus.cc:2804] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:41.570851  3983 raft_consensus.cc:493] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:41.571203  3983 raft_consensus.cc:3060] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.571964  4115 leader_election.cc:290] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4:44131), 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915)
I20260630 12:35:41.567883  4104 tablet_bootstrap.cc:492] T 74267df8fba44154825f71ec9c6623d3 P b778e98084eb4f5b92c24d2ce46e25a8: Bootstrap starting.
I20260630 12:35:41.569998  4112 consensus_queue.cc:260] T badf6ce9ecda40f89b2bebcdd303cd24 P c96cdc6c98e94843b41121763a7b8854 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:41.572813  4146 raft_consensus.cc:3060] T bb0920c225544e0a98a364caad0d61c3 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.575851  3905 raft_consensus.cc:2468] T badf6ce9ecda40f89b2bebcdd303cd24 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2cfa967891ba4eea84ce2d0759a9b243 in term 0.
I20260630 12:35:41.582150  4061 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "74267df8fba44154825f71ec9c6623d3" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" is_pre_election: true
I20260630 12:35:41.583228  3903 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "39eb13d192144d3e9816a502a4018f49" candidate_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c96cdc6c98e94843b41121763a7b8854"
I20260630 12:35:41.583828  3903 raft_consensus.cc:3060] T 39eb13d192144d3e9816a502a4018f49 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:35:41.588527  3721 leader_election.cc:343] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4:44131): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:41.578768  3831 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e9874a5e1ce4bd0b4ea4acd42215639" candidate_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243" is_pre_election: true
I20260630 12:35:41.590971  4060 raft_consensus.cc:2468] T 30b80c2b4d424e4187e128ea0b3baf53 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9ec4928733ef4f0aad3fb9f968d234e0 in term 1.
I20260630 12:35:41.600453  3832 raft_consensus.cc:2468] T bb0920c225544e0a98a364caad0d61c3 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c96cdc6c98e94843b41121763a7b8854 in term 1.
I20260630 12:35:41.602216  3831 raft_consensus.cc:2393] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate b778e98084eb4f5b92c24d2ce46e25a8 in current term 1: Already voted for candidate 9ec4928733ef4f0aad3fb9f968d234e0 in this term.
I20260630 12:35:41.602587  3872 leader_election.cc:304] T bb0920c225544e0a98a364caad0d61c3 P c96cdc6c98e94843b41121763a7b8854 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2cfa967891ba4eea84ce2d0759a9b243, c96cdc6c98e94843b41121763a7b8854; no voters: 
I20260630 12:35:41.603040  3983 raft_consensus.cc:515] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:41.604552  3797 leader_election.cc:304] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2cfa967891ba4eea84ce2d0759a9b243, c96cdc6c98e94843b41121763a7b8854; no voters: 
I20260630 12:35:41.605423  3967 raft_consensus.cc:2804] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:41.605808  3967 raft_consensus.cc:493] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:41.606122  3967 raft_consensus.cc:3060] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.606936  3904 raft_consensus.cc:2468] T 30b80c2b4d424e4187e128ea0b3baf53 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9ec4928733ef4f0aad3fb9f968d234e0 in term 1.
I20260630 12:35:41.608098  3831 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "74267df8fba44154825f71ec9c6623d3" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243" is_pre_election: true
I20260630 12:35:41.608471  4026 raft_consensus.cc:2804] T bb0920c225544e0a98a364caad0d61c3 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:41.608855  3831 raft_consensus.cc:2468] T 74267df8fba44154825f71ec9c6623d3 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9ec4928733ef4f0aad3fb9f968d234e0 in term 0.
I20260630 12:35:41.610070  3723 leader_election.cc:304] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0 [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: 2cfa967891ba4eea84ce2d0759a9b243, 9ec4928733ef4f0aad3fb9f968d234e0; no voters: b778e98084eb4f5b92c24d2ce46e25a8
I20260630 12:35:41.610914  4110 raft_consensus.cc:2804] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:41.611260  4110 raft_consensus.cc:493] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:41.611634  4110 raft_consensus.cc:3060] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.618255  3722 leader_election.cc:304] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9ec4928733ef4f0aad3fb9f968d234e0, c96cdc6c98e94843b41121763a7b8854; no voters: 
I20260630 12:35:41.616159  4024 leader_election.cc:304] T 5c7e98507dd9435ea175bfcbe690a25d P b778e98084eb4f5b92c24d2ce46e25a8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2cfa967891ba4eea84ce2d0759a9b243, b778e98084eb4f5b92c24d2ce46e25a8; no voters: 
W20260630 12:35:41.623485  3640 catalog_manager.cc:4810] Async tablet task AlterTable RPC for tablet bb0920c225544e0a98a364caad0d61c3 (table range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet bb0920c225544e0a98a364caad0d61c3 consensus state has no leader
I20260630 12:35:41.621340  4115 raft_consensus.cc:2804] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:41.622035  3756 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5c7e98507dd9435ea175bfcbe690a25d" candidate_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" is_pre_election: true
I20260630 12:35:41.625442  3754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "39eb13d192144d3e9816a502a4018f49" candidate_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0"
I20260630 12:35:41.628648  4026 raft_consensus.cc:697] T bb0920c225544e0a98a364caad0d61c3 P c96cdc6c98e94843b41121763a7b8854 [term 1 LEADER]: Becoming Leader. State: Replica: c96cdc6c98e94843b41121763a7b8854, State: Running, Role: LEADER
I20260630 12:35:41.633283  3757 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "39eb13d192144d3e9816a502a4018f49" candidate_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" is_pre_election: true
I20260630 12:35:41.630941  3756 raft_consensus.cc:2468] T 5c7e98507dd9435ea175bfcbe690a25d P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b778e98084eb4f5b92c24d2ce46e25a8 in term 0.
I20260630 12:35:41.635141  3753 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5c7e98507dd9435ea175bfcbe690a25d" candidate_uuid: "2cfa967891ba4eea84ce2d0759a9b243" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0"
I20260630 12:35:41.631036  3983 leader_election.cc:290] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [CANDIDATE]: Term 1 election: Requested vote from peers b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4:44131), 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295)
I20260630 12:35:41.636417  3753 raft_consensus.cc:3060] T 5c7e98507dd9435ea175bfcbe690a25d P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.636832  4151 raft_consensus.cc:2804] T 5c7e98507dd9435ea175bfcbe690a25d P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:41.637377  4151 raft_consensus.cc:493] T 5c7e98507dd9435ea175bfcbe690a25d P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:41.631912  3755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e9874a5e1ce4bd0b4ea4acd42215639" candidate_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" is_pre_election: true
I20260630 12:35:41.632735  3754 raft_consensus.cc:3060] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.629343  4146 raft_consensus.cc:515] T bb0920c225544e0a98a364caad0d61c3 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:41.639796  4110 raft_consensus.cc:515] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:41.632211  4115 raft_consensus.cc:697] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Becoming Leader. State: Replica: 9ec4928733ef4f0aad3fb9f968d234e0, State: Running, Role: LEADER
I20260630 12:35:41.637850  4151 raft_consensus.cc:3060] T 5c7e98507dd9435ea175bfcbe690a25d P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.642864  4146 leader_election.cc:290] T bb0920c225544e0a98a364caad0d61c3 P b778e98084eb4f5b92c24d2ce46e25a8 [CANDIDATE]: Term 1 election: Requested vote from peers 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915), c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837)
I20260630 12:35:41.643244  4104 tablet_bootstrap.cc:654] T 74267df8fba44154825f71ec9c6623d3 P b778e98084eb4f5b92c24d2ce46e25a8: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.645206  4060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "74267df8fba44154825f71ec9c6623d3" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b778e98084eb4f5b92c24d2ce46e25a8"
I20260630 12:35:41.645195  4026 consensus_queue.cc:237] T bb0920c225544e0a98a364caad0d61c3 P c96cdc6c98e94843b41121763a7b8854 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:41.646275  4112 ts_tablet_manager.cc:1434] T badf6ce9ecda40f89b2bebcdd303cd24 P c96cdc6c98e94843b41121763a7b8854: Time spent starting tablet: real 0.123s	user 0.010s	sys 0.000s
I20260630 12:35:41.649489  3903 raft_consensus.cc:2468] T 39eb13d192144d3e9816a502a4018f49 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b778e98084eb4f5b92c24d2ce46e25a8 in term 1.
I20260630 12:35:41.649943  4112 tablet_bootstrap.cc:492] T 97c8bed859d0415590ad65e4de8249e5 P c96cdc6c98e94843b41121763a7b8854: Bootstrap starting.
I20260630 12:35:41.650382  3753 raft_consensus.cc:2468] T 5c7e98507dd9435ea175bfcbe690a25d P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2cfa967891ba4eea84ce2d0759a9b243 in term 1.
W20260630 12:35:41.651116  3721 leader_election.cc:343] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4:44131): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:41.651970  3754 raft_consensus.cc:2468] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b778e98084eb4f5b92c24d2ce46e25a8 in term 1.
I20260630 12:35:41.652489  3997 raft_consensus.cc:493] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:41.652940  3997 raft_consensus.cc:515] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:41.656530  4023 leader_election.cc:304] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8 [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: b778e98084eb4f5b92c24d2ce46e25a8; no voters: 2cfa967891ba4eea84ce2d0759a9b243, 9ec4928733ef4f0aad3fb9f968d234e0
I20260630 12:35:41.656912  3967 raft_consensus.cc:515] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:41.657655  3797 leader_election.cc:304] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2cfa967891ba4eea84ce2d0759a9b243, 9ec4928733ef4f0aad3fb9f968d234e0; no voters: 
I20260630 12:35:41.656394  4115 consensus_queue.cc:237] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:41.657773  3832 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb0920c225544e0a98a364caad0d61c3" candidate_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243"
I20260630 12:35:41.658993  3832 raft_consensus.cc:2393] T bb0920c225544e0a98a364caad0d61c3 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate b778e98084eb4f5b92c24d2ce46e25a8 in current term 1: Already voted for candidate c96cdc6c98e94843b41121763a7b8854 in this term.
I20260630 12:35:41.658895  4146 raft_consensus.cc:3060] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.660032  3983 raft_consensus.cc:2804] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:41.660880  3983 raft_consensus.cc:697] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 LEADER]: Becoming Leader. State: Replica: 2cfa967891ba4eea84ce2d0759a9b243, State: Running, Role: LEADER
I20260630 12:35:41.662492  3983 consensus_queue.cc:237] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:41.659569  3903 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb0920c225544e0a98a364caad0d61c3" candidate_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c96cdc6c98e94843b41121763a7b8854"
I20260630 12:35:41.665433  3967 leader_election.cc:290] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243 [CANDIDATE]: Term 1 election: Requested vote from peers b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4:44131), c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837)
I20260630 12:35:41.659938  4110 leader_election.cc:290] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 1 election: Requested vote from peers b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4:44131), 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915)
I20260630 12:35:41.667798  4023 leader_election.cc:304] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b778e98084eb4f5b92c24d2ce46e25a8, c96cdc6c98e94843b41121763a7b8854; no voters: 
I20260630 12:35:41.680603  4120 raft_consensus.cc:2804] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:41.679612  3832 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "74267df8fba44154825f71ec9c6623d3" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243"
I20260630 12:35:41.691569  3997 leader_election.cc:290] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837), b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4:44131)
I20260630 12:35:41.691146  4112 tablet_bootstrap.cc:654] T 97c8bed859d0415590ad65e4de8249e5 P c96cdc6c98e94843b41121763a7b8854: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.697010  4060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "39eb13d192144d3e9816a502a4018f49" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" is_pre_election: true
I20260630 12:35:41.728574  4120 raft_consensus.cc:697] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 LEADER]: Becoming Leader. State: Replica: b778e98084eb4f5b92c24d2ce46e25a8, State: Running, Role: LEADER
I20260630 12:35:41.731206  3832 raft_consensus.cc:3060] T 74267df8fba44154825f71ec9c6623d3 P 2cfa967891ba4eea84ce2d0759a9b243 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.732326  3903 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "39eb13d192144d3e9816a502a4018f49" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c96cdc6c98e94843b41121763a7b8854" is_pre_election: true
I20260630 12:35:41.744997  4061 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb0920c225544e0a98a364caad0d61c3" candidate_uuid: "c96cdc6c98e94843b41121763a7b8854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" is_pre_election: true
I20260630 12:35:41.745419  4151 raft_consensus.cc:515] T 5c7e98507dd9435ea175bfcbe690a25d P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:41.745891  4061 raft_consensus.cc:2393] T bb0920c225544e0a98a364caad0d61c3 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate c96cdc6c98e94843b41121763a7b8854 in current term 1: Already voted for candidate b778e98084eb4f5b92c24d2ce46e25a8 in this term.
I20260630 12:35:41.753841  3655 catalog_manager.cc:5697] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2). New cstate: current_term: 1 leader_uuid: "2cfa967891ba4eea84ce2d0759a9b243" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:41.742249  3903 raft_consensus.cc:2468] T 39eb13d192144d3e9816a502a4018f49 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9ec4928733ef4f0aad3fb9f968d234e0 in term 1.
I20260630 12:35:41.758579  4059 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb0920c225544e0a98a364caad0d61c3" candidate_uuid: "c96cdc6c98e94843b41121763a7b8854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b778e98084eb4f5b92c24d2ce46e25a8"
I20260630 12:35:41.757476  4115 consensus_queue.cc:1048] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.006s
I20260630 12:35:41.766969  3722 leader_election.cc:304] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [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: 9ec4928733ef4f0aad3fb9f968d234e0, c96cdc6c98e94843b41121763a7b8854; no voters: 
I20260630 12:35:41.773378  4059 raft_consensus.cc:2393] T bb0920c225544e0a98a364caad0d61c3 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate c96cdc6c98e94843b41121763a7b8854 in current term 1: Already voted for candidate b778e98084eb4f5b92c24d2ce46e25a8 in this term.
I20260630 12:35:41.776441  4151 leader_election.cc:290] T 5c7e98507dd9435ea175bfcbe690a25d P b778e98084eb4f5b92c24d2ce46e25a8 [CANDIDATE]: Term 1 election: Requested vote from peers 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295), 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915)
I20260630 12:35:41.778214  4104 tablet_bootstrap.cc:492] T 74267df8fba44154825f71ec9c6623d3 P b778e98084eb4f5b92c24d2ce46e25a8: No bootstrap required, opened a new log
I20260630 12:35:41.777545  3654 catalog_manager.cc:5697] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1). New cstate: current_term: 1 leader_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:41.778734  4104 ts_tablet_manager.cc:1403] T 74267df8fba44154825f71ec9c6623d3 P b778e98084eb4f5b92c24d2ce46e25a8: Time spent bootstrapping tablet: real 0.211s	user 0.011s	sys 0.006s
I20260630 12:35:41.763109  4024 leader_election.cc:304] T bb0920c225544e0a98a364caad0d61c3 P b778e98084eb4f5b92c24d2ce46e25a8 [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: b778e98084eb4f5b92c24d2ce46e25a8; no voters: 2cfa967891ba4eea84ce2d0759a9b243, c96cdc6c98e94843b41121763a7b8854
I20260630 12:35:41.782341  4151 raft_consensus.cc:2749] T bb0920c225544e0a98a364caad0d61c3 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:35:41.759892  4120 consensus_queue.cc:237] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:41.788210  3830 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5c7e98507dd9435ea175bfcbe690a25d" candidate_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243"
I20260630 12:35:41.787217  3653 catalog_manager.cc:5697] T bb0920c225544e0a98a364caad0d61c3 P c96cdc6c98e94843b41121763a7b8854 reported cstate change: term changed from 0 to 1, leader changed from <none> to c96cdc6c98e94843b41121763a7b8854 (127.0.192.3). New cstate: current_term: 1 leader_uuid: "c96cdc6c98e94843b41121763a7b8854" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:41.771970  4115 raft_consensus.cc:2804] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:35:41.781772  4104 raft_consensus.cc:359] T 74267df8fba44154825f71ec9c6623d3 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:41.795414  3754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5c7e98507dd9435ea175bfcbe690a25d" candidate_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0"
I20260630 12:35:41.792456  4115 raft_consensus.cc:493] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:41.793812  4104 raft_consensus.cc:385] T 74267df8fba44154825f71ec9c6623d3 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.794757  3903 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "badf6ce9ecda40f89b2bebcdd303cd24" candidate_uuid: "2cfa967891ba4eea84ce2d0759a9b243" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c96cdc6c98e94843b41121763a7b8854"
I20260630 12:35:41.801434  3754 raft_consensus.cc:2393] T 5c7e98507dd9435ea175bfcbe690a25d P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate b778e98084eb4f5b92c24d2ce46e25a8 in current term 1: Already voted for candidate 2cfa967891ba4eea84ce2d0759a9b243 in this term.
I20260630 12:35:41.798431  4115 raft_consensus.cc:3060] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:41.803608  4023 leader_election.cc:304] T 5c7e98507dd9435ea175bfcbe690a25d P b778e98084eb4f5b92c24d2ce46e25a8 [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: b778e98084eb4f5b92c24d2ce46e25a8; no voters: 2cfa967891ba4eea84ce2d0759a9b243, 9ec4928733ef4f0aad3fb9f968d234e0
I20260630 12:35:41.804829  4151 raft_consensus.cc:2749] T 5c7e98507dd9435ea175bfcbe690a25d P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:35:41.798300  4104 raft_consensus.cc:740] T 74267df8fba44154825f71ec9c6623d3 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b778e98084eb4f5b92c24d2ce46e25a8, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.797276  3832 raft_consensus.cc:2468] T 74267df8fba44154825f71ec9c6623d3 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9ec4928733ef4f0aad3fb9f968d234e0 in term 1.
I20260630 12:35:41.799242  4146 raft_consensus.cc:2749] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:41.810523  3723 leader_election.cc:304] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0 [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: 2cfa967891ba4eea84ce2d0759a9b243, 9ec4928733ef4f0aad3fb9f968d234e0; no voters: b778e98084eb4f5b92c24d2ce46e25a8
I20260630 12:35:41.810843  4104 consensus_queue.cc:260] T 74267df8fba44154825f71ec9c6623d3 P b778e98084eb4f5b92c24d2ce46e25a8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:41.812381  3997 raft_consensus.cc:2804] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:41.812846  3903 raft_consensus.cc:3060] T badf6ce9ecda40f89b2bebcdd303cd24 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.813715  3997 raft_consensus.cc:697] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Becoming Leader. State: Replica: 9ec4928733ef4f0aad3fb9f968d234e0, State: Running, Role: LEADER
I20260630 12:35:41.813974  4110 consensus_queue.cc:1048] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:35:41.814704  3997 consensus_queue.cc:237] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:41.818070  4059 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "badf6ce9ecda40f89b2bebcdd303cd24" candidate_uuid: "2cfa967891ba4eea84ce2d0759a9b243" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" is_pre_election: true
I20260630 12:35:41.819029  4059 raft_consensus.cc:2468] T badf6ce9ecda40f89b2bebcdd303cd24 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2cfa967891ba4eea84ce2d0759a9b243 in term 0.
I20260630 12:35:41.829376  4061 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5c7e98507dd9435ea175bfcbe690a25d" candidate_uuid: "2cfa967891ba4eea84ce2d0759a9b243" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b778e98084eb4f5b92c24d2ce46e25a8"
I20260630 12:35:41.833977  4058 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5c7e98507dd9435ea175bfcbe690a25d" candidate_uuid: "2cfa967891ba4eea84ce2d0759a9b243" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" is_pre_election: true
I20260630 12:35:41.858016  4104 ts_tablet_manager.cc:1434] T 74267df8fba44154825f71ec9c6623d3 P b778e98084eb4f5b92c24d2ce46e25a8: Time spent starting tablet: real 0.079s	user 0.004s	sys 0.006s
I20260630 12:35:41.862674  4061 raft_consensus.cc:2393] T 5c7e98507dd9435ea175bfcbe690a25d P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 2cfa967891ba4eea84ce2d0759a9b243 in current term 1: Already voted for candidate b778e98084eb4f5b92c24d2ce46e25a8 in this term.
I20260630 12:35:41.846274  4057 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "badf6ce9ecda40f89b2bebcdd303cd24" candidate_uuid: "2cfa967891ba4eea84ce2d0759a9b243" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b778e98084eb4f5b92c24d2ce46e25a8"
I20260630 12:35:41.865409  4057 raft_consensus.cc:3060] T badf6ce9ecda40f89b2bebcdd303cd24 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.875173  4104 tablet_bootstrap.cc:492] T 97c8bed859d0415590ad65e4de8249e5 P b778e98084eb4f5b92c24d2ce46e25a8: Bootstrap starting.
I20260630 12:35:41.891647  4112 tablet_bootstrap.cc:492] T 97c8bed859d0415590ad65e4de8249e5 P c96cdc6c98e94843b41121763a7b8854: No bootstrap required, opened a new log
I20260630 12:35:41.892326  4112 ts_tablet_manager.cc:1403] T 97c8bed859d0415590ad65e4de8249e5 P c96cdc6c98e94843b41121763a7b8854: Time spent bootstrapping tablet: real 0.243s	user 0.022s	sys 0.037s
I20260630 12:35:41.900521  3708 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:35:41.902364  4115 raft_consensus.cc:515] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:41.903627  4057 raft_consensus.cc:2468] T badf6ce9ecda40f89b2bebcdd303cd24 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2cfa967891ba4eea84ce2d0759a9b243 in term 1.
W20260630 12:35:41.904805  4164 log.cc:927] Time spent T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8: Append to log took a long time: real 0.074s	user 0.001s	sys 0.002s
W20260630 12:35:41.905647  3708 auto_leader_rebalancer.cc:524] the master instance isn't leader: Service unavailable: Tablet not running
I20260630 12:35:41.900484  4112 raft_consensus.cc:359] T 97c8bed859d0415590ad65e4de8249e5 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:41.893146  3903 raft_consensus.cc:2468] T badf6ce9ecda40f89b2bebcdd303cd24 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2cfa967891ba4eea84ce2d0759a9b243 in term 1.
I20260630 12:35:41.907176  4120 raft_consensus.cc:493] T 74267df8fba44154825f71ec9c6623d3 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:41.909446  4112 raft_consensus.cc:385] T 97c8bed859d0415590ad65e4de8249e5 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.912675  4112 raft_consensus.cc:740] T 97c8bed859d0415590ad65e4de8249e5 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c96cdc6c98e94843b41121763a7b8854, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.913244  3652 catalog_manager.cc:5697] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 reported cstate change: term changed from 0 to 1, leader changed from <none> to b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4). New cstate: current_term: 1 leader_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:41.914297  4112 consensus_queue.cc:260] T 97c8bed859d0415590ad65e4de8249e5 P c96cdc6c98e94843b41121763a7b8854 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:41.912283  4120 raft_consensus.cc:515] T 74267df8fba44154825f71ec9c6623d3 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:41.917119  3905 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "39eb13d192144d3e9816a502a4018f49" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c96cdc6c98e94843b41121763a7b8854"
I20260630 12:35:41.917510  4120 leader_election.cc:290] T 74267df8fba44154825f71ec9c6623d3 P b778e98084eb4f5b92c24d2ce46e25a8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295), 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915)
I20260630 12:35:41.917822  3905 raft_consensus.cc:3060] T 39eb13d192144d3e9816a502a4018f49 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:41.918344  3754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "74267df8fba44154825f71ec9c6623d3" candidate_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" is_pre_election: true
I20260630 12:35:41.919112  4112 ts_tablet_manager.cc:1434] T 97c8bed859d0415590ad65e4de8249e5 P c96cdc6c98e94843b41121763a7b8854: Time spent starting tablet: real 0.026s	user 0.009s	sys 0.001s
I20260630 12:35:41.925171  3796 leader_election.cc:304] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2cfa967891ba4eea84ce2d0759a9b243, b778e98084eb4f5b92c24d2ce46e25a8; no voters: 
I20260630 12:35:41.926374  3983 raft_consensus.cc:2804] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:41.926916  3983 raft_consensus.cc:697] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 LEADER]: Becoming Leader. State: Replica: 2cfa967891ba4eea84ce2d0759a9b243, State: Running, Role: LEADER
I20260630 12:35:41.930613  3829 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "74267df8fba44154825f71ec9c6623d3" candidate_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243" is_pre_election: true
I20260630 12:35:41.938377  3829 raft_consensus.cc:2393] T 74267df8fba44154825f71ec9c6623d3 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate b778e98084eb4f5b92c24d2ce46e25a8 in current term 1: Already voted for candidate 9ec4928733ef4f0aad3fb9f968d234e0 in this term.
I20260630 12:35:41.928349  3983 consensus_queue.cc:237] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:41.939775  4024 leader_election.cc:304] T 74267df8fba44154825f71ec9c6623d3 P b778e98084eb4f5b92c24d2ce46e25a8 [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: b778e98084eb4f5b92c24d2ce46e25a8; no voters: 2cfa967891ba4eea84ce2d0759a9b243, 9ec4928733ef4f0aad3fb9f968d234e0
I20260630 12:35:41.942096  4120 raft_consensus.cc:3060] T 74267df8fba44154825f71ec9c6623d3 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.952579  4115 leader_election.cc:290] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 2 election: Requested vote from peers c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837), b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4:44131)
I20260630 12:35:41.964234  4120 raft_consensus.cc:2749] T 74267df8fba44154825f71ec9c6623d3 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:41.969298  4056 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "39eb13d192144d3e9816a502a4018f49" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b778e98084eb4f5b92c24d2ce46e25a8"
W20260630 12:35:41.969974  3703 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:35:41.981017  3905 raft_consensus.cc:2468] T 39eb13d192144d3e9816a502a4018f49 P c96cdc6c98e94843b41121763a7b8854 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9ec4928733ef4f0aad3fb9f968d234e0 in term 2.
I20260630 12:35:41.982379  3722 leader_election.cc:304] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [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: 9ec4928733ef4f0aad3fb9f968d234e0, c96cdc6c98e94843b41121763a7b8854; no voters: 
I20260630 12:35:41.990746  4168 raft_consensus.cc:2804] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:41.996869  4168 raft_consensus.cc:697] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 2 LEADER]: Becoming Leader. State: Replica: 9ec4928733ef4f0aad3fb9f968d234e0, State: Running, Role: LEADER
I20260630 12:35:41.996649  3653 catalog_manager.cc:5697] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2). New cstate: current_term: 1 leader_uuid: "2cfa967891ba4eea84ce2d0759a9b243" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:41.997828  4168 consensus_queue.cc:237] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Queue going to LEADER 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: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:42.007629  4104 tablet_bootstrap.cc:654] T 97c8bed859d0415590ad65e4de8249e5 P b778e98084eb4f5b92c24d2ce46e25a8: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:42.020045  4104 tablet_bootstrap.cc:492] T 97c8bed859d0415590ad65e4de8249e5 P b778e98084eb4f5b92c24d2ce46e25a8: No bootstrap required, opened a new log
I20260630 12:35:42.020749  4104 ts_tablet_manager.cc:1403] T 97c8bed859d0415590ad65e4de8249e5 P b778e98084eb4f5b92c24d2ce46e25a8: Time spent bootstrapping tablet: real 0.146s	user 0.020s	sys 0.006s
I20260630 12:35:42.023546  4104 raft_consensus.cc:359] T 97c8bed859d0415590ad65e4de8249e5 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:42.026113  4104 raft_consensus.cc:385] T 97c8bed859d0415590ad65e4de8249e5 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:42.026849  4104 raft_consensus.cc:740] T 97c8bed859d0415590ad65e4de8249e5 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b778e98084eb4f5b92c24d2ce46e25a8, State: Initialized, Role: FOLLOWER
I20260630 12:35:42.027709  4104 consensus_queue.cc:260] T 97c8bed859d0415590ad65e4de8249e5 P b778e98084eb4f5b92c24d2ce46e25a8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:42.029846  4104 ts_tablet_manager.cc:1434] T 97c8bed859d0415590ad65e4de8249e5 P b778e98084eb4f5b92c24d2ce46e25a8: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260630 12:35:42.031646  3655 catalog_manager.cc:5697] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1). New cstate: current_term: 1 leader_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:42.032667  3655 catalog_manager.cc:5697] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 reported cstate change: term changed from 1 to 2, leader changed from b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) to 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1). New cstate: current_term: 2 leader_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:42.050715  4168 consensus_queue.cc:1048] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:42.065879  4168 consensus_queue.cc:1048] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:42.126449  4026 consensus_queue.cc:1048] T bb0920c225544e0a98a364caad0d61c3 P c96cdc6c98e94843b41121763a7b8854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:42.130337  3983 consensus_queue.cc:1048] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:42.141129  4180 consensus_queue.cc:1048] T bb0920c225544e0a98a364caad0d61c3 P c96cdc6c98e94843b41121763a7b8854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:35:42.153774  3983 consensus_queue.cc:1048] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:35:42.177484  4120 raft_consensus.cc:493] T 97c8bed859d0415590ad65e4de8249e5 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:42.178042  4120 raft_consensus.cc:515] T 97c8bed859d0415590ad65e4de8249e5 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:42.180127  4120 leader_election.cc:290] T 97c8bed859d0415590ad65e4de8249e5 P b778e98084eb4f5b92c24d2ce46e25a8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295), c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837)
I20260630 12:35:42.181136  3754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "97c8bed859d0415590ad65e4de8249e5" candidate_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" is_pre_election: true
I20260630 12:35:42.181265  3905 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "97c8bed859d0415590ad65e4de8249e5" candidate_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c96cdc6c98e94843b41121763a7b8854" is_pre_election: true
I20260630 12:35:42.181849  3754 raft_consensus.cc:2468] T 97c8bed859d0415590ad65e4de8249e5 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b778e98084eb4f5b92c24d2ce46e25a8 in term 0.
I20260630 12:35:42.181915  3905 raft_consensus.cc:2468] T 97c8bed859d0415590ad65e4de8249e5 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b778e98084eb4f5b92c24d2ce46e25a8 in term 0.
I20260630 12:35:42.183032  4023 leader_election.cc:304] T 97c8bed859d0415590ad65e4de8249e5 P b778e98084eb4f5b92c24d2ce46e25a8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b778e98084eb4f5b92c24d2ce46e25a8, c96cdc6c98e94843b41121763a7b8854; no voters: 
I20260630 12:35:42.183771  4120 raft_consensus.cc:2804] T 97c8bed859d0415590ad65e4de8249e5 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:42.184161  4120 raft_consensus.cc:493] T 97c8bed859d0415590ad65e4de8249e5 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:42.184432  4120 raft_consensus.cc:3060] T 97c8bed859d0415590ad65e4de8249e5 P b778e98084eb4f5b92c24d2ce46e25a8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:42.189182  4120 raft_consensus.cc:515] T 97c8bed859d0415590ad65e4de8249e5 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:42.191111  4120 leader_election.cc:290] T 97c8bed859d0415590ad65e4de8249e5 P b778e98084eb4f5b92c24d2ce46e25a8 [CANDIDATE]: Term 1 election: Requested vote from peers 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295), c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837)
I20260630 12:35:42.191941  3754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "97c8bed859d0415590ad65e4de8249e5" candidate_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0"
I20260630 12:35:42.192137  3905 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "97c8bed859d0415590ad65e4de8249e5" candidate_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c96cdc6c98e94843b41121763a7b8854"
I20260630 12:35:42.192526  3754 raft_consensus.cc:3060] T 97c8bed859d0415590ad65e4de8249e5 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:42.192725  3905 raft_consensus.cc:3060] T 97c8bed859d0415590ad65e4de8249e5 P c96cdc6c98e94843b41121763a7b8854 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:42.197625  3905 raft_consensus.cc:2468] T 97c8bed859d0415590ad65e4de8249e5 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b778e98084eb4f5b92c24d2ce46e25a8 in term 1.
I20260630 12:35:42.197628  3754 raft_consensus.cc:2468] T 97c8bed859d0415590ad65e4de8249e5 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b778e98084eb4f5b92c24d2ce46e25a8 in term 1.
I20260630 12:35:42.198899  4023 leader_election.cc:304] T 97c8bed859d0415590ad65e4de8249e5 P b778e98084eb4f5b92c24d2ce46e25a8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b778e98084eb4f5b92c24d2ce46e25a8, c96cdc6c98e94843b41121763a7b8854; no voters: 
I20260630 12:35:42.199638  4120 raft_consensus.cc:2804] T 97c8bed859d0415590ad65e4de8249e5 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:42.200150  4120 raft_consensus.cc:697] T 97c8bed859d0415590ad65e4de8249e5 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 LEADER]: Becoming Leader. State: Replica: b778e98084eb4f5b92c24d2ce46e25a8, State: Running, Role: LEADER
I20260630 12:35:42.200794  4120 consensus_queue.cc:237] T 97c8bed859d0415590ad65e4de8249e5 P b778e98084eb4f5b92c24d2ce46e25a8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:42.208141  3655 catalog_manager.cc:5697] T 97c8bed859d0415590ad65e4de8249e5 P b778e98084eb4f5b92c24d2ce46e25a8 reported cstate change: term changed from 0 to 1, leader changed from <none> to b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4). New cstate: current_term: 1 leader_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:42.243461  3754 raft_consensus.cc:1240] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 2 LEADER]: Rejecting Update request from peer b778e98084eb4f5b92c24d2ce46e25a8 for earlier term 1. Current term is 2. Ops: []
I20260630 12:35:42.244839  4120 consensus_queue.cc:1059] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 }, Status: INVALID_TERM, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:42.245543  4120 consensus_queue.cc:1243] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 [LEADER]: Peer 9ec4928733ef4f0aad3fb9f968d234e0 log is divergent from this leader: its last log entry 2.1 is not in this leader's log and it has not received anything from this leader yet. Falling back to committed index 0
I20260630 12:35:42.245985  4146 raft_consensus.cc:3055] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:42.246333  4146 raft_consensus.cc:740] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: b778e98084eb4f5b92c24d2ce46e25a8, State: Running, Role: LEADER
I20260630 12:35:42.247182  4146 consensus_queue.cc:260] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 1.1, Last appended by leader: 1, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:42.248272  4146 raft_consensus.cc:3060] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:42.314754  4168 consensus_queue.cc:1048] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:42.325379  4110 consensus_queue.cc:1048] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:42.387441  3905 raft_consensus.cc:1275] T 39eb13d192144d3e9816a502a4018f49 P c96cdc6c98e94843b41121763a7b8854 [term 2 FOLLOWER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:35:42.388873  4110 consensus_queue.cc:1048] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:42.398617  4056 raft_consensus.cc:1275] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 [term 2 FOLLOWER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 1. (term mismatch)
I20260630 12:35:42.399097  4056 pending_rounds.cc:85] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8: Aborting all ops after (but not including) 0
I20260630 12:35:42.399371  4056 pending_rounds.cc:107] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8: Aborting uncommitted NO_OP operation due to leader change: 1.1
I20260630 12:35:42.399633  4056 raft_consensus.cc:2889] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 [term 2 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:35:42.401654  4170 consensus_queue.cc:1048] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:42.411568  3983 consensus_queue.cc:1048] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:42.429195  3994 consensus_queue.cc:1048] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:42.587268  4146 consensus_queue.cc:1048] T 97c8bed859d0415590ad65e4de8249e5 P b778e98084eb4f5b92c24d2ce46e25a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:42.598825  4146 consensus_queue.cc:1048] T 97c8bed859d0415590ad65e4de8249e5 P b778e98084eb4f5b92c24d2ce46e25a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:35:43.020955  3832 consensus_queue.cc:237] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [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: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } attrs { replace: true } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } }
I20260630 12:35:43.027846  3905 raft_consensus.cc:1275] T 8f6ac50bc9ab4900ad725282798ce855 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Refusing update from remote peer 2cfa967891ba4eea84ce2d0759a9b243: 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:43.028308  3796 consensus_peers.cc:597] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 -> Peer b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4:44131): Couldn't send request to peer b778e98084eb4f5b92c24d2ce46e25a8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8f6ac50bc9ab4900ad725282798ce855. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:43.028452  3754 raft_consensus.cc:1275] T 8f6ac50bc9ab4900ad725282798ce855 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Refusing update from remote peer 2cfa967891ba4eea84ce2d0759a9b243: 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:43.029452  3967 consensus_queue.cc:1048] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:43.030465  3983 consensus_queue.cc:1048] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } 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:43.039451  3994 raft_consensus.cc:2955] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } attrs { replace: true } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } } }
I20260630 12:35:43.041242  3754 raft_consensus.cc:2955] T 8f6ac50bc9ab4900ad725282798ce855 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } attrs { replace: true } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } } }
I20260630 12:35:43.041978  3905 raft_consensus.cc:2955] T 8f6ac50bc9ab4900ad725282798ce855 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } attrs { replace: true } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } } }
I20260630 12:35:43.055234  3653 catalog_manager.cc:5697] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 reported cstate change: config changed from index -1 to 2, NON_VOTER b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "2cfa967891ba4eea84ce2d0759a9b243" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:43.087092  3754 consensus_queue.cc:237] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [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: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } }
W20260630 12:35:43.094921  3721 consensus_peers.cc:597] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 -> Peer b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4:44131): Couldn't send request to peer b778e98084eb4f5b92c24d2ce46e25a8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 46b7958273a14331911a80463e2a375e. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:43.095757  3905 raft_consensus.cc:1275] T 46b7958273a14331911a80463e2a375e P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: 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:43.096573  3832 raft_consensus.cc:1275] T 46b7958273a14331911a80463e2a375e P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: 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:43.098212  4170 consensus_queue.cc:1048] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:43.099344  4110 consensus_queue.cc:1048] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:43.107714  4170 raft_consensus.cc:2955] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } } }
I20260630 12:35:43.109588  3905 raft_consensus.cc:2955] T 46b7958273a14331911a80463e2a375e P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } } }
I20260630 12:35:43.114367  3832 raft_consensus.cc:2955] T 46b7958273a14331911a80463e2a375e P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } } }
I20260630 12:35:43.124203  3754 consensus_queue.cc:237] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [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: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } }
I20260630 12:35:43.124315  3652 catalog_manager.cc:5697] T 46b7958273a14331911a80463e2a375e P c96cdc6c98e94843b41121763a7b8854 reported cstate change: config changed from index -1 to 2, NON_VOTER b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } } }
I20260630 12:35:43.132980  3905 raft_consensus.cc:1275] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: 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:43.133827  3721 consensus_peers.cc:597] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 -> Peer b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4:44131): Couldn't send request to peer b778e98084eb4f5b92c24d2ce46e25a8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 15ff61bdeeaf4b0aa58b817a8c83c21c. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:43.134894  4170 consensus_queue.cc:1048] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } 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:43.135944  3832 raft_consensus.cc:1275] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: 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:43.137593  4170 consensus_queue.cc:1048] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:43.147324  4110 raft_consensus.cc:2955] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } } }
I20260630 12:35:43.152128  3832 raft_consensus.cc:2955] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } } }
I20260630 12:35:43.153301  3905 raft_consensus.cc:2955] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } } }
I20260630 12:35:43.167990  3655 catalog_manager.cc:5697] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 reported cstate change: config changed from index -1 to 2, NON_VOTER b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } } }
I20260630 12:35:43.171072  3832 consensus_queue.cc:237] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [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: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } attrs { replace: true } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } }
W20260630 12:35:43.180428  3796 consensus_peers.cc:597] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 -> Peer b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4:44131): Couldn't send request to peer b778e98084eb4f5b92c24d2ce46e25a8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 287de74d9fbd4843a82044e1d55ccb49. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:43.183028  3754 raft_consensus.cc:1275] T 287de74d9fbd4843a82044e1d55ccb49 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Refusing update from remote peer 2cfa967891ba4eea84ce2d0759a9b243: 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:43.184022  3905 raft_consensus.cc:1275] T 287de74d9fbd4843a82044e1d55ccb49 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Refusing update from remote peer 2cfa967891ba4eea84ce2d0759a9b243: 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:43.184790  3994 consensus_queue.cc:1048] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } 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:43.185721  3967 consensus_queue.cc:1048] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:43.193527  3983 raft_consensus.cc:2955] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } attrs { replace: true } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } } }
I20260630 12:35:43.195721  3905 raft_consensus.cc:2955] T 287de74d9fbd4843a82044e1d55ccb49 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } attrs { replace: true } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } } }
I20260630 12:35:43.195688  3754 raft_consensus.cc:2955] T 287de74d9fbd4843a82044e1d55ccb49 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } attrs { replace: true } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } } }
I20260630 12:35:43.208678  3652 catalog_manager.cc:5697] T 287de74d9fbd4843a82044e1d55ccb49 P 9ec4928733ef4f0aad3fb9f968d234e0 reported cstate change: config changed from index -1 to 2, NON_VOTER b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "2cfa967891ba4eea84ce2d0759a9b243" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } attrs { replace: true } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } } }
I20260630 12:35:43.570401  4211 ts_tablet_manager.cc:933] T 46b7958273a14331911a80463e2a375e P b778e98084eb4f5b92c24d2ce46e25a8: Initiating tablet copy from peer 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295)
I20260630 12:35:43.572791  4211 tablet_copy_client.cc:323] T 46b7958273a14331911a80463e2a375e P b778e98084eb4f5b92c24d2ce46e25a8: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.1:42295
I20260630 12:35:43.575052  3767 tablet_copy_service.cc:140] P 9ec4928733ef4f0aad3fb9f968d234e0: Received BeginTabletCopySession request for tablet 46b7958273a14331911a80463e2a375e from peer b778e98084eb4f5b92c24d2ce46e25a8 ({username='slave'} at 127.0.0.1:54740)
I20260630 12:35:43.575634  3767 tablet_copy_service.cc:161] P 9ec4928733ef4f0aad3fb9f968d234e0: Beginning new tablet copy session on tablet 46b7958273a14331911a80463e2a375e from peer b778e98084eb4f5b92c24d2ce46e25a8 at {username='slave'} at 127.0.0.1:54740: session id = b778e98084eb4f5b92c24d2ce46e25a8-46b7958273a14331911a80463e2a375e
I20260630 12:35:43.584244  3767 tablet_copy_source_session.cc:215] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:43.587536  4211 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 46b7958273a14331911a80463e2a375e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.603634  4211 tablet_copy_client.cc:806] T 46b7958273a14331911a80463e2a375e P b778e98084eb4f5b92c24d2ce46e25a8: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:43.604255  4211 tablet_copy_client.cc:670] T 46b7958273a14331911a80463e2a375e P b778e98084eb4f5b92c24d2ce46e25a8: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:43.608043  4211 tablet_copy_client.cc:538] T 46b7958273a14331911a80463e2a375e P b778e98084eb4f5b92c24d2ce46e25a8: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:43.617264  4211 tablet_bootstrap.cc:492] T 46b7958273a14331911a80463e2a375e P b778e98084eb4f5b92c24d2ce46e25a8: Bootstrap starting.
I20260630 12:35:43.619202  4213 ts_tablet_manager.cc:933] T 287de74d9fbd4843a82044e1d55ccb49 P b778e98084eb4f5b92c24d2ce46e25a8: Initiating tablet copy from peer 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915)
I20260630 12:35:43.621443  4213 tablet_copy_client.cc:323] T 287de74d9fbd4843a82044e1d55ccb49 P b778e98084eb4f5b92c24d2ce46e25a8: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.2:43915
I20260630 12:35:43.651908  3842 tablet_copy_service.cc:140] P 2cfa967891ba4eea84ce2d0759a9b243: Received BeginTabletCopySession request for tablet 287de74d9fbd4843a82044e1d55ccb49 from peer b778e98084eb4f5b92c24d2ce46e25a8 ({username='slave'} at 127.0.0.1:47496)
I20260630 12:35:43.652566  3842 tablet_copy_service.cc:161] P 2cfa967891ba4eea84ce2d0759a9b243: Beginning new tablet copy session on tablet 287de74d9fbd4843a82044e1d55ccb49 from peer b778e98084eb4f5b92c24d2ce46e25a8 at {username='slave'} at 127.0.0.1:47496: session id = b778e98084eb4f5b92c24d2ce46e25a8-287de74d9fbd4843a82044e1d55ccb49
I20260630 12:35:43.659250  4216 ts_tablet_manager.cc:933] T 8f6ac50bc9ab4900ad725282798ce855 P b778e98084eb4f5b92c24d2ce46e25a8: Initiating tablet copy from peer 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915)
I20260630 12:35:43.667573  3842 tablet_copy_source_session.cc:215] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:43.675454  4213 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 287de74d9fbd4843a82044e1d55ccb49. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.687247  4216 tablet_copy_client.cc:323] T 8f6ac50bc9ab4900ad725282798ce855 P b778e98084eb4f5b92c24d2ce46e25a8: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.2:43915
I20260630 12:35:43.689970  3842 tablet_copy_service.cc:140] P 2cfa967891ba4eea84ce2d0759a9b243: Received BeginTabletCopySession request for tablet 8f6ac50bc9ab4900ad725282798ce855 from peer b778e98084eb4f5b92c24d2ce46e25a8 ({username='slave'} at 127.0.0.1:47496)
I20260630 12:35:43.690689  3842 tablet_copy_service.cc:161] P 2cfa967891ba4eea84ce2d0759a9b243: Beginning new tablet copy session on tablet 8f6ac50bc9ab4900ad725282798ce855 from peer b778e98084eb4f5b92c24d2ce46e25a8 at {username='slave'} at 127.0.0.1:47496: session id = b778e98084eb4f5b92c24d2ce46e25a8-8f6ac50bc9ab4900ad725282798ce855
I20260630 12:35:43.693883  4211 tablet_bootstrap.cc:492] T 46b7958273a14331911a80463e2a375e P b778e98084eb4f5b92c24d2ce46e25a8: 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:43.695170  4211 tablet_bootstrap.cc:492] T 46b7958273a14331911a80463e2a375e P b778e98084eb4f5b92c24d2ce46e25a8: Bootstrap complete.
I20260630 12:35:43.695973  4211 ts_tablet_manager.cc:1403] T 46b7958273a14331911a80463e2a375e P b778e98084eb4f5b92c24d2ce46e25a8: Time spent bootstrapping tablet: real 0.079s	user 0.028s	sys 0.020s
I20260630 12:35:43.699807  3842 tablet_copy_source_session.cc:215] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:43.699855  4211 raft_consensus.cc:359] T 46b7958273a14331911a80463e2a375e P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } }
I20260630 12:35:43.701566  4213 tablet_copy_client.cc:806] T 287de74d9fbd4843a82044e1d55ccb49 P b778e98084eb4f5b92c24d2ce46e25a8: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:43.701460  4211 raft_consensus.cc:740] T 46b7958273a14331911a80463e2a375e P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: b778e98084eb4f5b92c24d2ce46e25a8, State: Initialized, Role: LEARNER
I20260630 12:35:43.702482  4211 consensus_queue.cc:260] T 46b7958273a14331911a80463e2a375e P b778e98084eb4f5b92c24d2ce46e25a8 [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: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } }
I20260630 12:35:43.703723  4216 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8f6ac50bc9ab4900ad725282798ce855. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.705394  4211 ts_tablet_manager.cc:1434] T 46b7958273a14331911a80463e2a375e P b778e98084eb4f5b92c24d2ce46e25a8: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260630 12:35:43.707595  3767 tablet_copy_service.cc:342] P 9ec4928733ef4f0aad3fb9f968d234e0: Request end of tablet copy session b778e98084eb4f5b92c24d2ce46e25a8-46b7958273a14331911a80463e2a375e received from {username='slave'} at 127.0.0.1:54740
I20260630 12:35:43.708170  3767 tablet_copy_service.cc:434] P 9ec4928733ef4f0aad3fb9f968d234e0: ending tablet copy session b778e98084eb4f5b92c24d2ce46e25a8-46b7958273a14331911a80463e2a375e on tablet 46b7958273a14331911a80463e2a375e with peer b778e98084eb4f5b92c24d2ce46e25a8
I20260630 12:35:43.702268  4213 tablet_copy_client.cc:670] T 287de74d9fbd4843a82044e1d55ccb49 P b778e98084eb4f5b92c24d2ce46e25a8: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:43.718468  4213 tablet_copy_client.cc:538] T 287de74d9fbd4843a82044e1d55ccb49 P b778e98084eb4f5b92c24d2ce46e25a8: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:43.726897  4213 tablet_bootstrap.cc:492] T 287de74d9fbd4843a82044e1d55ccb49 P b778e98084eb4f5b92c24d2ce46e25a8: Bootstrap starting.
I20260630 12:35:43.728245  4216 tablet_copy_client.cc:806] T 8f6ac50bc9ab4900ad725282798ce855 P b778e98084eb4f5b92c24d2ce46e25a8: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:43.728854  4216 tablet_copy_client.cc:670] T 8f6ac50bc9ab4900ad725282798ce855 P b778e98084eb4f5b92c24d2ce46e25a8: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:43.733124  4216 tablet_copy_client.cc:538] T 8f6ac50bc9ab4900ad725282798ce855 P b778e98084eb4f5b92c24d2ce46e25a8: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:43.742395  4216 tablet_bootstrap.cc:492] T 8f6ac50bc9ab4900ad725282798ce855 P b778e98084eb4f5b92c24d2ce46e25a8: Bootstrap starting.
I20260630 12:35:43.745854  4211 ts_tablet_manager.cc:933] T 15ff61bdeeaf4b0aa58b817a8c83c21c P b778e98084eb4f5b92c24d2ce46e25a8: Initiating tablet copy from peer 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295)
I20260630 12:35:43.749017  4213 tablet_bootstrap.cc:492] T 287de74d9fbd4843a82044e1d55ccb49 P b778e98084eb4f5b92c24d2ce46e25a8: 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:43.750149  4213 tablet_bootstrap.cc:492] T 287de74d9fbd4843a82044e1d55ccb49 P b778e98084eb4f5b92c24d2ce46e25a8: Bootstrap complete.
I20260630 12:35:43.753161  4213 ts_tablet_manager.cc:1403] T 287de74d9fbd4843a82044e1d55ccb49 P b778e98084eb4f5b92c24d2ce46e25a8: Time spent bootstrapping tablet: real 0.026s	user 0.005s	sys 0.015s
I20260630 12:35:43.756877  4213 raft_consensus.cc:359] T 287de74d9fbd4843a82044e1d55ccb49 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } attrs { replace: true } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } }
I20260630 12:35:43.758224  4213 raft_consensus.cc:740] T 287de74d9fbd4843a82044e1d55ccb49 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: b778e98084eb4f5b92c24d2ce46e25a8, State: Initialized, Role: LEARNER
I20260630 12:35:43.759225  4213 consensus_queue.cc:260] T 287de74d9fbd4843a82044e1d55ccb49 P b778e98084eb4f5b92c24d2ce46e25a8 [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: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } attrs { replace: true } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } }
I20260630 12:35:43.764285  4213 ts_tablet_manager.cc:1434] T 287de74d9fbd4843a82044e1d55ccb49 P b778e98084eb4f5b92c24d2ce46e25a8: Time spent starting tablet: real 0.011s	user 0.003s	sys 0.003s
I20260630 12:35:43.766407  3842 tablet_copy_service.cc:342] P 2cfa967891ba4eea84ce2d0759a9b243: Request end of tablet copy session b778e98084eb4f5b92c24d2ce46e25a8-287de74d9fbd4843a82044e1d55ccb49 received from {username='slave'} at 127.0.0.1:47496
I20260630 12:35:43.766886  3842 tablet_copy_service.cc:434] P 2cfa967891ba4eea84ce2d0759a9b243: ending tablet copy session b778e98084eb4f5b92c24d2ce46e25a8-287de74d9fbd4843a82044e1d55ccb49 on tablet 287de74d9fbd4843a82044e1d55ccb49 with peer b778e98084eb4f5b92c24d2ce46e25a8
I20260630 12:35:43.768743  4211 tablet_copy_client.cc:323] T 15ff61bdeeaf4b0aa58b817a8c83c21c P b778e98084eb4f5b92c24d2ce46e25a8: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.1:42295
I20260630 12:35:43.770498  3767 tablet_copy_service.cc:140] P 9ec4928733ef4f0aad3fb9f968d234e0: Received BeginTabletCopySession request for tablet 15ff61bdeeaf4b0aa58b817a8c83c21c from peer b778e98084eb4f5b92c24d2ce46e25a8 ({username='slave'} at 127.0.0.1:54740)
I20260630 12:35:43.770955  3767 tablet_copy_service.cc:161] P 9ec4928733ef4f0aad3fb9f968d234e0: Beginning new tablet copy session on tablet 15ff61bdeeaf4b0aa58b817a8c83c21c from peer b778e98084eb4f5b92c24d2ce46e25a8 at {username='slave'} at 127.0.0.1:54740: session id = b778e98084eb4f5b92c24d2ce46e25a8-15ff61bdeeaf4b0aa58b817a8c83c21c
I20260630 12:35:43.776100  4216 tablet_bootstrap.cc:492] T 8f6ac50bc9ab4900ad725282798ce855 P b778e98084eb4f5b92c24d2ce46e25a8: 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:43.776650  3767 tablet_copy_source_session.cc:215] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:43.777115  4216 tablet_bootstrap.cc:492] T 8f6ac50bc9ab4900ad725282798ce855 P b778e98084eb4f5b92c24d2ce46e25a8: Bootstrap complete.
I20260630 12:35:43.777840  4216 ts_tablet_manager.cc:1403] T 8f6ac50bc9ab4900ad725282798ce855 P b778e98084eb4f5b92c24d2ce46e25a8: Time spent bootstrapping tablet: real 0.036s	user 0.025s	sys 0.000s
I20260630 12:35:43.779356  4211 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 15ff61bdeeaf4b0aa58b817a8c83c21c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.780853  4216 raft_consensus.cc:359] T 8f6ac50bc9ab4900ad725282798ce855 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } attrs { replace: true } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } }
I20260630 12:35:43.781725  4216 raft_consensus.cc:740] T 8f6ac50bc9ab4900ad725282798ce855 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: b778e98084eb4f5b92c24d2ce46e25a8, State: Initialized, Role: LEARNER
I20260630 12:35:43.782402  4216 consensus_queue.cc:260] T 8f6ac50bc9ab4900ad725282798ce855 P b778e98084eb4f5b92c24d2ce46e25a8 [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: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } attrs { replace: true } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } }
I20260630 12:35:43.784915  4216 ts_tablet_manager.cc:1434] T 8f6ac50bc9ab4900ad725282798ce855 P b778e98084eb4f5b92c24d2ce46e25a8: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:35:43.786648  3842 tablet_copy_service.cc:342] P 2cfa967891ba4eea84ce2d0759a9b243: Request end of tablet copy session b778e98084eb4f5b92c24d2ce46e25a8-8f6ac50bc9ab4900ad725282798ce855 received from {username='slave'} at 127.0.0.1:47496
I20260630 12:35:43.787031  3842 tablet_copy_service.cc:434] P 2cfa967891ba4eea84ce2d0759a9b243: ending tablet copy session b778e98084eb4f5b92c24d2ce46e25a8-8f6ac50bc9ab4900ad725282798ce855 on tablet 8f6ac50bc9ab4900ad725282798ce855 with peer b778e98084eb4f5b92c24d2ce46e25a8
I20260630 12:35:43.794333  4211 tablet_copy_client.cc:806] T 15ff61bdeeaf4b0aa58b817a8c83c21c P b778e98084eb4f5b92c24d2ce46e25a8: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:43.794900  4211 tablet_copy_client.cc:670] T 15ff61bdeeaf4b0aa58b817a8c83c21c P b778e98084eb4f5b92c24d2ce46e25a8: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:43.798586  4211 tablet_copy_client.cc:538] T 15ff61bdeeaf4b0aa58b817a8c83c21c P b778e98084eb4f5b92c24d2ce46e25a8: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:43.805192  4211 tablet_bootstrap.cc:492] T 15ff61bdeeaf4b0aa58b817a8c83c21c P b778e98084eb4f5b92c24d2ce46e25a8: Bootstrap starting.
I20260630 12:35:43.821303  4211 tablet_bootstrap.cc:492] T 15ff61bdeeaf4b0aa58b817a8c83c21c P b778e98084eb4f5b92c24d2ce46e25a8: 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:43.822103  4211 tablet_bootstrap.cc:492] T 15ff61bdeeaf4b0aa58b817a8c83c21c P b778e98084eb4f5b92c24d2ce46e25a8: Bootstrap complete.
I20260630 12:35:43.822777  4211 ts_tablet_manager.cc:1403] T 15ff61bdeeaf4b0aa58b817a8c83c21c P b778e98084eb4f5b92c24d2ce46e25a8: Time spent bootstrapping tablet: real 0.018s	user 0.019s	sys 0.000s
I20260630 12:35:43.825749  4211 raft_consensus.cc:359] T 15ff61bdeeaf4b0aa58b817a8c83c21c P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } }
I20260630 12:35:43.826632  4211 raft_consensus.cc:740] T 15ff61bdeeaf4b0aa58b817a8c83c21c P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: b778e98084eb4f5b92c24d2ce46e25a8, State: Initialized, Role: LEARNER
I20260630 12:35:43.827286  4211 consensus_queue.cc:260] T 15ff61bdeeaf4b0aa58b817a8c83c21c P b778e98084eb4f5b92c24d2ce46e25a8 [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: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } }
I20260630 12:35:43.830060  4211 ts_tablet_manager.cc:1434] T 15ff61bdeeaf4b0aa58b817a8c83c21c P b778e98084eb4f5b92c24d2ce46e25a8: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:35:43.831826  3767 tablet_copy_service.cc:342] P 9ec4928733ef4f0aad3fb9f968d234e0: Request end of tablet copy session b778e98084eb4f5b92c24d2ce46e25a8-15ff61bdeeaf4b0aa58b817a8c83c21c received from {username='slave'} at 127.0.0.1:54740
I20260630 12:35:43.832266  3767 tablet_copy_service.cc:434] P 9ec4928733ef4f0aad3fb9f968d234e0: ending tablet copy session b778e98084eb4f5b92c24d2ce46e25a8-15ff61bdeeaf4b0aa58b817a8c83c21c on tablet 15ff61bdeeaf4b0aa58b817a8c83c21c with peer b778e98084eb4f5b92c24d2ce46e25a8
I20260630 12:35:43.910050  3708 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:35:43.942624  3754 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "15ff61bdeeaf4b0aa58b817a8c83c21c"
dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0"
mode: GRACEFUL
new_leader_uuid: "c96cdc6c98e94843b41121763a7b8854"
 from {username='slave'} at 127.0.0.1:54754
I20260630 12:35:43.943455  3754 raft_consensus.cc:606] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Received request to transfer leadership to TS c96cdc6c98e94843b41121763a7b8854
I20260630 12:35:43.960143  3829 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "188a2f9964744750b2be19ba6ebb0f8d"
dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243"
mode: GRACEFUL
new_leader_uuid: "c96cdc6c98e94843b41121763a7b8854"
 from {username='slave'} at 127.0.0.1:47512
I20260630 12:35:43.960660  3829 raft_consensus.cc:606] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 LEADER]: Received request to transfer leadership to TS c96cdc6c98e94843b41121763a7b8854
I20260630 12:35:43.963565  3754 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "30b80c2b4d424e4187e128ea0b3baf53"
dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0"
mode: GRACEFUL
new_leader_uuid: "b778e98084eb4f5b92c24d2ce46e25a8"
 from {username='slave'} at 127.0.0.1:54754
I20260630 12:35:43.964093  3754 raft_consensus.cc:606] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Received request to transfer leadership to TS b778e98084eb4f5b92c24d2ce46e25a8
I20260630 12:35:43.967267  3753 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "3e9874a5e1ce4bd0b4ea4acd42215639"
dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0"
mode: GRACEFUL
new_leader_uuid: "2cfa967891ba4eea84ce2d0759a9b243"
 from {username='slave'} at 127.0.0.1:54754
I20260630 12:35:43.967935  3753 raft_consensus.cc:606] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Received request to transfer leadership to TS 2cfa967891ba4eea84ce2d0759a9b243
I20260630 12:35:43.970678  3753 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "74267df8fba44154825f71ec9c6623d3"
dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0"
mode: GRACEFUL
new_leader_uuid: "b778e98084eb4f5b92c24d2ce46e25a8"
 from {username='slave'} at 127.0.0.1:54754
I20260630 12:35:43.971261  3753 raft_consensus.cc:606] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Received request to transfer leadership to TS b778e98084eb4f5b92c24d2ce46e25a8
I20260630 12:35:43.972496  3708 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 5
I20260630 12:35:43.973254  3708 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:44.029723  4110 raft_consensus.cc:993] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0: : Instructing follower 2cfa967891ba4eea84ce2d0759a9b243 to start an election
I20260630 12:35:44.030382  4170 raft_consensus.cc:1081] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Signalling peer 2cfa967891ba4eea84ce2d0759a9b243 to start an election
I20260630 12:35:44.031876  3829 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "3e9874a5e1ce4bd0b4ea4acd42215639"
dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243"
 from {username='slave'} at 127.0.0.1:39790
I20260630 12:35:44.032461  3829 raft_consensus.cc:493] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:44.032878  3829 raft_consensus.cc:3060] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:44.040649  3829 raft_consensus.cc:515] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:44.044497  3753 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e9874a5e1ce4bd0b4ea4acd42215639" candidate_uuid: "2cfa967891ba4eea84ce2d0759a9b243" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0"
I20260630 12:35:44.045312  3753 raft_consensus.cc:3055] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:44.045701  3753 raft_consensus.cc:740] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 9ec4928733ef4f0aad3fb9f968d234e0, State: Running, Role: LEADER
I20260630 12:35:44.046571  3753 consensus_queue.cc:260] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [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: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:44.049242  4056 raft_consensus.cc:1217] T 287de74d9fbd4843a82044e1d55ccb49 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:44.050033  3753 raft_consensus.cc:3060] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:44.053009  3829 leader_election.cc:290] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243 [CANDIDATE]: Term 2 election: Requested vote from peers 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295), b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4:44131)
I20260630 12:35:44.056748  4056 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e9874a5e1ce4bd0b4ea4acd42215639" candidate_uuid: "2cfa967891ba4eea84ce2d0759a9b243" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "b778e98084eb4f5b92c24d2ce46e25a8"
I20260630 12:35:44.057428  4056 raft_consensus.cc:3060] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:44.061751  3753 raft_consensus.cc:2468] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2cfa967891ba4eea84ce2d0759a9b243 in term 2.
I20260630 12:35:44.063433  3797 leader_election.cc:304] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243 [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: 2cfa967891ba4eea84ce2d0759a9b243, 9ec4928733ef4f0aad3fb9f968d234e0; no voters: 
I20260630 12:35:44.064440  4229 raft_consensus.cc:2804] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:44.064885  4056 raft_consensus.cc:2468] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2cfa967891ba4eea84ce2d0759a9b243 in term 2.
I20260630 12:35:44.064968  4229 raft_consensus.cc:697] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243 [term 2 LEADER]: Becoming Leader. State: Replica: 2cfa967891ba4eea84ce2d0759a9b243, State: Running, Role: LEADER
I20260630 12:35:44.066298  4229 consensus_queue.cc:237] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243 [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: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:44.074039  3653 catalog_manager.cc:5697] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243 reported cstate change: term changed from 1 to 2, leader changed from 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1) to 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2). New cstate: current_term: 2 leader_uuid: "2cfa967891ba4eea84ce2d0759a9b243" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:44.089355  4056 raft_consensus.cc:1217] T 8f6ac50bc9ab4900ad725282798ce855 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:44.112752  4110 raft_consensus.cc:993] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0: : Instructing follower c96cdc6c98e94843b41121763a7b8854 to start an election
I20260630 12:35:44.113255  4170 raft_consensus.cc:1081] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Signalling peer c96cdc6c98e94843b41121763a7b8854 to start an election
I20260630 12:35:44.115249  3905 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "15ff61bdeeaf4b0aa58b817a8c83c21c"
dest_uuid: "c96cdc6c98e94843b41121763a7b8854"
 from {username='slave'} at 127.0.0.1:57222
I20260630 12:35:44.115849  3905 raft_consensus.cc:493] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:44.116237  3905 raft_consensus.cc:3060] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:44.124224  3905 raft_consensus.cc:515] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } }
I20260630 12:35:44.127841  3829 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15ff61bdeeaf4b0aa58b817a8c83c21c" candidate_uuid: "c96cdc6c98e94843b41121763a7b8854" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: true dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243"
I20260630 12:35:44.127841  3753 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15ff61bdeeaf4b0aa58b817a8c83c21c" candidate_uuid: "c96cdc6c98e94843b41121763a7b8854" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: true dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0"
I20260630 12:35:44.128747  3829 raft_consensus.cc:3060] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:44.129099  3753 raft_consensus.cc:3055] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:44.129544  3753 raft_consensus.cc:740] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 9ec4928733ef4f0aad3fb9f968d234e0, State: Running, Role: LEADER
I20260630 12:35:44.130486  3753 consensus_queue.cc:260] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } }
I20260630 12:35:44.128767  3905 leader_election.cc:290] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [CANDIDATE]: Term 2 election: Requested vote from peers 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915), 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295)
I20260630 12:35:44.132280  3753 raft_consensus.cc:3060] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:44.136977  3829 raft_consensus.cc:2468] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c96cdc6c98e94843b41121763a7b8854 in term 2.
I20260630 12:35:44.138691  3872 leader_election.cc:304] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [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: 2cfa967891ba4eea84ce2d0759a9b243, c96cdc6c98e94843b41121763a7b8854; no voters: 
I20260630 12:35:44.139786  4180 raft_consensus.cc:2804] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:44.140264  4180 raft_consensus.cc:697] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [term 2 LEADER]: Becoming Leader. State: Replica: c96cdc6c98e94843b41121763a7b8854, State: Running, Role: LEADER
I20260630 12:35:44.140312  3753 raft_consensus.cc:2468] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c96cdc6c98e94843b41121763a7b8854 in term 2.
I20260630 12:35:44.141312  4180 consensus_queue.cc:237] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } }
I20260630 12:35:44.147158  4170 raft_consensus.cc:993] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0: : Instructing follower b778e98084eb4f5b92c24d2ce46e25a8 to start an election
I20260630 12:35:44.147922  4110 raft_consensus.cc:1081] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Signalling peer b778e98084eb4f5b92c24d2ce46e25a8 to start an election
I20260630 12:35:44.149806  4056 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "74267df8fba44154825f71ec9c6623d3"
dest_uuid: "b778e98084eb4f5b92c24d2ce46e25a8"
 from {username='slave'} at 127.0.0.1:55172
I20260630 12:35:44.150434  4056 raft_consensus.cc:493] T 74267df8fba44154825f71ec9c6623d3 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:44.150812  4056 raft_consensus.cc:3060] T 74267df8fba44154825f71ec9c6623d3 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:44.157603  4056 raft_consensus.cc:515] T 74267df8fba44154825f71ec9c6623d3 P b778e98084eb4f5b92c24d2ce46e25a8 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:44.157989  3655 catalog_manager.cc:5697] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 reported cstate change: term changed from 1 to 2, leader changed from 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1) to c96cdc6c98e94843b41121763a7b8854 (127.0.192.3). New cstate: current_term: 2 leader_uuid: "c96cdc6c98e94843b41121763a7b8854" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:44.167249  4057 raft_consensus.cc:1217] T 46b7958273a14331911a80463e2a375e P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:44.168447  4056 leader_election.cc:290] T 74267df8fba44154825f71ec9c6623d3 P b778e98084eb4f5b92c24d2ce46e25a8 [CANDIDATE]: Term 2 election: Requested vote from peers 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295), 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915)
I20260630 12:35:44.169216  3754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "74267df8fba44154825f71ec9c6623d3" candidate_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0"
I20260630 12:35:44.169924  3754 raft_consensus.cc:3055] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:44.170328  3754 raft_consensus.cc:740] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 9ec4928733ef4f0aad3fb9f968d234e0, State: Running, Role: LEADER
I20260630 12:35:44.171252  3754 consensus_queue.cc:260] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0 [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: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:44.172595  3754 raft_consensus.cc:3060] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:44.174679  3903 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "15ff61bdeeaf4b0aa58b817a8c83c21c"
dest_uuid: "c96cdc6c98e94843b41121763a7b8854"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:57210
I20260630 12:35:44.175371  3903 raft_consensus.cc:606] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [term 2 LEADER]: Received request to transfer leadership
I20260630 12:35:44.177809  3829 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "74267df8fba44154825f71ec9c6623d3" candidate_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243"
I20260630 12:35:44.179754  3829 raft_consensus.cc:3060] T 74267df8fba44154825f71ec9c6623d3 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:44.183851  3754 raft_consensus.cc:2468] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b778e98084eb4f5b92c24d2ce46e25a8 in term 2.
I20260630 12:35:44.185307  3905 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "15ff61bdeeaf4b0aa58b817a8c83c21c"
dest_uuid: "c96cdc6c98e94843b41121763a7b8854"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:57210
I20260630 12:35:44.185259  4023 leader_election.cc:304] T 74267df8fba44154825f71ec9c6623d3 P b778e98084eb4f5b92c24d2ce46e25a8 [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: 9ec4928733ef4f0aad3fb9f968d234e0, b778e98084eb4f5b92c24d2ce46e25a8; no voters: 
I20260630 12:35:44.185611  3829 raft_consensus.cc:2468] T 74267df8fba44154825f71ec9c6623d3 P 2cfa967891ba4eea84ce2d0759a9b243 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b778e98084eb4f5b92c24d2ce46e25a8 in term 2.
I20260630 12:35:44.186017  3905 raft_consensus.cc:606] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [term 2 LEADER]: Received request to transfer leadership
I20260630 12:35:44.186522  4215 raft_consensus.cc:2804] T 74267df8fba44154825f71ec9c6623d3 P b778e98084eb4f5b92c24d2ce46e25a8 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:44.187165  4215 raft_consensus.cc:697] T 74267df8fba44154825f71ec9c6623d3 P b778e98084eb4f5b92c24d2ce46e25a8 [term 2 LEADER]: Becoming Leader. State: Replica: b778e98084eb4f5b92c24d2ce46e25a8, State: Running, Role: LEADER
W20260630 12:35:44.188611  3641 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: leadership transfer for 15ff61bdeeaf4b0aa58b817a8c83c21c already in progress [suppressed 3 similar messages]
I20260630 12:35:44.188217  4215 consensus_queue.cc:237] T 74267df8fba44154825f71ec9c6623d3 P b778e98084eb4f5b92c24d2ce46e25a8 [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: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:44.191699  3905 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "15ff61bdeeaf4b0aa58b817a8c83c21c"
dest_uuid: "c96cdc6c98e94843b41121763a7b8854"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:57210
I20260630 12:35:44.192377  3905 raft_consensus.cc:606] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [term 2 LEADER]: Received request to transfer leadership
I20260630 12:35:44.197259  3653 catalog_manager.cc:5697] T 74267df8fba44154825f71ec9c6623d3 P b778e98084eb4f5b92c24d2ce46e25a8 reported cstate change: term changed from 1 to 2, leader changed from 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1) to b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4). New cstate: current_term: 2 leader_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:44.339527  4229 raft_consensus.cc:993] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243: : Instructing follower c96cdc6c98e94843b41121763a7b8854 to start an election
I20260630 12:35:44.340022  4228 raft_consensus.cc:1081] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 LEADER]: Signalling peer c96cdc6c98e94843b41121763a7b8854 to start an election
I20260630 12:35:44.341495  3905 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "188a2f9964744750b2be19ba6ebb0f8d"
dest_uuid: "c96cdc6c98e94843b41121763a7b8854"
 from {username='slave'} at 127.0.0.1:57224
I20260630 12:35:44.341892  3905 raft_consensus.cc:493] T 188a2f9964744750b2be19ba6ebb0f8d P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:44.342140  3905 raft_consensus.cc:3060] T 188a2f9964744750b2be19ba6ebb0f8d P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:44.346369  3905 raft_consensus.cc:515] T 188a2f9964744750b2be19ba6ebb0f8d P c96cdc6c98e94843b41121763a7b8854 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:44.347806  3905 leader_election.cc:290] T 188a2f9964744750b2be19ba6ebb0f8d P c96cdc6c98e94843b41121763a7b8854 [CANDIDATE]: Term 2 election: Requested vote from peers 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295), 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915)
I20260630 12:35:44.348806  3754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "188a2f9964744750b2be19ba6ebb0f8d" candidate_uuid: "c96cdc6c98e94843b41121763a7b8854" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0"
I20260630 12:35:44.348874  3829 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "188a2f9964744750b2be19ba6ebb0f8d" candidate_uuid: "c96cdc6c98e94843b41121763a7b8854" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243"
I20260630 12:35:44.349596  3754 raft_consensus.cc:3060] T 188a2f9964744750b2be19ba6ebb0f8d P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:44.349607  3829 raft_consensus.cc:3055] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:44.350337  3829 raft_consensus.cc:740] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 2cfa967891ba4eea84ce2d0759a9b243, State: Running, Role: LEADER
I20260630 12:35:44.351280  3829 consensus_queue.cc:260] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243 [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: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:44.352705  3829 raft_consensus.cc:3060] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:44.357468  3754 raft_consensus.cc:2468] T 188a2f9964744750b2be19ba6ebb0f8d P 9ec4928733ef4f0aad3fb9f968d234e0 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c96cdc6c98e94843b41121763a7b8854 in term 2.
I20260630 12:35:44.358866  3871 leader_election.cc:304] T 188a2f9964744750b2be19ba6ebb0f8d P c96cdc6c98e94843b41121763a7b8854 [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: 9ec4928733ef4f0aad3fb9f968d234e0, c96cdc6c98e94843b41121763a7b8854; no voters: 
I20260630 12:35:44.359576  4180 raft_consensus.cc:2804] T 188a2f9964744750b2be19ba6ebb0f8d P c96cdc6c98e94843b41121763a7b8854 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:44.359650  3829 raft_consensus.cc:2468] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c96cdc6c98e94843b41121763a7b8854 in term 2.
I20260630 12:35:44.360054  4180 raft_consensus.cc:697] T 188a2f9964744750b2be19ba6ebb0f8d P c96cdc6c98e94843b41121763a7b8854 [term 2 LEADER]: Becoming Leader. State: Replica: c96cdc6c98e94843b41121763a7b8854, State: Running, Role: LEADER
I20260630 12:35:44.360931  4180 consensus_queue.cc:237] T 188a2f9964744750b2be19ba6ebb0f8d P c96cdc6c98e94843b41121763a7b8854 [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: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:44.367974  4170 raft_consensus.cc:993] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0: : Instructing follower b778e98084eb4f5b92c24d2ce46e25a8 to start an election
I20260630 12:35:44.368533  4110 raft_consensus.cc:1081] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Signalling peer b778e98084eb4f5b92c24d2ce46e25a8 to start an election
I20260630 12:35:44.370028  4056 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "30b80c2b4d424e4187e128ea0b3baf53"
dest_uuid: "b778e98084eb4f5b92c24d2ce46e25a8"
 from {username='slave'} at 127.0.0.1:55172
I20260630 12:35:44.370564  4056 raft_consensus.cc:493] T 30b80c2b4d424e4187e128ea0b3baf53 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:44.370937  4056 raft_consensus.cc:3060] T 30b80c2b4d424e4187e128ea0b3baf53 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:44.370584  3653 catalog_manager.cc:5697] T 188a2f9964744750b2be19ba6ebb0f8d P c96cdc6c98e94843b41121763a7b8854 reported cstate change: term changed from 1 to 2, leader changed from 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2) to c96cdc6c98e94843b41121763a7b8854 (127.0.192.3). New cstate: current_term: 2 leader_uuid: "c96cdc6c98e94843b41121763a7b8854" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:44.377629  4056 raft_consensus.cc:515] T 30b80c2b4d424e4187e128ea0b3baf53 P b778e98084eb4f5b92c24d2ce46e25a8 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:44.379889  4056 leader_election.cc:290] T 30b80c2b4d424e4187e128ea0b3baf53 P b778e98084eb4f5b92c24d2ce46e25a8 [CANDIDATE]: Term 2 election: Requested vote from peers c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837), 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295)
I20260630 12:35:44.380777  3905 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "30b80c2b4d424e4187e128ea0b3baf53" candidate_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "c96cdc6c98e94843b41121763a7b8854"
I20260630 12:35:44.381331  3905 raft_consensus.cc:3060] T 30b80c2b4d424e4187e128ea0b3baf53 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:44.382668  3754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "30b80c2b4d424e4187e128ea0b3baf53" candidate_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0"
I20260630 12:35:44.383283  3754 raft_consensus.cc:3055] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:44.384120  3754 raft_consensus.cc:740] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 9ec4928733ef4f0aad3fb9f968d234e0, State: Running, Role: LEADER
I20260630 12:35:44.384974  3754 consensus_queue.cc:260] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0 [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: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:44.386233  3754 raft_consensus.cc:3060] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:44.388047  3905 raft_consensus.cc:2468] T 30b80c2b4d424e4187e128ea0b3baf53 P c96cdc6c98e94843b41121763a7b8854 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b778e98084eb4f5b92c24d2ce46e25a8 in term 2.
I20260630 12:35:44.389333  4023 leader_election.cc:304] T 30b80c2b4d424e4187e128ea0b3baf53 P b778e98084eb4f5b92c24d2ce46e25a8 [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: b778e98084eb4f5b92c24d2ce46e25a8, c96cdc6c98e94843b41121763a7b8854; no voters: 
I20260630 12:35:44.390038  4215 raft_consensus.cc:2804] T 30b80c2b4d424e4187e128ea0b3baf53 P b778e98084eb4f5b92c24d2ce46e25a8 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:44.390551  4215 raft_consensus.cc:697] T 30b80c2b4d424e4187e128ea0b3baf53 P b778e98084eb4f5b92c24d2ce46e25a8 [term 2 LEADER]: Becoming Leader. State: Replica: b778e98084eb4f5b92c24d2ce46e25a8, State: Running, Role: LEADER
I20260630 12:35:44.391358  4215 consensus_queue.cc:237] T 30b80c2b4d424e4187e128ea0b3baf53 P b778e98084eb4f5b92c24d2ce46e25a8 [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: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } }
I20260630 12:35:44.392719  3754 raft_consensus.cc:2468] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b778e98084eb4f5b92c24d2ce46e25a8 in term 2.
I20260630 12:35:44.398350  3653 catalog_manager.cc:5697] T 30b80c2b4d424e4187e128ea0b3baf53 P b778e98084eb4f5b92c24d2ce46e25a8 reported cstate change: term changed from 1 to 2, leader changed from 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1) to b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4). New cstate: current_term: 2 leader_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:44.421025  4228 raft_consensus.cc:1064] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243: attempting to promote NON_VOTER b778e98084eb4f5b92c24d2ce46e25a8 to VOTER
I20260630 12:35:44.423139  4228 consensus_queue.cc:237] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [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: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } attrs { replace: true } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } }
I20260630 12:35:44.429535  4056 raft_consensus.cc:1275] T 287de74d9fbd4843a82044e1d55ccb49 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 LEARNER]: Refusing update from remote peer 2cfa967891ba4eea84ce2d0759a9b243: 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:44.429809  3905 raft_consensus.cc:1275] T 287de74d9fbd4843a82044e1d55ccb49 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Refusing update from remote peer 2cfa967891ba4eea84ce2d0759a9b243: 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:44.431066  4241 consensus_queue.cc:1048] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } 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:44.432369  3994 consensus_queue.cc:1048] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:44.434577  3754 raft_consensus.cc:1275] T 287de74d9fbd4843a82044e1d55ccb49 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Refusing update from remote peer 2cfa967891ba4eea84ce2d0759a9b243: 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:44.436254  4241 consensus_queue.cc:1048] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } 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:44.446069  3994 raft_consensus.cc:2955] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } attrs { replace: true } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:44.447873  3754 raft_consensus.cc:2955] T 287de74d9fbd4843a82044e1d55ccb49 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } attrs { replace: true } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:44.450101  3905 raft_consensus.cc:2955] T 287de74d9fbd4843a82044e1d55ccb49 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } attrs { replace: true } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:44.457542  4056 raft_consensus.cc:2955] T 287de74d9fbd4843a82044e1d55ccb49 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } attrs { replace: true } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:44.463038  3653 catalog_manager.cc:5697] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 reported cstate change: config changed from index 2 to 3, b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "2cfa967891ba4eea84ce2d0759a9b243" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:44.477581  3829 consensus_queue.cc:237] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [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: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } }
I20260630 12:35:44.482571  4056 raft_consensus.cc:1275] T 287de74d9fbd4843a82044e1d55ccb49 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Refusing update from remote peer 2cfa967891ba4eea84ce2d0759a9b243: 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:44.482673  3905 raft_consensus.cc:1275] T 287de74d9fbd4843a82044e1d55ccb49 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Refusing update from remote peer 2cfa967891ba4eea84ce2d0759a9b243: 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:44.484220  4241 consensus_queue.cc:1048] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } 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:44.486992  4241 consensus_queue.cc:1048] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:44.490475  3994 raft_consensus.cc:2955] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:44.492268  4056 raft_consensus.cc:2955] T 287de74d9fbd4843a82044e1d55ccb49 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:44.495106  3905 raft_consensus.cc:2955] T 287de74d9fbd4843a82044e1d55ccb49 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:44.501040  3642 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 287de74d9fbd4843a82044e1d55ccb49 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:44.503764  3655 catalog_manager.cc:5697] T 287de74d9fbd4843a82044e1d55ccb49 P b778e98084eb4f5b92c24d2ce46e25a8 reported cstate change: config changed from index 3 to 4, VOTER 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1) evicted. New cstate: current_term: 1 leader_uuid: "2cfa967891ba4eea84ce2d0759a9b243" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:44.514812  3741 tablet_service.cc:1558] Processing DeleteTablet for tablet 287de74d9fbd4843a82044e1d55ccb49 with delete_type TABLET_DATA_TOMBSTONED (TS 9ec4928733ef4f0aad3fb9f968d234e0 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:57524
I20260630 12:35:44.517074  4245 tablet_replica.cc:333] T 287de74d9fbd4843a82044e1d55ccb49 P 9ec4928733ef4f0aad3fb9f968d234e0: stopping tablet replica
W20260630 12:35:44.517901  3703 auto_rebalancer.cc:911] Removing replace marker failed after 3 inline attempts; will retry on next rebalancer loop iteration: Service unavailable: leader transfer in progress
I20260630 12:35:44.518095  4245 raft_consensus.cc:2243] T 287de74d9fbd4843a82044e1d55ccb49 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Raft consensus shutting down.
W20260630 12:35:44.518404  3703 auto_rebalancer.cc:920] Could not move replica: Remote error: Service unavailable: leadership transfer for 15ff61bdeeaf4b0aa58b817a8c83c21c already in progress
W20260630 12:35:44.518714  3703 auto_rebalancer.cc:340] scheduled replica move failed to complete: Remote error: Service unavailable: leadership transfer for 15ff61bdeeaf4b0aa58b817a8c83c21c already in progress
I20260630 12:35:44.519037  4245 raft_consensus.cc:2272] T 287de74d9fbd4843a82044e1d55ccb49 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:44.522364  4245 ts_tablet_manager.cc:1916] T 287de74d9fbd4843a82044e1d55ccb49 P 9ec4928733ef4f0aad3fb9f968d234e0: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:44.523674  3754 raft_consensus.cc:1275] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 2 FOLLOWER]: Refusing update from remote peer c96cdc6c98e94843b41121763a7b8854: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:35:44.525221  4180 consensus_queue.cc:1048] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:44.535458  4180 raft_consensus.cc:993] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854: : Instructing follower 9ec4928733ef4f0aad3fb9f968d234e0 to start an election
I20260630 12:35:44.535938  4180 raft_consensus.cc:1081] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [term 2 LEADER]: Signalling peer 9ec4928733ef4f0aad3fb9f968d234e0 to start an election
I20260630 12:35:44.537710  3753 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "15ff61bdeeaf4b0aa58b817a8c83c21c"
dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0"
 from {username='slave'} at 127.0.0.1:57532
I20260630 12:35:44.537245  4245 ts_tablet_manager.cc:1929] T 287de74d9fbd4843a82044e1d55ccb49 P 9ec4928733ef4f0aad3fb9f968d234e0: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:44.538290  3753 raft_consensus.cc:493] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 2 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:44.538589  4245 log.cc:1199] T 287de74d9fbd4843a82044e1d55ccb49 P 9ec4928733ef4f0aad3fb9f968d234e0: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-0/minicluster-data/ts-0-root/wals/287de74d9fbd4843a82044e1d55ccb49
I20260630 12:35:44.538751  3753 raft_consensus.cc:3060] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:35:44.540339  3641 catalog_manager.cc:5028] TS 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295): tablet 287de74d9fbd4843a82044e1d55ccb49 (table range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]) successfully deleted
I20260630 12:35:44.544672  3753 raft_consensus.cc:515] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 3 FOLLOWER]: Starting forced leader election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } }
I20260630 12:35:44.546098  3754 raft_consensus.cc:1240] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 3 FOLLOWER]: Rejecting Update request from peer c96cdc6c98e94843b41121763a7b8854 for earlier term 2. Current term is 3. Ops: []
I20260630 12:35:44.548205  3829 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15ff61bdeeaf4b0aa58b817a8c83c21c" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 3 candidate_status { last_received { term: 2 index: 3 } } ignore_live_leader: true dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243"
I20260630 12:35:44.548872  3829 raft_consensus.cc:3060] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:35:44.550375  4056 raft_consensus.cc:3060] T 15ff61bdeeaf4b0aa58b817a8c83c21c P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 LEARNER]: Advancing to term 2
I20260630 12:35:44.556916  4180 consensus_queue.cc:1059] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 }, Status: INVALID_TERM, Last received: 2.3, Next index: 4, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:44.557482  3829 raft_consensus.cc:2468] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9ec4928733ef4f0aad3fb9f968d234e0 in term 3.
I20260630 12:35:44.558288  4217 raft_consensus.cc:3055] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [term 2 LEADER]: Stepping down as leader of term 2
I20260630 12:35:44.558488  3832 raft_consensus.cc:1240] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 [term 3 FOLLOWER]: Rejecting Update request from peer c96cdc6c98e94843b41121763a7b8854 for earlier term 2. Current term is 3. Ops: []
I20260630 12:35:44.558676  4217 raft_consensus.cc:740] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [term 2 LEADER]: Becoming Follower/Learner. State: Replica: c96cdc6c98e94843b41121763a7b8854, State: Running, Role: LEADER
I20260630 12:35:44.559763  3753 leader_election.cc:290] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [CANDIDATE]: Term 3 election: Requested vote from peers 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915), c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837)
I20260630 12:35:44.559651  4217 consensus_queue.cc:260] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [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: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } }
I20260630 12:35:44.560817  4217 raft_consensus.cc:3060] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:35:44.562273  3754 raft_consensus.cc:1275] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 2 FOLLOWER]: Refusing update from remote peer 2cfa967891ba4eea84ce2d0759a9b243: 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:44.564091  3723 leader_election.cc:304] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [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: 2cfa967891ba4eea84ce2d0759a9b243, 9ec4928733ef4f0aad3fb9f968d234e0; no voters: 
I20260630 12:35:44.564960  4110 raft_consensus.cc:2804] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:35:44.565447  4110 raft_consensus.cc:697] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 3 LEADER]: Becoming Leader. State: Replica: 9ec4928733ef4f0aad3fb9f968d234e0, State: Running, Role: LEADER
I20260630 12:35:44.565948  3994 raft_consensus.cc:1064] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243: attempting to promote NON_VOTER b778e98084eb4f5b92c24d2ce46e25a8 to VOTER
I20260630 12:35:44.565713  4241 consensus_queue.cc:1048] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:44.566335  4110 consensus_queue.cc:237] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, 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: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } }
I20260630 12:35:44.569053  3994 consensus_queue.cc:237] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [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: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } attrs { replace: true } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } }
I20260630 12:35:44.578416  3905 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15ff61bdeeaf4b0aa58b817a8c83c21c" candidate_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" candidate_term: 3 candidate_status { last_received { term: 2 index: 3 } } ignore_live_leader: true dest_uuid: "c96cdc6c98e94843b41121763a7b8854"
I20260630 12:35:44.558699  4056 raft_consensus.cc:1275] T 15ff61bdeeaf4b0aa58b817a8c83c21c P b778e98084eb4f5b92c24d2ce46e25a8 [term 2 LEARNER]: Refusing update from remote peer c96cdc6c98e94843b41121763a7b8854: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:35:44.577922  3652 catalog_manager.cc:5697] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 reported cstate change: term changed from 2 to 3, leader changed from c96cdc6c98e94843b41121763a7b8854 (127.0.192.3) to 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1). New cstate: current_term: 3 leader_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:44.593703  3903 raft_consensus.cc:1275] T 8f6ac50bc9ab4900ad725282798ce855 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Refusing update from remote peer 2cfa967891ba4eea84ce2d0759a9b243: 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:44.593703  4056 raft_consensus.cc:1275] T 8f6ac50bc9ab4900ad725282798ce855 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 LEARNER]: Refusing update from remote peer 2cfa967891ba4eea84ce2d0759a9b243: 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:44.595310  3905 raft_consensus.cc:2468] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9ec4928733ef4f0aad3fb9f968d234e0 in term 3.
I20260630 12:35:44.595516  3994 consensus_queue.cc:1048] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } 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:44.601368  3754 raft_consensus.cc:1275] T 8f6ac50bc9ab4900ad725282798ce855 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Refusing update from remote peer 2cfa967891ba4eea84ce2d0759a9b243: 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:44.604887  4229 consensus_queue.cc:1048] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:35:44.607656  4229 consensus_queue.cc:1048] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } 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:44.624737  4056 raft_consensus.cc:1275] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8 [term 2 FOLLOWER]: Refusing update from remote peer 2cfa967891ba4eea84ce2d0759a9b243: 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:44.626405  3994 consensus_queue.cc:1048] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:44.640759  3994 raft_consensus.cc:2955] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } attrs { replace: true } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:44.650269  3905 raft_consensus.cc:2955] T 8f6ac50bc9ab4900ad725282798ce855 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } attrs { replace: true } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:44.656930  3755 raft_consensus.cc:2955] T 8f6ac50bc9ab4900ad725282798ce855 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } attrs { replace: true } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:44.672384  3652 catalog_manager.cc:5697] T 8f6ac50bc9ab4900ad725282798ce855 P 9ec4928733ef4f0aad3fb9f968d234e0 reported cstate change: config changed from index 2 to 3, b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "2cfa967891ba4eea84ce2d0759a9b243" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } attrs { replace: true } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:44.672818  4056 raft_consensus.cc:2955] T 8f6ac50bc9ab4900ad725282798ce855 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } attrs { replace: true } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:44.692901  3829 consensus_queue.cc:237] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [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: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } }
I20260630 12:35:44.701066  3905 raft_consensus.cc:1275] T 8f6ac50bc9ab4900ad725282798ce855 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Refusing update from remote peer 2cfa967891ba4eea84ce2d0759a9b243: 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:44.702550  4241 consensus_queue.cc:1048] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:44.704165  4057 raft_consensus.cc:1275] T 8f6ac50bc9ab4900ad725282798ce855 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Refusing update from remote peer 2cfa967891ba4eea84ce2d0759a9b243: 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:44.705608  4241 consensus_queue.cc:1048] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } 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:44.713231  3903 raft_consensus.cc:2955] T 8f6ac50bc9ab4900ad725282798ce855 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:44.716007  4057 raft_consensus.cc:2955] T 8f6ac50bc9ab4900ad725282798ce855 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:44.711344  3994 raft_consensus.cc:2955] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:44.729302  3655 catalog_manager.cc:5697] T 8f6ac50bc9ab4900ad725282798ce855 P b778e98084eb4f5b92c24d2ce46e25a8 reported cstate change: config changed from index 3 to 4, VOTER 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1) evicted. New cstate: current_term: 1 leader_uuid: "2cfa967891ba4eea84ce2d0759a9b243" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:44.735169  3642 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 8f6ac50bc9ab4900ad725282798ce855 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:44.739383  4248 raft_consensus.cc:1064] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0: attempting to promote NON_VOTER b778e98084eb4f5b92c24d2ce46e25a8 to VOTER
I20260630 12:35:44.741472  4248 consensus_queue.cc:237] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [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: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } }
I20260630 12:35:44.749317  3741 tablet_service.cc:1558] Processing DeleteTablet for tablet 8f6ac50bc9ab4900ad725282798ce855 with delete_type TABLET_DATA_TOMBSTONED (TS 9ec4928733ef4f0aad3fb9f968d234e0 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:57524
I20260630 12:35:44.750535  4245 tablet_replica.cc:333] T 8f6ac50bc9ab4900ad725282798ce855 P 9ec4928733ef4f0aad3fb9f968d234e0: stopping tablet replica
I20260630 12:35:44.751950  4245 raft_consensus.cc:2243] T 8f6ac50bc9ab4900ad725282798ce855 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:44.753034  4245 raft_consensus.cc:2272] T 8f6ac50bc9ab4900ad725282798ce855 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:44.756841  4245 ts_tablet_manager.cc:1916] T 8f6ac50bc9ab4900ad725282798ce855 P 9ec4928733ef4f0aad3fb9f968d234e0: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:44.757405  3903 raft_consensus.cc:1275] T 46b7958273a14331911a80463e2a375e P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: 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:44.757405  4057 raft_consensus.cc:1275] T 46b7958273a14331911a80463e2a375e P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 LEARNER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: 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:44.759420  4110 consensus_queue.cc:1048] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } 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:44.761157  4248 consensus_queue.cc:1048] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:44.767948  3829 raft_consensus.cc:1275] T 46b7958273a14331911a80463e2a375e P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: 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:44.773756  3829 raft_consensus.cc:1275] T 74267df8fba44154825f71ec9c6623d3 P 2cfa967891ba4eea84ce2d0759a9b243 [term 2 FOLLOWER]: Refusing update from remote peer b778e98084eb4f5b92c24d2ce46e25a8: 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:44.775947  4215 consensus_queue.cc:1048] T 74267df8fba44154825f71ec9c6623d3 P b778e98084eb4f5b92c24d2ce46e25a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:44.779559  4245 ts_tablet_manager.cc:1929] T 8f6ac50bc9ab4900ad725282798ce855 P 9ec4928733ef4f0aad3fb9f968d234e0: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:44.780042  4245 log.cc:1199] T 8f6ac50bc9ab4900ad725282798ce855 P 9ec4928733ef4f0aad3fb9f968d234e0: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-0/minicluster-data/ts-0-root/wals/8f6ac50bc9ab4900ad725282798ce855
I20260630 12:35:44.781916  3755 raft_consensus.cc:1275] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 2 FOLLOWER]: Refusing update from remote peer b778e98084eb4f5b92c24d2ce46e25a8: 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:44.782449  4110 consensus_queue.cc:1048] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:44.784246  4215 consensus_queue.cc:1048] T 74267df8fba44154825f71ec9c6623d3 P b778e98084eb4f5b92c24d2ce46e25a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:35:44.791558  3641 catalog_manager.cc:5028] TS 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295): tablet 8f6ac50bc9ab4900ad725282798ce855 (table range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]) successfully deleted
I20260630 12:35:44.808692  3905 raft_consensus.cc:1275] T 30b80c2b4d424e4187e128ea0b3baf53 P c96cdc6c98e94843b41121763a7b8854 [term 2 FOLLOWER]: Refusing update from remote peer b778e98084eb4f5b92c24d2ce46e25a8: 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:44.810674  4215 consensus_queue.cc:1048] T 30b80c2b4d424e4187e128ea0b3baf53 P b778e98084eb4f5b92c24d2ce46e25a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:35:44.841784  4259 raft_consensus.cc:2955] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:44.843730  4056 raft_consensus.cc:2955] T 46b7958273a14331911a80463e2a375e P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:44.855062  3832 raft_consensus.cc:2955] T 46b7958273a14331911a80463e2a375e P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:44.858922  3905 raft_consensus.cc:2955] T 46b7958273a14331911a80463e2a375e P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:44.868930  3754 raft_consensus.cc:1275] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 2 FOLLOWER]: Refusing update from remote peer b778e98084eb4f5b92c24d2ce46e25a8: 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:44.874418  4215 consensus_queue.cc:1048] T 30b80c2b4d424e4187e128ea0b3baf53 P b778e98084eb4f5b92c24d2ce46e25a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:35:44.886767  3654 catalog_manager.cc:5697] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 reported cstate change: config changed from index 2 to 3, b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:44.899513  3832 raft_consensus.cc:1275] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243 [term 2 FOLLOWER]: Refusing update from remote peer c96cdc6c98e94843b41121763a7b8854: 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:44.901276  4217 consensus_queue.cc:1048] T 188a2f9964744750b2be19ba6ebb0f8d P c96cdc6c98e94843b41121763a7b8854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:44.913944  3754 consensus_queue.cc:237] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [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: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } }
I20260630 12:35:44.916826  3755 raft_consensus.cc:1275] T 188a2f9964744750b2be19ba6ebb0f8d P 9ec4928733ef4f0aad3fb9f968d234e0 [term 2 FOLLOWER]: Refusing update from remote peer c96cdc6c98e94843b41121763a7b8854: 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:44.919124  4180 consensus_queue.cc:1048] T 188a2f9964744750b2be19ba6ebb0f8d P c96cdc6c98e94843b41121763a7b8854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:44.924016  4057 raft_consensus.cc:1275] T 46b7958273a14331911a80463e2a375e P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: 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:44.926415  4259 consensus_queue.cc:1048] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } 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:44.927776  3903 raft_consensus.cc:1275] T 46b7958273a14331911a80463e2a375e P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: 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:44.929368  4170 consensus_queue.cc:1048] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:44.934723  4170 raft_consensus.cc:2955] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:44.938536  3905 raft_consensus.cc:2955] T 46b7958273a14331911a80463e2a375e P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:44.937770  4057 raft_consensus.cc:2955] T 46b7958273a14331911a80463e2a375e P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:44.957551  3641 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 46b7958273a14331911a80463e2a375e with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:44.960345  3903 raft_consensus.cc:1275] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [term 3 FOLLOWER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:35:44.963112  4057 raft_consensus.cc:3060] T 15ff61bdeeaf4b0aa58b817a8c83c21c P b778e98084eb4f5b92c24d2ce46e25a8 [term 2 LEARNER]: Advancing to term 3
I20260630 12:35:44.963379  3654 catalog_manager.cc:5697] T 46b7958273a14331911a80463e2a375e P c96cdc6c98e94843b41121763a7b8854 reported cstate change: config changed from index 3 to 4, VOTER 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2) evicted. New cstate: current_term: 1 leader_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:44.966161  4259 consensus_queue.cc:1048] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } 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:35:44.977602  3832 raft_consensus.cc:1275] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 [term 3 FOLLOWER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:35:44.979104  4259 consensus_queue.cc:1048] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:44.980199  3822 tablet_service.cc:1558] Processing DeleteTablet for tablet 46b7958273a14331911a80463e2a375e with delete_type TABLET_DATA_TOMBSTONED (TS 2cfa967891ba4eea84ce2d0759a9b243 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:39778
I20260630 12:35:44.980648  4057 raft_consensus.cc:1275] T 15ff61bdeeaf4b0aa58b817a8c83c21c P b778e98084eb4f5b92c24d2ce46e25a8 [term 3 LEARNER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:35:44.984561  4259 consensus_queue.cc:1048] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:35:45.003410  4170 raft_consensus.cc:1064] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0: attempting to promote NON_VOTER b778e98084eb4f5b92c24d2ce46e25a8 to VOTER
I20260630 12:35:45.004724  4270 tablet_replica.cc:333] T 46b7958273a14331911a80463e2a375e P 2cfa967891ba4eea84ce2d0759a9b243: stopping tablet replica
I20260630 12:35:45.006086  4270 raft_consensus.cc:2243] T 46b7958273a14331911a80463e2a375e P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:45.006965  4270 raft_consensus.cc:2272] T 46b7958273a14331911a80463e2a375e P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:45.006018  4170 consensus_queue.cc:237] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 3.4, Last appended by leader: 3, Current term: 3, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } }
I20260630 12:35:45.014600  3903 raft_consensus.cc:1275] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [term 3 FOLLOWER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260630 12:35:45.015072  3832 raft_consensus.cc:1275] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 [term 3 FOLLOWER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260630 12:35:45.016690  4259 consensus_queue.cc:1048] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } 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:35:45.017112  4057 raft_consensus.cc:1275] T 15ff61bdeeaf4b0aa58b817a8c83c21c P b778e98084eb4f5b92c24d2ce46e25a8 [term 3 LEARNER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260630 12:35:45.018750  4270 ts_tablet_manager.cc:1916] T 46b7958273a14331911a80463e2a375e P 2cfa967891ba4eea84ce2d0759a9b243: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:45.018620  4170 consensus_queue.cc:1048] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.002s
I20260630 12:35:45.022002  4259 consensus_queue.cc:1048] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } 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:45.029072  4259 raft_consensus.cc:2955] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 3 LEADER]: Committing config change with OpId 3.5: config changed from index 2 to 5, b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:45.031500  3832 raft_consensus.cc:2955] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 2 to 5, b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:45.033135  4057 raft_consensus.cc:2955] T 15ff61bdeeaf4b0aa58b817a8c83c21c P b778e98084eb4f5b92c24d2ce46e25a8 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 2 to 5, b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:45.036237  4270 ts_tablet_manager.cc:1929] T 46b7958273a14331911a80463e2a375e P 2cfa967891ba4eea84ce2d0759a9b243: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:45.036731  4270 log.cc:1199] T 46b7958273a14331911a80463e2a375e P 2cfa967891ba4eea84ce2d0759a9b243: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-0/minicluster-data/ts-1-root/wals/46b7958273a14331911a80463e2a375e
I20260630 12:35:45.038635  3642 catalog_manager.cc:5028] TS 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915): tablet 46b7958273a14331911a80463e2a375e (table range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]) successfully deleted
I20260630 12:35:45.042011  3903 raft_consensus.cc:2955] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 2 to 5, b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:45.045985  3653 catalog_manager.cc:5697] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 reported cstate change: config changed from index 2 to 5, b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) changed from NON_VOTER to VOTER. New cstate: current_term: 3 leader_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:45.061257  3755 consensus_queue.cc:237] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 5, Committed index: 5, Last appended: 3.5, Last appended by leader: 3, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } }
I20260630 12:35:45.066277  4057 raft_consensus.cc:1275] T 15ff61bdeeaf4b0aa58b817a8c83c21c P b778e98084eb4f5b92c24d2ce46e25a8 [term 3 FOLLOWER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: Log matching property violated. Preceding OpId in replica: term: 3 index: 5. Preceding OpId from leader: term: 3 index: 6. (index mismatch)
I20260630 12:35:45.066552  3832 raft_consensus.cc:1275] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 [term 3 FOLLOWER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: Log matching property violated. Preceding OpId in replica: term: 3 index: 5. Preceding OpId from leader: term: 3 index: 6. (index mismatch)
I20260630 12:35:45.067775  4248 consensus_queue.cc:1048] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } 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:35:45.068739  4259 consensus_queue.cc:1048] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:35:45.075520  4259 raft_consensus.cc:2955] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 3 LEADER]: Committing config change with OpId 3.6: config changed from index 5 to 6, VOTER c96cdc6c98e94843b41121763a7b8854 (127.0.192.3) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:45.077299  3832 raft_consensus.cc:2955] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 [term 3 FOLLOWER]: Committing config change with OpId 3.6: config changed from index 5 to 6, VOTER c96cdc6c98e94843b41121763a7b8854 (127.0.192.3) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:45.077975  4057 raft_consensus.cc:2955] T 15ff61bdeeaf4b0aa58b817a8c83c21c P b778e98084eb4f5b92c24d2ce46e25a8 [term 3 FOLLOWER]: Committing config change with OpId 3.6: config changed from index 5 to 6, VOTER c96cdc6c98e94843b41121763a7b8854 (127.0.192.3) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:45.086447  3641 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 15ff61bdeeaf4b0aa58b817a8c83c21c with cas_config_opid_index 5: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:45.088842  3652 catalog_manager.cc:5697] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 reported cstate change: config changed from index 5 to 6, VOTER c96cdc6c98e94843b41121763a7b8854 (127.0.192.3) evicted. New cstate: current_term: 3 leader_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:45.097872  3894 tablet_service.cc:1558] Processing DeleteTablet for tablet 15ff61bdeeaf4b0aa58b817a8c83c21c with delete_type TABLET_DATA_TOMBSTONED (TS c96cdc6c98e94843b41121763a7b8854 not found in new config with opid_index 6) from {username='slave'} at 127.0.0.1:57210
I20260630 12:35:45.107115  4273 tablet_replica.cc:333] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854: stopping tablet replica
I20260630 12:35:45.107888  4273 raft_consensus.cc:2243] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:45.108562  4273 raft_consensus.cc:2272] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:45.111552  4273 ts_tablet_manager.cc:1916] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:45.123718  4273 ts_tablet_manager.cc:1929] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 3.5
I20260630 12:35:45.124020  4273 log.cc:1199] T 15ff61bdeeaf4b0aa58b817a8c83c21c P c96cdc6c98e94843b41121763a7b8854: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-0/minicluster-data/ts-2-root/wals/15ff61bdeeaf4b0aa58b817a8c83c21c
I20260630 12:35:45.125519  3641 catalog_manager.cc:5028] TS c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837): tablet 15ff61bdeeaf4b0aa58b817a8c83c21c (table range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]) successfully deleted
I20260630 12:35:45.974319  3708 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:35:45.988667  3755 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "15ff61bdeeaf4b0aa58b817a8c83c21c"
dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0"
mode: GRACEFUL
new_leader_uuid: "2cfa967891ba4eea84ce2d0759a9b243"
 from {username='slave'} at 127.0.0.1:54754
I20260630 12:35:45.989308  3755 raft_consensus.cc:606] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 3 LEADER]: Received request to transfer leadership to TS 2cfa967891ba4eea84ce2d0759a9b243
I20260630 12:35:45.992362  3829 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "3e9874a5e1ce4bd0b4ea4acd42215639"
dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243"
mode: GRACEFUL
new_leader_uuid: "b778e98084eb4f5b92c24d2ce46e25a8"
 from {username='slave'} at 127.0.0.1:47512
I20260630 12:35:45.993050  3829 raft_consensus.cc:606] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243 [term 2 LEADER]: Received request to transfer leadership to TS b778e98084eb4f5b92c24d2ce46e25a8
I20260630 12:35:45.994349  3708 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 2
I20260630 12:35:45.995173  3708 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:46.011656  3829 consensus_queue.cc:237] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [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: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: NON_VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { promote: true } }
W20260630 12:35:46.018133  3797 consensus_peers.cc:597] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 -> Peer c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837): Couldn't send request to peer c96cdc6c98e94843b41121763a7b8854. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 5c7e98507dd9435ea175bfcbe690a25d. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:46.018460  3755 raft_consensus.cc:1275] T 5c7e98507dd9435ea175bfcbe690a25d P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Refusing update from remote peer 2cfa967891ba4eea84ce2d0759a9b243: 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:46.019024  4057 raft_consensus.cc:1275] T 5c7e98507dd9435ea175bfcbe690a25d P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Refusing update from remote peer 2cfa967891ba4eea84ce2d0759a9b243: 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:46.019780  4277 consensus_queue.cc:1048] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:46.020614  3994 consensus_queue.cc:1048] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } 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:46.030304  4057 raft_consensus.cc:2955] T 5c7e98507dd9435ea175bfcbe690a25d P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c96cdc6c98e94843b41121763a7b8854 (127.0.192.3) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: NON_VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { promote: true } } }
I20260630 12:35:46.030917  3755 raft_consensus.cc:2955] T 5c7e98507dd9435ea175bfcbe690a25d P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c96cdc6c98e94843b41121763a7b8854 (127.0.192.3) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: NON_VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { promote: true } } }
I20260630 12:35:46.029203  4277 raft_consensus.cc:2955] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c96cdc6c98e94843b41121763a7b8854 (127.0.192.3) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: NON_VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { promote: true } } }
I20260630 12:35:46.051456  3652 catalog_manager.cc:5697] T 5c7e98507dd9435ea175bfcbe690a25d P b778e98084eb4f5b92c24d2ce46e25a8 reported cstate change: config changed from index -1 to 2, NON_VOTER c96cdc6c98e94843b41121763a7b8854 (127.0.192.3) added. New cstate: current_term: 1 leader_uuid: "2cfa967891ba4eea84ce2d0759a9b243" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: NON_VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { promote: true } } }
I20260630 12:35:46.055104  3755 consensus_queue.cc:237] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [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: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } }
W20260630 12:35:46.064023  3721 consensus_peers.cc:597] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 -> Peer b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4:44131): Couldn't send request to peer b778e98084eb4f5b92c24d2ce46e25a8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: fde674089882436bb30173d5a35a7fca. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:46.064965  3829 raft_consensus.cc:1275] T fde674089882436bb30173d5a35a7fca P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: 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:46.066612  3903 raft_consensus.cc:1275] T fde674089882436bb30173d5a35a7fca P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: 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:46.067258  4259 consensus_queue.cc:1048] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:46.069846  4259 consensus_queue.cc:1048] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.002s
I20260630 12:35:46.088389  4288 raft_consensus.cc:2955] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } } }
I20260630 12:35:46.093845  3829 raft_consensus.cc:2955] T fde674089882436bb30173d5a35a7fca P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } } }
I20260630 12:35:46.100867  4288 raft_consensus.cc:993] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0: : Instructing follower 2cfa967891ba4eea84ce2d0759a9b243 to start an election
I20260630 12:35:46.103914  4259 raft_consensus.cc:1081] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 3 LEADER]: Signalling peer 2cfa967891ba4eea84ce2d0759a9b243 to start an election
I20260630 12:35:46.104125  3655 catalog_manager.cc:5697] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 reported cstate change: config changed from index -1 to 2, NON_VOTER b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:46.105496  3755 consensus_queue.cc:237] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 2.1, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: NON_VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { promote: true } }
I20260630 12:35:46.107453  3832 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "15ff61bdeeaf4b0aa58b817a8c83c21c"
dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243"
 from {username='slave'} at 127.0.0.1:39790
I20260630 12:35:46.108032  3832 raft_consensus.cc:493] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 [term 3 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:46.108387  3832 raft_consensus.cc:3060] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 [term 3 FOLLOWER]: Advancing to term 4
I20260630 12:35:46.109467  3903 raft_consensus.cc:2955] T fde674089882436bb30173d5a35a7fca P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } } }
I20260630 12:35:46.129175  3832 raft_consensus.cc:515] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 [term 4 FOLLOWER]: Starting forced leader election with config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } }
I20260630 12:35:46.131027  3832 leader_election.cc:290] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 [CANDIDATE]: Term 4 election: Requested vote from peers 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295), b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4:44131)
I20260630 12:35:46.132261  4057 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15ff61bdeeaf4b0aa58b817a8c83c21c" candidate_uuid: "2cfa967891ba4eea84ce2d0759a9b243" candidate_term: 4 candidate_status { last_received { term: 3 index: 6 } } ignore_live_leader: true dest_uuid: "b778e98084eb4f5b92c24d2ce46e25a8"
I20260630 12:35:46.132743  3754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15ff61bdeeaf4b0aa58b817a8c83c21c" candidate_uuid: "2cfa967891ba4eea84ce2d0759a9b243" candidate_term: 4 candidate_status { last_received { term: 3 index: 6 } } ignore_live_leader: true dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0"
I20260630 12:35:46.132880  4057 raft_consensus.cc:3060] T 15ff61bdeeaf4b0aa58b817a8c83c21c P b778e98084eb4f5b92c24d2ce46e25a8 [term 3 FOLLOWER]: Advancing to term 4
I20260630 12:35:46.133191  3754 raft_consensus.cc:3055] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 3 LEADER]: Stepping down as leader of term 3
I20260630 12:35:46.133426  3754 raft_consensus.cc:740] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 3 LEADER]: Becoming Follower/Learner. State: Replica: 9ec4928733ef4f0aad3fb9f968d234e0, State: Running, Role: LEADER
I20260630 12:35:46.134044  3754 consensus_queue.cc:260] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 6, Committed index: 6, Last appended: 3.6, Last appended by leader: 6, Current term: 3, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } }
I20260630 12:35:46.135221  3754 raft_consensus.cc:3060] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 3 FOLLOWER]: Advancing to term 4
I20260630 12:35:46.138968  4056 raft_consensus.cc:1275] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 [term 2 FOLLOWER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:35:46.139451  3903 raft_consensus.cc:1275] T 39eb13d192144d3e9816a502a4018f49 P c96cdc6c98e94843b41121763a7b8854 [term 2 FOLLOWER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:35:46.140883  4288 consensus_queue.cc:1048] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } 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:46.142141  3754 raft_consensus.cc:2468] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 4 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2cfa967891ba4eea84ce2d0759a9b243 in term 4.
I20260630 12:35:46.143419  3797 leader_election.cc:304] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 [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: 2cfa967891ba4eea84ce2d0759a9b243, 9ec4928733ef4f0aad3fb9f968d234e0; no voters: 
I20260630 12:35:46.144205  4281 raft_consensus.cc:2804] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 [term 4 FOLLOWER]: Leader election won for term 4
I20260630 12:35:46.144660  4281 raft_consensus.cc:697] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 [term 4 LEADER]: Becoming Leader. State: Replica: 2cfa967891ba4eea84ce2d0759a9b243, State: Running, Role: LEADER
I20260630 12:35:46.145453  4281 consensus_queue.cc:237] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 6, Committed index: 6, Last appended: 3.6, Last appended by leader: 6, Current term: 4, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } }
I20260630 12:35:46.145732  4289 consensus_queue.cc:1048] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:35:46.151211  4057 raft_consensus.cc:2468] T 15ff61bdeeaf4b0aa58b817a8c83c21c P b778e98084eb4f5b92c24d2ce46e25a8 [term 4 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2cfa967891ba4eea84ce2d0759a9b243 in term 4.
W20260630 12:35:46.154521  3723 consensus_peers.cc:597] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 -> Peer 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915): Couldn't send request to peer 2cfa967891ba4eea84ce2d0759a9b243. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 39eb13d192144d3e9816a502a4018f49. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:46.158910  3654 catalog_manager.cc:5697] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 reported cstate change: term changed from 3 to 4, leader changed from 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1) to 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2). New cstate: current_term: 4 leader_uuid: "2cfa967891ba4eea84ce2d0759a9b243" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:46.160888  4056 raft_consensus.cc:2955] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: NON_VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { promote: true } } }
I20260630 12:35:46.159128  4288 raft_consensus.cc:2955] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: NON_VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { promote: true } } }
I20260630 12:35:46.166940  3903 raft_consensus.cc:2955] T 39eb13d192144d3e9816a502a4018f49 P c96cdc6c98e94843b41121763a7b8854 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: NON_VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { promote: true } } }
I20260630 12:35:46.175436  3905 consensus_queue.cc:237] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [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: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } }
I20260630 12:35:46.176748  3655 catalog_manager.cc:5697] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 reported cstate change: config changed from index -1 to 2, NON_VOTER 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2) added. New cstate: current_term: 2 leader_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: NON_VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { promote: true } } }
W20260630 12:35:46.186403  3870 consensus_peers.cc:597] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 -> Peer b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4:44131): Couldn't send request to peer b778e98084eb4f5b92c24d2ce46e25a8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 90b01007e8764eda9f50887eb7e7cfed. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:46.187304  3754 raft_consensus.cc:1275] T 90b01007e8764eda9f50887eb7e7cfed P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Refusing update from remote peer c96cdc6c98e94843b41121763a7b8854: 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:46.188727  4275 consensus_queue.cc:1048] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:46.189194  3829 raft_consensus.cc:1275] T 90b01007e8764eda9f50887eb7e7cfed P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Refusing update from remote peer c96cdc6c98e94843b41121763a7b8854: 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:46.191318  4275 consensus_queue.cc:1048] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:35:46.210947  4300 raft_consensus.cc:2955] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } } }
I20260630 12:35:46.212553  3755 raft_consensus.cc:2955] T 90b01007e8764eda9f50887eb7e7cfed P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } } }
I20260630 12:35:46.214362  3829 raft_consensus.cc:2955] T 90b01007e8764eda9f50887eb7e7cfed P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } } }
I20260630 12:35:46.225406  3652 catalog_manager.cc:5697] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 reported cstate change: config changed from index -1 to 2, NON_VOTER b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "c96cdc6c98e94843b41121763a7b8854" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:46.292059  3994 raft_consensus.cc:993] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243: : Instructing follower b778e98084eb4f5b92c24d2ce46e25a8 to start an election
I20260630 12:35:46.292678  3994 raft_consensus.cc:1081] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243 [term 2 LEADER]: Signalling peer b778e98084eb4f5b92c24d2ce46e25a8 to start an election
I20260630 12:35:46.294777  4056 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "3e9874a5e1ce4bd0b4ea4acd42215639"
dest_uuid: "b778e98084eb4f5b92c24d2ce46e25a8"
 from {username='slave'} at 127.0.0.1:55192
I20260630 12:35:46.295374  4056 raft_consensus.cc:493] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8 [term 2 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:46.295778  4056 raft_consensus.cc:3060] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:35:46.300577  4056 raft_consensus.cc:515] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8 [term 3 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:46.302070  4056 leader_election.cc:290] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8 [CANDIDATE]: Term 3 election: Requested vote from peers 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295), 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915)
I20260630 12:35:46.303222  3829 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e9874a5e1ce4bd0b4ea4acd42215639" candidate_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: true dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243"
I20260630 12:35:46.303270  3755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e9874a5e1ce4bd0b4ea4acd42215639" candidate_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: true dest_uuid: "9ec4928733ef4f0aad3fb9f968d234e0"
I20260630 12:35:46.303979  3829 raft_consensus.cc:3055] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243 [term 2 LEADER]: Stepping down as leader of term 2
I20260630 12:35:46.304045  3755 raft_consensus.cc:3060] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:35:46.304327  3829 raft_consensus.cc:740] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243 [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 2cfa967891ba4eea84ce2d0759a9b243, State: Running, Role: LEADER
I20260630 12:35:46.305281  3829 consensus_queue.cc:260] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243 [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: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:46.306583  3829 raft_consensus.cc:3060] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:35:46.311408  3829 raft_consensus.cc:2468] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b778e98084eb4f5b92c24d2ce46e25a8 in term 3.
I20260630 12:35:46.311581  3755 raft_consensus.cc:2468] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b778e98084eb4f5b92c24d2ce46e25a8 in term 3.
I20260630 12:35:46.313048  4024 leader_election.cc:304] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8 [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: 2cfa967891ba4eea84ce2d0759a9b243, b778e98084eb4f5b92c24d2ce46e25a8; no voters: 
I20260630 12:35:46.313822  4218 raft_consensus.cc:2804] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8 [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:35:46.315191  4218 raft_consensus.cc:697] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8 [term 3 LEADER]: Becoming Leader. State: Replica: b778e98084eb4f5b92c24d2ce46e25a8, State: Running, Role: LEADER
I20260630 12:35:46.316030  4218 consensus_queue.cc:237] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8 [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: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } }
I20260630 12:35:46.323872  3655 catalog_manager.cc:5697] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8 reported cstate change: term changed from 2 to 3, leader changed from 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2) to b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4). New cstate: current_term: 3 leader_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:46.515424  4304 ts_tablet_manager.cc:933] T 5c7e98507dd9435ea175bfcbe690a25d P c96cdc6c98e94843b41121763a7b8854: Initiating tablet copy from peer 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915)
I20260630 12:35:46.517664  4304 tablet_copy_client.cc:323] T 5c7e98507dd9435ea175bfcbe690a25d P c96cdc6c98e94843b41121763a7b8854: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.2:43915
I20260630 12:35:46.519344  3842 tablet_copy_service.cc:140] P 2cfa967891ba4eea84ce2d0759a9b243: Received BeginTabletCopySession request for tablet 5c7e98507dd9435ea175bfcbe690a25d from peer c96cdc6c98e94843b41121763a7b8854 ({username='slave'} at 127.0.0.1:39784)
I20260630 12:35:46.519870  3842 tablet_copy_service.cc:161] P 2cfa967891ba4eea84ce2d0759a9b243: Beginning new tablet copy session on tablet 5c7e98507dd9435ea175bfcbe690a25d from peer c96cdc6c98e94843b41121763a7b8854 at {username='slave'} at 127.0.0.1:39784: session id = c96cdc6c98e94843b41121763a7b8854-5c7e98507dd9435ea175bfcbe690a25d
I20260630 12:35:46.525724  3842 tablet_copy_source_session.cc:215] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:46.530529  4304 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5c7e98507dd9435ea175bfcbe690a25d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:46.546471  4304 tablet_copy_client.cc:806] T 5c7e98507dd9435ea175bfcbe690a25d P c96cdc6c98e94843b41121763a7b8854: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:46.547046  4304 tablet_copy_client.cc:670] T 5c7e98507dd9435ea175bfcbe690a25d P c96cdc6c98e94843b41121763a7b8854: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:46.550508  4304 tablet_copy_client.cc:538] T 5c7e98507dd9435ea175bfcbe690a25d P c96cdc6c98e94843b41121763a7b8854: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:46.559544  4304 tablet_bootstrap.cc:492] T 5c7e98507dd9435ea175bfcbe690a25d P c96cdc6c98e94843b41121763a7b8854: Bootstrap starting.
I20260630 12:35:46.578503  4304 tablet_bootstrap.cc:492] T 5c7e98507dd9435ea175bfcbe690a25d P c96cdc6c98e94843b41121763a7b8854: 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:46.579397  4304 tablet_bootstrap.cc:492] T 5c7e98507dd9435ea175bfcbe690a25d P c96cdc6c98e94843b41121763a7b8854: Bootstrap complete.
I20260630 12:35:46.580070  4304 ts_tablet_manager.cc:1403] T 5c7e98507dd9435ea175bfcbe690a25d P c96cdc6c98e94843b41121763a7b8854: Time spent bootstrapping tablet: real 0.021s	user 0.015s	sys 0.004s
I20260630 12:35:46.582828  4304 raft_consensus.cc:359] T 5c7e98507dd9435ea175bfcbe690a25d P c96cdc6c98e94843b41121763a7b8854 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: NON_VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { promote: true } }
I20260630 12:35:46.583667  4304 raft_consensus.cc:740] T 5c7e98507dd9435ea175bfcbe690a25d P c96cdc6c98e94843b41121763a7b8854 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: c96cdc6c98e94843b41121763a7b8854, State: Initialized, Role: LEARNER
I20260630 12:35:46.584266  4307 ts_tablet_manager.cc:933] T fde674089882436bb30173d5a35a7fca P b778e98084eb4f5b92c24d2ce46e25a8: Initiating tablet copy from peer 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295)
I20260630 12:35:46.584331  4304 consensus_queue.cc:260] T 5c7e98507dd9435ea175bfcbe690a25d P c96cdc6c98e94843b41121763a7b8854 [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: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: NON_VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { promote: true } }
I20260630 12:35:46.586934  4304 ts_tablet_manager.cc:1434] T 5c7e98507dd9435ea175bfcbe690a25d P c96cdc6c98e94843b41121763a7b8854: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:35:46.591967  3842 tablet_copy_service.cc:342] P 2cfa967891ba4eea84ce2d0759a9b243: Request end of tablet copy session c96cdc6c98e94843b41121763a7b8854-5c7e98507dd9435ea175bfcbe690a25d received from {username='slave'} at 127.0.0.1:39784
I20260630 12:35:46.592408  3842 tablet_copy_service.cc:434] P 2cfa967891ba4eea84ce2d0759a9b243: ending tablet copy session c96cdc6c98e94843b41121763a7b8854-5c7e98507dd9435ea175bfcbe690a25d on tablet 5c7e98507dd9435ea175bfcbe690a25d with peer c96cdc6c98e94843b41121763a7b8854
I20260630 12:35:46.595851  4307 tablet_copy_client.cc:323] T fde674089882436bb30173d5a35a7fca P b778e98084eb4f5b92c24d2ce46e25a8: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.1:42295
I20260630 12:35:46.597534  3767 tablet_copy_service.cc:140] P 9ec4928733ef4f0aad3fb9f968d234e0: Received BeginTabletCopySession request for tablet fde674089882436bb30173d5a35a7fca from peer b778e98084eb4f5b92c24d2ce46e25a8 ({username='slave'} at 127.0.0.1:54740)
I20260630 12:35:46.598058  3767 tablet_copy_service.cc:161] P 9ec4928733ef4f0aad3fb9f968d234e0: Beginning new tablet copy session on tablet fde674089882436bb30173d5a35a7fca from peer b778e98084eb4f5b92c24d2ce46e25a8 at {username='slave'} at 127.0.0.1:54740: session id = b778e98084eb4f5b92c24d2ce46e25a8-fde674089882436bb30173d5a35a7fca
I20260630 12:35:46.605505  3767 tablet_copy_source_session.cc:215] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:46.608100  4307 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fde674089882436bb30173d5a35a7fca. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:46.619084  4307 tablet_copy_client.cc:806] T fde674089882436bb30173d5a35a7fca P b778e98084eb4f5b92c24d2ce46e25a8: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:46.619644  4307 tablet_copy_client.cc:670] T fde674089882436bb30173d5a35a7fca P b778e98084eb4f5b92c24d2ce46e25a8: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:46.623519  4307 tablet_copy_client.cc:538] T fde674089882436bb30173d5a35a7fca P b778e98084eb4f5b92c24d2ce46e25a8: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:46.631032  4307 tablet_bootstrap.cc:492] T fde674089882436bb30173d5a35a7fca P b778e98084eb4f5b92c24d2ce46e25a8: Bootstrap starting.
I20260630 12:35:46.647056  4307 tablet_bootstrap.cc:492] T fde674089882436bb30173d5a35a7fca P b778e98084eb4f5b92c24d2ce46e25a8: 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:46.647964  4307 tablet_bootstrap.cc:492] T fde674089882436bb30173d5a35a7fca P b778e98084eb4f5b92c24d2ce46e25a8: Bootstrap complete.
I20260630 12:35:46.648620  4307 ts_tablet_manager.cc:1403] T fde674089882436bb30173d5a35a7fca P b778e98084eb4f5b92c24d2ce46e25a8: Time spent bootstrapping tablet: real 0.018s	user 0.006s	sys 0.010s
I20260630 12:35:46.651583  4307 raft_consensus.cc:359] T fde674089882436bb30173d5a35a7fca P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } }
I20260630 12:35:46.652448  4307 raft_consensus.cc:740] T fde674089882436bb30173d5a35a7fca P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: b778e98084eb4f5b92c24d2ce46e25a8, State: Initialized, Role: LEARNER
I20260630 12:35:46.653193  4307 consensus_queue.cc:260] T fde674089882436bb30173d5a35a7fca P b778e98084eb4f5b92c24d2ce46e25a8 [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: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } }
I20260630 12:35:46.655441  4307 ts_tablet_manager.cc:1434] T fde674089882436bb30173d5a35a7fca P b778e98084eb4f5b92c24d2ce46e25a8: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.004s
I20260630 12:35:46.657166  3767 tablet_copy_service.cc:342] P 9ec4928733ef4f0aad3fb9f968d234e0: Request end of tablet copy session b778e98084eb4f5b92c24d2ce46e25a8-fde674089882436bb30173d5a35a7fca received from {username='slave'} at 127.0.0.1:54740
I20260630 12:35:46.657582  3767 tablet_copy_service.cc:434] P 9ec4928733ef4f0aad3fb9f968d234e0: ending tablet copy session b778e98084eb4f5b92c24d2ce46e25a8-fde674089882436bb30173d5a35a7fca on tablet fde674089882436bb30173d5a35a7fca with peer b778e98084eb4f5b92c24d2ce46e25a8
I20260630 12:35:46.686239  4307 ts_tablet_manager.cc:933] T 90b01007e8764eda9f50887eb7e7cfed P b778e98084eb4f5b92c24d2ce46e25a8: Initiating tablet copy from peer c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837)
I20260630 12:35:46.687852  4307 tablet_copy_client.cc:323] T 90b01007e8764eda9f50887eb7e7cfed P b778e98084eb4f5b92c24d2ce46e25a8: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.3:42837
I20260630 12:35:46.689791  3916 tablet_copy_service.cc:140] P c96cdc6c98e94843b41121763a7b8854: Received BeginTabletCopySession request for tablet 90b01007e8764eda9f50887eb7e7cfed from peer b778e98084eb4f5b92c24d2ce46e25a8 ({username='slave'} at 127.0.0.1:56754)
I20260630 12:35:46.690380  3916 tablet_copy_service.cc:161] P c96cdc6c98e94843b41121763a7b8854: Beginning new tablet copy session on tablet 90b01007e8764eda9f50887eb7e7cfed from peer b778e98084eb4f5b92c24d2ce46e25a8 at {username='slave'} at 127.0.0.1:56754: session id = b778e98084eb4f5b92c24d2ce46e25a8-90b01007e8764eda9f50887eb7e7cfed
I20260630 12:35:46.697742  3755 raft_consensus.cc:1275] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 4 FOLLOWER]: Refusing update from remote peer 2cfa967891ba4eea84ce2d0759a9b243: Log matching property violated. Preceding OpId in replica: term: 3 index: 6. Preceding OpId from leader: term: 4 index: 7. (index mismatch)
I20260630 12:35:46.698253  3916 tablet_copy_source_session.cc:215] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:46.700171  3994 consensus_queue.cc:1048] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 7, Last known committed idx: 6, Time since last communication: 0.000s
I20260630 12:35:46.701671  4307 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 90b01007e8764eda9f50887eb7e7cfed. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:46.720430  4307 tablet_copy_client.cc:806] T 90b01007e8764eda9f50887eb7e7cfed P b778e98084eb4f5b92c24d2ce46e25a8: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:46.721421  4307 tablet_copy_client.cc:670] T 90b01007e8764eda9f50887eb7e7cfed P b778e98084eb4f5b92c24d2ce46e25a8: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:46.725718  4307 tablet_copy_client.cc:538] T 90b01007e8764eda9f50887eb7e7cfed P b778e98084eb4f5b92c24d2ce46e25a8: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:46.730693  4056 raft_consensus.cc:1275] T 15ff61bdeeaf4b0aa58b817a8c83c21c P b778e98084eb4f5b92c24d2ce46e25a8 [term 4 FOLLOWER]: Refusing update from remote peer 2cfa967891ba4eea84ce2d0759a9b243: Log matching property violated. Preceding OpId in replica: term: 3 index: 6. Preceding OpId from leader: term: 4 index: 7. (index mismatch)
I20260630 12:35:46.733793  3994 consensus_queue.cc:1048] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 7, Last known committed idx: 6, Time since last communication: 0.001s
I20260630 12:35:46.736982  4307 tablet_bootstrap.cc:492] T 90b01007e8764eda9f50887eb7e7cfed P b778e98084eb4f5b92c24d2ce46e25a8: Bootstrap starting.
I20260630 12:35:46.767442  4317 ts_tablet_manager.cc:933] T 39eb13d192144d3e9816a502a4018f49 P 2cfa967891ba4eea84ce2d0759a9b243: Initiating tablet copy from peer 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295)
I20260630 12:35:46.768435  4307 tablet_bootstrap.cc:492] T 90b01007e8764eda9f50887eb7e7cfed P b778e98084eb4f5b92c24d2ce46e25a8: 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:46.769256  4307 tablet_bootstrap.cc:492] T 90b01007e8764eda9f50887eb7e7cfed P b778e98084eb4f5b92c24d2ce46e25a8: Bootstrap complete.
I20260630 12:35:46.769999  4307 ts_tablet_manager.cc:1403] T 90b01007e8764eda9f50887eb7e7cfed P b778e98084eb4f5b92c24d2ce46e25a8: Time spent bootstrapping tablet: real 0.033s	user 0.019s	sys 0.007s
I20260630 12:35:46.770208  4317 tablet_copy_client.cc:323] T 39eb13d192144d3e9816a502a4018f49 P 2cfa967891ba4eea84ce2d0759a9b243: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.1:42295
I20260630 12:35:46.772197  3767 tablet_copy_service.cc:140] P 9ec4928733ef4f0aad3fb9f968d234e0: Received BeginTabletCopySession request for tablet 39eb13d192144d3e9816a502a4018f49 from peer 2cfa967891ba4eea84ce2d0759a9b243 ({username='slave'} at 127.0.0.1:57538)
I20260630 12:35:46.772737  3767 tablet_copy_service.cc:161] P 9ec4928733ef4f0aad3fb9f968d234e0: Beginning new tablet copy session on tablet 39eb13d192144d3e9816a502a4018f49 from peer 2cfa967891ba4eea84ce2d0759a9b243 at {username='slave'} at 127.0.0.1:57538: session id = 2cfa967891ba4eea84ce2d0759a9b243-39eb13d192144d3e9816a502a4018f49
I20260630 12:35:46.772730  4307 raft_consensus.cc:359] T 90b01007e8764eda9f50887eb7e7cfed P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } }
I20260630 12:35:46.773558  4307 raft_consensus.cc:740] T 90b01007e8764eda9f50887eb7e7cfed P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: b778e98084eb4f5b92c24d2ce46e25a8, State: Initialized, Role: LEARNER
I20260630 12:35:46.774092  4307 consensus_queue.cc:260] T 90b01007e8764eda9f50887eb7e7cfed P b778e98084eb4f5b92c24d2ce46e25a8 [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: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: true } }
I20260630 12:35:46.776348  4307 ts_tablet_manager.cc:1434] T 90b01007e8764eda9f50887eb7e7cfed P b778e98084eb4f5b92c24d2ce46e25a8: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:35:46.777983  3916 tablet_copy_service.cc:342] P c96cdc6c98e94843b41121763a7b8854: Request end of tablet copy session b778e98084eb4f5b92c24d2ce46e25a8-90b01007e8764eda9f50887eb7e7cfed received from {username='slave'} at 127.0.0.1:56754
I20260630 12:35:46.778396  3916 tablet_copy_service.cc:434] P c96cdc6c98e94843b41121763a7b8854: ending tablet copy session b778e98084eb4f5b92c24d2ce46e25a8-90b01007e8764eda9f50887eb7e7cfed on tablet 90b01007e8764eda9f50887eb7e7cfed with peer b778e98084eb4f5b92c24d2ce46e25a8
I20260630 12:35:46.783962  3767 tablet_copy_source_session.cc:215] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:46.786998  4317 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 39eb13d192144d3e9816a502a4018f49. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:46.798141  4317 tablet_copy_client.cc:806] T 39eb13d192144d3e9816a502a4018f49 P 2cfa967891ba4eea84ce2d0759a9b243: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:46.798786  4317 tablet_copy_client.cc:670] T 39eb13d192144d3e9816a502a4018f49 P 2cfa967891ba4eea84ce2d0759a9b243: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:46.802474  4317 tablet_copy_client.cc:538] T 39eb13d192144d3e9816a502a4018f49 P 2cfa967891ba4eea84ce2d0759a9b243: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:46.809417  4317 tablet_bootstrap.cc:492] T 39eb13d192144d3e9816a502a4018f49 P 2cfa967891ba4eea84ce2d0759a9b243: Bootstrap starting.
I20260630 12:35:46.825769  4317 tablet_bootstrap.cc:492] T 39eb13d192144d3e9816a502a4018f49 P 2cfa967891ba4eea84ce2d0759a9b243: 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:46.826583  4317 tablet_bootstrap.cc:492] T 39eb13d192144d3e9816a502a4018f49 P 2cfa967891ba4eea84ce2d0759a9b243: Bootstrap complete.
I20260630 12:35:46.827271  4317 ts_tablet_manager.cc:1403] T 39eb13d192144d3e9816a502a4018f49 P 2cfa967891ba4eea84ce2d0759a9b243: Time spent bootstrapping tablet: real 0.018s	user 0.015s	sys 0.004s
I20260630 12:35:46.829506  3829 raft_consensus.cc:1275] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243 [term 3 FOLLOWER]: Refusing update from remote peer b778e98084eb4f5b92c24d2ce46e25a8: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260630 12:35:46.830499  4317 raft_consensus.cc:359] T 39eb13d192144d3e9816a502a4018f49 P 2cfa967891ba4eea84ce2d0759a9b243 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: NON_VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { promote: true } }
I20260630 12:35:46.831313  4317 raft_consensus.cc:740] T 39eb13d192144d3e9816a502a4018f49 P 2cfa967891ba4eea84ce2d0759a9b243 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 2cfa967891ba4eea84ce2d0759a9b243, State: Initialized, Role: LEARNER
I20260630 12:35:46.831453  4218 consensus_queue.cc:1048] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:46.831894  4317 consensus_queue.cc:260] T 39eb13d192144d3e9816a502a4018f49 P 2cfa967891ba4eea84ce2d0759a9b243 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 2, Last appended: 2.2, Last appended by leader: 2, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: NON_VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { promote: true } }
I20260630 12:35:46.834271  4317 ts_tablet_manager.cc:1434] T 39eb13d192144d3e9816a502a4018f49 P 2cfa967891ba4eea84ce2d0759a9b243: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:35:46.839169  3767 tablet_copy_service.cc:342] P 9ec4928733ef4f0aad3fb9f968d234e0: Request end of tablet copy session 2cfa967891ba4eea84ce2d0759a9b243-39eb13d192144d3e9816a502a4018f49 received from {username='slave'} at 127.0.0.1:57538
I20260630 12:35:46.839568  3767 tablet_copy_service.cc:434] P 9ec4928733ef4f0aad3fb9f968d234e0: ending tablet copy session 2cfa967891ba4eea84ce2d0759a9b243-39eb13d192144d3e9816a502a4018f49 on tablet 39eb13d192144d3e9816a502a4018f49 with peer 2cfa967891ba4eea84ce2d0759a9b243
I20260630 12:35:46.850510  3755 raft_consensus.cc:1275] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 3 FOLLOWER]: Refusing update from remote peer b778e98084eb4f5b92c24d2ce46e25a8: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260630 12:35:46.853377  4321 consensus_queue.cc:1048] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:35:47.068773  3905 raft_consensus.cc:1217] T 5c7e98507dd9435ea175bfcbe690a25d P c96cdc6c98e94843b41121763a7b8854 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:47.092691  4056 raft_consensus.cc:1217] T fde674089882436bb30173d5a35a7fca P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:47.175098  3829 raft_consensus.cc:1217] T 39eb13d192144d3e9816a502a4018f49 P 2cfa967891ba4eea84ce2d0759a9b243 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.1->[2.2-2.2]   Dedup: 2.2->[]
I20260630 12:35:47.243086  4056 raft_consensus.cc:1217] T 90b01007e8764eda9f50887eb7e7cfed P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:47.524384  4327 raft_consensus.cc:1064] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0: attempting to promote NON_VOTER b778e98084eb4f5b92c24d2ce46e25a8 to VOTER
I20260630 12:35:47.526290  4327 consensus_queue.cc:237] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [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: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } }
I20260630 12:35:47.532907  4056 raft_consensus.cc:1275] T fde674089882436bb30173d5a35a7fca P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 LEARNER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: 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:47.533797  3905 raft_consensus.cc:1275] T fde674089882436bb30173d5a35a7fca P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: 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:47.535218  3829 raft_consensus.cc:1275] T fde674089882436bb30173d5a35a7fca P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: 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:47.536285  4326 consensus_queue.cc:1048] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } 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:47.537272  4327 consensus_queue.cc:1048] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } 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:47.538106  4289 consensus_queue.cc:1048] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:47.548218  4326 raft_consensus.cc:2955] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:47.557226  3905 raft_consensus.cc:2955] T fde674089882436bb30173d5a35a7fca P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:47.560922  4056 raft_consensus.cc:2955] T fde674089882436bb30173d5a35a7fca P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:47.564688  3655 catalog_manager.cc:5697] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 reported cstate change: config changed from index 2 to 3, b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:47.573398  3832 raft_consensus.cc:2955] T fde674089882436bb30173d5a35a7fca P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { replace: true } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:47.601832  4289 raft_consensus.cc:1064] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0: attempting to promote NON_VOTER 2cfa967891ba4eea84ce2d0759a9b243 to VOTER
I20260630 12:35:47.603947  4289 consensus_queue.cc:237] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 2.2, Last appended by leader: 0, Current term: 2, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { promote: false } }
I20260630 12:35:47.604719  3755 consensus_queue.cc:237] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [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: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } }
I20260630 12:35:47.613031  3832 raft_consensus.cc:1275] T fde674089882436bb30173d5a35a7fca P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: 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:47.614738  4056 raft_consensus.cc:1275] T fde674089882436bb30173d5a35a7fca P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: 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:47.614831  4327 consensus_queue.cc:1048] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:47.616384  4326 consensus_queue.cc:1048] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } 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:47.622849  4057 raft_consensus.cc:1275] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 [term 2 FOLLOWER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: 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:47.622849  3829 raft_consensus.cc:1275] T 39eb13d192144d3e9816a502a4018f49 P 2cfa967891ba4eea84ce2d0759a9b243 [term 2 LEARNER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: 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:47.625427  4327 raft_consensus.cc:2955] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER c96cdc6c98e94843b41121763a7b8854 (127.0.192.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:47.628100  4326 consensus_queue.cc:1048] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.002s
I20260630 12:35:47.638350  4343 consensus_queue.cc:1048] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } 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:47.649808  3905 raft_consensus.cc:1275] T 39eb13d192144d3e9816a502a4018f49 P c96cdc6c98e94843b41121763a7b8854 [term 2 FOLLOWER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: 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:47.662313  4342 consensus_queue.cc:1048] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
W20260630 12:35:47.675684  3721 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.192.4:44131, user_credentials={real_user=slave}} blocked reactor thread for 48850.2us
I20260630 12:35:47.692346  4328 raft_consensus.cc:1064] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854: attempting to promote NON_VOTER b778e98084eb4f5b92c24d2ce46e25a8 to VOTER
I20260630 12:35:47.695075  4328 consensus_queue.cc:237] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [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: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } }
I20260630 12:35:47.691761  3905 raft_consensus.cc:2955] T 39eb13d192144d3e9816a502a4018f49 P c96cdc6c98e94843b41121763a7b8854 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { promote: false } } }
I20260630 12:35:47.691078  4289 raft_consensus.cc:2955] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { promote: false } } }
I20260630 12:35:47.713706  4056 raft_consensus.cc:2955] T fde674089882436bb30173d5a35a7fca P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER c96cdc6c98e94843b41121763a7b8854 (127.0.192.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:47.720304  4057 raft_consensus.cc:1275] T 90b01007e8764eda9f50887eb7e7cfed P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 LEARNER]: Refusing update from remote peer c96cdc6c98e94843b41121763a7b8854: 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:47.722747  3829 raft_consensus.cc:1275] T 90b01007e8764eda9f50887eb7e7cfed P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Refusing update from remote peer c96cdc6c98e94843b41121763a7b8854: 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:47.726008  4300 consensus_queue.cc:1048] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } 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:47.730264  4329 consensus_queue.cc:1048] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:47.730047  3652 catalog_manager.cc:5697] T fde674089882436bb30173d5a35a7fca P b778e98084eb4f5b92c24d2ce46e25a8 reported cstate change: config changed from index 3 to 4, VOTER c96cdc6c98e94843b41121763a7b8854 (127.0.192.3) evicted. New cstate: current_term: 1 leader_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:47.743834  3894 tablet_service.cc:1558] Processing DeleteTablet for tablet fde674089882436bb30173d5a35a7fca with delete_type TABLET_DATA_TOMBSTONED (TS c96cdc6c98e94843b41121763a7b8854 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:57210
I20260630 12:35:47.744901  3641 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet fde674089882436bb30173d5a35a7fca with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:47.753965  4348 raft_consensus.cc:1064] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243: attempting to promote NON_VOTER c96cdc6c98e94843b41121763a7b8854 to VOTER
W20260630 12:35:47.758908  3723 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.192.2:43915, user_credentials={real_user=slave}} blocked reactor thread for 133807us
I20260630 12:35:47.759914  4351 tablet_replica.cc:333] T fde674089882436bb30173d5a35a7fca P c96cdc6c98e94843b41121763a7b8854: stopping tablet replica
I20260630 12:35:47.764370  4329 raft_consensus.cc:2955] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:47.767653  3829 raft_consensus.cc:2955] T fde674089882436bb30173d5a35a7fca P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER c96cdc6c98e94843b41121763a7b8854 (127.0.192.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:47.762568  4348 consensus_queue.cc:237] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [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: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { promote: false } }
I20260630 12:35:47.780730  4351 raft_consensus.cc:2243] T fde674089882436bb30173d5a35a7fca P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:47.784729  4351 raft_consensus.cc:2272] T fde674089882436bb30173d5a35a7fca P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:47.768741  4056 raft_consensus.cc:2955] T 90b01007e8764eda9f50887eb7e7cfed P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:47.785683  3755 raft_consensus.cc:1275] T 90b01007e8764eda9f50887eb7e7cfed P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Refusing update from remote peer c96cdc6c98e94843b41121763a7b8854: 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:47.789850  3652 catalog_manager.cc:5697] T 39eb13d192144d3e9816a502a4018f49 P c96cdc6c98e94843b41121763a7b8854 reported cstate change: config changed from index 2 to 3, 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { promote: false } } }
I20260630 12:35:47.796846  4351 ts_tablet_manager.cc:1916] T fde674089882436bb30173d5a35a7fca P c96cdc6c98e94843b41121763a7b8854: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:47.800905  4057 raft_consensus.cc:2955] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { promote: false } } }
I20260630 12:35:47.812683  3905 raft_consensus.cc:1275] T 5c7e98507dd9435ea175bfcbe690a25d P c96cdc6c98e94843b41121763a7b8854 [term 1 LEARNER]: Refusing update from remote peer 2cfa967891ba4eea84ce2d0759a9b243: 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:47.815032  3994 consensus_queue.cc:1048] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } 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:47.818922  3754 raft_consensus.cc:1275] T 5c7e98507dd9435ea175bfcbe690a25d P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Refusing update from remote peer 2cfa967891ba4eea84ce2d0759a9b243: 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:47.803653  4329 consensus_queue.cc:1048] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:47.798492  3829 raft_consensus.cc:2955] T 90b01007e8764eda9f50887eb7e7cfed P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:47.799775  3832 raft_consensus.cc:2955] T 39eb13d192144d3e9816a502a4018f49 P 2cfa967891ba4eea84ce2d0759a9b243 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { promote: false } } }
I20260630 12:35:47.821887  3994 consensus_queue.cc:1048] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:47.842480  4057 raft_consensus.cc:1275] T 5c7e98507dd9435ea175bfcbe690a25d P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Refusing update from remote peer 2cfa967891ba4eea84ce2d0759a9b243: 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:47.848263  3654 catalog_manager.cc:5697] T 90b01007e8764eda9f50887eb7e7cfed P 2cfa967891ba4eea84ce2d0759a9b243 reported cstate change: config changed from index 2 to 3, b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "c96cdc6c98e94843b41121763a7b8854" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:47.852761  3994 consensus_queue.cc:1048] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } 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:47.903224  4351 ts_tablet_manager.cc:1929] T fde674089882436bb30173d5a35a7fca P c96cdc6c98e94843b41121763a7b8854: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:47.904367  3755 raft_consensus.cc:2955] T 90b01007e8764eda9f50887eb7e7cfed P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { replace: true } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:47.903929  4351 log.cc:1199] T fde674089882436bb30173d5a35a7fca P c96cdc6c98e94843b41121763a7b8854: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-0/minicluster-data/ts-2-root/wals/fde674089882436bb30173d5a35a7fca
I20260630 12:35:47.909457  3641 catalog_manager.cc:5028] TS c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837): tablet fde674089882436bb30173d5a35a7fca (table range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]) successfully deleted
I20260630 12:35:47.912264  4358 raft_consensus.cc:2955] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, c96cdc6c98e94843b41121763a7b8854 (127.0.192.3) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { promote: false } } }
I20260630 12:35:47.920454  3905 raft_consensus.cc:2955] T 5c7e98507dd9435ea175bfcbe690a25d P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, c96cdc6c98e94843b41121763a7b8854 (127.0.192.3) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { promote: false } } }
I20260630 12:35:47.921988  4057 raft_consensus.cc:2955] T 5c7e98507dd9435ea175bfcbe690a25d P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, c96cdc6c98e94843b41121763a7b8854 (127.0.192.3) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { promote: false } } }
I20260630 12:35:47.935190  3654 catalog_manager.cc:5697] T 5c7e98507dd9435ea175bfcbe690a25d P c96cdc6c98e94843b41121763a7b8854 reported cstate change: config changed from index 2 to 3, c96cdc6c98e94843b41121763a7b8854 (127.0.192.3) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "2cfa967891ba4eea84ce2d0759a9b243" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { promote: false } } }
I20260630 12:35:47.944828  3755 raft_consensus.cc:2955] T 5c7e98507dd9435ea175bfcbe690a25d P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, c96cdc6c98e94843b41121763a7b8854 (127.0.192.3) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { replace: true } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { promote: false } } }
I20260630 12:35:47.956923  3832 consensus_queue.cc:237] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [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: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { promote: false } }
I20260630 12:35:47.963382  3905 raft_consensus.cc:1275] T 5c7e98507dd9435ea175bfcbe690a25d P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Refusing update from remote peer 2cfa967891ba4eea84ce2d0759a9b243: 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:47.964917  4358 consensus_queue.cc:1048] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } 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:47.969762  3755 raft_consensus.cc:1275] T 5c7e98507dd9435ea175bfcbe690a25d P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Refusing update from remote peer 2cfa967891ba4eea84ce2d0759a9b243: 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:47.971875  4358 consensus_queue.cc:1048] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:47.977443  4347 raft_consensus.cc:2955] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { promote: false } } }
I20260630 12:35:47.978786  3905 raft_consensus.cc:2955] T 5c7e98507dd9435ea175bfcbe690a25d P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { promote: false } } }
I20260630 12:35:47.982843  3755 raft_consensus.cc:2955] T 5c7e98507dd9435ea175bfcbe690a25d P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { promote: false } } }
I20260630 12:35:47.996173  3708 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:35:47.998294  3642 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 5c7e98507dd9435ea175bfcbe690a25d with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:48.001626  3655 catalog_manager.cc:5697] T 5c7e98507dd9435ea175bfcbe690a25d P 9ec4928733ef4f0aad3fb9f968d234e0 reported cstate change: config changed from index 3 to 4, VOTER b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) evicted. New cstate: current_term: 1 leader_uuid: "2cfa967891ba4eea84ce2d0759a9b243" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } attrs { promote: false } } }
I20260630 12:35:48.031937  4048 tablet_service.cc:1558] Processing DeleteTablet for tablet 5c7e98507dd9435ea175bfcbe690a25d with delete_type TABLET_DATA_TOMBSTONED (TS b778e98084eb4f5b92c24d2ce46e25a8 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:36134
I20260630 12:35:48.034452  4360 tablet_replica.cc:333] T 5c7e98507dd9435ea175bfcbe690a25d P b778e98084eb4f5b92c24d2ce46e25a8: stopping tablet replica
I20260630 12:35:48.035441  4360 raft_consensus.cc:2243] T 5c7e98507dd9435ea175bfcbe690a25d P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:48.036262  4360 raft_consensus.cc:2272] T 5c7e98507dd9435ea175bfcbe690a25d P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:48.037990  3832 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "badf6ce9ecda40f89b2bebcdd303cd24"
dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243"
mode: GRACEFUL
new_leader_uuid: "c96cdc6c98e94843b41121763a7b8854"
 from {username='slave'} at 127.0.0.1:47512
I20260630 12:35:48.038650  3832 raft_consensus.cc:606] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 LEADER]: Received request to transfer leadership to TS c96cdc6c98e94843b41121763a7b8854
I20260630 12:35:48.041658  4360 ts_tablet_manager.cc:1916] T 5c7e98507dd9435ea175bfcbe690a25d P b778e98084eb4f5b92c24d2ce46e25a8: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:48.042629  3708 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 1
I20260630 12:35:48.043493  3708 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:48.057255  4360 ts_tablet_manager.cc:1929] T 5c7e98507dd9435ea175bfcbe690a25d P b778e98084eb4f5b92c24d2ce46e25a8: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:48.057709  4360 log.cc:1199] T 5c7e98507dd9435ea175bfcbe690a25d P b778e98084eb4f5b92c24d2ce46e25a8: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-0/minicluster-data/ts-3-root/wals/5c7e98507dd9435ea175bfcbe690a25d
I20260630 12:35:48.059404  3640 catalog_manager.cc:5028] TS b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4:44131): tablet 5c7e98507dd9435ea175bfcbe690a25d (table range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]) successfully deleted
I20260630 12:35:48.111383  4358 raft_consensus.cc:993] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243: : Instructing follower c96cdc6c98e94843b41121763a7b8854 to start an election
I20260630 12:35:48.111980  4358 raft_consensus.cc:1081] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 LEADER]: Signalling peer c96cdc6c98e94843b41121763a7b8854 to start an election
I20260630 12:35:48.113735  3905 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "badf6ce9ecda40f89b2bebcdd303cd24"
dest_uuid: "c96cdc6c98e94843b41121763a7b8854"
 from {username='slave'} at 127.0.0.1:57224
I20260630 12:35:48.114334  3905 raft_consensus.cc:493] T badf6ce9ecda40f89b2bebcdd303cd24 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:48.114697  3905 raft_consensus.cc:3060] T badf6ce9ecda40f89b2bebcdd303cd24 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:48.119324  3905 raft_consensus.cc:515] T badf6ce9ecda40f89b2bebcdd303cd24 P c96cdc6c98e94843b41121763a7b8854 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:48.121835  3832 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "badf6ce9ecda40f89b2bebcdd303cd24" candidate_uuid: "c96cdc6c98e94843b41121763a7b8854" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "2cfa967891ba4eea84ce2d0759a9b243"
I20260630 12:35:48.121930  4057 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "badf6ce9ecda40f89b2bebcdd303cd24" candidate_uuid: "c96cdc6c98e94843b41121763a7b8854" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "b778e98084eb4f5b92c24d2ce46e25a8"
I20260630 12:35:48.122525  4057 raft_consensus.cc:3060] T badf6ce9ecda40f89b2bebcdd303cd24 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:48.122525  3832 raft_consensus.cc:3055] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:48.123135  3832 raft_consensus.cc:740] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 2cfa967891ba4eea84ce2d0759a9b243, State: Running, Role: LEADER
I20260630 12:35:48.123870  3832 consensus_queue.cc:260] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243 [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: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:48.124843  3832 raft_consensus.cc:3060] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:48.129375  4057 raft_consensus.cc:2468] T badf6ce9ecda40f89b2bebcdd303cd24 P b778e98084eb4f5b92c24d2ce46e25a8 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c96cdc6c98e94843b41121763a7b8854 in term 2.
I20260630 12:35:48.130735  3870 leader_election.cc:304] T badf6ce9ecda40f89b2bebcdd303cd24 P c96cdc6c98e94843b41121763a7b8854 [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: b778e98084eb4f5b92c24d2ce46e25a8, c96cdc6c98e94843b41121763a7b8854; no voters: 
I20260630 12:35:48.131690  4328 raft_consensus.cc:2804] T badf6ce9ecda40f89b2bebcdd303cd24 P c96cdc6c98e94843b41121763a7b8854 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:48.132192  4328 raft_consensus.cc:697] T badf6ce9ecda40f89b2bebcdd303cd24 P c96cdc6c98e94843b41121763a7b8854 [term 2 LEADER]: Becoming Leader. State: Replica: c96cdc6c98e94843b41121763a7b8854, State: Running, Role: LEADER
I20260630 12:35:48.133206  3832 raft_consensus.cc:2468] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c96cdc6c98e94843b41121763a7b8854 in term 2.
I20260630 12:35:48.132965  4328 consensus_queue.cc:237] T badf6ce9ecda40f89b2bebcdd303cd24 P c96cdc6c98e94843b41121763a7b8854 [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: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } }
I20260630 12:35:48.134883  3905 leader_election.cc:290] T badf6ce9ecda40f89b2bebcdd303cd24 P c96cdc6c98e94843b41121763a7b8854 [CANDIDATE]: Term 2 election: Requested vote from peers 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915), b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4:44131)
I20260630 12:35:48.141829  3655 catalog_manager.cc:5697] T badf6ce9ecda40f89b2bebcdd303cd24 P c96cdc6c98e94843b41121763a7b8854 reported cstate change: term changed from 1 to 2, leader changed from 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2) to c96cdc6c98e94843b41121763a7b8854 (127.0.192.3). New cstate: current_term: 2 leader_uuid: "c96cdc6c98e94843b41121763a7b8854" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:48.248396  3905 consensus_queue.cc:237] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [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: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } }
I20260630 12:35:48.255173  4057 raft_consensus.cc:1275] T 90b01007e8764eda9f50887eb7e7cfed P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Refusing update from remote peer c96cdc6c98e94843b41121763a7b8854: 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:48.256549  3755 raft_consensus.cc:1275] T 90b01007e8764eda9f50887eb7e7cfed P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Refusing update from remote peer c96cdc6c98e94843b41121763a7b8854: 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:48.256431  4328 consensus_queue.cc:1048] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } 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:48.257840  4300 consensus_queue.cc:1048] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:48.262403  3755 consensus_queue.cc:237] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 2.3, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { promote: false } }
I20260630 12:35:48.263523  4300 raft_consensus.cc:2955] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:48.267379  4057 raft_consensus.cc:2955] T 90b01007e8764eda9f50887eb7e7cfed P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:48.268795  3905 raft_consensus.cc:1275] T 39eb13d192144d3e9816a502a4018f49 P c96cdc6c98e94843b41121763a7b8854 [term 2 FOLLOWER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: 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:48.268930  3829 raft_consensus.cc:1275] T 39eb13d192144d3e9816a502a4018f49 P 2cfa967891ba4eea84ce2d0759a9b243 [term 2 FOLLOWER]: Refusing update from remote peer 9ec4928733ef4f0aad3fb9f968d234e0: 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:48.270885  4344 consensus_queue.cc:1048] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:48.270973  3755 raft_consensus.cc:2955] T 90b01007e8764eda9f50887eb7e7cfed P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:48.272683  4344 consensus_queue.cc:1048] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } 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:48.287232  4289 raft_consensus.cc:2955] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { promote: false } } }
I20260630 12:35:48.290431  3905 raft_consensus.cc:2955] T 39eb13d192144d3e9816a502a4018f49 P c96cdc6c98e94843b41121763a7b8854 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { promote: false } } }
I20260630 12:35:48.296733  3655 catalog_manager.cc:5697] T 90b01007e8764eda9f50887eb7e7cfed P 9ec4928733ef4f0aad3fb9f968d234e0 reported cstate change: config changed from index 3 to 4, VOTER 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2) evicted. New cstate: current_term: 1 leader_uuid: "c96cdc6c98e94843b41121763a7b8854" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 } attrs { promote: false } } }
I20260630 12:35:48.301445  3641 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 90b01007e8764eda9f50887eb7e7cfed with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:48.307777  3654 catalog_manager.cc:5697] T 39eb13d192144d3e9816a502a4018f49 P c96cdc6c98e94843b41121763a7b8854 reported cstate change: config changed from index 3 to 4, VOTER b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) evicted. New cstate: current_term: 2 leader_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { promote: false } } }
I20260630 12:35:48.307819  3829 raft_consensus.cc:2955] T 39eb13d192144d3e9816a502a4018f49 P 2cfa967891ba4eea84ce2d0759a9b243 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c96cdc6c98e94843b41121763a7b8854" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42837 } } peers { permanent_uuid: "9ec4928733ef4f0aad3fb9f968d234e0" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 42295 } } peers { permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 } attrs { promote: false } } }
I20260630 12:35:48.314430  3641 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 39eb13d192144d3e9816a502a4018f49 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:48.339354  3822 tablet_service.cc:1558] Processing DeleteTablet for tablet 90b01007e8764eda9f50887eb7e7cfed with delete_type TABLET_DATA_TOMBSTONED (TS 2cfa967891ba4eea84ce2d0759a9b243 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:39778
I20260630 12:35:48.343645  4048 tablet_service.cc:1558] Processing DeleteTablet for tablet 39eb13d192144d3e9816a502a4018f49 with delete_type TABLET_DATA_TOMBSTONED (TS b778e98084eb4f5b92c24d2ce46e25a8 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:36134
I20260630 12:35:48.344632  4360 tablet_replica.cc:333] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8: stopping tablet replica
I20260630 12:35:48.345582  4360 raft_consensus.cc:2243] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:48.346340  4360 raft_consensus.cc:2272] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:48.347416  4363 tablet_replica.cc:333] T 90b01007e8764eda9f50887eb7e7cfed P 2cfa967891ba4eea84ce2d0759a9b243: stopping tablet replica
I20260630 12:35:48.348403  4363 raft_consensus.cc:2243] T 90b01007e8764eda9f50887eb7e7cfed P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:48.349197  4363 raft_consensus.cc:2272] T 90b01007e8764eda9f50887eb7e7cfed P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:48.351944  4360 ts_tablet_manager.cc:1916] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:48.355054  4363 ts_tablet_manager.cc:1916] T 90b01007e8764eda9f50887eb7e7cfed P 2cfa967891ba4eea84ce2d0759a9b243: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:48.364329  4360 ts_tablet_manager.cc:1929] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.3
I20260630 12:35:48.364746  4360 log.cc:1199] T 39eb13d192144d3e9816a502a4018f49 P b778e98084eb4f5b92c24d2ce46e25a8: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-0/minicluster-data/ts-3-root/wals/39eb13d192144d3e9816a502a4018f49
I20260630 12:35:48.366242  3640 catalog_manager.cc:5028] TS b778e98084eb4f5b92c24d2ce46e25a8 (127.0.192.4:44131): tablet 39eb13d192144d3e9816a502a4018f49 (table range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]) successfully deleted
I20260630 12:35:48.367508  4363 ts_tablet_manager.cc:1929] T 90b01007e8764eda9f50887eb7e7cfed P 2cfa967891ba4eea84ce2d0759a9b243: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:48.367941  4363 log.cc:1199] T 90b01007e8764eda9f50887eb7e7cfed P 2cfa967891ba4eea84ce2d0759a9b243: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822852710831-768-0/minicluster-data/ts-1-root/wals/90b01007e8764eda9f50887eb7e7cfed
I20260630 12:35:48.369518  3642 catalog_manager.cc:5028] TS 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915): tablet 90b01007e8764eda9f50887eb7e7cfed (table range_aware_rebalance_new_range [id=9102ef5c03854831bbd6f51e6830a5f0]) successfully deleted
I20260630 12:35:48.523022  4057 raft_consensus.cc:1275] T badf6ce9ecda40f89b2bebcdd303cd24 P b778e98084eb4f5b92c24d2ce46e25a8 [term 2 FOLLOWER]: Refusing update from remote peer c96cdc6c98e94843b41121763a7b8854: 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:48.524363  4328 consensus_queue.cc:1048] T badf6ce9ecda40f89b2bebcdd303cd24 P c96cdc6c98e94843b41121763a7b8854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b778e98084eb4f5b92c24d2ce46e25a8" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44131 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:48.534834  3829 raft_consensus.cc:1275] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243 [term 2 FOLLOWER]: Refusing update from remote peer c96cdc6c98e94843b41121763a7b8854: 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:48.536340  4362 consensus_queue.cc:1048] T badf6ce9ecda40f89b2bebcdd303cd24 P c96cdc6c98e94843b41121763a7b8854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cfa967891ba4eea84ce2d0759a9b243" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:48.822389   768 tablet_server.cc:179] TabletServer@127.0.192.1:0 shutting down...
W20260630 12:35:48.830791  4023 consensus_peers.cc:597] T 30b80c2b4d424e4187e128ea0b3baf53 P b778e98084eb4f5b92c24d2ce46e25a8 -> Peer 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295): Couldn't send request to peer 9ec4928733ef4f0aad3fb9f968d234e0. 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:48.857986   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:48.858793   768 tablet_replica.cc:333] T 97c8bed859d0415590ad65e4de8249e5 P 9ec4928733ef4f0aad3fb9f968d234e0: stopping tablet replica
I20260630 12:35:48.859434   768 raft_consensus.cc:2243] T 97c8bed859d0415590ad65e4de8249e5 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:48.860038   768 raft_consensus.cc:2272] T 97c8bed859d0415590ad65e4de8249e5 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:48.862488   768 tablet_replica.cc:333] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0: stopping tablet replica
I20260630 12:35:48.863308   768 raft_consensus.cc:2243] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:35:48.864063   768 raft_consensus.cc:2272] T 39eb13d192144d3e9816a502a4018f49 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:48.866585   768 tablet_replica.cc:333] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0: stopping tablet replica
I20260630 12:35:48.867430   768 raft_consensus.cc:2243] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:48.867905   768 raft_consensus.cc:2272] T 74267df8fba44154825f71ec9c6623d3 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:48.870090   768 tablet_replica.cc:333] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0: stopping tablet replica
I20260630 12:35:48.870743   768 raft_consensus.cc:2243] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:48.871203   768 raft_consensus.cc:2272] T 30b80c2b4d424e4187e128ea0b3baf53 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 2 FOLLOWER]: Raft consensus is shut down!
W20260630 12:35:48.871949  3871 consensus_peers.cc:597] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 -> Peer 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295): Couldn't send request to peer 9ec4928733ef4f0aad3fb9f968d234e0. 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:48.873298   768 tablet_replica.cc:333] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0: stopping tablet replica
I20260630 12:35:48.873898   768 raft_consensus.cc:2243] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:48.874372   768 raft_consensus.cc:2272] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:48.876271   768 tablet_replica.cc:333] T 5c7e98507dd9435ea175bfcbe690a25d P 9ec4928733ef4f0aad3fb9f968d234e0: stopping tablet replica
I20260630 12:35:48.876777   768 raft_consensus.cc:2243] T 5c7e98507dd9435ea175bfcbe690a25d P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:48.877213   768 raft_consensus.cc:2272] T 5c7e98507dd9435ea175bfcbe690a25d P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:48.879405   768 tablet_replica.cc:333] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0: stopping tablet replica
I20260630 12:35:48.879943   768 raft_consensus.cc:2243] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:48.880823   768 raft_consensus.cc:2272] T 46b7958273a14331911a80463e2a375e P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:48.883052   768 tablet_replica.cc:333] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0: stopping tablet replica
I20260630 12:35:48.883569   768 raft_consensus.cc:2243] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:48.884250   768 raft_consensus.cc:2272] T fde674089882436bb30173d5a35a7fca P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:48.886291   768 tablet_replica.cc:333] T 90b01007e8764eda9f50887eb7e7cfed P 9ec4928733ef4f0aad3fb9f968d234e0: stopping tablet replica
I20260630 12:35:48.886814   768 raft_consensus.cc:2243] T 90b01007e8764eda9f50887eb7e7cfed P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:48.887288   768 raft_consensus.cc:2272] T 90b01007e8764eda9f50887eb7e7cfed P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:48.889823   768 tablet_replica.cc:333] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0: stopping tablet replica
I20260630 12:35:48.890506   768 raft_consensus.cc:2243] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 4 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:48.890934   768 raft_consensus.cc:2272] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 9ec4928733ef4f0aad3fb9f968d234e0 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:48.892948   768 tablet_replica.cc:333] T 188a2f9964744750b2be19ba6ebb0f8d P 9ec4928733ef4f0aad3fb9f968d234e0: stopping tablet replica
I20260630 12:35:48.893497   768 raft_consensus.cc:2243] T 188a2f9964744750b2be19ba6ebb0f8d P 9ec4928733ef4f0aad3fb9f968d234e0 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:48.893895   768 raft_consensus.cc:2272] T 188a2f9964744750b2be19ba6ebb0f8d P 9ec4928733ef4f0aad3fb9f968d234e0 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:48.895841   768 tablet_replica.cc:333] T 0834b8609bca4364baee09c2f1be8e99 P 9ec4928733ef4f0aad3fb9f968d234e0: stopping tablet replica
I20260630 12:35:48.896287   768 raft_consensus.cc:2243] T 0834b8609bca4364baee09c2f1be8e99 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:48.897032   768 raft_consensus.cc:2272] T 0834b8609bca4364baee09c2f1be8e99 P 9ec4928733ef4f0aad3fb9f968d234e0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:48.923370   768 tablet_server.cc:196] TabletServer@127.0.192.1:0 shutdown complete.
I20260630 12:35:48.952533   768 tablet_server.cc:179] TabletServer@127.0.192.2:0 shutting down...
W20260630 12:35:48.970033  3797 consensus_peers.cc:597] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 -> Peer 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295): Couldn't send request to peer 9ec4928733ef4f0aad3fb9f968d234e0. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:42295: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:48.985416   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:48.986284   768 tablet_replica.cc:333] T 39eb13d192144d3e9816a502a4018f49 P 2cfa967891ba4eea84ce2d0759a9b243: stopping tablet replica
I20260630 12:35:48.986925   768 raft_consensus.cc:2243] T 39eb13d192144d3e9816a502a4018f49 P 2cfa967891ba4eea84ce2d0759a9b243 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:48.987483   768 raft_consensus.cc:2272] T 39eb13d192144d3e9816a502a4018f49 P 2cfa967891ba4eea84ce2d0759a9b243 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:48.989708   768 tablet_replica.cc:333] T 74267df8fba44154825f71ec9c6623d3 P 2cfa967891ba4eea84ce2d0759a9b243: stopping tablet replica
I20260630 12:35:48.990302   768 raft_consensus.cc:2243] T 74267df8fba44154825f71ec9c6623d3 P 2cfa967891ba4eea84ce2d0759a9b243 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:48.990721   768 raft_consensus.cc:2272] T 74267df8fba44154825f71ec9c6623d3 P 2cfa967891ba4eea84ce2d0759a9b243 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:48.992705   768 tablet_replica.cc:333] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243: stopping tablet replica
I20260630 12:35:48.993263   768 raft_consensus.cc:2243] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:48.993732   768 raft_consensus.cc:2272] T 3e9874a5e1ce4bd0b4ea4acd42215639 P 2cfa967891ba4eea84ce2d0759a9b243 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:48.995566   768 tablet_replica.cc:333] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243: stopping tablet replica
I20260630 12:35:48.996280   768 raft_consensus.cc:2243] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 [term 4 LEADER]: Raft consensus shutting down.
I20260630 12:35:48.997001   768 raft_consensus.cc:2272] T 15ff61bdeeaf4b0aa58b817a8c83c21c P 2cfa967891ba4eea84ce2d0759a9b243 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:48.999459   768 tablet_replica.cc:333] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243: stopping tablet replica
I20260630 12:35:48.999972   768 raft_consensus.cc:2243] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:49.000479   768 raft_consensus.cc:2272] T badf6ce9ecda40f89b2bebcdd303cd24 P 2cfa967891ba4eea84ce2d0759a9b243 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.002856   768 tablet_replica.cc:333] T fde674089882436bb30173d5a35a7fca P 2cfa967891ba4eea84ce2d0759a9b243: stopping tablet replica
I20260630 12:35:49.003424   768 raft_consensus.cc:2243] T fde674089882436bb30173d5a35a7fca P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:49.003989   768 raft_consensus.cc:2272] T fde674089882436bb30173d5a35a7fca P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.005730   768 tablet_replica.cc:333] T 0834b8609bca4364baee09c2f1be8e99 P 2cfa967891ba4eea84ce2d0759a9b243: stopping tablet replica
I20260630 12:35:49.006313   768 raft_consensus.cc:2243] T 0834b8609bca4364baee09c2f1be8e99 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:49.006733   768 raft_consensus.cc:2272] T 0834b8609bca4364baee09c2f1be8e99 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.008527   768 tablet_replica.cc:333] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243: stopping tablet replica
I20260630 12:35:49.009136   768 raft_consensus.cc:2243] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:49.010003   768 raft_consensus.cc:2272] T 8f6ac50bc9ab4900ad725282798ce855 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.012295   768 tablet_replica.cc:333] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243: stopping tablet replica
I20260630 12:35:49.012948   768 raft_consensus.cc:2243] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243 [term 2 FOLLOWER]: Raft consensus shutting down.
W20260630 12:35:49.012960  4024 consensus_peers.cc:597] T 74267df8fba44154825f71ec9c6623d3 P b778e98084eb4f5b92c24d2ce46e25a8 -> Peer 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915): Couldn't send request to peer 2cfa967891ba4eea84ce2d0759a9b243. 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:49.013447   768 raft_consensus.cc:2272] T 188a2f9964744750b2be19ba6ebb0f8d P 2cfa967891ba4eea84ce2d0759a9b243 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.015434   768 tablet_replica.cc:333] T bb0920c225544e0a98a364caad0d61c3 P 2cfa967891ba4eea84ce2d0759a9b243: stopping tablet replica
I20260630 12:35:49.016075   768 raft_consensus.cc:2243] T bb0920c225544e0a98a364caad0d61c3 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:49.016520   768 raft_consensus.cc:2272] T bb0920c225544e0a98a364caad0d61c3 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.018855   768 tablet_replica.cc:333] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243: stopping tablet replica
I20260630 12:35:49.019520   768 raft_consensus.cc:2243] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 LEADER]: Raft consensus shutting down.
W20260630 12:35:49.019879  3872 consensus_peers.cc:597] T bb0920c225544e0a98a364caad0d61c3 P c96cdc6c98e94843b41121763a7b8854 -> Peer 2cfa967891ba4eea84ce2d0759a9b243 (127.0.192.2:43915): Couldn't send request to peer 2cfa967891ba4eea84ce2d0759a9b243. 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:49.020368   768 raft_consensus.cc:2272] T 5c7e98507dd9435ea175bfcbe690a25d P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.022898   768 tablet_replica.cc:333] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243: stopping tablet replica
I20260630 12:35:49.023408   768 raft_consensus.cc:2243] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:49.024358   768 raft_consensus.cc:2272] T 287de74d9fbd4843a82044e1d55ccb49 P 2cfa967891ba4eea84ce2d0759a9b243 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:35:49.026119  4023 consensus_peers.cc:597] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8 -> Peer 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295): Couldn't send request to peer 9ec4928733ef4f0aad3fb9f968d234e0. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:42295: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:35:49.045136  3871 consensus_peers.cc:597] T 188a2f9964744750b2be19ba6ebb0f8d P c96cdc6c98e94843b41121763a7b8854 -> Peer 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295): Couldn't send request to peer 9ec4928733ef4f0aad3fb9f968d234e0. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:42295: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:49.060153   768 tablet_server.cc:196] TabletServer@127.0.192.2:0 shutdown complete.
I20260630 12:35:49.085608   768 tablet_server.cc:179] TabletServer@127.0.192.3:0 shutting down...
W20260630 12:35:49.099345  4023 consensus_peers.cc:597] T 97c8bed859d0415590ad65e4de8249e5 P b778e98084eb4f5b92c24d2ce46e25a8 -> Peer 9ec4928733ef4f0aad3fb9f968d234e0 (127.0.192.1:42295): Couldn't send request to peer 9ec4928733ef4f0aad3fb9f968d234e0. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:42295: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:49.114764   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:49.115571   768 tablet_replica.cc:333] T 97c8bed859d0415590ad65e4de8249e5 P c96cdc6c98e94843b41121763a7b8854: stopping tablet replica
I20260630 12:35:49.116171   768 raft_consensus.cc:2243] T 97c8bed859d0415590ad65e4de8249e5 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:49.116652   768 raft_consensus.cc:2272] T 97c8bed859d0415590ad65e4de8249e5 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.118538   768 tablet_replica.cc:333] T 30b80c2b4d424e4187e128ea0b3baf53 P c96cdc6c98e94843b41121763a7b8854: stopping tablet replica
I20260630 12:35:49.119107   768 raft_consensus.cc:2243] T 30b80c2b4d424e4187e128ea0b3baf53 P c96cdc6c98e94843b41121763a7b8854 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:49.119527   768 raft_consensus.cc:2272] T 30b80c2b4d424e4187e128ea0b3baf53 P c96cdc6c98e94843b41121763a7b8854 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.121196   768 tablet_replica.cc:333] T 39eb13d192144d3e9816a502a4018f49 P c96cdc6c98e94843b41121763a7b8854: stopping tablet replica
I20260630 12:35:49.121829   768 raft_consensus.cc:2243] T 39eb13d192144d3e9816a502a4018f49 P c96cdc6c98e94843b41121763a7b8854 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:49.122354   768 raft_consensus.cc:2272] T 39eb13d192144d3e9816a502a4018f49 P c96cdc6c98e94843b41121763a7b8854 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.124627   768 tablet_replica.cc:333] T 188a2f9964744750b2be19ba6ebb0f8d P c96cdc6c98e94843b41121763a7b8854: stopping tablet replica
I20260630 12:35:49.125169   768 raft_consensus.cc:2243] T 188a2f9964744750b2be19ba6ebb0f8d P c96cdc6c98e94843b41121763a7b8854 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:35:49.125950   768 raft_consensus.cc:2272] T 188a2f9964744750b2be19ba6ebb0f8d P c96cdc6c98e94843b41121763a7b8854 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.127933   768 tablet_replica.cc:333] T 8f6ac50bc9ab4900ad725282798ce855 P c96cdc6c98e94843b41121763a7b8854: stopping tablet replica
I20260630 12:35:49.128525   768 raft_consensus.cc:2243] T 8f6ac50bc9ab4900ad725282798ce855 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:49.129118   768 raft_consensus.cc:2272] T 8f6ac50bc9ab4900ad725282798ce855 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.130980   768 tablet_replica.cc:333] T 0834b8609bca4364baee09c2f1be8e99 P c96cdc6c98e94843b41121763a7b8854: stopping tablet replica
I20260630 12:35:49.131525   768 raft_consensus.cc:2243] T 0834b8609bca4364baee09c2f1be8e99 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:49.131896   768 raft_consensus.cc:2272] T 0834b8609bca4364baee09c2f1be8e99 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.133688   768 tablet_replica.cc:333] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854: stopping tablet replica
I20260630 12:35:49.134147   768 raft_consensus.cc:2243] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:49.134884   768 raft_consensus.cc:2272] T 90b01007e8764eda9f50887eb7e7cfed P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.137305   768 tablet_replica.cc:333] T 5c7e98507dd9435ea175bfcbe690a25d P c96cdc6c98e94843b41121763a7b8854: stopping tablet replica
I20260630 12:35:49.137810   768 raft_consensus.cc:2243] T 5c7e98507dd9435ea175bfcbe690a25d P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:49.138331   768 raft_consensus.cc:2272] T 5c7e98507dd9435ea175bfcbe690a25d P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.139941   768 tablet_replica.cc:333] T 46b7958273a14331911a80463e2a375e P c96cdc6c98e94843b41121763a7b8854: stopping tablet replica
I20260630 12:35:49.140419   768 raft_consensus.cc:2243] T 46b7958273a14331911a80463e2a375e P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:49.140837   768 raft_consensus.cc:2272] T 46b7958273a14331911a80463e2a375e P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.142524   768 tablet_replica.cc:333] T bb0920c225544e0a98a364caad0d61c3 P c96cdc6c98e94843b41121763a7b8854: stopping tablet replica
I20260630 12:35:49.142948   768 raft_consensus.cc:2243] T bb0920c225544e0a98a364caad0d61c3 P c96cdc6c98e94843b41121763a7b8854 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:49.143631   768 raft_consensus.cc:2272] T bb0920c225544e0a98a364caad0d61c3 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.145331   768 tablet_replica.cc:333] T 287de74d9fbd4843a82044e1d55ccb49 P c96cdc6c98e94843b41121763a7b8854: stopping tablet replica
I20260630 12:35:49.145759   768 raft_consensus.cc:2243] T 287de74d9fbd4843a82044e1d55ccb49 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:49.146616   768 raft_consensus.cc:2272] T 287de74d9fbd4843a82044e1d55ccb49 P c96cdc6c98e94843b41121763a7b8854 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.148489   768 tablet_replica.cc:333] T badf6ce9ecda40f89b2bebcdd303cd24 P c96cdc6c98e94843b41121763a7b8854: stopping tablet replica
I20260630 12:35:49.148957   768 raft_consensus.cc:2243] T badf6ce9ecda40f89b2bebcdd303cd24 P c96cdc6c98e94843b41121763a7b8854 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:35:49.149659   768 raft_consensus.cc:2272] T badf6ce9ecda40f89b2bebcdd303cd24 P c96cdc6c98e94843b41121763a7b8854 [term 2 FOLLOWER]: Raft consensus is shut down!
W20260630 12:35:49.173053  4023 consensus_peers.cc:597] T 30b80c2b4d424e4187e128ea0b3baf53 P b778e98084eb4f5b92c24d2ce46e25a8 -> Peer c96cdc6c98e94843b41121763a7b8854 (127.0.192.3:42837): Couldn't send request to peer c96cdc6c98e94843b41121763a7b8854. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.3:42837: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:49.174769   768 tablet_server.cc:196] TabletServer@127.0.192.3:0 shutdown complete.
I20260630 12:35:49.198936   768 tablet_server.cc:179] TabletServer@127.0.192.4:0 shutting down...
I20260630 12:35:49.227205   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:49.228001   768 tablet_replica.cc:333] T 90b01007e8764eda9f50887eb7e7cfed P b778e98084eb4f5b92c24d2ce46e25a8: stopping tablet replica
I20260630 12:35:49.228716   768 raft_consensus.cc:2243] T 90b01007e8764eda9f50887eb7e7cfed P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:49.229305   768 raft_consensus.cc:2272] T 90b01007e8764eda9f50887eb7e7cfed P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.231393   768 tablet_replica.cc:333] T 15ff61bdeeaf4b0aa58b817a8c83c21c P b778e98084eb4f5b92c24d2ce46e25a8: stopping tablet replica
I20260630 12:35:49.231909   768 raft_consensus.cc:2243] T 15ff61bdeeaf4b0aa58b817a8c83c21c P b778e98084eb4f5b92c24d2ce46e25a8 [term 4 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:49.232273   768 raft_consensus.cc:2272] T 15ff61bdeeaf4b0aa58b817a8c83c21c P b778e98084eb4f5b92c24d2ce46e25a8 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.233855   768 tablet_replica.cc:333] T 8f6ac50bc9ab4900ad725282798ce855 P b778e98084eb4f5b92c24d2ce46e25a8: stopping tablet replica
I20260630 12:35:49.234400   768 raft_consensus.cc:2243] T 8f6ac50bc9ab4900ad725282798ce855 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:49.234781   768 raft_consensus.cc:2272] T 8f6ac50bc9ab4900ad725282798ce855 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.236403   768 tablet_replica.cc:333] T 46b7958273a14331911a80463e2a375e P b778e98084eb4f5b92c24d2ce46e25a8: stopping tablet replica
I20260630 12:35:49.236866   768 raft_consensus.cc:2243] T 46b7958273a14331911a80463e2a375e P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:49.237282   768 raft_consensus.cc:2272] T 46b7958273a14331911a80463e2a375e P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.238862   768 tablet_replica.cc:333] T 97c8bed859d0415590ad65e4de8249e5 P b778e98084eb4f5b92c24d2ce46e25a8: stopping tablet replica
I20260630 12:35:49.239341   768 raft_consensus.cc:2243] T 97c8bed859d0415590ad65e4de8249e5 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:49.239991   768 raft_consensus.cc:2272] T 97c8bed859d0415590ad65e4de8249e5 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.241508   768 tablet_replica.cc:333] T 30b80c2b4d424e4187e128ea0b3baf53 P b778e98084eb4f5b92c24d2ce46e25a8: stopping tablet replica
I20260630 12:35:49.241941   768 raft_consensus.cc:2243] T 30b80c2b4d424e4187e128ea0b3baf53 P b778e98084eb4f5b92c24d2ce46e25a8 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:35:49.242628   768 raft_consensus.cc:2272] T 30b80c2b4d424e4187e128ea0b3baf53 P b778e98084eb4f5b92c24d2ce46e25a8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.244230   768 tablet_replica.cc:333] T 74267df8fba44154825f71ec9c6623d3 P b778e98084eb4f5b92c24d2ce46e25a8: stopping tablet replica
I20260630 12:35:49.244673   768 raft_consensus.cc:2243] T 74267df8fba44154825f71ec9c6623d3 P b778e98084eb4f5b92c24d2ce46e25a8 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:35:49.245273   768 raft_consensus.cc:2272] T 74267df8fba44154825f71ec9c6623d3 P b778e98084eb4f5b92c24d2ce46e25a8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.246935   768 tablet_replica.cc:333] T fde674089882436bb30173d5a35a7fca P b778e98084eb4f5b92c24d2ce46e25a8: stopping tablet replica
I20260630 12:35:49.247398   768 raft_consensus.cc:2243] T fde674089882436bb30173d5a35a7fca P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:49.247812   768 raft_consensus.cc:2272] T fde674089882436bb30173d5a35a7fca P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.249361   768 tablet_replica.cc:333] T badf6ce9ecda40f89b2bebcdd303cd24 P b778e98084eb4f5b92c24d2ce46e25a8: stopping tablet replica
I20260630 12:35:49.249814   768 raft_consensus.cc:2243] T badf6ce9ecda40f89b2bebcdd303cd24 P b778e98084eb4f5b92c24d2ce46e25a8 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:49.250157   768 raft_consensus.cc:2272] T badf6ce9ecda40f89b2bebcdd303cd24 P b778e98084eb4f5b92c24d2ce46e25a8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.252218   768 tablet_replica.cc:333] T 287de74d9fbd4843a82044e1d55ccb49 P b778e98084eb4f5b92c24d2ce46e25a8: stopping tablet replica
I20260630 12:35:49.252874   768 raft_consensus.cc:2243] T 287de74d9fbd4843a82044e1d55ccb49 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:49.253459   768 raft_consensus.cc:2272] T 287de74d9fbd4843a82044e1d55ccb49 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.255236   768 tablet_replica.cc:333] T bb0920c225544e0a98a364caad0d61c3 P b778e98084eb4f5b92c24d2ce46e25a8: stopping tablet replica
I20260630 12:35:49.255685   768 raft_consensus.cc:2243] T bb0920c225544e0a98a364caad0d61c3 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:49.256067   768 raft_consensus.cc:2272] T bb0920c225544e0a98a364caad0d61c3 P b778e98084eb4f5b92c24d2ce46e25a8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.257737   768 tablet_replica.cc:333] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8: stopping tablet replica
I20260630 12:35:49.258241   768 raft_consensus.cc:2243] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8 [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:35:49.258911   768 raft_consensus.cc:2272] T 3e9874a5e1ce4bd0b4ea4acd42215639 P b778e98084eb4f5b92c24d2ce46e25a8 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.289726   768 tablet_server.cc:196] TabletServer@127.0.192.4:0 shutdown complete.
I20260630 12:35:49.313512   768 master.cc:562] Master@127.0.192.62:44717 shutting down...
I20260630 12:35:49.332773   768 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 4740b8ebd5ef425b8060d6009e182215 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:49.333292   768 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 4740b8ebd5ef425b8060d6009e182215 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.333576   768 tablet_replica.cc:333] T 00000000000000000000000000000000 P 4740b8ebd5ef425b8060d6009e182215: stopping tablet replica
I20260630 12:35:49.354019   768 master.cc:584] Master@127.0.192.62:44717 shutdown complete.
[       OK ] AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas (11706 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne
I20260630 12:35:49.407375   768 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.192.62:34873
I20260630 12:35:49.408486   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:49.414077  4375 instance_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:49.415225  4376 instance_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:49.417131  4378 instance_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:49.419222   768 server_base.cc:1061] running on GCE node
I20260630 12:35:49.420255   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:49.420440   768 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:49.420643   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822949420608 us; error 0 us; skew 500 ppm
I20260630 12:35:49.421145   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:49.423741   768 webserver.cc:533] Webserver started at http://127.0.192.62:46245/ using document root <none> and password file <none>
I20260630 12:35:49.424263   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:49.424463   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:49.424758   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:49.426470   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822852710831-768-0/minicluster-data/master-0-root/instance:
uuid: "c9f171e9951e4145af50c427bf1140da"
format_stamp: "Formatted at 2026-06-30 12:35:49 on dist-test-slave-n0zz"
I20260630 12:35:49.431111   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260630 12:35:49.434643  4383 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:49.435518   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.002s
I20260630 12:35:49.435851   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822852710831-768-0/minicluster-data/master-0-root
uuid: "c9f171e9951e4145af50c427bf1140da"
format_stamp: "Formatted at 2026-06-30 12:35:49 on dist-test-slave-n0zz"
I20260630 12:35:49.436187   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822852710831-768-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822852710831-768-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822852710831-768-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:49.447614   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:49.448814   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:49.487247   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.62:34873
I20260630 12:35:49.487342  4434 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.62:34873 every 8 connection(s)
I20260630 12:35:49.491449  4435 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:49.501761  4435 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c9f171e9951e4145af50c427bf1140da: Bootstrap starting.
I20260630 12:35:49.506420  4435 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c9f171e9951e4145af50c427bf1140da: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:49.510677  4435 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c9f171e9951e4145af50c427bf1140da: No bootstrap required, opened a new log
I20260630 12:35:49.512727  4435 raft_consensus.cc:359] T 00000000000000000000000000000000 P c9f171e9951e4145af50c427bf1140da [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c9f171e9951e4145af50c427bf1140da" member_type: VOTER }
I20260630 12:35:49.513137  4435 raft_consensus.cc:385] T 00000000000000000000000000000000 P c9f171e9951e4145af50c427bf1140da [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:49.513381  4435 raft_consensus.cc:740] T 00000000000000000000000000000000 P c9f171e9951e4145af50c427bf1140da [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c9f171e9951e4145af50c427bf1140da, State: Initialized, Role: FOLLOWER
I20260630 12:35:49.513944  4435 consensus_queue.cc:260] T 00000000000000000000000000000000 P c9f171e9951e4145af50c427bf1140da [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "c9f171e9951e4145af50c427bf1140da" member_type: VOTER }
I20260630 12:35:49.514430  4435 raft_consensus.cc:399] T 00000000000000000000000000000000 P c9f171e9951e4145af50c427bf1140da [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:35:49.514631  4435 raft_consensus.cc:493] T 00000000000000000000000000000000 P c9f171e9951e4145af50c427bf1140da [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:35:49.514932  4435 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c9f171e9951e4145af50c427bf1140da [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:49.519315  4435 raft_consensus.cc:515] T 00000000000000000000000000000000 P c9f171e9951e4145af50c427bf1140da [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c9f171e9951e4145af50c427bf1140da" member_type: VOTER }
I20260630 12:35:49.519825  4435 leader_election.cc:304] T 00000000000000000000000000000000 P c9f171e9951e4145af50c427bf1140da [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: c9f171e9951e4145af50c427bf1140da; no voters: 
I20260630 12:35:49.521021  4435 leader_election.cc:290] T 00000000000000000000000000000000 P c9f171e9951e4145af50c427bf1140da [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:35:49.521385  4438 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c9f171e9951e4145af50c427bf1140da [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:49.522837  4438 raft_consensus.cc:697] T 00000000000000000000000000000000 P c9f171e9951e4145af50c427bf1140da [term 1 LEADER]: Becoming Leader. State: Replica: c9f171e9951e4145af50c427bf1140da, State: Running, Role: LEADER
I20260630 12:35:49.523454  4438 consensus_queue.cc:237] T 00000000000000000000000000000000 P c9f171e9951e4145af50c427bf1140da [LEADER]: Queue going to LEADER mode. State: All 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: "c9f171e9951e4145af50c427bf1140da" member_type: VOTER }
I20260630 12:35:49.524000  4435 sys_catalog.cc:565] T 00000000000000000000000000000000 P c9f171e9951e4145af50c427bf1140da [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:35:49.528613  4439 sys_catalog.cc:455] T 00000000000000000000000000000000 P c9f171e9951e4145af50c427bf1140da [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "c9f171e9951e4145af50c427bf1140da" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c9f171e9951e4145af50c427bf1140da" member_type: VOTER } }
I20260630 12:35:49.528833  4440 sys_catalog.cc:455] T 00000000000000000000000000000000 P c9f171e9951e4145af50c427bf1140da [sys.catalog]: SysCatalogTable state changed. Reason: New leader c9f171e9951e4145af50c427bf1140da. Latest consensus state: current_term: 1 leader_uuid: "c9f171e9951e4145af50c427bf1140da" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c9f171e9951e4145af50c427bf1140da" member_type: VOTER } }
I20260630 12:35:49.529441  4439 sys_catalog.cc:458] T 00000000000000000000000000000000 P c9f171e9951e4145af50c427bf1140da [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:49.529662  4440 sys_catalog.cc:458] T 00000000000000000000000000000000 P c9f171e9951e4145af50c427bf1140da [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:49.533864  4445 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:35:49.539461  4445 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:35:49.541499   768 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:35:49.548460  4445 catalog_manager.cc:1383] Generated new cluster ID: 997bb16c6fb44e6ab02ed6aa36b65897
I20260630 12:35:49.548791  4445 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:35:49.576009  4445 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:35:49.577350  4445 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:35:49.592120  4445 catalog_manager.cc:6070] T 00000000000000000000000000000000 P c9f171e9951e4145af50c427bf1140da: Generated new TSK 0
I20260630 12:35:49.592772  4445 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:35:49.607820   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:49.613694  4456 instance_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:49.614959  4457 instance_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:49.616420  4459 instance_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:49.616969   768 server_base.cc:1061] running on GCE node
I20260630 12:35:49.617836   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:49.618016   768 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:49.618255   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822949618235 us; error 0 us; skew 500 ppm
I20260630 12:35:49.618779   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:49.621155   768 webserver.cc:533] Webserver started at http://127.0.192.1:43891/ using document root <none> and password file <none>
I20260630 12:35:49.621654   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:49.621856   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:49.622136   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:49.623310   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822852710831-768-0/minicluster-data/ts-0-root/instance:
uuid: "cdb858811156438d8c9421871a90e8f1"
format_stamp: "Formatted at 2026-06-30 12:35:49 on dist-test-slave-n0zz"
I20260630 12:35:49.627969   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:35:49.631549  4464 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:49.632445   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:35:49.632715   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822852710831-768-0/minicluster-data/ts-0-root
uuid: "cdb858811156438d8c9421871a90e8f1"
format_stamp: "Formatted at 2026-06-30 12:35:49 on dist-test-slave-n0zz"
I20260630 12:35:49.632954   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822852710831-768-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822852710831-768-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822852710831-768-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:49.643452   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:49.644595   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:49.645982   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:49.648420   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:49.648626   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:49.648810   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:49.648947   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:49.690037   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.1:45795
I20260630 12:35:49.690137  4526 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.1:45795 every 8 connection(s)
I20260630 12:35:49.695421   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:49.702431  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:49.704716  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:49.705926  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:49.707365   768 server_base.cc:1061] running on GCE node
I20260630 12:35:49.708201   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:49.708436   768 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:49.708639   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822949708614 us; error 0 us; skew 500 ppm
I20260630 12:35:49.709116   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:49.711684   768 webserver.cc:533] Webserver started at http://127.0.192.2:33439/ using document root <none> and password file <none>
I20260630 12:35:49.712291   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:49.712563   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:49.712888   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:49.713832  4527 heartbeater.cc:344] Connected to a master server at 127.0.192.62:34873
I20260630 12:35:49.714064   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822852710831-768-0/minicluster-data/ts-1-root/instance:
uuid: "fdcc60e7e7f248f888a5106cc347f2f5"
format_stamp: "Formatted at 2026-06-30 12:35:49 on dist-test-slave-n0zz"
I20260630 12:35:49.714248  4527 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:49.715027  4527 heartbeater.cc:507] Master 127.0.192.62:34873 requested a full tablet report, sending...
I20260630 12:35:49.717141  4400 ts_manager.cc:194] Registered new tserver with Master: cdb858811156438d8c9421871a90e8f1 (127.0.192.1:45795)
I20260630 12:35:49.719259   768 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:35:49.719462  4400 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46002
I20260630 12:35:49.723187  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:49.723984   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.004s	sys 0.000s
I20260630 12:35:49.724385   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822852710831-768-0/minicluster-data/ts-1-root
uuid: "fdcc60e7e7f248f888a5106cc347f2f5"
format_stamp: "Formatted at 2026-06-30 12:35:49 on dist-test-slave-n0zz"
I20260630 12:35:49.724663   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822852710831-768-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822852710831-768-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822852710831-768-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:49.744673   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:49.745863   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:49.747440   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:49.750560   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:49.750768   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:49.751216   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:49.751479   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:49.792157   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.2:35905
I20260630 12:35:49.792285  4601 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.2:35905 every 8 connection(s)
I20260630 12:35:49.796943   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:49.804251  4605 instance_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:49.806146  4606 instance_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:49.807716   768 server_base.cc:1061] running on GCE node
W20260630 12:35:49.808315  4608 instance_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:49.809379   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:49.809613   768 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:49.809837   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822949809817 us; error 0 us; skew 500 ppm
I20260630 12:35:49.810508   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:49.810515  4602 heartbeater.cc:344] Connected to a master server at 127.0.192.62:34873
I20260630 12:35:49.811038  4602 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:49.812071  4602 heartbeater.cc:507] Master 127.0.192.62:34873 requested a full tablet report, sending...
I20260630 12:35:49.813593   768 webserver.cc:533] Webserver started at http://127.0.192.3:35337/ using document root <none> and password file <none>
I20260630 12:35:49.814309   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:49.814505   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:49.814610  4400 ts_manager.cc:194] Registered new tserver with Master: fdcc60e7e7f248f888a5106cc347f2f5 (127.0.192.2:35905)
I20260630 12:35:49.814795   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:49.815932   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822852710831-768-0/minicluster-data/ts-2-root/instance:
uuid: "31b0b9e29e21410ebbdb948f7928baf4"
format_stamp: "Formatted at 2026-06-30 12:35:49 on dist-test-slave-n0zz"
I20260630 12:35:49.816051  4400 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46016
I20260630 12:35:49.820729   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:35:49.824345  4613 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:49.825353   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:35:49.825693   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822852710831-768-0/minicluster-data/ts-2-root
uuid: "31b0b9e29e21410ebbdb948f7928baf4"
format_stamp: "Formatted at 2026-06-30 12:35:49 on dist-test-slave-n0zz"
I20260630 12:35:49.825996   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822852710831-768-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822852710831-768-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822852710831-768-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:49.836575   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:49.837736   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:49.839360   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:49.841706   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:49.841961   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:49.842281   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:49.842464   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:49.883965   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.3:41093
I20260630 12:35:49.884097  4675 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.3:41093 every 8 connection(s)
I20260630 12:35:49.889310   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:49.897058  4679 instance_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:49.898474  4680 instance_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:49.901755  4682 instance_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:49.903102   768 server_base.cc:1061] running on GCE node
I20260630 12:35:49.904031  4676 heartbeater.cc:344] Connected to a master server at 127.0.192.62:34873
I20260630 12:35:49.904165   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:35:49.904487  4676 heartbeater.cc:461] Registering TS with master...
W20260630 12:35:49.904495   768 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:49.905018   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822949904993 us; error 0 us; skew 500 ppm
I20260630 12:35:49.905521  4676 heartbeater.cc:507] Master 127.0.192.62:34873 requested a full tablet report, sending...
I20260630 12:35:49.905609   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:49.908166  4400 ts_manager.cc:194] Registered new tserver with Master: 31b0b9e29e21410ebbdb948f7928baf4 (127.0.192.3:41093)
I20260630 12:35:49.910298   768 webserver.cc:533] Webserver started at http://127.0.192.4:37487/ using document root <none> and password file <none>
I20260630 12:35:49.910362  4400 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46026
I20260630 12:35:49.911435   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:49.911762   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:49.912134   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:49.913885   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822852710831-768-0/minicluster-data/ts-3-root/instance:
uuid: "8e0d0787a5a84e389b6b0d7549f377ba"
format_stamp: "Formatted at 2026-06-30 12:35:49 on dist-test-slave-n0zz"
I20260630 12:35:49.919569   768 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:35:49.923098  4687 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:49.924050   768 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:35:49.924389   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822852710831-768-0/minicluster-data/ts-3-root
uuid: "8e0d0787a5a84e389b6b0d7549f377ba"
format_stamp: "Formatted at 2026-06-30 12:35:49 on dist-test-slave-n0zz"
I20260630 12:35:49.924701   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822852710831-768-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822852710831-768-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822852710831-768-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:49.947407   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:49.948623   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:49.949904   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:49.952307   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:49.952559   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:49.952814   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:49.952991   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:49.993026   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.4:46673
I20260630 12:35:49.993147  4749 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.4:46673 every 8 connection(s)
I20260630 12:35:50.008962  4750 heartbeater.cc:344] Connected to a master server at 127.0.192.62:34873
I20260630 12:35:50.009465  4750 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:50.010583  4750 heartbeater.cc:507] Master 127.0.192.62:34873 requested a full tablet report, sending...
I20260630 12:35:50.012899  4400 ts_manager.cc:194] Registered new tserver with Master: 8e0d0787a5a84e389b6b0d7549f377ba (127.0.192.4:46673)
I20260630 12:35:50.013409   768 internal_mini_cluster.cc:371] 4 TS(s) registered with all masters after 0.017156554s
I20260630 12:35:50.015004  4400 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46034
I20260630 12:35:50.574030  4400 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:46054:
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:50.621728  4641 tablet_service.cc:1511] Processing CreateTablet for tablet c6510faf9a364fe788541485110ef16a (DEFAULT_TABLE table=test-workload [id=3af74bafa4ae40358e89567d8f2f2de7]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:35:50.621757  4567 tablet_service.cc:1511] Processing CreateTablet for tablet c6510faf9a364fe788541485110ef16a (DEFAULT_TABLE table=test-workload [id=3af74bafa4ae40358e89567d8f2f2de7]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:35:50.623131  4641 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c6510faf9a364fe788541485110ef16a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:50.623297  4567 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c6510faf9a364fe788541485110ef16a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:50.632727  4492 tablet_service.cc:1511] Processing CreateTablet for tablet c6510faf9a364fe788541485110ef16a (DEFAULT_TABLE table=test-workload [id=3af74bafa4ae40358e89567d8f2f2de7]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:35:50.634131  4492 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c6510faf9a364fe788541485110ef16a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:50.643918  4771 tablet_bootstrap.cc:492] T c6510faf9a364fe788541485110ef16a P fdcc60e7e7f248f888a5106cc347f2f5: Bootstrap starting.
I20260630 12:35:50.644908  4770 tablet_bootstrap.cc:492] T c6510faf9a364fe788541485110ef16a P 31b0b9e29e21410ebbdb948f7928baf4: Bootstrap starting.
I20260630 12:35:50.650617  4772 tablet_bootstrap.cc:492] T c6510faf9a364fe788541485110ef16a P cdb858811156438d8c9421871a90e8f1: Bootstrap starting.
I20260630 12:35:50.651477  4770 tablet_bootstrap.cc:654] T c6510faf9a364fe788541485110ef16a P 31b0b9e29e21410ebbdb948f7928baf4: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:50.653995  4771 tablet_bootstrap.cc:654] T c6510faf9a364fe788541485110ef16a P fdcc60e7e7f248f888a5106cc347f2f5: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:50.656028  4770 tablet_bootstrap.cc:492] T c6510faf9a364fe788541485110ef16a P 31b0b9e29e21410ebbdb948f7928baf4: No bootstrap required, opened a new log
I20260630 12:35:50.656498  4770 ts_tablet_manager.cc:1403] T c6510faf9a364fe788541485110ef16a P 31b0b9e29e21410ebbdb948f7928baf4: Time spent bootstrapping tablet: real 0.012s	user 0.005s	sys 0.004s
I20260630 12:35:50.657743  4772 tablet_bootstrap.cc:654] T c6510faf9a364fe788541485110ef16a P cdb858811156438d8c9421871a90e8f1: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:50.659183  4770 raft_consensus.cc:359] T c6510faf9a364fe788541485110ef16a P 31b0b9e29e21410ebbdb948f7928baf4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fdcc60e7e7f248f888a5106cc347f2f5" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 35905 } } peers { permanent_uuid: "31b0b9e29e21410ebbdb948f7928baf4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41093 } } peers { permanent_uuid: "cdb858811156438d8c9421871a90e8f1" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45795 } }
I20260630 12:35:50.659962  4770 raft_consensus.cc:385] T c6510faf9a364fe788541485110ef16a P 31b0b9e29e21410ebbdb948f7928baf4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:50.660284  4770 raft_consensus.cc:740] T c6510faf9a364fe788541485110ef16a P 31b0b9e29e21410ebbdb948f7928baf4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 31b0b9e29e21410ebbdb948f7928baf4, State: Initialized, Role: FOLLOWER
I20260630 12:35:50.661389  4771 tablet_bootstrap.cc:492] T c6510faf9a364fe788541485110ef16a P fdcc60e7e7f248f888a5106cc347f2f5: No bootstrap required, opened a new log
I20260630 12:35:50.661190  4770 consensus_queue.cc:260] T c6510faf9a364fe788541485110ef16a P 31b0b9e29e21410ebbdb948f7928baf4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fdcc60e7e7f248f888a5106cc347f2f5" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 35905 } } peers { permanent_uuid: "31b0b9e29e21410ebbdb948f7928baf4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41093 } } peers { permanent_uuid: "cdb858811156438d8c9421871a90e8f1" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45795 } }
I20260630 12:35:50.662166  4771 ts_tablet_manager.cc:1403] T c6510faf9a364fe788541485110ef16a P fdcc60e7e7f248f888a5106cc347f2f5: Time spent bootstrapping tablet: real 0.019s	user 0.011s	sys 0.000s
I20260630 12:35:50.664239  4676 heartbeater.cc:499] Master 127.0.192.62:34873 was elected leader, sending a full tablet report...
I20260630 12:35:50.664880  4770 ts_tablet_manager.cc:1434] T c6510faf9a364fe788541485110ef16a P 31b0b9e29e21410ebbdb948f7928baf4: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.001s
I20260630 12:35:50.666667  4771 raft_consensus.cc:359] T c6510faf9a364fe788541485110ef16a P fdcc60e7e7f248f888a5106cc347f2f5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fdcc60e7e7f248f888a5106cc347f2f5" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 35905 } } peers { permanent_uuid: "31b0b9e29e21410ebbdb948f7928baf4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41093 } } peers { permanent_uuid: "cdb858811156438d8c9421871a90e8f1" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45795 } }
I20260630 12:35:50.667488  4771 raft_consensus.cc:385] T c6510faf9a364fe788541485110ef16a P fdcc60e7e7f248f888a5106cc347f2f5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:50.667753  4771 raft_consensus.cc:740] T c6510faf9a364fe788541485110ef16a P fdcc60e7e7f248f888a5106cc347f2f5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fdcc60e7e7f248f888a5106cc347f2f5, State: Initialized, Role: FOLLOWER
I20260630 12:35:50.668499  4771 consensus_queue.cc:260] T c6510faf9a364fe788541485110ef16a P fdcc60e7e7f248f888a5106cc347f2f5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fdcc60e7e7f248f888a5106cc347f2f5" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 35905 } } peers { permanent_uuid: "31b0b9e29e21410ebbdb948f7928baf4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41093 } } peers { permanent_uuid: "cdb858811156438d8c9421871a90e8f1" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45795 } }
I20260630 12:35:50.668845  4772 tablet_bootstrap.cc:492] T c6510faf9a364fe788541485110ef16a P cdb858811156438d8c9421871a90e8f1: No bootstrap required, opened a new log
I20260630 12:35:50.669528  4772 ts_tablet_manager.cc:1403] T c6510faf9a364fe788541485110ef16a P cdb858811156438d8c9421871a90e8f1: Time spent bootstrapping tablet: real 0.019s	user 0.009s	sys 0.009s
I20260630 12:35:50.672770  4772 raft_consensus.cc:359] T c6510faf9a364fe788541485110ef16a P cdb858811156438d8c9421871a90e8f1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fdcc60e7e7f248f888a5106cc347f2f5" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 35905 } } peers { permanent_uuid: "31b0b9e29e21410ebbdb948f7928baf4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41093 } } peers { permanent_uuid: "cdb858811156438d8c9421871a90e8f1" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45795 } }
I20260630 12:35:50.673581  4772 raft_consensus.cc:385] T c6510faf9a364fe788541485110ef16a P cdb858811156438d8c9421871a90e8f1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:50.673938  4772 raft_consensus.cc:740] T c6510faf9a364fe788541485110ef16a P cdb858811156438d8c9421871a90e8f1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cdb858811156438d8c9421871a90e8f1, State: Initialized, Role: FOLLOWER
I20260630 12:35:50.674896  4772 consensus_queue.cc:260] T c6510faf9a364fe788541485110ef16a P cdb858811156438d8c9421871a90e8f1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fdcc60e7e7f248f888a5106cc347f2f5" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 35905 } } peers { permanent_uuid: "31b0b9e29e21410ebbdb948f7928baf4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41093 } } peers { permanent_uuid: "cdb858811156438d8c9421871a90e8f1" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45795 } }
I20260630 12:35:50.676668  4602 heartbeater.cc:499] Master 127.0.192.62:34873 was elected leader, sending a full tablet report...
I20260630 12:35:50.677089  4771 ts_tablet_manager.cc:1434] T c6510faf9a364fe788541485110ef16a P fdcc60e7e7f248f888a5106cc347f2f5: Time spent starting tablet: real 0.014s	user 0.005s	sys 0.008s
I20260630 12:35:50.680687  4527 heartbeater.cc:499] Master 127.0.192.62:34873 was elected leader, sending a full tablet report...
I20260630 12:35:50.681344  4772 ts_tablet_manager.cc:1434] T c6510faf9a364fe788541485110ef16a P cdb858811156438d8c9421871a90e8f1: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.003s
I20260630 12:35:50.757275  4778 raft_consensus.cc:493] T c6510faf9a364fe788541485110ef16a P cdb858811156438d8c9421871a90e8f1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:50.757794  4778 raft_consensus.cc:515] T c6510faf9a364fe788541485110ef16a P cdb858811156438d8c9421871a90e8f1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fdcc60e7e7f248f888a5106cc347f2f5" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 35905 } } peers { permanent_uuid: "31b0b9e29e21410ebbdb948f7928baf4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41093 } } peers { permanent_uuid: "cdb858811156438d8c9421871a90e8f1" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45795 } }
I20260630 12:35:50.759950  4778 leader_election.cc:290] T c6510faf9a364fe788541485110ef16a P cdb858811156438d8c9421871a90e8f1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers fdcc60e7e7f248f888a5106cc347f2f5 (127.0.192.2:35905), 31b0b9e29e21410ebbdb948f7928baf4 (127.0.192.3:41093)
I20260630 12:35:50.773188  4577 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c6510faf9a364fe788541485110ef16a" candidate_uuid: "cdb858811156438d8c9421871a90e8f1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fdcc60e7e7f248f888a5106cc347f2f5" is_pre_election: true
I20260630 12:35:50.773371  4651 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c6510faf9a364fe788541485110ef16a" candidate_uuid: "cdb858811156438d8c9421871a90e8f1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "31b0b9e29e21410ebbdb948f7928baf4" is_pre_election: true
I20260630 12:35:50.774338  4651 raft_consensus.cc:2468] T c6510faf9a364fe788541485110ef16a P 31b0b9e29e21410ebbdb948f7928baf4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cdb858811156438d8c9421871a90e8f1 in term 0.
I20260630 12:35:50.774338  4577 raft_consensus.cc:2468] T c6510faf9a364fe788541485110ef16a P fdcc60e7e7f248f888a5106cc347f2f5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cdb858811156438d8c9421871a90e8f1 in term 0.
I20260630 12:35:50.775856  4465 leader_election.cc:304] T c6510faf9a364fe788541485110ef16a P cdb858811156438d8c9421871a90e8f1 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 31b0b9e29e21410ebbdb948f7928baf4, cdb858811156438d8c9421871a90e8f1; no voters: 
I20260630 12:35:50.776583  4778 raft_consensus.cc:2804] T c6510faf9a364fe788541485110ef16a P cdb858811156438d8c9421871a90e8f1 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:50.776934  4778 raft_consensus.cc:493] T c6510faf9a364fe788541485110ef16a P cdb858811156438d8c9421871a90e8f1 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:50.777168  4778 raft_consensus.cc:3060] T c6510faf9a364fe788541485110ef16a P cdb858811156438d8c9421871a90e8f1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:50.782009  4778 raft_consensus.cc:515] T c6510faf9a364fe788541485110ef16a P cdb858811156438d8c9421871a90e8f1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fdcc60e7e7f248f888a5106cc347f2f5" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 35905 } } peers { permanent_uuid: "31b0b9e29e21410ebbdb948f7928baf4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41093 } } peers { permanent_uuid: "cdb858811156438d8c9421871a90e8f1" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45795 } }
I20260630 12:35:50.783828  4778 leader_election.cc:290] T c6510faf9a364fe788541485110ef16a P cdb858811156438d8c9421871a90e8f1 [CANDIDATE]: Term 1 election: Requested vote from peers fdcc60e7e7f248f888a5106cc347f2f5 (127.0.192.2:35905), 31b0b9e29e21410ebbdb948f7928baf4 (127.0.192.3:41093)
I20260630 12:35:50.784823  4651 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c6510faf9a364fe788541485110ef16a" candidate_uuid: "cdb858811156438d8c9421871a90e8f1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "31b0b9e29e21410ebbdb948f7928baf4"
I20260630 12:35:50.784823  4577 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c6510faf9a364fe788541485110ef16a" candidate_uuid: "cdb858811156438d8c9421871a90e8f1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fdcc60e7e7f248f888a5106cc347f2f5"
I20260630 12:35:50.785666  4651 raft_consensus.cc:3060] T c6510faf9a364fe788541485110ef16a P 31b0b9e29e21410ebbdb948f7928baf4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:50.785748  4577 raft_consensus.cc:3060] T c6510faf9a364fe788541485110ef16a P fdcc60e7e7f248f888a5106cc347f2f5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:50.791132  4651 raft_consensus.cc:2468] T c6510faf9a364fe788541485110ef16a P 31b0b9e29e21410ebbdb948f7928baf4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cdb858811156438d8c9421871a90e8f1 in term 1.
I20260630 12:35:50.791137  4577 raft_consensus.cc:2468] T c6510faf9a364fe788541485110ef16a P fdcc60e7e7f248f888a5106cc347f2f5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cdb858811156438d8c9421871a90e8f1 in term 1.
I20260630 12:35:50.792380  4467 leader_election.cc:304] T c6510faf9a364fe788541485110ef16a P cdb858811156438d8c9421871a90e8f1 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: cdb858811156438d8c9421871a90e8f1, fdcc60e7e7f248f888a5106cc347f2f5; no voters: 
I20260630 12:35:50.793143  4778 raft_consensus.cc:2804] T c6510faf9a364fe788541485110ef16a P cdb858811156438d8c9421871a90e8f1 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:50.794468  4778 raft_consensus.cc:697] T c6510faf9a364fe788541485110ef16a P cdb858811156438d8c9421871a90e8f1 [term 1 LEADER]: Becoming Leader. State: Replica: cdb858811156438d8c9421871a90e8f1, State: Running, Role: LEADER
I20260630 12:35:50.795135  4778 consensus_queue.cc:237] T c6510faf9a364fe788541485110ef16a P cdb858811156438d8c9421871a90e8f1 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fdcc60e7e7f248f888a5106cc347f2f5" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 35905 } } peers { permanent_uuid: "31b0b9e29e21410ebbdb948f7928baf4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41093 } } peers { permanent_uuid: "cdb858811156438d8c9421871a90e8f1" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45795 } }
I20260630 12:35:50.803416  4399 catalog_manager.cc:5697] T c6510faf9a364fe788541485110ef16a P cdb858811156438d8c9421871a90e8f1 reported cstate change: term changed from 0 to 1, leader changed from <none> to cdb858811156438d8c9421871a90e8f1 (127.0.192.1). New cstate: current_term: 1 leader_uuid: "cdb858811156438d8c9421871a90e8f1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fdcc60e7e7f248f888a5106cc347f2f5" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 35905 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "31b0b9e29e21410ebbdb948f7928baf4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41093 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cdb858811156438d8c9421871a90e8f1" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45795 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:51.018576  4750 heartbeater.cc:499] Master 127.0.192.62:34873 was elected leader, sending a full tablet report...
I20260630 12:35:51.282372  4778 consensus_queue.cc:1048] T c6510faf9a364fe788541485110ef16a P cdb858811156438d8c9421871a90e8f1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "31b0b9e29e21410ebbdb948f7928baf4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41093 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:51.296478  4778 consensus_queue.cc:1048] T c6510faf9a364fe788541485110ef16a P cdb858811156438d8c9421871a90e8f1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fdcc60e7e7f248f888a5106cc347f2f5" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 35905 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:51.541174  4453 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:51.542856  4453 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:51.543227  4453 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:53.544654  4453 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:53.546367  4453 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:53.546638  4453 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:55.547631  4453 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:55.548871  4453 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:55.549140  4453 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:57.550300  4453 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:57.551517  4453 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:57.551787  4453 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:59.552708  4453 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:59.553990  4453 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:59.554301  4453 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:01.555282  4453 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:01.556783  4453 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:01.557112  4453 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:01.888671   768 tablet_server.cc:179] TabletServer@127.0.192.1:0 shutting down...
I20260630 12:36:01.919258   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:01.920028   768 tablet_replica.cc:333] T c6510faf9a364fe788541485110ef16a P cdb858811156438d8c9421871a90e8f1: stopping tablet replica
I20260630 12:36:01.920562   768 raft_consensus.cc:2243] T c6510faf9a364fe788541485110ef16a P cdb858811156438d8c9421871a90e8f1 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:01.921869   768 raft_consensus.cc:2272] T c6510faf9a364fe788541485110ef16a P cdb858811156438d8c9421871a90e8f1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:01.944113   768 tablet_server.cc:196] TabletServer@127.0.192.1:0 shutdown complete.
I20260630 12:36:01.958089   768 tablet_server.cc:179] TabletServer@127.0.192.2:0 shutting down...
I20260630 12:36:01.978593   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:01.979344   768 tablet_replica.cc:333] T c6510faf9a364fe788541485110ef16a P fdcc60e7e7f248f888a5106cc347f2f5: stopping tablet replica
I20260630 12:36:01.979882   768 raft_consensus.cc:2243] T c6510faf9a364fe788541485110ef16a P fdcc60e7e7f248f888a5106cc347f2f5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:01.980366   768 raft_consensus.cc:2272] T c6510faf9a364fe788541485110ef16a P fdcc60e7e7f248f888a5106cc347f2f5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:02.000478   768 tablet_server.cc:196] TabletServer@127.0.192.2:0 shutdown complete.
I20260630 12:36:02.011893   768 tablet_server.cc:179] TabletServer@127.0.192.3:0 shutting down...
I20260630 12:36:02.034641   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:02.035436   768 tablet_replica.cc:333] T c6510faf9a364fe788541485110ef16a P 31b0b9e29e21410ebbdb948f7928baf4: stopping tablet replica
I20260630 12:36:02.036029   768 raft_consensus.cc:2243] T c6510faf9a364fe788541485110ef16a P 31b0b9e29e21410ebbdb948f7928baf4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:02.036588   768 raft_consensus.cc:2272] T c6510faf9a364fe788541485110ef16a P 31b0b9e29e21410ebbdb948f7928baf4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:02.056845   768 tablet_server.cc:196] TabletServer@127.0.192.3:0 shutdown complete.
I20260630 12:36:02.069151   768 tablet_server.cc:179] TabletServer@127.0.192.4:0 shutting down...
I20260630 12:36:02.091498   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:02.108172   768 tablet_server.cc:196] TabletServer@127.0.192.4:0 shutdown complete.
I20260630 12:36:02.118067   768 master.cc:562] Master@127.0.192.62:34873 shutting down...
I20260630 12:36:02.137869   768 raft_consensus.cc:2243] T 00000000000000000000000000000000 P c9f171e9951e4145af50c427bf1140da [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:02.138593   768 raft_consensus.cc:2272] T 00000000000000000000000000000000 P c9f171e9951e4145af50c427bf1140da [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:02.138986   768 tablet_replica.cc:333] T 00000000000000000000000000000000 P c9f171e9951e4145af50c427bf1140da: stopping tablet replica
I20260630 12:36:02.157989   768 master.cc:584] Master@127.0.192.62:34873 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne (12788 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy
I20260630 12:36:02.196485   768 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.192.62:37311
I20260630 12:36:02.197680   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:02.204161  4796 instance_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:02.204666  4799 instance_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:36:02.204180  4797 instance_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:02.205721   768 server_base.cc:1061] running on GCE node
I20260630 12:36:02.206818   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:02.207088   768 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:02.207262   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822962207246 us; error 0 us; skew 500 ppm
I20260630 12:36:02.207782   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:02.210399   768 webserver.cc:533] Webserver started at http://127.0.192.62:37339/ using document root <none> and password file <none>
I20260630 12:36:02.210923   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:02.211143   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:02.211438   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:02.212649   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822852710831-768-0/minicluster-data/master-0-root/instance:
uuid: "27a5a0d03d344089811f011bf1f17a00"
format_stamp: "Formatted at 2026-06-30 12:36:02 on dist-test-slave-n0zz"
I20260630 12:36:02.217334   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:36:02.220892  4804 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:02.221725   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:36:02.222041   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822852710831-768-0/minicluster-data/master-0-root
uuid: "27a5a0d03d344089811f011bf1f17a00"
format_stamp: "Formatted at 2026-06-30 12:36:02 on dist-test-slave-n0zz"
I20260630 12:36:02.222386   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822852710831-768-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822852710831-768-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822852710831-768-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:02.238009   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:02.239306   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:02.277307   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.62:37311
I20260630 12:36:02.277408  4855 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.62:37311 every 8 connection(s)
I20260630 12:36:02.281462  4856 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:02.296600  4856 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 27a5a0d03d344089811f011bf1f17a00: Bootstrap starting.
I20260630 12:36:02.301841  4856 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 27a5a0d03d344089811f011bf1f17a00: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:02.306565  4856 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 27a5a0d03d344089811f011bf1f17a00: No bootstrap required, opened a new log
I20260630 12:36:02.308899  4856 raft_consensus.cc:359] T 00000000000000000000000000000000 P 27a5a0d03d344089811f011bf1f17a00 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "27a5a0d03d344089811f011bf1f17a00" member_type: VOTER }
I20260630 12:36:02.309433  4856 raft_consensus.cc:385] T 00000000000000000000000000000000 P 27a5a0d03d344089811f011bf1f17a00 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:02.309685  4856 raft_consensus.cc:740] T 00000000000000000000000000000000 P 27a5a0d03d344089811f011bf1f17a00 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 27a5a0d03d344089811f011bf1f17a00, State: Initialized, Role: FOLLOWER
I20260630 12:36:02.310315  4856 consensus_queue.cc:260] T 00000000000000000000000000000000 P 27a5a0d03d344089811f011bf1f17a00 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "27a5a0d03d344089811f011bf1f17a00" member_type: VOTER }
I20260630 12:36:02.310822  4856 raft_consensus.cc:399] T 00000000000000000000000000000000 P 27a5a0d03d344089811f011bf1f17a00 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:02.311077  4856 raft_consensus.cc:493] T 00000000000000000000000000000000 P 27a5a0d03d344089811f011bf1f17a00 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:02.311354  4856 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 27a5a0d03d344089811f011bf1f17a00 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:02.316250  4856 raft_consensus.cc:515] T 00000000000000000000000000000000 P 27a5a0d03d344089811f011bf1f17a00 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "27a5a0d03d344089811f011bf1f17a00" member_type: VOTER }
I20260630 12:36:02.316830  4856 leader_election.cc:304] T 00000000000000000000000000000000 P 27a5a0d03d344089811f011bf1f17a00 [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: 27a5a0d03d344089811f011bf1f17a00; no voters: 
I20260630 12:36:02.318054  4856 leader_election.cc:290] T 00000000000000000000000000000000 P 27a5a0d03d344089811f011bf1f17a00 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:02.318495  4859 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 27a5a0d03d344089811f011bf1f17a00 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:02.319818  4859 raft_consensus.cc:697] T 00000000000000000000000000000000 P 27a5a0d03d344089811f011bf1f17a00 [term 1 LEADER]: Becoming Leader. State: Replica: 27a5a0d03d344089811f011bf1f17a00, State: Running, Role: LEADER
I20260630 12:36:02.320540  4859 consensus_queue.cc:237] T 00000000000000000000000000000000 P 27a5a0d03d344089811f011bf1f17a00 [LEADER]: Queue going to LEADER mode. State: All 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: "27a5a0d03d344089811f011bf1f17a00" member_type: VOTER }
I20260630 12:36:02.321175  4856 sys_catalog.cc:565] T 00000000000000000000000000000000 P 27a5a0d03d344089811f011bf1f17a00 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:36:02.324036  4861 sys_catalog.cc:455] T 00000000000000000000000000000000 P 27a5a0d03d344089811f011bf1f17a00 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 27a5a0d03d344089811f011bf1f17a00. Latest consensus state: current_term: 1 leader_uuid: "27a5a0d03d344089811f011bf1f17a00" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "27a5a0d03d344089811f011bf1f17a00" member_type: VOTER } }
I20260630 12:36:02.324002  4860 sys_catalog.cc:455] T 00000000000000000000000000000000 P 27a5a0d03d344089811f011bf1f17a00 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "27a5a0d03d344089811f011bf1f17a00" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "27a5a0d03d344089811f011bf1f17a00" member_type: VOTER } }
I20260630 12:36:02.324838  4861 sys_catalog.cc:458] T 00000000000000000000000000000000 P 27a5a0d03d344089811f011bf1f17a00 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:02.324940  4860 sys_catalog.cc:458] T 00000000000000000000000000000000 P 27a5a0d03d344089811f011bf1f17a00 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:02.334905  4864 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:36:02.340250  4864 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:36:02.341517   768 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:36:02.349584  4864 catalog_manager.cc:1383] Generated new cluster ID: 6617e38f8b8a4012b23612aed090c0d3
I20260630 12:36:02.349905  4864 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:36:02.364661  4864 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:36:02.366024  4864 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:36:02.381317  4864 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 27a5a0d03d344089811f011bf1f17a00: Generated new TSK 0
I20260630 12:36:02.382133  4864 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:36:02.408399   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:02.414733  4877 instance_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:02.416118  4878 instance_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:02.418170   768 server_base.cc:1061] running on GCE node
W20260630 12:36:02.418475  4880 instance_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:02.419392   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:02.419571   768 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:02.419786   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822962419750 us; error 0 us; skew 500 ppm
I20260630 12:36:02.420399   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:02.423012   768 webserver.cc:533] Webserver started at http://127.0.192.1:34095/ using document root <none> and password file <none>
I20260630 12:36:02.423496   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:02.423691   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:02.424023   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:02.425153   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822852710831-768-0/minicluster-data/ts-0-root/instance:
uuid: "7c715570698f401295b441044de87079"
format_stamp: "Formatted at 2026-06-30 12:36:02 on dist-test-slave-n0zz"
I20260630 12:36:02.429880   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:36:02.433362  4885 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:02.434170   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:36:02.434577   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822852710831-768-0/minicluster-data/ts-0-root
uuid: "7c715570698f401295b441044de87079"
format_stamp: "Formatted at 2026-06-30 12:36:02 on dist-test-slave-n0zz"
I20260630 12:36:02.434863   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822852710831-768-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822852710831-768-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822852710831-768-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:02.450495   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:02.451668   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:02.453154   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:02.455580   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:02.455793   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:02.456056   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:02.456221   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:02.496986   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.1:34053
I20260630 12:36:02.497105  4947 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.1:34053 every 8 connection(s)
I20260630 12:36:02.502126   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:02.510041  4952 instance_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:02.511431  4953 instance_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:02.514918   768 server_base.cc:1061] running on GCE node
W20260630 12:36:02.514890  4955 instance_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:02.516244   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:02.516430   768 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:02.516553   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822962516542 us; error 0 us; skew 500 ppm
I20260630 12:36:02.516979   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:02.521143   768 webserver.cc:533] Webserver started at http://127.0.192.2:38117/ using document root <none> and password file <none>
I20260630 12:36:02.521170  4948 heartbeater.cc:344] Connected to a master server at 127.0.192.62:37311
I20260630 12:36:02.521625  4948 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:02.521775   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:02.522074   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:02.522396   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:02.522933  4948 heartbeater.cc:507] Master 127.0.192.62:37311 requested a full tablet report, sending...
I20260630 12:36:02.523672   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822852710831-768-0/minicluster-data/ts-1-root/instance:
uuid: "8e998115555c4543bf5dc4451da2cb1a"
format_stamp: "Formatted at 2026-06-30 12:36:02 on dist-test-slave-n0zz"
I20260630 12:36:02.525431  4821 ts_manager.cc:194] Registered new tserver with Master: 7c715570698f401295b441044de87079 (127.0.192.1:34053)
I20260630 12:36:02.527413  4821 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50576
I20260630 12:36:02.528762   768 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.001s
I20260630 12:36:02.532361  4960 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:02.533243   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:36:02.533492   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822852710831-768-0/minicluster-data/ts-1-root
uuid: "8e998115555c4543bf5dc4451da2cb1a"
format_stamp: "Formatted at 2026-06-30 12:36:02 on dist-test-slave-n0zz"
I20260630 12:36:02.533759   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822852710831-768-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822852710831-768-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822852710831-768-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:02.549211   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:02.550433   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:02.551826   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:02.554003   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:02.554191   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:02.554491   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:02.554659   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:02.594151   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.2:40825
I20260630 12:36:02.594308  5022 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.2:40825 every 8 connection(s)
I20260630 12:36:02.598944   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:02.606098  5026 instance_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:02.606827  5027 instance_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:02.610224  5029 instance_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:02.610407   768 server_base.cc:1061] running on GCE node
I20260630 12:36:02.611578   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:02.611842   768 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:02.612058   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822962612038 us; error 0 us; skew 500 ppm
I20260630 12:36:02.612280  5023 heartbeater.cc:344] Connected to a master server at 127.0.192.62:37311
I20260630 12:36:02.612684  5023 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:02.612763   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:02.613673  5023 heartbeater.cc:507] Master 127.0.192.62:37311 requested a full tablet report, sending...
I20260630 12:36:02.615617   768 webserver.cc:533] Webserver started at http://127.0.192.3:39045/ using document root <none> and password file <none>
I20260630 12:36:02.616071  4821 ts_manager.cc:194] Registered new tserver with Master: 8e998115555c4543bf5dc4451da2cb1a (127.0.192.2:40825)
I20260630 12:36:02.616271   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:02.616550   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:02.616861   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:02.617937  4821 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50580
I20260630 12:36:02.618463   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822852710831-768-0/minicluster-data/ts-2-root/instance:
uuid: "73645edbb5e2470e9be2e00aafb8ed61"
format_stamp: "Formatted at 2026-06-30 12:36:02 on dist-test-slave-n0zz"
I20260630 12:36:02.623701   768 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:36:02.627032  5034 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:02.627894   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:36:02.628319   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822852710831-768-0/minicluster-data/ts-2-root
uuid: "73645edbb5e2470e9be2e00aafb8ed61"
format_stamp: "Formatted at 2026-06-30 12:36:02 on dist-test-slave-n0zz"
I20260630 12:36:02.628566   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822852710831-768-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822852710831-768-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822852710831-768-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:02.655663   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:02.656886   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:02.658382   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:02.660555   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:02.660792   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:02.661031   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:02.661219   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:02.701638   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.3:44059
I20260630 12:36:02.701728  5096 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.3:44059 every 8 connection(s)
I20260630 12:36:02.716192  5097 heartbeater.cc:344] Connected to a master server at 127.0.192.62:37311
I20260630 12:36:02.716599  5097 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:02.717338  5097 heartbeater.cc:507] Master 127.0.192.62:37311 requested a full tablet report, sending...
I20260630 12:36:02.719374  4821 ts_manager.cc:194] Registered new tserver with Master: 73645edbb5e2470e9be2e00aafb8ed61 (127.0.192.3:44059)
I20260630 12:36:02.719866   768 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014804092s
I20260630 12:36:02.720890  4821 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50588
I20260630 12:36:03.530556  4948 heartbeater.cc:499] Master 127.0.192.62:37311 was elected leader, sending a full tablet report...
I20260630 12:36:03.621244  5023 heartbeater.cc:499] Master 127.0.192.62:37311 was elected leader, sending a full tablet report...
I20260630 12:36:03.723937  5097 heartbeater.cc:499] Master 127.0.192.62:37311 was elected leader, sending a full tablet report...
I20260630 12:36:03.790779  4821 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:50594:
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:03.792971  4821 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:03.843331  4988 tablet_service.cc:1511] Processing CreateTablet for tablet 5bcccb766120440886b5c99aefdc0839 (DEFAULT_TABLE table=test-workload [id=3e6f9c3bfd8b43aaa6dd61091cb515ad]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:03.845122  4988 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5bcccb766120440886b5c99aefdc0839. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:03.852133  4913 tablet_service.cc:1511] Processing CreateTablet for tablet 5bcccb766120440886b5c99aefdc0839 (DEFAULT_TABLE table=test-workload [id=3e6f9c3bfd8b43aaa6dd61091cb515ad]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:03.853915  4913 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5bcccb766120440886b5c99aefdc0839. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:03.855924  5062 tablet_service.cc:1511] Processing CreateTablet for tablet 5bcccb766120440886b5c99aefdc0839 (DEFAULT_TABLE table=test-workload [id=3e6f9c3bfd8b43aaa6dd61091cb515ad]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:03.857447  5062 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5bcccb766120440886b5c99aefdc0839. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:03.866328  5119 tablet_bootstrap.cc:492] T 5bcccb766120440886b5c99aefdc0839 P 8e998115555c4543bf5dc4451da2cb1a: Bootstrap starting.
I20260630 12:36:03.871769  5120 tablet_bootstrap.cc:492] T 5bcccb766120440886b5c99aefdc0839 P 7c715570698f401295b441044de87079: Bootstrap starting.
I20260630 12:36:03.874428  5119 tablet_bootstrap.cc:654] T 5bcccb766120440886b5c99aefdc0839 P 8e998115555c4543bf5dc4451da2cb1a: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:03.879277  5120 tablet_bootstrap.cc:654] T 5bcccb766120440886b5c99aefdc0839 P 7c715570698f401295b441044de87079: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:03.879585  5121 tablet_bootstrap.cc:492] T 5bcccb766120440886b5c99aefdc0839 P 73645edbb5e2470e9be2e00aafb8ed61: Bootstrap starting.
I20260630 12:36:03.883224  5119 tablet_bootstrap.cc:492] T 5bcccb766120440886b5c99aefdc0839 P 8e998115555c4543bf5dc4451da2cb1a: No bootstrap required, opened a new log
I20260630 12:36:03.883893  5119 ts_tablet_manager.cc:1403] T 5bcccb766120440886b5c99aefdc0839 P 8e998115555c4543bf5dc4451da2cb1a: Time spent bootstrapping tablet: real 0.018s	user 0.004s	sys 0.011s
I20260630 12:36:03.884768  5120 tablet_bootstrap.cc:492] T 5bcccb766120440886b5c99aefdc0839 P 7c715570698f401295b441044de87079: No bootstrap required, opened a new log
I20260630 12:36:03.885216  5120 ts_tablet_manager.cc:1403] T 5bcccb766120440886b5c99aefdc0839 P 7c715570698f401295b441044de87079: Time spent bootstrapping tablet: real 0.014s	user 0.008s	sys 0.003s
I20260630 12:36:03.888054  5121 tablet_bootstrap.cc:654] T 5bcccb766120440886b5c99aefdc0839 P 73645edbb5e2470e9be2e00aafb8ed61: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:03.887567  5120 raft_consensus.cc:359] T 5bcccb766120440886b5c99aefdc0839 P 7c715570698f401295b441044de87079 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8e998115555c4543bf5dc4451da2cb1a" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40825 } } peers { permanent_uuid: "7c715570698f401295b441044de87079" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34053 } } peers { permanent_uuid: "73645edbb5e2470e9be2e00aafb8ed61" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 44059 } }
I20260630 12:36:03.887569  5119 raft_consensus.cc:359] T 5bcccb766120440886b5c99aefdc0839 P 8e998115555c4543bf5dc4451da2cb1a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8e998115555c4543bf5dc4451da2cb1a" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40825 } } peers { permanent_uuid: "7c715570698f401295b441044de87079" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34053 } } peers { permanent_uuid: "73645edbb5e2470e9be2e00aafb8ed61" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 44059 } }
I20260630 12:36:03.888732  5120 raft_consensus.cc:385] T 5bcccb766120440886b5c99aefdc0839 P 7c715570698f401295b441044de87079 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:03.888906  5119 raft_consensus.cc:385] T 5bcccb766120440886b5c99aefdc0839 P 8e998115555c4543bf5dc4451da2cb1a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:03.889143  5120 raft_consensus.cc:740] T 5bcccb766120440886b5c99aefdc0839 P 7c715570698f401295b441044de87079 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7c715570698f401295b441044de87079, State: Initialized, Role: FOLLOWER
I20260630 12:36:03.889323  5119 raft_consensus.cc:740] T 5bcccb766120440886b5c99aefdc0839 P 8e998115555c4543bf5dc4451da2cb1a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8e998115555c4543bf5dc4451da2cb1a, State: Initialized, Role: FOLLOWER
I20260630 12:36:03.890125  5120 consensus_queue.cc:260] T 5bcccb766120440886b5c99aefdc0839 P 7c715570698f401295b441044de87079 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8e998115555c4543bf5dc4451da2cb1a" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40825 } } peers { permanent_uuid: "7c715570698f401295b441044de87079" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34053 } } peers { permanent_uuid: "73645edbb5e2470e9be2e00aafb8ed61" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 44059 } }
I20260630 12:36:03.890405  5119 consensus_queue.cc:260] T 5bcccb766120440886b5c99aefdc0839 P 8e998115555c4543bf5dc4451da2cb1a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8e998115555c4543bf5dc4451da2cb1a" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40825 } } peers { permanent_uuid: "7c715570698f401295b441044de87079" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34053 } } peers { permanent_uuid: "73645edbb5e2470e9be2e00aafb8ed61" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 44059 } }
I20260630 12:36:03.893163  5120 ts_tablet_manager.cc:1434] T 5bcccb766120440886b5c99aefdc0839 P 7c715570698f401295b441044de87079: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.006s
I20260630 12:36:03.895833  5119 ts_tablet_manager.cc:1434] T 5bcccb766120440886b5c99aefdc0839 P 8e998115555c4543bf5dc4451da2cb1a: Time spent starting tablet: real 0.012s	user 0.005s	sys 0.006s
I20260630 12:36:03.898277  5121 tablet_bootstrap.cc:492] T 5bcccb766120440886b5c99aefdc0839 P 73645edbb5e2470e9be2e00aafb8ed61: No bootstrap required, opened a new log
I20260630 12:36:03.898854  5121 ts_tablet_manager.cc:1403] T 5bcccb766120440886b5c99aefdc0839 P 73645edbb5e2470e9be2e00aafb8ed61: Time spent bootstrapping tablet: real 0.020s	user 0.011s	sys 0.005s
I20260630 12:36:03.902813  5121 raft_consensus.cc:359] T 5bcccb766120440886b5c99aefdc0839 P 73645edbb5e2470e9be2e00aafb8ed61 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8e998115555c4543bf5dc4451da2cb1a" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40825 } } peers { permanent_uuid: "7c715570698f401295b441044de87079" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34053 } } peers { permanent_uuid: "73645edbb5e2470e9be2e00aafb8ed61" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 44059 } }
I20260630 12:36:03.903690  5121 raft_consensus.cc:385] T 5bcccb766120440886b5c99aefdc0839 P 73645edbb5e2470e9be2e00aafb8ed61 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:03.904094  5121 raft_consensus.cc:740] T 5bcccb766120440886b5c99aefdc0839 P 73645edbb5e2470e9be2e00aafb8ed61 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 73645edbb5e2470e9be2e00aafb8ed61, State: Initialized, Role: FOLLOWER
I20260630 12:36:03.904994  5121 consensus_queue.cc:260] T 5bcccb766120440886b5c99aefdc0839 P 73645edbb5e2470e9be2e00aafb8ed61 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8e998115555c4543bf5dc4451da2cb1a" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40825 } } peers { permanent_uuid: "7c715570698f401295b441044de87079" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34053 } } peers { permanent_uuid: "73645edbb5e2470e9be2e00aafb8ed61" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 44059 } }
I20260630 12:36:03.908291  5121 ts_tablet_manager.cc:1434] T 5bcccb766120440886b5c99aefdc0839 P 73645edbb5e2470e9be2e00aafb8ed61: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.002s
I20260630 12:36:03.991751  5124 raft_consensus.cc:493] T 5bcccb766120440886b5c99aefdc0839 P 7c715570698f401295b441044de87079 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:03.992437  5124 raft_consensus.cc:515] T 5bcccb766120440886b5c99aefdc0839 P 7c715570698f401295b441044de87079 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8e998115555c4543bf5dc4451da2cb1a" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40825 } } peers { permanent_uuid: "7c715570698f401295b441044de87079" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34053 } } peers { permanent_uuid: "73645edbb5e2470e9be2e00aafb8ed61" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 44059 } }
I20260630 12:36:03.994935  5124 leader_election.cc:290] T 5bcccb766120440886b5c99aefdc0839 P 7c715570698f401295b441044de87079 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8e998115555c4543bf5dc4451da2cb1a (127.0.192.2:40825), 73645edbb5e2470e9be2e00aafb8ed61 (127.0.192.3:44059)
I20260630 12:36:04.009824  5072 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5bcccb766120440886b5c99aefdc0839" candidate_uuid: "7c715570698f401295b441044de87079" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "73645edbb5e2470e9be2e00aafb8ed61" is_pre_election: true
I20260630 12:36:04.009824  4998 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5bcccb766120440886b5c99aefdc0839" candidate_uuid: "7c715570698f401295b441044de87079" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8e998115555c4543bf5dc4451da2cb1a" is_pre_election: true
I20260630 12:36:04.010991  4998 raft_consensus.cc:2468] T 5bcccb766120440886b5c99aefdc0839 P 8e998115555c4543bf5dc4451da2cb1a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7c715570698f401295b441044de87079 in term 0.
I20260630 12:36:04.010991  5072 raft_consensus.cc:2468] T 5bcccb766120440886b5c99aefdc0839 P 73645edbb5e2470e9be2e00aafb8ed61 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7c715570698f401295b441044de87079 in term 0.
I20260630 12:36:04.012629  4886 leader_election.cc:304] T 5bcccb766120440886b5c99aefdc0839 P 7c715570698f401295b441044de87079 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7c715570698f401295b441044de87079, 8e998115555c4543bf5dc4451da2cb1a; no voters: 
I20260630 12:36:04.013408  5124 raft_consensus.cc:2804] T 5bcccb766120440886b5c99aefdc0839 P 7c715570698f401295b441044de87079 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:04.013765  5124 raft_consensus.cc:493] T 5bcccb766120440886b5c99aefdc0839 P 7c715570698f401295b441044de87079 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:04.014030  5124 raft_consensus.cc:3060] T 5bcccb766120440886b5c99aefdc0839 P 7c715570698f401295b441044de87079 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:04.019937  5124 raft_consensus.cc:515] T 5bcccb766120440886b5c99aefdc0839 P 7c715570698f401295b441044de87079 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8e998115555c4543bf5dc4451da2cb1a" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40825 } } peers { permanent_uuid: "7c715570698f401295b441044de87079" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34053 } } peers { permanent_uuid: "73645edbb5e2470e9be2e00aafb8ed61" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 44059 } }
I20260630 12:36:04.021600  5124 leader_election.cc:290] T 5bcccb766120440886b5c99aefdc0839 P 7c715570698f401295b441044de87079 [CANDIDATE]: Term 1 election: Requested vote from peers 8e998115555c4543bf5dc4451da2cb1a (127.0.192.2:40825), 73645edbb5e2470e9be2e00aafb8ed61 (127.0.192.3:44059)
I20260630 12:36:04.022709  4998 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5bcccb766120440886b5c99aefdc0839" candidate_uuid: "7c715570698f401295b441044de87079" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8e998115555c4543bf5dc4451da2cb1a"
I20260630 12:36:04.022742  5072 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5bcccb766120440886b5c99aefdc0839" candidate_uuid: "7c715570698f401295b441044de87079" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "73645edbb5e2470e9be2e00aafb8ed61"
I20260630 12:36:04.023483  4998 raft_consensus.cc:3060] T 5bcccb766120440886b5c99aefdc0839 P 8e998115555c4543bf5dc4451da2cb1a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:04.023561  5072 raft_consensus.cc:3060] T 5bcccb766120440886b5c99aefdc0839 P 73645edbb5e2470e9be2e00aafb8ed61 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:04.029410  5072 raft_consensus.cc:2468] T 5bcccb766120440886b5c99aefdc0839 P 73645edbb5e2470e9be2e00aafb8ed61 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7c715570698f401295b441044de87079 in term 1.
I20260630 12:36:04.029407  4998 raft_consensus.cc:2468] T 5bcccb766120440886b5c99aefdc0839 P 8e998115555c4543bf5dc4451da2cb1a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7c715570698f401295b441044de87079 in term 1.
I20260630 12:36:04.031188  4887 leader_election.cc:304] T 5bcccb766120440886b5c99aefdc0839 P 7c715570698f401295b441044de87079 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 3 yes votes; 0 no votes. yes voters: 73645edbb5e2470e9be2e00aafb8ed61, 7c715570698f401295b441044de87079, 8e998115555c4543bf5dc4451da2cb1a; no voters: 
I20260630 12:36:04.032016  5124 raft_consensus.cc:2804] T 5bcccb766120440886b5c99aefdc0839 P 7c715570698f401295b441044de87079 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:04.033164  5124 raft_consensus.cc:697] T 5bcccb766120440886b5c99aefdc0839 P 7c715570698f401295b441044de87079 [term 1 LEADER]: Becoming Leader. State: Replica: 7c715570698f401295b441044de87079, State: Running, Role: LEADER
I20260630 12:36:04.033921  5124 consensus_queue.cc:237] T 5bcccb766120440886b5c99aefdc0839 P 7c715570698f401295b441044de87079 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8e998115555c4543bf5dc4451da2cb1a" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40825 } } peers { permanent_uuid: "7c715570698f401295b441044de87079" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34053 } } peers { permanent_uuid: "73645edbb5e2470e9be2e00aafb8ed61" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 44059 } }
I20260630 12:36:04.041078  4820 catalog_manager.cc:5697] T 5bcccb766120440886b5c99aefdc0839 P 7c715570698f401295b441044de87079 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7c715570698f401295b441044de87079 (127.0.192.1). New cstate: current_term: 1 leader_uuid: "7c715570698f401295b441044de87079" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8e998115555c4543bf5dc4451da2cb1a" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40825 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7c715570698f401295b441044de87079" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34053 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "73645edbb5e2470e9be2e00aafb8ed61" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 44059 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:04.334929  4869 placement_policy_util.cc:411] tablet 5bcccb766120440886b5c99aefdc0839: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:04.337864  4874 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:04.339455  4874 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:04.339834  4874 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:04.618548  5132 consensus_queue.cc:1048] T 5bcccb766120440886b5c99aefdc0839 P 7c715570698f401295b441044de87079 [LEADER]: Connected to new peer: Peer: permanent_uuid: "73645edbb5e2470e9be2e00aafb8ed61" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 44059 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:04.634370  5137 consensus_queue.cc:1048] T 5bcccb766120440886b5c99aefdc0839 P 7c715570698f401295b441044de87079 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8e998115555c4543bf5dc4451da2cb1a" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40825 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:05.344209  4869 placement_policy_util.cc:411] tablet 5bcccb766120440886b5c99aefdc0839: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:06.340787  4874 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:06.342001  4874 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:06.342365  4874 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:06.352397  4869 placement_policy_util.cc:411] tablet 5bcccb766120440886b5c99aefdc0839: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:07.360677  4869 placement_policy_util.cc:411] tablet 5bcccb766120440886b5c99aefdc0839: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:08.343298  4874 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:08.344597  4874 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:08.344980  4874 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:08.369210  4869 placement_policy_util.cc:411] tablet 5bcccb766120440886b5c99aefdc0839: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:09.377400  4869 placement_policy_util.cc:411] tablet 5bcccb766120440886b5c99aefdc0839: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:10.345852  4874 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:10.347235  4874 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:10.347555  4874 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:10.385519  4869 placement_policy_util.cc:411] tablet 5bcccb766120440886b5c99aefdc0839: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:11.393754  4869 placement_policy_util.cc:411] tablet 5bcccb766120440886b5c99aefdc0839: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:12.348501  4874 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:12.349820  4874 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:12.350148  4874 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:12.401881  4869 placement_policy_util.cc:411] tablet 5bcccb766120440886b5c99aefdc0839: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:13.408735  4869 placement_policy_util.cc:411] tablet 5bcccb766120440886b5c99aefdc0839: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:14.351428  4874 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:14.353415  4874 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:14.353813  4874 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:14.435527  4869 placement_policy_util.cc:411] tablet 5bcccb766120440886b5c99aefdc0839: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:15.152977   768 tablet_server.cc:179] TabletServer@127.0.192.1:0 shutting down...
I20260630 12:36:15.182602   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:15.183501   768 tablet_replica.cc:333] T 5bcccb766120440886b5c99aefdc0839 P 7c715570698f401295b441044de87079: stopping tablet replica
I20260630 12:36:15.184386   768 raft_consensus.cc:2243] T 5bcccb766120440886b5c99aefdc0839 P 7c715570698f401295b441044de87079 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:15.185528   768 raft_consensus.cc:2272] T 5bcccb766120440886b5c99aefdc0839 P 7c715570698f401295b441044de87079 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:15.208143   768 tablet_server.cc:196] TabletServer@127.0.192.1:0 shutdown complete.
I20260630 12:36:15.223683   768 tablet_server.cc:179] TabletServer@127.0.192.2:0 shutting down...
I20260630 12:36:15.249191   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:15.249992   768 tablet_replica.cc:333] T 5bcccb766120440886b5c99aefdc0839 P 8e998115555c4543bf5dc4451da2cb1a: stopping tablet replica
I20260630 12:36:15.250638   768 raft_consensus.cc:2243] T 5bcccb766120440886b5c99aefdc0839 P 8e998115555c4543bf5dc4451da2cb1a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:15.251195   768 raft_consensus.cc:2272] T 5bcccb766120440886b5c99aefdc0839 P 8e998115555c4543bf5dc4451da2cb1a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:15.271634   768 tablet_server.cc:196] TabletServer@127.0.192.2:0 shutdown complete.
I20260630 12:36:15.283865   768 tablet_server.cc:179] TabletServer@127.0.192.3:0 shutting down...
I20260630 12:36:15.305917   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:15.306834   768 tablet_replica.cc:333] T 5bcccb766120440886b5c99aefdc0839 P 73645edbb5e2470e9be2e00aafb8ed61: stopping tablet replica
I20260630 12:36:15.307545   768 raft_consensus.cc:2243] T 5bcccb766120440886b5c99aefdc0839 P 73645edbb5e2470e9be2e00aafb8ed61 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:15.308096   768 raft_consensus.cc:2272] T 5bcccb766120440886b5c99aefdc0839 P 73645edbb5e2470e9be2e00aafb8ed61 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:15.328540   768 tablet_server.cc:196] TabletServer@127.0.192.3:0 shutdown complete.
I20260630 12:36:15.340412   768 master.cc:562] Master@127.0.192.62:37311 shutting down...
I20260630 12:36:15.362903   768 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 27a5a0d03d344089811f011bf1f17a00 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:15.363741   768 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 27a5a0d03d344089811f011bf1f17a00 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:15.364253   768 tablet_replica.cc:333] T 00000000000000000000000000000000 P 27a5a0d03d344089811f011bf1f17a00: stopping tablet replica
I20260630 12:36:15.384954   768 master.cc:584] Master@127.0.192.62:37311 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy (13228 ms)
[ RUN      ] AutoRebalancerTest.TestMaxMovesPerServer
I20260630 12:36:15.424678   768 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.192.62:42511
I20260630 12:36:15.425889   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:15.432055  5149 instance_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:15.432214  5150 instance_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:15.433269  5152 instance_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:15.435364   768 server_base.cc:1061] running on GCE node
I20260630 12:36:15.436262   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:15.436455   768 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:15.436650   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822975436616 us; error 0 us; skew 500 ppm
I20260630 12:36:15.437168   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:15.439733   768 webserver.cc:533] Webserver started at http://127.0.192.62:39051/ using document root <none> and password file <none>
I20260630 12:36:15.440232   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:15.440402   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:15.440748   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:15.441977   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/master-0-root/instance:
uuid: "4d765391c49b447eb21d4de7244e3cc8"
format_stamp: "Formatted at 2026-06-30 12:36:15 on dist-test-slave-n0zz"
I20260630 12:36:15.446821   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:36:15.450619  5157 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:15.451444   768 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260630 12:36:15.451751   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/master-0-root
uuid: "4d765391c49b447eb21d4de7244e3cc8"
format_stamp: "Formatted at 2026-06-30 12:36:15 on dist-test-slave-n0zz"
I20260630 12:36:15.452062   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-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:15.481961   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:15.483251   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:15.523684   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.62:42511
I20260630 12:36:15.523777  5208 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.62:42511 every 8 connection(s)
I20260630 12:36:15.527766  5209 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:15.539578  5209 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4d765391c49b447eb21d4de7244e3cc8: Bootstrap starting.
I20260630 12:36:15.544400  5209 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4d765391c49b447eb21d4de7244e3cc8: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:15.548981  5209 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4d765391c49b447eb21d4de7244e3cc8: No bootstrap required, opened a new log
I20260630 12:36:15.551311  5209 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4d765391c49b447eb21d4de7244e3cc8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4d765391c49b447eb21d4de7244e3cc8" member_type: VOTER }
I20260630 12:36:15.551753  5209 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4d765391c49b447eb21d4de7244e3cc8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:15.552054  5209 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4d765391c49b447eb21d4de7244e3cc8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4d765391c49b447eb21d4de7244e3cc8, State: Initialized, Role: FOLLOWER
I20260630 12:36:15.552637  5209 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4d765391c49b447eb21d4de7244e3cc8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "4d765391c49b447eb21d4de7244e3cc8" member_type: VOTER }
I20260630 12:36:15.553153  5209 raft_consensus.cc:399] T 00000000000000000000000000000000 P 4d765391c49b447eb21d4de7244e3cc8 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:15.553385  5209 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4d765391c49b447eb21d4de7244e3cc8 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:15.553608  5209 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4d765391c49b447eb21d4de7244e3cc8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:15.559381  5209 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4d765391c49b447eb21d4de7244e3cc8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4d765391c49b447eb21d4de7244e3cc8" member_type: VOTER }
I20260630 12:36:15.559988  5209 leader_election.cc:304] T 00000000000000000000000000000000 P 4d765391c49b447eb21d4de7244e3cc8 [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: 4d765391c49b447eb21d4de7244e3cc8; no voters: 
I20260630 12:36:15.561198  5209 leader_election.cc:290] T 00000000000000000000000000000000 P 4d765391c49b447eb21d4de7244e3cc8 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:15.561555  5212 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4d765391c49b447eb21d4de7244e3cc8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:15.563002  5212 raft_consensus.cc:697] T 00000000000000000000000000000000 P 4d765391c49b447eb21d4de7244e3cc8 [term 1 LEADER]: Becoming Leader. State: Replica: 4d765391c49b447eb21d4de7244e3cc8, State: Running, Role: LEADER
I20260630 12:36:15.563651  5212 consensus_queue.cc:237] T 00000000000000000000000000000000 P 4d765391c49b447eb21d4de7244e3cc8 [LEADER]: Queue going to LEADER mode. State: All 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: "4d765391c49b447eb21d4de7244e3cc8" member_type: VOTER }
I20260630 12:36:15.564359  5209 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4d765391c49b447eb21d4de7244e3cc8 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:36:15.566978  5213 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4d765391c49b447eb21d4de7244e3cc8 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "4d765391c49b447eb21d4de7244e3cc8" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4d765391c49b447eb21d4de7244e3cc8" member_type: VOTER } }
I20260630 12:36:15.566991  5214 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4d765391c49b447eb21d4de7244e3cc8 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4d765391c49b447eb21d4de7244e3cc8. Latest consensus state: current_term: 1 leader_uuid: "4d765391c49b447eb21d4de7244e3cc8" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4d765391c49b447eb21d4de7244e3cc8" member_type: VOTER } }
I20260630 12:36:15.567693  5213 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4d765391c49b447eb21d4de7244e3cc8 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:15.567910  5214 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4d765391c49b447eb21d4de7244e3cc8 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:15.570896  5217 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:36:15.579722  5217 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:36:15.580803   768 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:36:15.589956  5217 catalog_manager.cc:1383] Generated new cluster ID: 7efca2150f3245a58769cb6024d9c317
I20260630 12:36:15.590337  5217 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:36:15.606272  5217 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:36:15.607944  5217 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:36:15.627839  5217 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 4d765391c49b447eb21d4de7244e3cc8: Generated new TSK 0
I20260630 12:36:15.628508  5217 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:36:15.647876   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:15.654292  5230 instance_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:15.655648  5231 instance_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:15.657842   768 server_base.cc:1061] running on GCE node
W20260630 12:36:15.657725  5233 instance_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:15.659152   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:15.659366   768 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:15.659497   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822975659481 us; error 0 us; skew 500 ppm
I20260630 12:36:15.659941   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:15.662536   768 webserver.cc:533] Webserver started at http://127.0.192.1:42503/ using document root <none> and password file <none>
I20260630 12:36:15.662994   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:15.663154   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:15.663371   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:15.664552   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/ts-0-root/instance:
uuid: "72d862c548cd4af4bb8386642999c563"
format_stamp: "Formatted at 2026-06-30 12:36:15 on dist-test-slave-n0zz"
I20260630 12:36:15.669611   768 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.004s
I20260630 12:36:15.673381  5238 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:15.674572   768 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.003s
I20260630 12:36:15.674959   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/ts-0-root
uuid: "72d862c548cd4af4bb8386642999c563"
format_stamp: "Formatted at 2026-06-30 12:36:15 on dist-test-slave-n0zz"
I20260630 12:36:15.675489   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-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:15.696259   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:15.697605   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:15.699295   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:15.701812   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:15.702056   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:15.702397   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:15.702602   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:15.745393   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.1:40973
I20260630 12:36:15.745513  5300 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.1:40973 every 8 connection(s)
I20260630 12:36:15.750670   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:15.759256  5305 instance_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:15.761672  5306 instance_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:15.764879   768 server_base.cc:1061] running on GCE node
W20260630 12:36:15.766415  5308 instance_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:15.767446   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:15.767715   768 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:15.767910   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822975767894 us; error 0 us; skew 500 ppm
I20260630 12:36:15.768546   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:15.771580   768 webserver.cc:533] Webserver started at http://127.0.192.2:35199/ using document root <none> and password file <none>
I20260630 12:36:15.772203   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:15.772341  5301 heartbeater.cc:344] Connected to a master server at 127.0.192.62:42511
I20260630 12:36:15.772444   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:15.772908  5301 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:15.772951   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:15.773810  5301 heartbeater.cc:507] Master 127.0.192.62:42511 requested a full tablet report, sending...
I20260630 12:36:15.774621   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/ts-1-root/instance:
uuid: "afb409f9fcb846a9ad09c146e6e270df"
format_stamp: "Formatted at 2026-06-30 12:36:15 on dist-test-slave-n0zz"
I20260630 12:36:15.776137  5174 ts_manager.cc:194] Registered new tserver with Master: 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973)
I20260630 12:36:15.778244  5174 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57932
I20260630 12:36:15.779947   768 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:36:15.783690  5313 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:15.784518   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.004s	sys 0.000s
I20260630 12:36:15.784837   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/ts-1-root
uuid: "afb409f9fcb846a9ad09c146e6e270df"
format_stamp: "Formatted at 2026-06-30 12:36:15 on dist-test-slave-n0zz"
I20260630 12:36:15.785156   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-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:15.796640   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:15.797902   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:15.799497   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:15.801816   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:15.802079   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:15.802407   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:15.802595   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:15.846146   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.2:43887
I20260630 12:36:15.846277  5375 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.2:43887 every 8 connection(s)
I20260630 12:36:15.851256   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:15.858875  5379 instance_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:15.861094  5380 instance_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:15.863221  5382 instance_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:15.863971   768 server_base.cc:1061] running on GCE node
I20260630 12:36:15.864765  5376 heartbeater.cc:344] Connected to a master server at 127.0.192.62:42511
I20260630 12:36:15.865015   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:36:15.865197  5376 heartbeater.cc:461] Registering TS with master...
W20260630 12:36:15.865327   768 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:15.865650   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822975865631 us; error 0 us; skew 500 ppm
I20260630 12:36:15.866293  5376 heartbeater.cc:507] Master 127.0.192.62:42511 requested a full tablet report, sending...
I20260630 12:36:15.866418   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:15.868603  5174 ts_manager.cc:194] Registered new tserver with Master: afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887)
I20260630 12:36:15.869184   768 webserver.cc:533] Webserver started at http://127.0.192.3:38039/ using document root <none> and password file <none>
I20260630 12:36:15.869714   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:15.869933   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:15.870272   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:15.870357  5174 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57942
I20260630 12:36:15.871615   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/ts-2-root/instance:
uuid: "47ab2820ddf14a99a992b45515bc92d2"
format_stamp: "Formatted at 2026-06-30 12:36:15 on dist-test-slave-n0zz"
I20260630 12:36:15.876610   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:36:15.880810  5387 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:15.882290   768 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:36:15.882709   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/ts-2-root
uuid: "47ab2820ddf14a99a992b45515bc92d2"
format_stamp: "Formatted at 2026-06-30 12:36:15 on dist-test-slave-n0zz"
I20260630 12:36:15.883040   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-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:15.904204   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:15.905552   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:15.907488   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:15.909911   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:15.910177   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:15.910488   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:15.910676   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:15.956692   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.3:41493
I20260630 12:36:15.956815  5449 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.3:41493 every 8 connection(s)
I20260630 12:36:15.971590  5450 heartbeater.cc:344] Connected to a master server at 127.0.192.62:42511
I20260630 12:36:15.971988  5450 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:15.972751  5450 heartbeater.cc:507] Master 127.0.192.62:42511 requested a full tablet report, sending...
I20260630 12:36:15.974843  5174 ts_manager.cc:194] Registered new tserver with Master: 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
I20260630 12:36:15.975808   768 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015895599s
I20260630 12:36:15.976270  5174 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57952
I20260630 12:36:16.781241  5301 heartbeater.cc:499] Master 127.0.192.62:42511 was elected leader, sending a full tablet report...
I20260630 12:36:16.873651  5376 heartbeater.cc:499] Master 127.0.192.62:42511 was elected leader, sending a full tablet report...
I20260630 12:36:16.979228  5450 heartbeater.cc:499] Master 127.0.192.62:42511 was elected leader, sending a full tablet report...
I20260630 12:36:17.034173  5174 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:57966:
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:36:17.037387  5174 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:17.132266  5414 tablet_service.cc:1511] Processing CreateTablet for tablet 53b55adbe9664c288e64cb854969f5c6 (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260630 12:36:17.133052  5415 tablet_service.cc:1511] Processing CreateTablet for tablet dbb5d96c77564e28886f9d3940369769 (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260630 12:36:17.133920  5414 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 53b55adbe9664c288e64cb854969f5c6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.138119  5265 tablet_service.cc:1511] Processing CreateTablet for tablet 53b55adbe9664c288e64cb854969f5c6 (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260630 12:36:17.138708  5266 tablet_service.cc:1511] Processing CreateTablet for tablet dbb5d96c77564e28886f9d3940369769 (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260630 12:36:17.139751  5265 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 53b55adbe9664c288e64cb854969f5c6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.139430  5412 tablet_service.cc:1511] Processing CreateTablet for tablet 57fe5327abda4ed6b70eb139d376b187 (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260630 12:36:17.140952  5412 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 57fe5327abda4ed6b70eb139d376b187. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.141135  5264 tablet_service.cc:1511] Processing CreateTablet for tablet a47733fdd58d44359f4842a802621d12 (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260630 12:36:17.142652  5264 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a47733fdd58d44359f4842a802621d12. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.143236  5415 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dbb5d96c77564e28886f9d3940369769. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.146638  5266 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dbb5d96c77564e28886f9d3940369769. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.147590  5413 tablet_service.cc:1511] Processing CreateTablet for tablet a47733fdd58d44359f4842a802621d12 (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260630 12:36:17.149117  5413 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a47733fdd58d44359f4842a802621d12. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.151628  5263 tablet_service.cc:1511] Processing CreateTablet for tablet 57fe5327abda4ed6b70eb139d376b187 (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260630 12:36:17.153214  5263 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 57fe5327abda4ed6b70eb139d376b187. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.159634  5262 tablet_service.cc:1511] Processing CreateTablet for tablet 31cea5b5acbb4a1099d2ae5e59745aa8 (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260630 12:36:17.160827  5470 tablet_bootstrap.cc:492] T 53b55adbe9664c288e64cb854969f5c6 P 47ab2820ddf14a99a992b45515bc92d2: Bootstrap starting.
I20260630 12:36:17.161505  5262 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 31cea5b5acbb4a1099d2ae5e59745aa8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.165128  5411 tablet_service.cc:1511] Processing CreateTablet for tablet 31cea5b5acbb4a1099d2ae5e59745aa8 (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260630 12:36:17.166764  5411 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 31cea5b5acbb4a1099d2ae5e59745aa8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.169430  5341 tablet_service.cc:1511] Processing CreateTablet for tablet dbb5d96c77564e28886f9d3940369769 (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260630 12:36:17.169898  5410 tablet_service.cc:1511] Processing CreateTablet for tablet 802f6322d1ff48e6a3478b4d14d2e073 (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260630 12:36:17.171063  5341 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dbb5d96c77564e28886f9d3940369769. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.171416  5410 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 802f6322d1ff48e6a3478b4d14d2e073. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.172353  5339 tablet_service.cc:1511] Processing CreateTablet for tablet a47733fdd58d44359f4842a802621d12 (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260630 12:36:17.173858  5339 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a47733fdd58d44359f4842a802621d12. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.171082  5340 tablet_service.cc:1511] Processing CreateTablet for tablet 53b55adbe9664c288e64cb854969f5c6 (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260630 12:36:17.175541  5338 tablet_service.cc:1511] Processing CreateTablet for tablet 57fe5327abda4ed6b70eb139d376b187 (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260630 12:36:17.177467  5336 tablet_service.cc:1511] Processing CreateTablet for tablet 802f6322d1ff48e6a3478b4d14d2e073 (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260630 12:36:17.178059  5337 tablet_service.cc:1511] Processing CreateTablet for tablet 31cea5b5acbb4a1099d2ae5e59745aa8 (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260630 12:36:17.178511  5261 tablet_service.cc:1511] Processing CreateTablet for tablet 802f6322d1ff48e6a3478b4d14d2e073 (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260630 12:36:17.179816  5261 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 802f6322d1ff48e6a3478b4d14d2e073. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.180505  5414 tablet_service.cc:1511] Processing CreateTablet for tablet 350af05314c94e6cb0c2816ef6409dab (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260630 12:36:17.181556  5335 tablet_service.cc:1511] Processing CreateTablet for tablet 350af05314c94e6cb0c2816ef6409dab (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260630 12:36:17.183823  5260 tablet_service.cc:1511] Processing CreateTablet for tablet 350af05314c94e6cb0c2816ef6409dab (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260630 12:36:17.185316  5260 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 350af05314c94e6cb0c2816ef6409dab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.185536  5414 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 350af05314c94e6cb0c2816ef6409dab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.185916  5336 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 802f6322d1ff48e6a3478b4d14d2e073. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.186655  5338 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 57fe5327abda4ed6b70eb139d376b187. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.188725  5340 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 53b55adbe9664c288e64cb854969f5c6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.189395  5335 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 350af05314c94e6cb0c2816ef6409dab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.190526  5337 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 31cea5b5acbb4a1099d2ae5e59745aa8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.191525  5259 tablet_service.cc:1511] Processing CreateTablet for tablet 0a28e27bb1a1480a9429b75592c65e31 (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260630 12:36:17.192997  5259 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0a28e27bb1a1480a9429b75592c65e31. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.197763  5334 tablet_service.cc:1511] Processing CreateTablet for tablet 0a28e27bb1a1480a9429b75592c65e31 (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260630 12:36:17.199360  5334 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0a28e27bb1a1480a9429b75592c65e31. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.208604  5470 tablet_bootstrap.cc:654] T 53b55adbe9664c288e64cb854969f5c6 P 47ab2820ddf14a99a992b45515bc92d2: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:17.214514  5409 tablet_service.cc:1511] Processing CreateTablet for tablet 0a28e27bb1a1480a9429b75592c65e31 (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260630 12:36:17.235198  5409 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0a28e27bb1a1480a9429b75592c65e31. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.219152  5258 tablet_service.cc:1511] Processing CreateTablet for tablet 034fdb126d0944088341f91f99b57a2a (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260630 12:36:17.238108  5408 tablet_service.cc:1511] Processing CreateTablet for tablet 034fdb126d0944088341f91f99b57a2a (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260630 12:36:17.239137  5258 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 034fdb126d0944088341f91f99b57a2a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.239544  5408 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 034fdb126d0944088341f91f99b57a2a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.223722  5333 tablet_service.cc:1511] Processing CreateTablet for tablet 034fdb126d0944088341f91f99b57a2a (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260630 12:36:17.243213  5333 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 034fdb126d0944088341f91f99b57a2a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.256969  5257 tablet_service.cc:1511] Processing CreateTablet for tablet aa42c174ea7e4fc09e633291a02c6b17 (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260630 12:36:17.258647  5257 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aa42c174ea7e4fc09e633291a02c6b17. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.286389  5337 tablet_service.cc:1511] Processing CreateTablet for tablet 55a92c068d6b4d38b3406cc313abd9f3 (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260630 12:36:17.287717  5413 tablet_service.cc:1511] Processing CreateTablet for tablet 55a92c068d6b4d38b3406cc313abd9f3 (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260630 12:36:17.289306  5413 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 55a92c068d6b4d38b3406cc313abd9f3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.290721  5337 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 55a92c068d6b4d38b3406cc313abd9f3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.302675  5335 tablet_service.cc:1511] Processing CreateTablet for tablet aa42c174ea7e4fc09e633291a02c6b17 (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260630 12:36:17.304212  5335 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aa42c174ea7e4fc09e633291a02c6b17. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.284042  5412 tablet_service.cc:1511] Processing CreateTablet for tablet aa42c174ea7e4fc09e633291a02c6b17 (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260630 12:36:17.326090  5471 tablet_bootstrap.cc:492] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df: Bootstrap starting.
I20260630 12:36:17.330488  5412 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aa42c174ea7e4fc09e633291a02c6b17. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.338423  5263 tablet_service.cc:1511] Processing CreateTablet for tablet e7007991839d467d8bf00e50477d8456 (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260630 12:36:17.339735  5263 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e7007991839d467d8bf00e50477d8456. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.340724  5470 tablet_bootstrap.cc:492] T 53b55adbe9664c288e64cb854969f5c6 P 47ab2820ddf14a99a992b45515bc92d2: No bootstrap required, opened a new log
I20260630 12:36:17.341310  5470 ts_tablet_manager.cc:1403] T 53b55adbe9664c288e64cb854969f5c6 P 47ab2820ddf14a99a992b45515bc92d2: Time spent bootstrapping tablet: real 0.181s	user 0.021s	sys 0.030s
I20260630 12:36:17.342365  5336 tablet_service.cc:1511] Processing CreateTablet for tablet e7007991839d467d8bf00e50477d8456 (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260630 12:36:17.355180  5336 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e7007991839d467d8bf00e50477d8456. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.359241  5408 tablet_service.cc:1511] Processing CreateTablet for tablet e7007991839d467d8bf00e50477d8456 (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260630 12:36:17.360626  5408 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e7007991839d467d8bf00e50477d8456. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.323474  5260 tablet_service.cc:1511] Processing CreateTablet for tablet 55a92c068d6b4d38b3406cc313abd9f3 (DEFAULT_TABLE table=test-workload [id=562809b44f174b268ae78158b335a7e6]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260630 12:36:17.364423  5260 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 55a92c068d6b4d38b3406cc313abd9f3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.365217  5470 raft_consensus.cc:359] T 53b55adbe9664c288e64cb854969f5c6 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.366029  5470 raft_consensus.cc:385] T 53b55adbe9664c288e64cb854969f5c6 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:17.366361  5470 raft_consensus.cc:740] T 53b55adbe9664c288e64cb854969f5c6 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 47ab2820ddf14a99a992b45515bc92d2, State: Initialized, Role: FOLLOWER
I20260630 12:36:17.367103  5470 consensus_queue.cc:260] T 53b55adbe9664c288e64cb854969f5c6 P 47ab2820ddf14a99a992b45515bc92d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.373982  5473 tablet_bootstrap.cc:492] T 0a28e27bb1a1480a9429b75592c65e31 P 72d862c548cd4af4bb8386642999c563: Bootstrap starting.
I20260630 12:36:17.375519  5471 tablet_bootstrap.cc:654] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:17.385254  5470 ts_tablet_manager.cc:1434] T 53b55adbe9664c288e64cb854969f5c6 P 47ab2820ddf14a99a992b45515bc92d2: Time spent starting tablet: real 0.023s	user 0.006s	sys 0.002s
I20260630 12:36:17.386545  5470 tablet_bootstrap.cc:492] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2: Bootstrap starting.
I20260630 12:36:17.393678  5470 tablet_bootstrap.cc:654] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:17.397142  5471 tablet_bootstrap.cc:492] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df: No bootstrap required, opened a new log
I20260630 12:36:17.397694  5471 ts_tablet_manager.cc:1403] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df: Time spent bootstrapping tablet: real 0.072s	user 0.005s	sys 0.014s
I20260630 12:36:17.400309  5470 tablet_bootstrap.cc:492] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2: No bootstrap required, opened a new log
I20260630 12:36:17.400503  5473 tablet_bootstrap.cc:654] T 0a28e27bb1a1480a9429b75592c65e31 P 72d862c548cd4af4bb8386642999c563: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:17.401007  5470 ts_tablet_manager.cc:1403] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2: Time spent bootstrapping tablet: real 0.015s	user 0.008s	sys 0.004s
I20260630 12:36:17.400621  5471 raft_consensus.cc:359] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.401526  5471 raft_consensus.cc:385] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:17.401881  5471 raft_consensus.cc:740] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: afb409f9fcb846a9ad09c146e6e270df, State: Initialized, Role: FOLLOWER
I20260630 12:36:17.402868  5471 consensus_queue.cc:260] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.404418  5470 raft_consensus.cc:359] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.405184  5470 raft_consensus.cc:385] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:17.405565  5470 raft_consensus.cc:740] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 47ab2820ddf14a99a992b45515bc92d2, State: Initialized, Role: FOLLOWER
I20260630 12:36:17.406409  5470 consensus_queue.cc:260] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.408474  5470 ts_tablet_manager.cc:1434] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.002s
I20260630 12:36:17.409526  5470 tablet_bootstrap.cc:492] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2: Bootstrap starting.
I20260630 12:36:17.410543  5471 ts_tablet_manager.cc:1434] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df: Time spent starting tablet: real 0.013s	user 0.001s	sys 0.010s
I20260630 12:36:17.416047  5470 tablet_bootstrap.cc:654] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:17.420689  5471 tablet_bootstrap.cc:492] T a47733fdd58d44359f4842a802621d12 P afb409f9fcb846a9ad09c146e6e270df: Bootstrap starting.
I20260630 12:36:17.440225  5473 tablet_bootstrap.cc:492] T 0a28e27bb1a1480a9429b75592c65e31 P 72d862c548cd4af4bb8386642999c563: No bootstrap required, opened a new log
I20260630 12:36:17.430584  5471 tablet_bootstrap.cc:654] T a47733fdd58d44359f4842a802621d12 P afb409f9fcb846a9ad09c146e6e270df: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:17.441368  5473 ts_tablet_manager.cc:1403] T 0a28e27bb1a1480a9429b75592c65e31 P 72d862c548cd4af4bb8386642999c563: Time spent bootstrapping tablet: real 0.068s	user 0.015s	sys 0.012s
I20260630 12:36:17.446470  5473 raft_consensus.cc:359] T 0a28e27bb1a1480a9429b75592c65e31 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.448920  5473 raft_consensus.cc:385] T 0a28e27bb1a1480a9429b75592c65e31 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:17.449323  5473 raft_consensus.cc:740] T 0a28e27bb1a1480a9429b75592c65e31 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 72d862c548cd4af4bb8386642999c563, State: Initialized, Role: FOLLOWER
I20260630 12:36:17.450518  5470 tablet_bootstrap.cc:492] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2: No bootstrap required, opened a new log
I20260630 12:36:17.450163  5473 consensus_queue.cc:260] T 0a28e27bb1a1480a9429b75592c65e31 P 72d862c548cd4af4bb8386642999c563 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.451081  5470 ts_tablet_manager.cc:1403] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2: Time spent bootstrapping tablet: real 0.042s	user 0.021s	sys 0.011s
I20260630 12:36:17.453426  5471 tablet_bootstrap.cc:492] T a47733fdd58d44359f4842a802621d12 P afb409f9fcb846a9ad09c146e6e270df: No bootstrap required, opened a new log
I20260630 12:36:17.454015  5471 ts_tablet_manager.cc:1403] T a47733fdd58d44359f4842a802621d12 P afb409f9fcb846a9ad09c146e6e270df: Time spent bootstrapping tablet: real 0.034s	user 0.012s	sys 0.008s
I20260630 12:36:17.455281  5470 raft_consensus.cc:359] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.456337  5470 raft_consensus.cc:385] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:17.456732  5470 raft_consensus.cc:740] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 47ab2820ddf14a99a992b45515bc92d2, State: Initialized, Role: FOLLOWER
I20260630 12:36:17.457271  5471 raft_consensus.cc:359] T a47733fdd58d44359f4842a802621d12 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.458068  5471 raft_consensus.cc:385] T a47733fdd58d44359f4842a802621d12 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:17.458621  5471 raft_consensus.cc:740] T a47733fdd58d44359f4842a802621d12 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: afb409f9fcb846a9ad09c146e6e270df, State: Initialized, Role: FOLLOWER
I20260630 12:36:17.457973  5470 consensus_queue.cc:260] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.459466  5471 consensus_queue.cc:260] T a47733fdd58d44359f4842a802621d12 P afb409f9fcb846a9ad09c146e6e270df [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.462242  5471 ts_tablet_manager.cc:1434] T a47733fdd58d44359f4842a802621d12 P afb409f9fcb846a9ad09c146e6e270df: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.001s
W20260630 12:36:17.462383  5451 tablet.cc:2406] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:36:17.463439  5471 tablet_bootstrap.cc:492] T 350af05314c94e6cb0c2816ef6409dab P afb409f9fcb846a9ad09c146e6e270df: Bootstrap starting.
I20260630 12:36:17.461805  5470 ts_tablet_manager.cc:1434] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2: Time spent starting tablet: real 0.010s	user 0.009s	sys 0.000s
I20260630 12:36:17.466009  5470 tablet_bootstrap.cc:492] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2: Bootstrap starting.
I20260630 12:36:17.471357  5471 tablet_bootstrap.cc:654] T 350af05314c94e6cb0c2816ef6409dab P afb409f9fcb846a9ad09c146e6e270df: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:17.471915  5473 ts_tablet_manager.cc:1434] T 0a28e27bb1a1480a9429b75592c65e31 P 72d862c548cd4af4bb8386642999c563: Time spent starting tablet: real 0.030s	user 0.009s	sys 0.017s
I20260630 12:36:17.473166  5473 tablet_bootstrap.cc:492] T 350af05314c94e6cb0c2816ef6409dab P 72d862c548cd4af4bb8386642999c563: Bootstrap starting.
I20260630 12:36:17.478673  5470 tablet_bootstrap.cc:654] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:17.480338  5473 tablet_bootstrap.cc:654] T 350af05314c94e6cb0c2816ef6409dab P 72d862c548cd4af4bb8386642999c563: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:17.683281  5474 raft_consensus.cc:493] T 53b55adbe9664c288e64cb854969f5c6 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:17.684022  5474 raft_consensus.cc:515] T 53b55adbe9664c288e64cb854969f5c6 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.700322  5474 leader_election.cc:290] T 53b55adbe9664c288e64cb854969f5c6 P 47ab2820ddf14a99a992b45515bc92d2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973), afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887)
I20260630 12:36:17.703824  5474 raft_consensus.cc:493] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:17.705320  5474 raft_consensus.cc:515] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.707703  5471 tablet_bootstrap.cc:492] T 350af05314c94e6cb0c2816ef6409dab P afb409f9fcb846a9ad09c146e6e270df: No bootstrap required, opened a new log
I20260630 12:36:17.720938  5471 ts_tablet_manager.cc:1403] T 350af05314c94e6cb0c2816ef6409dab P afb409f9fcb846a9ad09c146e6e270df: Time spent bootstrapping tablet: real 0.258s	user 0.013s	sys 0.005s
I20260630 12:36:17.722061  5474 leader_election.cc:290] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973), afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887)
I20260630 12:36:17.724727  5471 raft_consensus.cc:359] T 350af05314c94e6cb0c2816ef6409dab P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.725756  5471 raft_consensus.cc:385] T 350af05314c94e6cb0c2816ef6409dab P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:17.726148  5471 raft_consensus.cc:740] T 350af05314c94e6cb0c2816ef6409dab P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: afb409f9fcb846a9ad09c146e6e270df, State: Initialized, Role: FOLLOWER
I20260630 12:36:17.727676  5471 consensus_queue.cc:260] T 350af05314c94e6cb0c2816ef6409dab P afb409f9fcb846a9ad09c146e6e270df [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.729483  5473 tablet_bootstrap.cc:492] T 350af05314c94e6cb0c2816ef6409dab P 72d862c548cd4af4bb8386642999c563: No bootstrap required, opened a new log
I20260630 12:36:17.730000  5473 ts_tablet_manager.cc:1403] T 350af05314c94e6cb0c2816ef6409dab P 72d862c548cd4af4bb8386642999c563: Time spent bootstrapping tablet: real 0.257s	user 0.008s	sys 0.023s
I20260630 12:36:17.730031  5471 ts_tablet_manager.cc:1434] T 350af05314c94e6cb0c2816ef6409dab P afb409f9fcb846a9ad09c146e6e270df: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.002s
I20260630 12:36:17.731344  5471 tablet_bootstrap.cc:492] T 31cea5b5acbb4a1099d2ae5e59745aa8 P afb409f9fcb846a9ad09c146e6e270df: Bootstrap starting.
I20260630 12:36:17.733181  5473 raft_consensus.cc:359] T 350af05314c94e6cb0c2816ef6409dab P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.733992  5473 raft_consensus.cc:385] T 350af05314c94e6cb0c2816ef6409dab P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:17.734318  5473 raft_consensus.cc:740] T 350af05314c94e6cb0c2816ef6409dab P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 72d862c548cd4af4bb8386642999c563, State: Initialized, Role: FOLLOWER
I20260630 12:36:17.735075  5473 consensus_queue.cc:260] T 350af05314c94e6cb0c2816ef6409dab P 72d862c548cd4af4bb8386642999c563 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.737303  5473 ts_tablet_manager.cc:1434] T 350af05314c94e6cb0c2816ef6409dab P 72d862c548cd4af4bb8386642999c563: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:36:17.738059  5471 tablet_bootstrap.cc:654] T 31cea5b5acbb4a1099d2ae5e59745aa8 P afb409f9fcb846a9ad09c146e6e270df: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:17.750376  5471 tablet_bootstrap.cc:492] T 31cea5b5acbb4a1099d2ae5e59745aa8 P afb409f9fcb846a9ad09c146e6e270df: No bootstrap required, opened a new log
I20260630 12:36:17.751009  5471 ts_tablet_manager.cc:1403] T 31cea5b5acbb4a1099d2ae5e59745aa8 P afb409f9fcb846a9ad09c146e6e270df: Time spent bootstrapping tablet: real 0.020s	user 0.013s	sys 0.004s
I20260630 12:36:17.753233  5473 tablet_bootstrap.cc:492] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563: Bootstrap starting.
I20260630 12:36:17.754266  5471 raft_consensus.cc:359] T 31cea5b5acbb4a1099d2ae5e59745aa8 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.755154  5471 raft_consensus.cc:385] T 31cea5b5acbb4a1099d2ae5e59745aa8 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:17.755534  5471 raft_consensus.cc:740] T 31cea5b5acbb4a1099d2ae5e59745aa8 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: afb409f9fcb846a9ad09c146e6e270df, State: Initialized, Role: FOLLOWER
I20260630 12:36:17.756374  5471 consensus_queue.cc:260] T 31cea5b5acbb4a1099d2ae5e59745aa8 P afb409f9fcb846a9ad09c146e6e270df [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.759258  5471 ts_tablet_manager.cc:1434] T 31cea5b5acbb4a1099d2ae5e59745aa8 P afb409f9fcb846a9ad09c146e6e270df: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.001s
I20260630 12:36:17.760401  5471 tablet_bootstrap.cc:492] T 57fe5327abda4ed6b70eb139d376b187 P afb409f9fcb846a9ad09c146e6e270df: Bootstrap starting.
I20260630 12:36:17.761543  5473 tablet_bootstrap.cc:654] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:17.760547  5478 raft_consensus.cc:493] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:17.767446  5478 raft_consensus.cc:515] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.797719  5478 leader_election.cc:290] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973), 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
I20260630 12:36:17.863847  5276 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53b55adbe9664c288e64cb854969f5c6" candidate_uuid: "47ab2820ddf14a99a992b45515bc92d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72d862c548cd4af4bb8386642999c563" is_pre_election: true
I20260630 12:36:17.864357  5275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a47733fdd58d44359f4842a802621d12" candidate_uuid: "47ab2820ddf14a99a992b45515bc92d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72d862c548cd4af4bb8386642999c563" is_pre_election: true
W20260630 12:36:17.865911  5388 leader_election.cc:343] T 53b55adbe9664c288e64cb854969f5c6 P 47ab2820ddf14a99a992b45515bc92d2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): Illegal state: must be running to vote when last-logged opid is not known
W20260630 12:36:17.866806  5388 leader_election.cc:343] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:17.866938  5474 raft_consensus.cc:493] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
W20260630 12:36:17.867540  5222 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:36:17.867478  5474 raft_consensus.cc:515] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.869959  5474 leader_election.cc:290] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973), afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887)
I20260630 12:36:17.871027  5275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "350af05314c94e6cb0c2816ef6409dab" candidate_uuid: "47ab2820ddf14a99a992b45515bc92d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72d862c548cd4af4bb8386642999c563" is_pre_election: true
I20260630 12:36:17.871968  5275 raft_consensus.cc:2468] T 350af05314c94e6cb0c2816ef6409dab P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 47ab2820ddf14a99a992b45515bc92d2 in term 0.
I20260630 12:36:17.874372  5388 leader_election.cc:304] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 47ab2820ddf14a99a992b45515bc92d2, 72d862c548cd4af4bb8386642999c563; no voters: 
I20260630 12:36:17.875555  5474 raft_consensus.cc:2804] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:17.876050  5474 raft_consensus.cc:493] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:17.876456  5474 raft_consensus.cc:3060] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:17.879776  5478 raft_consensus.cc:493] T 350af05314c94e6cb0c2816ef6409dab P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:17.880311  5478 raft_consensus.cc:515] T 350af05314c94e6cb0c2816ef6409dab P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.882354  5478 leader_election.cc:290] T 350af05314c94e6cb0c2816ef6409dab P afb409f9fcb846a9ad09c146e6e270df [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973), 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
I20260630 12:36:17.883808  5474 raft_consensus.cc:515] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.886098  5474 leader_election.cc:290] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [CANDIDATE]: Term 1 election: Requested vote from peers 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973), afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887)
I20260630 12:36:17.891392  5275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "350af05314c94e6cb0c2816ef6409dab" candidate_uuid: "47ab2820ddf14a99a992b45515bc92d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72d862c548cd4af4bb8386642999c563"
I20260630 12:36:17.892020  5275 raft_consensus.cc:3060] T 350af05314c94e6cb0c2816ef6409dab P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:17.892280  5274 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "350af05314c94e6cb0c2816ef6409dab" candidate_uuid: "afb409f9fcb846a9ad09c146e6e270df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72d862c548cd4af4bb8386642999c563" is_pre_election: true
I20260630 12:36:17.893015  5470 tablet_bootstrap.cc:492] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2: No bootstrap required, opened a new log
I20260630 12:36:17.893567  5470 ts_tablet_manager.cc:1403] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2: Time spent bootstrapping tablet: real 0.428s	user 0.017s	sys 0.025s
I20260630 12:36:17.896641  5470 raft_consensus.cc:359] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.897421  5470 raft_consensus.cc:385] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:17.897511  5471 tablet_bootstrap.cc:654] T 57fe5327abda4ed6b70eb139d376b187 P afb409f9fcb846a9ad09c146e6e270df: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:17.897806  5470 raft_consensus.cc:740] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 47ab2820ddf14a99a992b45515bc92d2, State: Initialized, Role: FOLLOWER
I20260630 12:36:17.899308  5276 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0a28e27bb1a1480a9429b75592c65e31" candidate_uuid: "afb409f9fcb846a9ad09c146e6e270df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72d862c548cd4af4bb8386642999c563" is_pre_election: true
I20260630 12:36:17.899667  5351 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53b55adbe9664c288e64cb854969f5c6" candidate_uuid: "47ab2820ddf14a99a992b45515bc92d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afb409f9fcb846a9ad09c146e6e270df" is_pre_election: true
I20260630 12:36:17.900053  5276 raft_consensus.cc:2468] T 0a28e27bb1a1480a9429b75592c65e31 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate afb409f9fcb846a9ad09c146e6e270df in term 0.
I20260630 12:36:17.900334  5275 raft_consensus.cc:2468] T 350af05314c94e6cb0c2816ef6409dab P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 47ab2820ddf14a99a992b45515bc92d2 in term 1.
I20260630 12:36:17.901247  5350 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a47733fdd58d44359f4842a802621d12" candidate_uuid: "47ab2820ddf14a99a992b45515bc92d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afb409f9fcb846a9ad09c146e6e270df" is_pre_election: true
I20260630 12:36:17.901670  5388 leader_election.cc:304] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 47ab2820ddf14a99a992b45515bc92d2, 72d862c548cd4af4bb8386642999c563; no voters: 
I20260630 12:36:17.901957  5350 raft_consensus.cc:2468] T a47733fdd58d44359f4842a802621d12 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 47ab2820ddf14a99a992b45515bc92d2 in term 0.
I20260630 12:36:17.902751  5474 raft_consensus.cc:2804] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:17.903157  5349 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "350af05314c94e6cb0c2816ef6409dab" candidate_uuid: "47ab2820ddf14a99a992b45515bc92d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afb409f9fcb846a9ad09c146e6e270df" is_pre_election: true
I20260630 12:36:17.903364  5474 raft_consensus.cc:697] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [term 1 LEADER]: Becoming Leader. State: Replica: 47ab2820ddf14a99a992b45515bc92d2, State: Running, Role: LEADER
I20260630 12:36:17.903829  5349 raft_consensus.cc:2468] T 350af05314c94e6cb0c2816ef6409dab P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 47ab2820ddf14a99a992b45515bc92d2 in term 0.
I20260630 12:36:17.904146  5314 leader_election.cc:304] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 72d862c548cd4af4bb8386642999c563, afb409f9fcb846a9ad09c146e6e270df; no voters: 
I20260630 12:36:17.905014  5348 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "350af05314c94e6cb0c2816ef6409dab" candidate_uuid: "47ab2820ddf14a99a992b45515bc92d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afb409f9fcb846a9ad09c146e6e270df"
I20260630 12:36:17.904204  5474 consensus_queue.cc:237] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.905717  5348 raft_consensus.cc:3060] T 350af05314c94e6cb0c2816ef6409dab P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:17.907946  5471 tablet_bootstrap.cc:492] T 57fe5327abda4ed6b70eb139d376b187 P afb409f9fcb846a9ad09c146e6e270df: No bootstrap required, opened a new log
I20260630 12:36:17.908491  5471 ts_tablet_manager.cc:1403] T 57fe5327abda4ed6b70eb139d376b187 P afb409f9fcb846a9ad09c146e6e270df: Time spent bootstrapping tablet: real 0.148s	user 0.019s	sys 0.001s
I20260630 12:36:17.910382  5478 raft_consensus.cc:2804] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:17.910828  5478 raft_consensus.cc:493] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:17.911171  5478 raft_consensus.cc:3060] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:17.911921  5471 raft_consensus.cc:359] T 57fe5327abda4ed6b70eb139d376b187 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.912660  5471 raft_consensus.cc:385] T 57fe5327abda4ed6b70eb139d376b187 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:17.912964  5471 raft_consensus.cc:740] T 57fe5327abda4ed6b70eb139d376b187 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: afb409f9fcb846a9ad09c146e6e270df, State: Initialized, Role: FOLLOWER
I20260630 12:36:17.913786  5471 consensus_queue.cc:260] T 57fe5327abda4ed6b70eb139d376b187 P afb409f9fcb846a9ad09c146e6e270df [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.909574  5470 consensus_queue.cc:260] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
W20260630 12:36:17.915603  5388 leader_election.cc:343] T 53b55adbe9664c288e64cb854969f5c6 P 47ab2820ddf14a99a992b45515bc92d2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:17.916324  5388 leader_election.cc:304] T 53b55adbe9664c288e64cb854969f5c6 P 47ab2820ddf14a99a992b45515bc92d2 [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: 47ab2820ddf14a99a992b45515bc92d2; no voters: 72d862c548cd4af4bb8386642999c563, afb409f9fcb846a9ad09c146e6e270df
I20260630 12:36:17.917337  5474 raft_consensus.cc:2749] T 53b55adbe9664c288e64cb854969f5c6 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:17.918097  5388 leader_election.cc:304] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2 [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: 47ab2820ddf14a99a992b45515bc92d2, afb409f9fcb846a9ad09c146e6e270df; no voters: 72d862c548cd4af4bb8386642999c563
I20260630 12:36:17.919174  5470 ts_tablet_manager.cc:1434] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2: Time spent starting tablet: real 0.025s	user 0.004s	sys 0.005s
I20260630 12:36:17.920312  5470 tablet_bootstrap.cc:492] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2: Bootstrap starting.
I20260630 12:36:17.922444  5474 raft_consensus.cc:2804] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:17.923251  5474 raft_consensus.cc:493] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:17.923790  5474 raft_consensus.cc:3060] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:17.928220  5470 tablet_bootstrap.cc:654] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:17.935765  5348 raft_consensus.cc:2468] T 350af05314c94e6cb0c2816ef6409dab P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 47ab2820ddf14a99a992b45515bc92d2 in term 1.
I20260630 12:36:17.941244  5470 tablet_bootstrap.cc:492] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2: No bootstrap required, opened a new log
I20260630 12:36:17.941869  5470 ts_tablet_manager.cc:1403] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2: Time spent bootstrapping tablet: real 0.022s	user 0.013s	sys 0.007s
I20260630 12:36:17.944370  5478 raft_consensus.cc:515] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.944850  5470 raft_consensus.cc:359] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.946084  5470 raft_consensus.cc:385] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:17.946487  5470 raft_consensus.cc:740] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 47ab2820ddf14a99a992b45515bc92d2, State: Initialized, Role: FOLLOWER
I20260630 12:36:17.947432  5470 consensus_queue.cc:260] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.948606  5275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0a28e27bb1a1480a9429b75592c65e31" candidate_uuid: "afb409f9fcb846a9ad09c146e6e270df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72d862c548cd4af4bb8386642999c563"
I20260630 12:36:17.949241  5275 raft_consensus.cc:3060] T 0a28e27bb1a1480a9429b75592c65e31 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:17.950445  5470 ts_tablet_manager.cc:1434] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:36:17.951622  5470 tablet_bootstrap.cc:492] T 802f6322d1ff48e6a3478b4d14d2e073 P 47ab2820ddf14a99a992b45515bc92d2: Bootstrap starting.
I20260630 12:36:17.953334  5478 leader_election.cc:290] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df [CANDIDATE]: Term 1 election: Requested vote from peers 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973), 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
I20260630 12:36:17.952943  5474 raft_consensus.cc:515] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.958683  5473 tablet_bootstrap.cc:492] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563: No bootstrap required, opened a new log
I20260630 12:36:17.958534  5276 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a47733fdd58d44359f4842a802621d12" candidate_uuid: "47ab2820ddf14a99a992b45515bc92d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72d862c548cd4af4bb8386642999c563"
I20260630 12:36:17.959404  5473 ts_tablet_manager.cc:1403] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563: Time spent bootstrapping tablet: real 0.206s	user 0.030s	sys 0.016s
W20260630 12:36:17.960662  5388 leader_election.cc:343] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:17.962697  5473 raft_consensus.cc:359] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.963506  5473 raft_consensus.cc:385] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:17.963919  5473 raft_consensus.cc:740] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 72d862c548cd4af4bb8386642999c563, State: Initialized, Role: FOLLOWER
I20260630 12:36:17.963711  5348 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a47733fdd58d44359f4842a802621d12" candidate_uuid: "47ab2820ddf14a99a992b45515bc92d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afb409f9fcb846a9ad09c146e6e270df"
I20260630 12:36:17.964679  5348 raft_consensus.cc:3060] T a47733fdd58d44359f4842a802621d12 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:17.968315  5275 raft_consensus.cc:2468] T 0a28e27bb1a1480a9429b75592c65e31 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate afb409f9fcb846a9ad09c146e6e270df in term 1.
I20260630 12:36:17.958789  5470 tablet_bootstrap.cc:654] T 802f6322d1ff48e6a3478b4d14d2e073 P 47ab2820ddf14a99a992b45515bc92d2: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:17.973222  5314 leader_election.cc:304] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 72d862c548cd4af4bb8386642999c563, afb409f9fcb846a9ad09c146e6e270df; no voters: 
I20260630 12:36:17.974460  5478 raft_consensus.cc:2804] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:17.975067  5478 raft_consensus.cc:697] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df [term 1 LEADER]: Becoming Leader. State: Replica: afb409f9fcb846a9ad09c146e6e270df, State: Running, Role: LEADER
I20260630 12:36:17.976080  5474 leader_election.cc:290] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2 [CANDIDATE]: Term 1 election: Requested vote from peers 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973), afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887)
I20260630 12:36:17.975958  5478 consensus_queue.cc:237] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.977530  5348 raft_consensus.cc:2468] T a47733fdd58d44359f4842a802621d12 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 47ab2820ddf14a99a992b45515bc92d2 in term 1.
I20260630 12:36:17.979466  5388 leader_election.cc:304] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2 [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: 47ab2820ddf14a99a992b45515bc92d2, afb409f9fcb846a9ad09c146e6e270df; no voters: 72d862c548cd4af4bb8386642999c563
I20260630 12:36:17.981410  5485 raft_consensus.cc:2804] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:17.982815  5473 consensus_queue.cc:260] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.983489  5474 raft_consensus.cc:493] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:17.980573  5174 catalog_manager.cc:5697] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3). New cstate: current_term: 1 leader_uuid: "47ab2820ddf14a99a992b45515bc92d2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:17.984761  5474 raft_consensus.cc:515] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:17.986719  5471 ts_tablet_manager.cc:1434] T 57fe5327abda4ed6b70eb139d376b187 P afb409f9fcb846a9ad09c146e6e270df: Time spent starting tablet: real 0.078s	user 0.054s	sys 0.025s
I20260630 12:36:17.988087  5471 tablet_bootstrap.cc:492] T 802f6322d1ff48e6a3478b4d14d2e073 P afb409f9fcb846a9ad09c146e6e270df: Bootstrap starting.
I20260630 12:36:17.989051  5275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57fe5327abda4ed6b70eb139d376b187" candidate_uuid: "47ab2820ddf14a99a992b45515bc92d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72d862c548cd4af4bb8386642999c563" is_pre_election: true
W20260630 12:36:17.990749  5388 leader_election.cc:343] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:17.994841  5349 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57fe5327abda4ed6b70eb139d376b187" candidate_uuid: "47ab2820ddf14a99a992b45515bc92d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afb409f9fcb846a9ad09c146e6e270df" is_pre_election: true
I20260630 12:36:17.995095  5471 tablet_bootstrap.cc:654] T 802f6322d1ff48e6a3478b4d14d2e073 P afb409f9fcb846a9ad09c146e6e270df: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:17.995615  5349 raft_consensus.cc:2468] T 57fe5327abda4ed6b70eb139d376b187 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 47ab2820ddf14a99a992b45515bc92d2 in term 0.
I20260630 12:36:17.997170  5388 leader_election.cc:304] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [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: 47ab2820ddf14a99a992b45515bc92d2, afb409f9fcb846a9ad09c146e6e270df; no voters: 72d862c548cd4af4bb8386642999c563
I20260630 12:36:17.999516  5474 leader_election.cc:290] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973), afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887)
I20260630 12:36:17.999650  5503 raft_consensus.cc:2804] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:18.001047  5503 raft_consensus.cc:493] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:18.002156  5503 raft_consensus.cc:3060] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:18.002933  5481 raft_consensus.cc:493] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:18.003724  5481 raft_consensus.cc:515] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.009411  5473 ts_tablet_manager.cc:1434] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563: Time spent starting tablet: real 0.050s	user 0.007s	sys 0.001s
I20260630 12:36:18.010376  5485 raft_consensus.cc:697] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 LEADER]: Becoming Leader. State: Replica: 47ab2820ddf14a99a992b45515bc92d2, State: Running, Role: LEADER
I20260630 12:36:18.011761  5481 leader_election.cc:290] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887), 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
I20260630 12:36:18.011721  5485 consensus_queue.cc:237] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.015368  5473 tablet_bootstrap.cc:492] T 57fe5327abda4ed6b70eb139d376b187 P 72d862c548cd4af4bb8386642999c563: Bootstrap starting.
I20260630 12:36:18.031797  5425 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0a28e27bb1a1480a9429b75592c65e31" candidate_uuid: "afb409f9fcb846a9ad09c146e6e270df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47ab2820ddf14a99a992b45515bc92d2" is_pre_election: true
I20260630 12:36:18.031822  5503 raft_consensus.cc:515] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.033226  5471 tablet_bootstrap.cc:492] T 802f6322d1ff48e6a3478b4d14d2e073 P afb409f9fcb846a9ad09c146e6e270df: No bootstrap required, opened a new log
I20260630 12:36:18.034746  5471 ts_tablet_manager.cc:1403] T 802f6322d1ff48e6a3478b4d14d2e073 P afb409f9fcb846a9ad09c146e6e270df: Time spent bootstrapping tablet: real 0.047s	user 0.007s	sys 0.009s
W20260630 12:36:18.036525  5316 leader_election.cc:343] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:18.034618  5423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0a28e27bb1a1480a9429b75592c65e31" candidate_uuid: "afb409f9fcb846a9ad09c146e6e270df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47ab2820ddf14a99a992b45515bc92d2"
I20260630 12:36:18.033649  5424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "350af05314c94e6cb0c2816ef6409dab" candidate_uuid: "afb409f9fcb846a9ad09c146e6e270df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47ab2820ddf14a99a992b45515bc92d2" is_pre_election: true
I20260630 12:36:18.035650  5275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57fe5327abda4ed6b70eb139d376b187" candidate_uuid: "47ab2820ddf14a99a992b45515bc92d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72d862c548cd4af4bb8386642999c563"
I20260630 12:36:18.038151  5348 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57fe5327abda4ed6b70eb139d376b187" candidate_uuid: "47ab2820ddf14a99a992b45515bc92d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afb409f9fcb846a9ad09c146e6e270df"
W20260630 12:36:18.039681  5388 leader_election.cc:343] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): Illegal state: must be running to vote when last-logged opid is not known
W20260630 12:36:18.039852  5316 leader_election.cc:343] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:18.038944  5348 raft_consensus.cc:3060] T 57fe5327abda4ed6b70eb139d376b187 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:18.041770  5316 leader_election.cc:304] T 350af05314c94e6cb0c2816ef6409dab P afb409f9fcb846a9ad09c146e6e270df [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: afb409f9fcb846a9ad09c146e6e270df; no voters: 47ab2820ddf14a99a992b45515bc92d2, 72d862c548cd4af4bb8386642999c563
I20260630 12:36:18.044713  5471 raft_consensus.cc:359] T 802f6322d1ff48e6a3478b4d14d2e073 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.047366  5470 tablet_bootstrap.cc:492] T 802f6322d1ff48e6a3478b4d14d2e073 P 47ab2820ddf14a99a992b45515bc92d2: No bootstrap required, opened a new log
I20260630 12:36:18.050743  5478 raft_consensus.cc:2749] T 350af05314c94e6cb0c2816ef6409dab P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:18.050451  5471 raft_consensus.cc:385] T 802f6322d1ff48e6a3478b4d14d2e073 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:18.055260  5503 leader_election.cc:290] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [CANDIDATE]: Term 1 election: Requested vote from peers 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973), afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887)
I20260630 12:36:18.059333  5349 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53b55adbe9664c288e64cb854969f5c6" candidate_uuid: "72d862c548cd4af4bb8386642999c563" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afb409f9fcb846a9ad09c146e6e270df" is_pre_election: true
I20260630 12:36:18.059921  5348 raft_consensus.cc:2468] T 57fe5327abda4ed6b70eb139d376b187 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 47ab2820ddf14a99a992b45515bc92d2 in term 1.
W20260630 12:36:18.061617  5239 leader_election.cc:343] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:18.059247  5471 raft_consensus.cc:740] T 802f6322d1ff48e6a3478b4d14d2e073 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: afb409f9fcb846a9ad09c146e6e270df, State: Initialized, Role: FOLLOWER
I20260630 12:36:18.061945  5388 leader_election.cc:304] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [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: 47ab2820ddf14a99a992b45515bc92d2, afb409f9fcb846a9ad09c146e6e270df; no voters: 72d862c548cd4af4bb8386642999c563
I20260630 12:36:18.062882  5471 consensus_queue.cc:260] T 802f6322d1ff48e6a3478b4d14d2e073 P afb409f9fcb846a9ad09c146e6e270df [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.063414  5503 raft_consensus.cc:2804] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:18.054378  5470 ts_tablet_manager.cc:1403] T 802f6322d1ff48e6a3478b4d14d2e073 P 47ab2820ddf14a99a992b45515bc92d2: Time spent bootstrapping tablet: real 0.103s	user 0.036s	sys 0.013s
I20260630 12:36:18.059211  5473 tablet_bootstrap.cc:654] T 57fe5327abda4ed6b70eb139d376b187 P 72d862c548cd4af4bb8386642999c563: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:18.064833  5503 raft_consensus.cc:697] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 LEADER]: Becoming Leader. State: Replica: 47ab2820ddf14a99a992b45515bc92d2, State: Running, Role: LEADER
I20260630 12:36:18.067970  5503 consensus_queue.cc:237] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.069481  5471 ts_tablet_manager.cc:1434] T 802f6322d1ff48e6a3478b4d14d2e073 P afb409f9fcb846a9ad09c146e6e270df: Time spent starting tablet: real 0.033s	user 0.004s	sys 0.004s
I20260630 12:36:18.078213  5470 raft_consensus.cc:359] T 802f6322d1ff48e6a3478b4d14d2e073 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.080627  5470 raft_consensus.cc:385] T 802f6322d1ff48e6a3478b4d14d2e073 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:18.081153  5470 raft_consensus.cc:740] T 802f6322d1ff48e6a3478b4d14d2e073 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 47ab2820ddf14a99a992b45515bc92d2, State: Initialized, Role: FOLLOWER
I20260630 12:36:18.082501  5470 consensus_queue.cc:260] T 802f6322d1ff48e6a3478b4d14d2e073 P 47ab2820ddf14a99a992b45515bc92d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.087481  5470 ts_tablet_manager.cc:1434] T 802f6322d1ff48e6a3478b4d14d2e073 P 47ab2820ddf14a99a992b45515bc92d2: Time spent starting tablet: real 0.022s	user 0.010s	sys 0.000s
I20260630 12:36:18.088513  5424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53b55adbe9664c288e64cb854969f5c6" candidate_uuid: "72d862c548cd4af4bb8386642999c563" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47ab2820ddf14a99a992b45515bc92d2" is_pre_election: true
I20260630 12:36:18.088919  5470 tablet_bootstrap.cc:492] T 034fdb126d0944088341f91f99b57a2a P 47ab2820ddf14a99a992b45515bc92d2: Bootstrap starting.
I20260630 12:36:18.089174  5424 raft_consensus.cc:2468] T 53b55adbe9664c288e64cb854969f5c6 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 72d862c548cd4af4bb8386642999c563 in term 0.
I20260630 12:36:18.091713  5241 leader_election.cc:304] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [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: 47ab2820ddf14a99a992b45515bc92d2, 72d862c548cd4af4bb8386642999c563; no voters: afb409f9fcb846a9ad09c146e6e270df
I20260630 12:36:18.092594  5481 raft_consensus.cc:2804] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:18.093030  5471 tablet_bootstrap.cc:492] T dbb5d96c77564e28886f9d3940369769 P afb409f9fcb846a9ad09c146e6e270df: Bootstrap starting.
I20260630 12:36:18.092995  5481 raft_consensus.cc:493] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:18.093621  5481 raft_consensus.cc:3060] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:18.097626  5470 tablet_bootstrap.cc:654] T 034fdb126d0944088341f91f99b57a2a P 47ab2820ddf14a99a992b45515bc92d2: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:18.104703  5172 catalog_manager.cc:5697] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3). New cstate: current_term: 1 leader_uuid: "47ab2820ddf14a99a992b45515bc92d2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:18.106969  5172 catalog_manager.cc:5697] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3). New cstate: current_term: 1 leader_uuid: "47ab2820ddf14a99a992b45515bc92d2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:18.108359  5473 tablet_bootstrap.cc:492] T 57fe5327abda4ed6b70eb139d376b187 P 72d862c548cd4af4bb8386642999c563: No bootstrap required, opened a new log
I20260630 12:36:18.108906  5473 ts_tablet_manager.cc:1403] T 57fe5327abda4ed6b70eb139d376b187 P 72d862c548cd4af4bb8386642999c563: Time spent bootstrapping tablet: real 0.094s	user 0.016s	sys 0.016s
I20260630 12:36:18.110994  5503 raft_consensus.cc:493] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:18.111563  5471 tablet_bootstrap.cc:654] T dbb5d96c77564e28886f9d3940369769 P afb409f9fcb846a9ad09c146e6e270df: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:18.111544  5503 raft_consensus.cc:515] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.113893  5503 leader_election.cc:290] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973), afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887)
I20260630 12:36:18.113791  5481 raft_consensus.cc:515] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.116657  5473 raft_consensus.cc:359] T 57fe5327abda4ed6b70eb139d376b187 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.116852  5275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "31cea5b5acbb4a1099d2ae5e59745aa8" candidate_uuid: "47ab2820ddf14a99a992b45515bc92d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72d862c548cd4af4bb8386642999c563" is_pre_election: true
I20260630 12:36:18.117431  5473 raft_consensus.cc:385] T 57fe5327abda4ed6b70eb139d376b187 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:18.117822  5473 raft_consensus.cc:740] T 57fe5327abda4ed6b70eb139d376b187 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 72d862c548cd4af4bb8386642999c563, State: Initialized, Role: FOLLOWER
I20260630 12:36:18.118610  5348 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "31cea5b5acbb4a1099d2ae5e59745aa8" candidate_uuid: "47ab2820ddf14a99a992b45515bc92d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afb409f9fcb846a9ad09c146e6e270df" is_pre_election: true
I20260630 12:36:18.118688  5473 consensus_queue.cc:260] T 57fe5327abda4ed6b70eb139d376b187 P 72d862c548cd4af4bb8386642999c563 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.119654  5348 raft_consensus.cc:2468] T 31cea5b5acbb4a1099d2ae5e59745aa8 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 47ab2820ddf14a99a992b45515bc92d2 in term 0.
I20260630 12:36:18.119958  5424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53b55adbe9664c288e64cb854969f5c6" candidate_uuid: "72d862c548cd4af4bb8386642999c563" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47ab2820ddf14a99a992b45515bc92d2"
I20260630 12:36:18.120733  5424 raft_consensus.cc:3060] T 53b55adbe9664c288e64cb854969f5c6 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:18.122318  5481 leader_election.cc:290] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [CANDIDATE]: Term 1 election: Requested vote from peers afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887), 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
W20260630 12:36:18.121882  5388 leader_election.cc:343] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:18.124600  5388 leader_election.cc:304] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2 [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: 47ab2820ddf14a99a992b45515bc92d2, afb409f9fcb846a9ad09c146e6e270df; no voters: 72d862c548cd4af4bb8386642999c563
I20260630 12:36:18.125190  5174 catalog_manager.cc:5697] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df reported cstate change: term changed from 0 to 1, leader changed from <none> to afb409f9fcb846a9ad09c146e6e270df (127.0.192.2). New cstate: current_term: 1 leader_uuid: "afb409f9fcb846a9ad09c146e6e270df" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:18.125981  5348 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53b55adbe9664c288e64cb854969f5c6" candidate_uuid: "72d862c548cd4af4bb8386642999c563" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afb409f9fcb846a9ad09c146e6e270df"
W20260630 12:36:18.127842  5239 leader_election.cc:343] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:18.132071  5503 raft_consensus.cc:2804] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:18.132809  5503 raft_consensus.cc:493] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:18.133351  5503 raft_consensus.cc:3060] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:18.144621  5471 tablet_bootstrap.cc:492] T dbb5d96c77564e28886f9d3940369769 P afb409f9fcb846a9ad09c146e6e270df: No bootstrap required, opened a new log
I20260630 12:36:18.145566  5471 ts_tablet_manager.cc:1403] T dbb5d96c77564e28886f9d3940369769 P afb409f9fcb846a9ad09c146e6e270df: Time spent bootstrapping tablet: real 0.060s	user 0.012s	sys 0.004s
I20260630 12:36:18.152307  5473 ts_tablet_manager.cc:1434] T 57fe5327abda4ed6b70eb139d376b187 P 72d862c548cd4af4bb8386642999c563: Time spent starting tablet: real 0.043s	user 0.019s	sys 0.011s
I20260630 12:36:18.153482  5473 tablet_bootstrap.cc:492] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563: Bootstrap starting.
I20260630 12:36:18.149899  5471 raft_consensus.cc:359] T dbb5d96c77564e28886f9d3940369769 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } }
I20260630 12:36:18.158675  5471 raft_consensus.cc:385] T dbb5d96c77564e28886f9d3940369769 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:18.159225  5471 raft_consensus.cc:740] T dbb5d96c77564e28886f9d3940369769 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: afb409f9fcb846a9ad09c146e6e270df, State: Initialized, Role: FOLLOWER
I20260630 12:36:18.160328  5473 tablet_bootstrap.cc:654] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:18.160531  5471 consensus_queue.cc:260] T dbb5d96c77564e28886f9d3940369769 P afb409f9fcb846a9ad09c146e6e270df [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } }
I20260630 12:36:18.165939  5424 raft_consensus.cc:2468] T 53b55adbe9664c288e64cb854969f5c6 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 72d862c548cd4af4bb8386642999c563 in term 1.
I20260630 12:36:18.167932  5241 leader_election.cc:304] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [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: 47ab2820ddf14a99a992b45515bc92d2, 72d862c548cd4af4bb8386642999c563; no voters: afb409f9fcb846a9ad09c146e6e270df
I20260630 12:36:18.169849  5514 raft_consensus.cc:2804] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:18.171236  5514 raft_consensus.cc:697] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [term 1 LEADER]: Becoming Leader. State: Replica: 72d862c548cd4af4bb8386642999c563, State: Running, Role: LEADER
I20260630 12:36:18.172487  5473 tablet_bootstrap.cc:492] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563: No bootstrap required, opened a new log
I20260630 12:36:18.172088  5514 consensus_queue.cc:237] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.173038  5473 ts_tablet_manager.cc:1403] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563: Time spent bootstrapping tablet: real 0.020s	user 0.004s	sys 0.012s
I20260630 12:36:18.173147  5471 ts_tablet_manager.cc:1434] T dbb5d96c77564e28886f9d3940369769 P afb409f9fcb846a9ad09c146e6e270df: Time spent starting tablet: real 0.027s	user 0.008s	sys 0.000s
I20260630 12:36:18.174347  5471 tablet_bootstrap.cc:492] T 53b55adbe9664c288e64cb854969f5c6 P afb409f9fcb846a9ad09c146e6e270df: Bootstrap starting.
I20260630 12:36:18.157553  5503 raft_consensus.cc:515] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.179725  5470 tablet_bootstrap.cc:492] T 034fdb126d0944088341f91f99b57a2a P 47ab2820ddf14a99a992b45515bc92d2: No bootstrap required, opened a new log
I20260630 12:36:18.180075  5275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "31cea5b5acbb4a1099d2ae5e59745aa8" candidate_uuid: "47ab2820ddf14a99a992b45515bc92d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72d862c548cd4af4bb8386642999c563"
I20260630 12:36:18.180454  5470 ts_tablet_manager.cc:1403] T 034fdb126d0944088341f91f99b57a2a P 47ab2820ddf14a99a992b45515bc92d2: Time spent bootstrapping tablet: real 0.092s	user 0.021s	sys 0.050s
W20260630 12:36:18.181557  5388 leader_election.cc:343] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:18.176462  5473 raft_consensus.cc:359] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.182961  5473 raft_consensus.cc:385] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:18.183281  5473 raft_consensus.cc:740] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 72d862c548cd4af4bb8386642999c563, State: Initialized, Role: FOLLOWER
I20260630 12:36:18.183843  5348 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "31cea5b5acbb4a1099d2ae5e59745aa8" candidate_uuid: "47ab2820ddf14a99a992b45515bc92d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afb409f9fcb846a9ad09c146e6e270df"
I20260630 12:36:18.184023  5470 raft_consensus.cc:359] T 034fdb126d0944088341f91f99b57a2a P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.184499  5348 raft_consensus.cc:3060] T 31cea5b5acbb4a1099d2ae5e59745aa8 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:18.184890  5470 raft_consensus.cc:385] T 034fdb126d0944088341f91f99b57a2a P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:18.185235  5470 raft_consensus.cc:740] T 034fdb126d0944088341f91f99b57a2a P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 47ab2820ddf14a99a992b45515bc92d2, State: Initialized, Role: FOLLOWER
I20260630 12:36:18.186395  5503 leader_election.cc:290] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2 [CANDIDATE]: Term 1 election: Requested vote from peers 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973), afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887)
I20260630 12:36:18.186072  5470 consensus_queue.cc:260] T 034fdb126d0944088341f91f99b57a2a P 47ab2820ddf14a99a992b45515bc92d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.184077  5473 consensus_queue.cc:260] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.188512  5470 ts_tablet_manager.cc:1434] T 034fdb126d0944088341f91f99b57a2a P 47ab2820ddf14a99a992b45515bc92d2: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.002s
I20260630 12:36:18.190325  5473 ts_tablet_manager.cc:1434] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563: Time spent starting tablet: real 0.017s	user 0.007s	sys 0.003s
I20260630 12:36:18.191442  5473 tablet_bootstrap.cc:492] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 72d862c548cd4af4bb8386642999c563: Bootstrap starting.
I20260630 12:36:18.192438  5348 raft_consensus.cc:2468] T 31cea5b5acbb4a1099d2ae5e59745aa8 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 47ab2820ddf14a99a992b45515bc92d2 in term 1.
I20260630 12:36:18.192061  5174 catalog_manager.cc:5697] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 reported cstate change: term changed from 0 to 1, leader changed from <none> to 72d862c548cd4af4bb8386642999c563 (127.0.192.1). New cstate: current_term: 1 leader_uuid: "72d862c548cd4af4bb8386642999c563" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:18.195075  5470 tablet_bootstrap.cc:492] T 0a28e27bb1a1480a9429b75592c65e31 P 47ab2820ddf14a99a992b45515bc92d2: Bootstrap starting.
I20260630 12:36:18.200317  5473 tablet_bootstrap.cc:654] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 72d862c548cd4af4bb8386642999c563: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:18.201767  5470 tablet_bootstrap.cc:654] T 0a28e27bb1a1480a9429b75592c65e31 P 47ab2820ddf14a99a992b45515bc92d2: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:18.193506  5471 tablet_bootstrap.cc:654] T 53b55adbe9664c288e64cb854969f5c6 P afb409f9fcb846a9ad09c146e6e270df: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:18.204820  5388 leader_election.cc:304] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2 [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: 47ab2820ddf14a99a992b45515bc92d2, afb409f9fcb846a9ad09c146e6e270df; no voters: 72d862c548cd4af4bb8386642999c563
I20260630 12:36:18.206027  5503 raft_consensus.cc:2804] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:18.206554  5503 raft_consensus.cc:697] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 LEADER]: Becoming Leader. State: Replica: 47ab2820ddf14a99a992b45515bc92d2, State: Running, Role: LEADER
I20260630 12:36:18.207381  5503 consensus_queue.cc:237] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.213984  5471 tablet_bootstrap.cc:492] T 53b55adbe9664c288e64cb854969f5c6 P afb409f9fcb846a9ad09c146e6e270df: No bootstrap required, opened a new log
I20260630 12:36:18.214744  5471 ts_tablet_manager.cc:1403] T 53b55adbe9664c288e64cb854969f5c6 P afb409f9fcb846a9ad09c146e6e270df: Time spent bootstrapping tablet: real 0.041s	user 0.012s	sys 0.002s
I20260630 12:36:18.217813  5471 raft_consensus.cc:359] T 53b55adbe9664c288e64cb854969f5c6 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.218528  5471 raft_consensus.cc:385] T 53b55adbe9664c288e64cb854969f5c6 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:18.218798  5471 raft_consensus.cc:740] T 53b55adbe9664c288e64cb854969f5c6 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: afb409f9fcb846a9ad09c146e6e270df, State: Initialized, Role: FOLLOWER
I20260630 12:36:18.219815  5471 consensus_queue.cc:260] T 53b55adbe9664c288e64cb854969f5c6 P afb409f9fcb846a9ad09c146e6e270df [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.222137  5470 tablet_bootstrap.cc:492] T 0a28e27bb1a1480a9429b75592c65e31 P 47ab2820ddf14a99a992b45515bc92d2: No bootstrap required, opened a new log
I20260630 12:36:18.222133  5471 ts_tablet_manager.cc:1434] T 53b55adbe9664c288e64cb854969f5c6 P afb409f9fcb846a9ad09c146e6e270df: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:36:18.222899  5470 ts_tablet_manager.cc:1403] T 0a28e27bb1a1480a9429b75592c65e31 P 47ab2820ddf14a99a992b45515bc92d2: Time spent bootstrapping tablet: real 0.028s	user 0.010s	sys 0.017s
I20260630 12:36:18.223434  5471 tablet_bootstrap.cc:492] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df: Bootstrap starting.
I20260630 12:36:18.223670  5478 raft_consensus.cc:493] T 53b55adbe9664c288e64cb854969f5c6 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:18.224113  5478 raft_consensus.cc:515] T 53b55adbe9664c288e64cb854969f5c6 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.225636  5470 raft_consensus.cc:359] T 0a28e27bb1a1480a9429b75592c65e31 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.226217  5478 leader_election.cc:290] T 53b55adbe9664c288e64cb854969f5c6 P afb409f9fcb846a9ad09c146e6e270df [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973), 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
I20260630 12:36:18.226399  5470 raft_consensus.cc:385] T 0a28e27bb1a1480a9429b75592c65e31 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:18.226786  5470 raft_consensus.cc:740] T 0a28e27bb1a1480a9429b75592c65e31 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 47ab2820ddf14a99a992b45515bc92d2, State: Initialized, Role: FOLLOWER
I20260630 12:36:18.227990  5275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53b55adbe9664c288e64cb854969f5c6" candidate_uuid: "afb409f9fcb846a9ad09c146e6e270df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72d862c548cd4af4bb8386642999c563" is_pre_election: true
I20260630 12:36:18.227526  5470 consensus_queue.cc:260] T 0a28e27bb1a1480a9429b75592c65e31 P 47ab2820ddf14a99a992b45515bc92d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.229341  5424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53b55adbe9664c288e64cb854969f5c6" candidate_uuid: "afb409f9fcb846a9ad09c146e6e270df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47ab2820ddf14a99a992b45515bc92d2" is_pre_election: true
I20260630 12:36:18.229789  5471 tablet_bootstrap.cc:654] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:18.230132  5473 tablet_bootstrap.cc:492] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 72d862c548cd4af4bb8386642999c563: No bootstrap required, opened a new log
I20260630 12:36:18.230392  5470 ts_tablet_manager.cc:1434] T 0a28e27bb1a1480a9429b75592c65e31 P 47ab2820ddf14a99a992b45515bc92d2: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:36:18.230664  5473 ts_tablet_manager.cc:1403] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 72d862c548cd4af4bb8386642999c563: Time spent bootstrapping tablet: real 0.039s	user 0.005s	sys 0.007s
I20260630 12:36:18.230096  5424 raft_consensus.cc:2393] T 53b55adbe9664c288e64cb854969f5c6 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate afb409f9fcb846a9ad09c146e6e270df in current term 1: Already voted for candidate 72d862c548cd4af4bb8386642999c563 in this term.
I20260630 12:36:18.231318  5470 tablet_bootstrap.cc:492] T dbb5d96c77564e28886f9d3940369769 P 47ab2820ddf14a99a992b45515bc92d2: Bootstrap starting.
I20260630 12:36:18.232378  5514 raft_consensus.cc:493] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:18.232402  5316 leader_election.cc:304] T 53b55adbe9664c288e64cb854969f5c6 P afb409f9fcb846a9ad09c146e6e270df [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: afb409f9fcb846a9ad09c146e6e270df; no voters: 47ab2820ddf14a99a992b45515bc92d2, 72d862c548cd4af4bb8386642999c563
I20260630 12:36:18.233009  5514 raft_consensus.cc:515] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.233776  5478 raft_consensus.cc:3060] T 53b55adbe9664c288e64cb854969f5c6 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:18.234520  5473 raft_consensus.cc:359] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.235195  5514 leader_election.cc:290] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887), 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
I20260630 12:36:18.235517  5473 raft_consensus.cc:385] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:18.235961  5473 raft_consensus.cc:740] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 72d862c548cd4af4bb8386642999c563, State: Initialized, Role: FOLLOWER
I20260630 12:36:18.236506  5424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "802f6322d1ff48e6a3478b4d14d2e073" candidate_uuid: "72d862c548cd4af4bb8386642999c563" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47ab2820ddf14a99a992b45515bc92d2" is_pre_election: true
I20260630 12:36:18.236816  5348 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "802f6322d1ff48e6a3478b4d14d2e073" candidate_uuid: "72d862c548cd4af4bb8386642999c563" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afb409f9fcb846a9ad09c146e6e270df" is_pre_election: true
I20260630 12:36:18.237171  5424 raft_consensus.cc:2468] T 802f6322d1ff48e6a3478b4d14d2e073 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 72d862c548cd4af4bb8386642999c563 in term 0.
I20260630 12:36:18.237442  5348 raft_consensus.cc:2468] T 802f6322d1ff48e6a3478b4d14d2e073 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 72d862c548cd4af4bb8386642999c563 in term 0.
I20260630 12:36:18.237118  5473 consensus_queue.cc:260] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 72d862c548cd4af4bb8386642999c563 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.238844  5239 leader_election.cc:304] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 3 yes votes; 0 no votes. yes voters: 47ab2820ddf14a99a992b45515bc92d2, 72d862c548cd4af4bb8386642999c563, afb409f9fcb846a9ad09c146e6e270df; no voters: 
I20260630 12:36:18.240227  5481 raft_consensus.cc:2804] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:18.240581  5481 raft_consensus.cc:493] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:18.240603  5473 ts_tablet_manager.cc:1434] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 72d862c548cd4af4bb8386642999c563: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260630 12:36:18.240996  5481 raft_consensus.cc:3060] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:18.242272  5473 tablet_bootstrap.cc:492] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563: Bootstrap starting.
I20260630 12:36:18.246363  5173 catalog_manager.cc:5697] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3). New cstate: current_term: 1 leader_uuid: "47ab2820ddf14a99a992b45515bc92d2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:18.249053  5481 raft_consensus.cc:515] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.251379  5473 tablet_bootstrap.cc:654] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:18.252095  5348 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "802f6322d1ff48e6a3478b4d14d2e073" candidate_uuid: "72d862c548cd4af4bb8386642999c563" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afb409f9fcb846a9ad09c146e6e270df"
I20260630 12:36:18.252712  5348 raft_consensus.cc:3060] T 802f6322d1ff48e6a3478b4d14d2e073 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:18.264605  5470 tablet_bootstrap.cc:654] T dbb5d96c77564e28886f9d3940369769 P 47ab2820ddf14a99a992b45515bc92d2: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:18.265036  5473 tablet_bootstrap.cc:492] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563: No bootstrap required, opened a new log
I20260630 12:36:18.265753  5473 ts_tablet_manager.cc:1403] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563: Time spent bootstrapping tablet: real 0.024s	user 0.014s	sys 0.006s
I20260630 12:36:18.266961  5348 raft_consensus.cc:2468] T 802f6322d1ff48e6a3478b4d14d2e073 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 72d862c548cd4af4bb8386642999c563 in term 1.
I20260630 12:36:18.268149  5239 leader_election.cc:304] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 72d862c548cd4af4bb8386642999c563, afb409f9fcb846a9ad09c146e6e270df; no voters: 
I20260630 12:36:18.269030  5514 raft_consensus.cc:2804] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:18.269675  5473 raft_consensus.cc:359] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.271129  5473 raft_consensus.cc:385] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:18.271498  5473 raft_consensus.cc:740] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 72d862c548cd4af4bb8386642999c563, State: Initialized, Role: FOLLOWER
I20260630 12:36:18.272662  5473 consensus_queue.cc:260] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.274081  5481 leader_election.cc:290] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563 [CANDIDATE]: Term 1 election: Requested vote from peers afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887), 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
I20260630 12:36:18.277101  5424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "802f6322d1ff48e6a3478b4d14d2e073" candidate_uuid: "72d862c548cd4af4bb8386642999c563" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47ab2820ddf14a99a992b45515bc92d2"
I20260630 12:36:18.278052  5424 raft_consensus.cc:3060] T 802f6322d1ff48e6a3478b4d14d2e073 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:18.278929  5514 raft_consensus.cc:697] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563 [term 1 LEADER]: Becoming Leader. State: Replica: 72d862c548cd4af4bb8386642999c563, State: Running, Role: LEADER
I20260630 12:36:18.279841  5514 consensus_queue.cc:237] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.283325  5473 ts_tablet_manager.cc:1434] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563: Time spent starting tablet: real 0.017s	user 0.011s	sys 0.009s
I20260630 12:36:18.284762  5473 tablet_bootstrap.cc:492] T e7007991839d467d8bf00e50477d8456 P 72d862c548cd4af4bb8386642999c563: Bootstrap starting.
I20260630 12:36:18.292685  5473 tablet_bootstrap.cc:654] T e7007991839d467d8bf00e50477d8456 P 72d862c548cd4af4bb8386642999c563: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:18.293921  5470 tablet_bootstrap.cc:492] T dbb5d96c77564e28886f9d3940369769 P 47ab2820ddf14a99a992b45515bc92d2: No bootstrap required, opened a new log
I20260630 12:36:18.294488  5470 ts_tablet_manager.cc:1403] T dbb5d96c77564e28886f9d3940369769 P 47ab2820ddf14a99a992b45515bc92d2: Time spent bootstrapping tablet: real 0.063s	user 0.013s	sys 0.000s
I20260630 12:36:18.297423  5470 raft_consensus.cc:359] T dbb5d96c77564e28886f9d3940369769 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } }
I20260630 12:36:18.299309  5503 raft_consensus.cc:493] T 034fdb126d0944088341f91f99b57a2a P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:18.308926  5470 raft_consensus.cc:385] T dbb5d96c77564e28886f9d3940369769 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:18.309279  5470 raft_consensus.cc:740] T dbb5d96c77564e28886f9d3940369769 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 47ab2820ddf14a99a992b45515bc92d2, State: Initialized, Role: FOLLOWER
I20260630 12:36:18.309079  5503 raft_consensus.cc:515] T 034fdb126d0944088341f91f99b57a2a P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.310083  5470 consensus_queue.cc:260] T dbb5d96c77564e28886f9d3940369769 P 47ab2820ddf14a99a992b45515bc92d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } }
I20260630 12:36:18.311422  5503 leader_election.cc:290] T 034fdb126d0944088341f91f99b57a2a P 47ab2820ddf14a99a992b45515bc92d2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973), afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887)
I20260630 12:36:18.312150  5470 ts_tablet_manager.cc:1434] T dbb5d96c77564e28886f9d3940369769 P 47ab2820ddf14a99a992b45515bc92d2: Time spent starting tablet: real 0.017s	user 0.005s	sys 0.000s
I20260630 12:36:18.313122  5470 tablet_bootstrap.cc:492] T 55a92c068d6b4d38b3406cc313abd9f3 P 47ab2820ddf14a99a992b45515bc92d2: Bootstrap starting.
I20260630 12:36:18.316871  5275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "034fdb126d0944088341f91f99b57a2a" candidate_uuid: "47ab2820ddf14a99a992b45515bc92d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72d862c548cd4af4bb8386642999c563" is_pre_election: true
I20260630 12:36:18.318629  5348 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "034fdb126d0944088341f91f99b57a2a" candidate_uuid: "47ab2820ddf14a99a992b45515bc92d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afb409f9fcb846a9ad09c146e6e270df" is_pre_election: true
I20260630 12:36:18.319409  5470 tablet_bootstrap.cc:654] T 55a92c068d6b4d38b3406cc313abd9f3 P 47ab2820ddf14a99a992b45515bc92d2: Neither blocks nor log segments found. Creating new log.
W20260630 12:36:18.321080  5388 leader_election.cc:343] T 034fdb126d0944088341f91f99b57a2a P 47ab2820ddf14a99a992b45515bc92d2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): Illegal state: must be running to vote when last-logged opid is not known
W20260630 12:36:18.322088  5388 leader_election.cc:343] T 034fdb126d0944088341f91f99b57a2a P 47ab2820ddf14a99a992b45515bc92d2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:18.322671  5388 leader_election.cc:304] T 034fdb126d0944088341f91f99b57a2a P 47ab2820ddf14a99a992b45515bc92d2 [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: 47ab2820ddf14a99a992b45515bc92d2; no voters: 72d862c548cd4af4bb8386642999c563, afb409f9fcb846a9ad09c146e6e270df
I20260630 12:36:18.323761  5485 raft_consensus.cc:2749] T 034fdb126d0944088341f91f99b57a2a P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:18.325847  5173 catalog_manager.cc:5697] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563 reported cstate change: term changed from 0 to 1, leader changed from <none> to 72d862c548cd4af4bb8386642999c563 (127.0.192.1). New cstate: current_term: 1 leader_uuid: "72d862c548cd4af4bb8386642999c563" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:18.304232  5496 raft_consensus.cc:493] T dbb5d96c77564e28886f9d3940369769 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:18.305001  5473 tablet_bootstrap.cc:492] T e7007991839d467d8bf00e50477d8456 P 72d862c548cd4af4bb8386642999c563: No bootstrap required, opened a new log
I20260630 12:36:18.340998  5473 ts_tablet_manager.cc:1403] T e7007991839d467d8bf00e50477d8456 P 72d862c548cd4af4bb8386642999c563: Time spent bootstrapping tablet: real 0.057s	user 0.006s	sys 0.013s
I20260630 12:36:18.340669  5496 raft_consensus.cc:515] T dbb5d96c77564e28886f9d3940369769 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } }
I20260630 12:36:18.345559  5473 raft_consensus.cc:359] T e7007991839d467d8bf00e50477d8456 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.346794  5473 raft_consensus.cc:385] T e7007991839d467d8bf00e50477d8456 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:18.347230  5473 raft_consensus.cc:740] T e7007991839d467d8bf00e50477d8456 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 72d862c548cd4af4bb8386642999c563, State: Initialized, Role: FOLLOWER
I20260630 12:36:18.346974  5275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dbb5d96c77564e28886f9d3940369769" candidate_uuid: "afb409f9fcb846a9ad09c146e6e270df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72d862c548cd4af4bb8386642999c563" is_pre_election: true
I20260630 12:36:18.348939  5423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dbb5d96c77564e28886f9d3940369769" candidate_uuid: "afb409f9fcb846a9ad09c146e6e270df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47ab2820ddf14a99a992b45515bc92d2" is_pre_election: true
I20260630 12:36:18.348677  5473 consensus_queue.cc:260] T e7007991839d467d8bf00e50477d8456 P 72d862c548cd4af4bb8386642999c563 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.350514  5496 leader_election.cc:290] T dbb5d96c77564e28886f9d3940369769 P afb409f9fcb846a9ad09c146e6e270df [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493), 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973)
I20260630 12:36:18.349901  5423 raft_consensus.cc:2468] T dbb5d96c77564e28886f9d3940369769 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate afb409f9fcb846a9ad09c146e6e270df in term 0.
I20260630 12:36:18.301821  5478 raft_consensus.cc:2749] T 53b55adbe9664c288e64cb854969f5c6 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:18.338989  5424 raft_consensus.cc:2468] T 802f6322d1ff48e6a3478b4d14d2e073 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 72d862c548cd4af4bb8386642999c563 in term 1.
W20260630 12:36:18.351946  5314 leader_election.cc:343] T dbb5d96c77564e28886f9d3940369769 P afb409f9fcb846a9ad09c146e6e270df [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:18.351856  5473 ts_tablet_manager.cc:1434] T e7007991839d467d8bf00e50477d8456 P 72d862c548cd4af4bb8386642999c563: Time spent starting tablet: real 0.010s	user 0.009s	sys 0.000s
I20260630 12:36:18.363675  5316 leader_election.cc:304] T dbb5d96c77564e28886f9d3940369769 P afb409f9fcb846a9ad09c146e6e270df [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: 47ab2820ddf14a99a992b45515bc92d2, afb409f9fcb846a9ad09c146e6e270df; no voters: 72d862c548cd4af4bb8386642999c563
I20260630 12:36:18.368263  5471 tablet_bootstrap.cc:492] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df: No bootstrap required, opened a new log
I20260630 12:36:18.368686  5478 raft_consensus.cc:2804] T dbb5d96c77564e28886f9d3940369769 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:18.368805  5471 ts_tablet_manager.cc:1403] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df: Time spent bootstrapping tablet: real 0.146s	user 0.054s	sys 0.065s
I20260630 12:36:18.369169  5478 raft_consensus.cc:493] T dbb5d96c77564e28886f9d3940369769 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:18.369678  5478 raft_consensus.cc:3060] T dbb5d96c77564e28886f9d3940369769 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:18.374233  5470 tablet_bootstrap.cc:492] T 55a92c068d6b4d38b3406cc313abd9f3 P 47ab2820ddf14a99a992b45515bc92d2: No bootstrap required, opened a new log
I20260630 12:36:18.374774  5470 ts_tablet_manager.cc:1403] T 55a92c068d6b4d38b3406cc313abd9f3 P 47ab2820ddf14a99a992b45515bc92d2: Time spent bootstrapping tablet: real 0.062s	user 0.028s	sys 0.032s
I20260630 12:36:18.375406  5471 raft_consensus.cc:359] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.376111  5471 raft_consensus.cc:385] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:18.376361  5471 raft_consensus.cc:740] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: afb409f9fcb846a9ad09c146e6e270df, State: Initialized, Role: FOLLOWER
I20260630 12:36:18.377207  5471 consensus_queue.cc:260] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.377568  5470 raft_consensus.cc:359] T 55a92c068d6b4d38b3406cc313abd9f3 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.378288  5470 raft_consensus.cc:385] T 55a92c068d6b4d38b3406cc313abd9f3 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:18.378576  5470 raft_consensus.cc:740] T 55a92c068d6b4d38b3406cc313abd9f3 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 47ab2820ddf14a99a992b45515bc92d2, State: Initialized, Role: FOLLOWER
I20260630 12:36:18.379385  5471 ts_tablet_manager.cc:1434] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:36:18.379244  5470 consensus_queue.cc:260] T 55a92c068d6b4d38b3406cc313abd9f3 P 47ab2820ddf14a99a992b45515bc92d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.380383  5471 tablet_bootstrap.cc:492] T 034fdb126d0944088341f91f99b57a2a P afb409f9fcb846a9ad09c146e6e270df: Bootstrap starting.
I20260630 12:36:18.381175  5470 ts_tablet_manager.cc:1434] T 55a92c068d6b4d38b3406cc313abd9f3 P 47ab2820ddf14a99a992b45515bc92d2: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:36:18.382354  5470 tablet_bootstrap.cc:492] T e7007991839d467d8bf00e50477d8456 P 47ab2820ddf14a99a992b45515bc92d2: Bootstrap starting.
I20260630 12:36:18.387727  5470 tablet_bootstrap.cc:654] T e7007991839d467d8bf00e50477d8456 P 47ab2820ddf14a99a992b45515bc92d2: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:18.388420  5471 tablet_bootstrap.cc:654] T 034fdb126d0944088341f91f99b57a2a P afb409f9fcb846a9ad09c146e6e270df: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:18.358714  5473 tablet_bootstrap.cc:492] T dbb5d96c77564e28886f9d3940369769 P 72d862c548cd4af4bb8386642999c563: Bootstrap starting.
I20260630 12:36:18.397384  5471 tablet_bootstrap.cc:492] T 034fdb126d0944088341f91f99b57a2a P afb409f9fcb846a9ad09c146e6e270df: No bootstrap required, opened a new log
I20260630 12:36:18.397874  5471 ts_tablet_manager.cc:1403] T 034fdb126d0944088341f91f99b57a2a P afb409f9fcb846a9ad09c146e6e270df: Time spent bootstrapping tablet: real 0.018s	user 0.006s	sys 0.006s
I20260630 12:36:18.399925  5478 raft_consensus.cc:515] T dbb5d96c77564e28886f9d3940369769 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } }
I20260630 12:36:18.400424  5471 raft_consensus.cc:359] T 034fdb126d0944088341f91f99b57a2a P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.403705  5470 tablet_bootstrap.cc:492] T e7007991839d467d8bf00e50477d8456 P 47ab2820ddf14a99a992b45515bc92d2: No bootstrap required, opened a new log
I20260630 12:36:18.404296  5471 raft_consensus.cc:385] T 034fdb126d0944088341f91f99b57a2a P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:18.404649  5471 raft_consensus.cc:740] T 034fdb126d0944088341f91f99b57a2a P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: afb409f9fcb846a9ad09c146e6e270df, State: Initialized, Role: FOLLOWER
I20260630 12:36:18.405593  5471 consensus_queue.cc:260] T 034fdb126d0944088341f91f99b57a2a P afb409f9fcb846a9ad09c146e6e270df [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.406291  5478 leader_election.cc:290] T dbb5d96c77564e28886f9d3940369769 P afb409f9fcb846a9ad09c146e6e270df [CANDIDATE]: Term 1 election: Requested vote from peers 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493), 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973)
I20260630 12:36:18.407226  5275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dbb5d96c77564e28886f9d3940369769" candidate_uuid: "afb409f9fcb846a9ad09c146e6e270df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72d862c548cd4af4bb8386642999c563"
I20260630 12:36:18.407706  5471 ts_tablet_manager.cc:1434] T 034fdb126d0944088341f91f99b57a2a P afb409f9fcb846a9ad09c146e6e270df: Time spent starting tablet: real 0.009s	user 0.003s	sys 0.002s
W20260630 12:36:18.408411  5314 leader_election.cc:343] T dbb5d96c77564e28886f9d3940369769 P afb409f9fcb846a9ad09c146e6e270df [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:18.408669  5471 tablet_bootstrap.cc:492] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df: Bootstrap starting.
I20260630 12:36:18.409603  5424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dbb5d96c77564e28886f9d3940369769" candidate_uuid: "afb409f9fcb846a9ad09c146e6e270df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47ab2820ddf14a99a992b45515bc92d2"
I20260630 12:36:18.410243  5424 raft_consensus.cc:3060] T dbb5d96c77564e28886f9d3940369769 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:18.414829  5471 tablet_bootstrap.cc:654] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:18.404706  5470 ts_tablet_manager.cc:1403] T e7007991839d467d8bf00e50477d8456 P 47ab2820ddf14a99a992b45515bc92d2: Time spent bootstrapping tablet: real 0.023s	user 0.011s	sys 0.006s
I20260630 12:36:18.403826  5473 tablet_bootstrap.cc:654] T dbb5d96c77564e28886f9d3940369769 P 72d862c548cd4af4bb8386642999c563: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:18.417052  5424 raft_consensus.cc:2468] T dbb5d96c77564e28886f9d3940369769 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate afb409f9fcb846a9ad09c146e6e270df in term 1.
I20260630 12:36:18.418787  5316 leader_election.cc:304] T dbb5d96c77564e28886f9d3940369769 P afb409f9fcb846a9ad09c146e6e270df [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: 47ab2820ddf14a99a992b45515bc92d2, afb409f9fcb846a9ad09c146e6e270df; no voters: 72d862c548cd4af4bb8386642999c563
I20260630 12:36:18.420168  5478 raft_consensus.cc:2804] T dbb5d96c77564e28886f9d3940369769 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:18.420116  5470 raft_consensus.cc:359] T e7007991839d467d8bf00e50477d8456 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.420991  5470 raft_consensus.cc:385] T e7007991839d467d8bf00e50477d8456 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:18.421295  5470 raft_consensus.cc:740] T e7007991839d467d8bf00e50477d8456 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 47ab2820ddf14a99a992b45515bc92d2, State: Initialized, Role: FOLLOWER
I20260630 12:36:18.421717  5496 raft_consensus.cc:493] T 034fdb126d0944088341f91f99b57a2a P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:18.422273  5470 consensus_queue.cc:260] T e7007991839d467d8bf00e50477d8456 P 47ab2820ddf14a99a992b45515bc92d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.422435  5496 raft_consensus.cc:515] T 034fdb126d0944088341f91f99b57a2a P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.424381  5470 ts_tablet_manager.cc:1434] T e7007991839d467d8bf00e50477d8456 P 47ab2820ddf14a99a992b45515bc92d2: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:36:18.425035  5496 leader_election.cc:290] T 034fdb126d0944088341f91f99b57a2a P afb409f9fcb846a9ad09c146e6e270df [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973), 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
I20260630 12:36:18.426378  5424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "034fdb126d0944088341f91f99b57a2a" candidate_uuid: "afb409f9fcb846a9ad09c146e6e270df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47ab2820ddf14a99a992b45515bc92d2" is_pre_election: true
I20260630 12:36:18.426915  5470 tablet_bootstrap.cc:492] T aa42c174ea7e4fc09e633291a02c6b17 P 47ab2820ddf14a99a992b45515bc92d2: Bootstrap starting.
I20260630 12:36:18.427006  5424 raft_consensus.cc:2468] T 034fdb126d0944088341f91f99b57a2a P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate afb409f9fcb846a9ad09c146e6e270df in term 0.
I20260630 12:36:18.427069  5275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "034fdb126d0944088341f91f99b57a2a" candidate_uuid: "afb409f9fcb846a9ad09c146e6e270df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72d862c548cd4af4bb8386642999c563" is_pre_election: true
I20260630 12:36:18.428370  5316 leader_election.cc:304] T 034fdb126d0944088341f91f99b57a2a P afb409f9fcb846a9ad09c146e6e270df [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 47ab2820ddf14a99a992b45515bc92d2, afb409f9fcb846a9ad09c146e6e270df; no voters: 
W20260630 12:36:18.429180  5314 leader_election.cc:343] T 034fdb126d0944088341f91f99b57a2a P afb409f9fcb846a9ad09c146e6e270df [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:18.430536  5471 tablet_bootstrap.cc:492] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df: No bootstrap required, opened a new log
I20260630 12:36:18.430511  5496 raft_consensus.cc:2804] T 034fdb126d0944088341f91f99b57a2a P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:18.431257  5471 ts_tablet_manager.cc:1403] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df: Time spent bootstrapping tablet: real 0.023s	user 0.011s	sys 0.000s
I20260630 12:36:18.431190  5496 raft_consensus.cc:493] T 034fdb126d0944088341f91f99b57a2a P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:18.432116  5496 raft_consensus.cc:3060] T 034fdb126d0944088341f91f99b57a2a P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:18.433017  5470 tablet_bootstrap.cc:654] T aa42c174ea7e4fc09e633291a02c6b17 P 47ab2820ddf14a99a992b45515bc92d2: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:18.433200  5473 tablet_bootstrap.cc:492] T dbb5d96c77564e28886f9d3940369769 P 72d862c548cd4af4bb8386642999c563: No bootstrap required, opened a new log
I20260630 12:36:18.433755  5473 ts_tablet_manager.cc:1403] T dbb5d96c77564e28886f9d3940369769 P 72d862c548cd4af4bb8386642999c563: Time spent bootstrapping tablet: real 0.076s	user 0.009s	sys 0.009s
I20260630 12:36:18.434056  5471 raft_consensus.cc:359] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.434808  5471 raft_consensus.cc:385] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:18.435096  5471 raft_consensus.cc:740] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: afb409f9fcb846a9ad09c146e6e270df, State: Initialized, Role: FOLLOWER
I20260630 12:36:18.435925  5471 consensus_queue.cc:260] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.421422  5478 raft_consensus.cc:697] T dbb5d96c77564e28886f9d3940369769 P afb409f9fcb846a9ad09c146e6e270df [term 1 LEADER]: Becoming Leader. State: Replica: afb409f9fcb846a9ad09c146e6e270df, State: Running, Role: LEADER
I20260630 12:36:18.437731  5478 consensus_queue.cc:237] T dbb5d96c77564e28886f9d3940369769 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } }
I20260630 12:36:18.436616  5473 raft_consensus.cc:359] T dbb5d96c77564e28886f9d3940369769 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } }
I20260630 12:36:18.445165  5473 raft_consensus.cc:385] T dbb5d96c77564e28886f9d3940369769 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:18.445463  5473 raft_consensus.cc:740] T dbb5d96c77564e28886f9d3940369769 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 72d862c548cd4af4bb8386642999c563, State: Initialized, Role: FOLLOWER
I20260630 12:36:18.446717  5473 consensus_queue.cc:260] T dbb5d96c77564e28886f9d3940369769 P 72d862c548cd4af4bb8386642999c563 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } }
I20260630 12:36:18.444229  5496 raft_consensus.cc:515] T 034fdb126d0944088341f91f99b57a2a P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.452205  5275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "034fdb126d0944088341f91f99b57a2a" candidate_uuid: "afb409f9fcb846a9ad09c146e6e270df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72d862c548cd4af4bb8386642999c563"
I20260630 12:36:18.452533  5473 ts_tablet_manager.cc:1434] T dbb5d96c77564e28886f9d3940369769 P 72d862c548cd4af4bb8386642999c563: Time spent starting tablet: real 0.018s	user 0.004s	sys 0.004s
I20260630 12:36:18.453522  5473 tablet_bootstrap.cc:492] T a47733fdd58d44359f4842a802621d12 P 72d862c548cd4af4bb8386642999c563: Bootstrap starting.
W20260630 12:36:18.453860  5314 leader_election.cc:343] T 034fdb126d0944088341f91f99b57a2a P afb409f9fcb846a9ad09c146e6e270df [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:18.456166  5424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "034fdb126d0944088341f91f99b57a2a" candidate_uuid: "afb409f9fcb846a9ad09c146e6e270df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47ab2820ddf14a99a992b45515bc92d2"
I20260630 12:36:18.456813  5424 raft_consensus.cc:3060] T 034fdb126d0944088341f91f99b57a2a P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:18.459236  5473 tablet_bootstrap.cc:654] T a47733fdd58d44359f4842a802621d12 P 72d862c548cd4af4bb8386642999c563: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:18.464974  5424 raft_consensus.cc:2468] T 034fdb126d0944088341f91f99b57a2a P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate afb409f9fcb846a9ad09c146e6e270df in term 1.
I20260630 12:36:18.466288  5316 leader_election.cc:304] T 034fdb126d0944088341f91f99b57a2a P afb409f9fcb846a9ad09c146e6e270df [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: 47ab2820ddf14a99a992b45515bc92d2, afb409f9fcb846a9ad09c146e6e270df; no voters: 72d862c548cd4af4bb8386642999c563
I20260630 12:36:18.488402  5485 raft_consensus.cc:493] T 0a28e27bb1a1480a9429b75592c65e31 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:18.489167  5485 raft_consensus.cc:515] T 0a28e27bb1a1480a9429b75592c65e31 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.493728  5275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0a28e27bb1a1480a9429b75592c65e31" candidate_uuid: "47ab2820ddf14a99a992b45515bc92d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72d862c548cd4af4bb8386642999c563" is_pre_election: true
I20260630 12:36:18.494961  5275 raft_consensus.cc:2393] T 0a28e27bb1a1480a9429b75592c65e31 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 47ab2820ddf14a99a992b45515bc92d2 in current term 1: Already voted for candidate afb409f9fcb846a9ad09c146e6e270df in this term.
I20260630 12:36:18.496392  5514 raft_consensus.cc:493] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:18.496826  5525 raft_consensus.cc:493] T 57fe5327abda4ed6b70eb139d376b187 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:18.496935  5514 raft_consensus.cc:515] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.497380  5525 raft_consensus.cc:515] T 57fe5327abda4ed6b70eb139d376b187 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.499279  5525 leader_election.cc:290] T 57fe5327abda4ed6b70eb139d376b187 P 72d862c548cd4af4bb8386642999c563 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887), 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
I20260630 12:36:18.499279  5514 leader_election.cc:290] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 72d862c548cd4af4bb8386642999c563 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887), 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
I20260630 12:36:18.501609  5349 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57fe5327abda4ed6b70eb139d376b187" candidate_uuid: "72d862c548cd4af4bb8386642999c563" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afb409f9fcb846a9ad09c146e6e270df" is_pre_election: true
I20260630 12:36:18.501958  5424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "31cea5b5acbb4a1099d2ae5e59745aa8" candidate_uuid: "72d862c548cd4af4bb8386642999c563" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47ab2820ddf14a99a992b45515bc92d2" is_pre_election: true
I20260630 12:36:18.502126  5538 raft_consensus.cc:2804] T 034fdb126d0944088341f91f99b57a2a P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:18.502823  5349 raft_consensus.cc:2393] T 57fe5327abda4ed6b70eb139d376b187 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 72d862c548cd4af4bb8386642999c563 in current term 1: Already voted for candidate 47ab2820ddf14a99a992b45515bc92d2 in this term.
I20260630 12:36:18.503692  5539 raft_consensus.cc:493] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:18.501636  5423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57fe5327abda4ed6b70eb139d376b187" candidate_uuid: "72d862c548cd4af4bb8386642999c563" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47ab2820ddf14a99a992b45515bc92d2" is_pre_election: true
I20260630 12:36:18.506955  5348 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "31cea5b5acbb4a1099d2ae5e59745aa8" candidate_uuid: "72d862c548cd4af4bb8386642999c563" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afb409f9fcb846a9ad09c146e6e270df" is_pre_election: true
I20260630 12:36:18.507795  5348 raft_consensus.cc:2393] T 31cea5b5acbb4a1099d2ae5e59745aa8 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 72d862c548cd4af4bb8386642999c563 in current term 1: Already voted for candidate 47ab2820ddf14a99a992b45515bc92d2 in this term.
I20260630 12:36:18.507684  5239 leader_election.cc:304] T 57fe5327abda4ed6b70eb139d376b187 P 72d862c548cd4af4bb8386642999c563 [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: 72d862c548cd4af4bb8386642999c563; no voters: 47ab2820ddf14a99a992b45515bc92d2, afb409f9fcb846a9ad09c146e6e270df
I20260630 12:36:18.509042  5239 leader_election.cc:304] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 72d862c548cd4af4bb8386642999c563 [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: 72d862c548cd4af4bb8386642999c563; no voters: 47ab2820ddf14a99a992b45515bc92d2, afb409f9fcb846a9ad09c146e6e270df
I20260630 12:36:18.509516  5485 leader_election.cc:290] T 0a28e27bb1a1480a9429b75592c65e31 P 47ab2820ddf14a99a992b45515bc92d2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973), afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887)
I20260630 12:36:18.511982  5348 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0a28e27bb1a1480a9429b75592c65e31" candidate_uuid: "47ab2820ddf14a99a992b45515bc92d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afb409f9fcb846a9ad09c146e6e270df" is_pre_election: true
I20260630 12:36:18.514024  5388 leader_election.cc:304] T 0a28e27bb1a1480a9429b75592c65e31 P 47ab2820ddf14a99a992b45515bc92d2 [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: 47ab2820ddf14a99a992b45515bc92d2; no voters: 72d862c548cd4af4bb8386642999c563, afb409f9fcb846a9ad09c146e6e270df
I20260630 12:36:18.514871  5525 raft_consensus.cc:3060] T 57fe5327abda4ed6b70eb139d376b187 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:18.516657  5539 raft_consensus.cc:515] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.515379  5514 raft_consensus.cc:3060] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:18.516036  5496 leader_election.cc:290] T 034fdb126d0944088341f91f99b57a2a P afb409f9fcb846a9ad09c146e6e270df [CANDIDATE]: Term 1 election: Requested vote from peers 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973), 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
I20260630 12:36:18.516427  5485 consensus_queue.cc:1048] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:18.502839  5538 raft_consensus.cc:697] T 034fdb126d0944088341f91f99b57a2a P afb409f9fcb846a9ad09c146e6e270df [term 1 LEADER]: Becoming Leader. State: Replica: afb409f9fcb846a9ad09c146e6e270df, State: Running, Role: LEADER
I20260630 12:36:18.523018  5503 raft_consensus.cc:3060] T 0a28e27bb1a1480a9429b75592c65e31 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:18.526783  5471 ts_tablet_manager.cc:1434] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df: Time spent starting tablet: real 0.095s	user 0.041s	sys 0.037s
I20260630 12:36:18.521533  5275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "55a92c068d6b4d38b3406cc313abd9f3" candidate_uuid: "afb409f9fcb846a9ad09c146e6e270df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72d862c548cd4af4bb8386642999c563" is_pre_election: true
I20260630 12:36:18.527897  5471 tablet_bootstrap.cc:492] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df: Bootstrap starting.
I20260630 12:36:18.526844  5538 consensus_queue.cc:237] T 034fdb126d0944088341f91f99b57a2a P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.540414  5471 tablet_bootstrap.cc:654] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df: Neither blocks nor log segments found. Creating new log.
W20260630 12:36:18.538259  5314 leader_election.cc:343] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:18.551493  5423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "55a92c068d6b4d38b3406cc313abd9f3" candidate_uuid: "afb409f9fcb846a9ad09c146e6e270df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47ab2820ddf14a99a992b45515bc92d2" is_pre_election: true
I20260630 12:36:18.552464  5423 raft_consensus.cc:2468] T 55a92c068d6b4d38b3406cc313abd9f3 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate afb409f9fcb846a9ad09c146e6e270df in term 0.
I20260630 12:36:18.554747  5316 leader_election.cc:304] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [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: 47ab2820ddf14a99a992b45515bc92d2, afb409f9fcb846a9ad09c146e6e270df; no voters: 72d862c548cd4af4bb8386642999c563
I20260630 12:36:18.567329  5174 catalog_manager.cc:5697] T dbb5d96c77564e28886f9d3940369769 P afb409f9fcb846a9ad09c146e6e270df reported cstate change: term changed from 0 to 1, leader changed from <none> to afb409f9fcb846a9ad09c146e6e270df (127.0.192.2). New cstate: current_term: 1 leader_uuid: "afb409f9fcb846a9ad09c146e6e270df" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:18.561580  5503 raft_consensus.cc:2749] T 0a28e27bb1a1480a9429b75592c65e31 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:18.572544  5535 raft_consensus.cc:2804] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:18.573312  5535 raft_consensus.cc:493] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:18.573822  5535 raft_consensus.cc:3060] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:18.575313  5503 consensus_queue.cc:1048] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:18.539654  5539 leader_election.cc:290] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973), 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
W20260630 12:36:18.576757  5388 consensus_peers.cc:597] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2 -> Peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): Couldn't send request to peer 72d862c548cd4af4bb8386642999c563. Error code: TABLET_NOT_RUNNING (12). Status: Illegal state: Tablet not RUNNING: BOOTSTRAPPING. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:18.576871  5503 consensus_queue.cc:1048] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:18.580297  5473 tablet_bootstrap.cc:492] T a47733fdd58d44359f4842a802621d12 P 72d862c548cd4af4bb8386642999c563: No bootstrap required, opened a new log
I20260630 12:36:18.580947  5473 ts_tablet_manager.cc:1403] T a47733fdd58d44359f4842a802621d12 P 72d862c548cd4af4bb8386642999c563: Time spent bootstrapping tablet: real 0.128s	user 0.023s	sys 0.043s
I20260630 12:36:18.581805  5481 raft_consensus.cc:493] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:18.582345  5481 raft_consensus.cc:515] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.584007  5473 raft_consensus.cc:359] T a47733fdd58d44359f4842a802621d12 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.585086  5473 raft_consensus.cc:385] T a47733fdd58d44359f4842a802621d12 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:18.585543  5473 raft_consensus.cc:740] T a47733fdd58d44359f4842a802621d12 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 72d862c548cd4af4bb8386642999c563, State: Initialized, Role: FOLLOWER
I20260630 12:36:18.586125  5423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aa42c174ea7e4fc09e633291a02c6b17" candidate_uuid: "72d862c548cd4af4bb8386642999c563" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47ab2820ddf14a99a992b45515bc92d2" is_pre_election: true
I20260630 12:36:18.587045  5350 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aa42c174ea7e4fc09e633291a02c6b17" candidate_uuid: "72d862c548cd4af4bb8386642999c563" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afb409f9fcb846a9ad09c146e6e270df" is_pre_election: true
W20260630 12:36:18.587735  5241 leader_election.cc:343] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:18.584538  5481 leader_election.cc:290] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887), 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
I20260630 12:36:18.586917  5473 consensus_queue.cc:260] T a47733fdd58d44359f4842a802621d12 P 72d862c548cd4af4bb8386642999c563 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
W20260630 12:36:18.589519  5239 leader_election.cc:343] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:18.590130  5239 leader_election.cc:304] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563 [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: 72d862c548cd4af4bb8386642999c563; no voters: 47ab2820ddf14a99a992b45515bc92d2, afb409f9fcb846a9ad09c146e6e270df
I20260630 12:36:18.591617  5481 raft_consensus.cc:2749] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:18.607247  5473 ts_tablet_manager.cc:1434] T a47733fdd58d44359f4842a802621d12 P 72d862c548cd4af4bb8386642999c563: Time spent starting tablet: real 0.026s	user 0.007s	sys 0.002s
I20260630 12:36:18.606074  5514 raft_consensus.cc:2749] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:18.608333  5473 tablet_bootstrap.cc:492] T 034fdb126d0944088341f91f99b57a2a P 72d862c548cd4af4bb8386642999c563: Bootstrap starting.
I20260630 12:36:18.612823  5471 tablet_bootstrap.cc:492] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df: No bootstrap required, opened a new log
I20260630 12:36:18.613265  5471 ts_tablet_manager.cc:1403] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df: Time spent bootstrapping tablet: real 0.086s	user 0.013s	sys 0.022s
I20260630 12:36:18.615998  5485 consensus_queue.cc:1048] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:18.620040  5538 consensus_queue.cc:1048] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:18.622889  5496 raft_consensus.cc:493] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:18.613267  5525 raft_consensus.cc:2749] T 57fe5327abda4ed6b70eb139d376b187 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:18.622727  5478 consensus_queue.cc:1048] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.003s
I20260630 12:36:18.623468  5496 raft_consensus.cc:515] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.626416  5470 tablet_bootstrap.cc:492] T aa42c174ea7e4fc09e633291a02c6b17 P 47ab2820ddf14a99a992b45515bc92d2: No bootstrap required, opened a new log
I20260630 12:36:18.626962  5470 ts_tablet_manager.cc:1403] T aa42c174ea7e4fc09e633291a02c6b17 P 47ab2820ddf14a99a992b45515bc92d2: Time spent bootstrapping tablet: real 0.200s	user 0.030s	sys 0.031s
I20260630 12:36:18.633288  5275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e7007991839d467d8bf00e50477d8456" candidate_uuid: "afb409f9fcb846a9ad09c146e6e270df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72d862c548cd4af4bb8386642999c563" is_pre_election: true
I20260630 12:36:18.633491  5485 consensus_queue.cc:1048] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:18.634114  5275 raft_consensus.cc:2468] T e7007991839d467d8bf00e50477d8456 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate afb409f9fcb846a9ad09c146e6e270df in term 0.
I20260630 12:36:18.634577  5423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e7007991839d467d8bf00e50477d8456" candidate_uuid: "afb409f9fcb846a9ad09c146e6e270df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47ab2820ddf14a99a992b45515bc92d2" is_pre_election: true
I20260630 12:36:18.635213  5423 raft_consensus.cc:2468] T e7007991839d467d8bf00e50477d8456 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate afb409f9fcb846a9ad09c146e6e270df in term 0.
I20260630 12:36:18.635313  5314 leader_election.cc:304] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 72d862c548cd4af4bb8386642999c563, afb409f9fcb846a9ad09c146e6e270df; no voters: 
I20260630 12:36:18.636276  5496 leader_election.cc:290] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973), 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
I20260630 12:36:18.637076  5496 raft_consensus.cc:2804] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:18.637598  5496 raft_consensus.cc:493] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:18.638362  5496 raft_consensus.cc:3060] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:18.629760  5470 raft_consensus.cc:359] T aa42c174ea7e4fc09e633291a02c6b17 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.647349  5470 raft_consensus.cc:385] T aa42c174ea7e4fc09e633291a02c6b17 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:18.647766  5470 raft_consensus.cc:740] T aa42c174ea7e4fc09e633291a02c6b17 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 47ab2820ddf14a99a992b45515bc92d2, State: Initialized, Role: FOLLOWER
I20260630 12:36:18.648725  5470 consensus_queue.cc:260] T aa42c174ea7e4fc09e633291a02c6b17 P 47ab2820ddf14a99a992b45515bc92d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.647291  5471 raft_consensus.cc:359] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.651742  5471 raft_consensus.cc:385] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:18.652093  5471 raft_consensus.cc:740] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: afb409f9fcb846a9ad09c146e6e270df, State: Initialized, Role: FOLLOWER
I20260630 12:36:18.652292  5470 ts_tablet_manager.cc:1434] T aa42c174ea7e4fc09e633291a02c6b17 P 47ab2820ddf14a99a992b45515bc92d2: Time spent starting tablet: real 0.025s	user 0.007s	sys 0.000s
I20260630 12:36:18.665611  5473 tablet_bootstrap.cc:654] T 034fdb126d0944088341f91f99b57a2a P 72d862c548cd4af4bb8386642999c563: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:18.659539  5471 consensus_queue.cc:260] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.668594  5525 raft_consensus.cc:493] T dbb5d96c77564e28886f9d3940369769 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:18.681560  5471 ts_tablet_manager.cc:1434] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df: Time spent starting tablet: real 0.068s	user 0.008s	sys 0.000s
I20260630 12:36:18.672485  5525 raft_consensus.cc:515] T dbb5d96c77564e28886f9d3940369769 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } }
I20260630 12:36:18.687500  5525 leader_election.cc:290] T dbb5d96c77564e28886f9d3940369769 P 72d862c548cd4af4bb8386642999c563 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493), afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887)
I20260630 12:36:18.691411  5514 consensus_queue.cc:1048] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [LEADER]: Connected to new peer: Peer: permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:18.693385  5496 raft_consensus.cc:515] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.697815  5423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dbb5d96c77564e28886f9d3940369769" candidate_uuid: "72d862c548cd4af4bb8386642999c563" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47ab2820ddf14a99a992b45515bc92d2" is_pre_election: true
I20260630 12:36:18.698977  5423 raft_consensus.cc:2393] T dbb5d96c77564e28886f9d3940369769 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 72d862c548cd4af4bb8386642999c563 in current term 1: Already voted for candidate afb409f9fcb846a9ad09c146e6e270df in this term.
I20260630 12:36:18.700260  5350 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dbb5d96c77564e28886f9d3940369769" candidate_uuid: "72d862c548cd4af4bb8386642999c563" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afb409f9fcb846a9ad09c146e6e270df" is_pre_election: true
I20260630 12:36:18.704337  5535 raft_consensus.cc:515] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.710348  5241 leader_election.cc:304] T dbb5d96c77564e28886f9d3940369769 P 72d862c548cd4af4bb8386642999c563 [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: 72d862c548cd4af4bb8386642999c563; no voters: 47ab2820ddf14a99a992b45515bc92d2, afb409f9fcb846a9ad09c146e6e270df
I20260630 12:36:18.725172  5274 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "55a92c068d6b4d38b3406cc313abd9f3" candidate_uuid: "afb409f9fcb846a9ad09c146e6e270df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72d862c548cd4af4bb8386642999c563"
I20260630 12:36:18.719980  5514 raft_consensus.cc:3060] T dbb5d96c77564e28886f9d3940369769 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:36:18.731201  5314 leader_election.cc:343] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:18.732626  5535 leader_election.cc:290] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [CANDIDATE]: Term 1 election: Requested vote from peers 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973), 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
I20260630 12:36:18.747929  5274 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e7007991839d467d8bf00e50477d8456" candidate_uuid: "afb409f9fcb846a9ad09c146e6e270df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72d862c548cd4af4bb8386642999c563"
I20260630 12:36:18.748620  5274 raft_consensus.cc:3060] T e7007991839d467d8bf00e50477d8456 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:18.749570  5485 consensus_queue.cc:1048] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:18.751701  5525 consensus_queue.cc:1048] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [LEADER]: Connected to new peer: Peer: permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:18.754534  5424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "55a92c068d6b4d38b3406cc313abd9f3" candidate_uuid: "afb409f9fcb846a9ad09c146e6e270df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47ab2820ddf14a99a992b45515bc92d2"
I20260630 12:36:18.755220  5424 raft_consensus.cc:3060] T 55a92c068d6b4d38b3406cc313abd9f3 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:18.756587  5171 catalog_manager.cc:5697] T 034fdb126d0944088341f91f99b57a2a P afb409f9fcb846a9ad09c146e6e270df reported cstate change: term changed from 0 to 1, leader changed from <none> to afb409f9fcb846a9ad09c146e6e270df (127.0.192.2). New cstate: current_term: 1 leader_uuid: "afb409f9fcb846a9ad09c146e6e270df" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:18.759984  5423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e7007991839d467d8bf00e50477d8456" candidate_uuid: "afb409f9fcb846a9ad09c146e6e270df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47ab2820ddf14a99a992b45515bc92d2"
I20260630 12:36:18.760727  5423 raft_consensus.cc:3060] T e7007991839d467d8bf00e50477d8456 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:18.762738  5514 raft_consensus.cc:2749] T dbb5d96c77564e28886f9d3940369769 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:18.779970  5473 tablet_bootstrap.cc:492] T 034fdb126d0944088341f91f99b57a2a P 72d862c548cd4af4bb8386642999c563: No bootstrap required, opened a new log
I20260630 12:36:18.808808  5473 ts_tablet_manager.cc:1403] T 034fdb126d0944088341f91f99b57a2a P 72d862c548cd4af4bb8386642999c563: Time spent bootstrapping tablet: real 0.201s	user 0.025s	sys 0.005s
I20260630 12:36:18.769755  5424 raft_consensus.cc:2468] T 55a92c068d6b4d38b3406cc313abd9f3 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate afb409f9fcb846a9ad09c146e6e270df in term 1.
I20260630 12:36:18.760049  5496 leader_election.cc:290] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [CANDIDATE]: Term 1 election: Requested vote from peers 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973), 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
I20260630 12:36:18.798121  5503 consensus_queue.cc:1048] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.015s
W20260630 12:36:18.799862  5372 debug-util.cc:398] Leaking SignalData structure 0x7b080008f120 after lost signal to thread 771
W20260630 12:36:18.815632  5372 debug-util.cc:398] Leaking SignalData structure 0x7b0800091bc0 after lost signal to thread 5208
I20260630 12:36:18.825031  5423 raft_consensus.cc:2468] T e7007991839d467d8bf00e50477d8456 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate afb409f9fcb846a9ad09c146e6e270df in term 1.
I20260630 12:36:18.823654  5316 leader_election.cc:304] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [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: 47ab2820ddf14a99a992b45515bc92d2, afb409f9fcb846a9ad09c146e6e270df; no voters: 72d862c548cd4af4bb8386642999c563
I20260630 12:36:18.829630  5316 leader_election.cc:304] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 47ab2820ddf14a99a992b45515bc92d2, afb409f9fcb846a9ad09c146e6e270df; no voters: 
I20260630 12:36:18.833611  5478 raft_consensus.cc:2804] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:18.834697  5478 raft_consensus.cc:697] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [term 1 LEADER]: Becoming Leader. State: Replica: afb409f9fcb846a9ad09c146e6e270df, State: Running, Role: LEADER
I20260630 12:36:18.834839  5274 raft_consensus.cc:2468] T e7007991839d467d8bf00e50477d8456 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate afb409f9fcb846a9ad09c146e6e270df in term 1.
I20260630 12:36:18.835270  5473 raft_consensus.cc:359] T 034fdb126d0944088341f91f99b57a2a P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.835582  5478 consensus_queue.cc:237] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.838392  5538 consensus_queue.cc:1048] T dbb5d96c77564e28886f9d3940369769 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:18.833603  5496 raft_consensus.cc:2804] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:18.843787  5496 raft_consensus.cc:697] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [term 1 LEADER]: Becoming Leader. State: Replica: afb409f9fcb846a9ad09c146e6e270df, State: Running, Role: LEADER
I20260630 12:36:18.774526  5514 consensus_queue.cc:1048] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563 [LEADER]: Connected to new peer: Peer: permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.071s
I20260630 12:36:18.835985  5473 raft_consensus.cc:385] T 034fdb126d0944088341f91f99b57a2a P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:18.844663  5496 consensus_queue.cc:237] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.852731  5473 raft_consensus.cc:740] T 034fdb126d0944088341f91f99b57a2a P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 72d862c548cd4af4bb8386642999c563, State: Initialized, Role: FOLLOWER
I20260630 12:36:18.856468  5473 consensus_queue.cc:260] T 034fdb126d0944088341f91f99b57a2a P 72d862c548cd4af4bb8386642999c563 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.859441  5473 ts_tablet_manager.cc:1434] T 034fdb126d0944088341f91f99b57a2a P 72d862c548cd4af4bb8386642999c563: Time spent starting tablet: real 0.050s	user 0.004s	sys 0.003s
I20260630 12:36:18.860674  5473 tablet_bootstrap.cc:492] T 55a92c068d6b4d38b3406cc313abd9f3 P 72d862c548cd4af4bb8386642999c563: Bootstrap starting.
I20260630 12:36:18.889110  5473 tablet_bootstrap.cc:654] T 55a92c068d6b4d38b3406cc313abd9f3 P 72d862c548cd4af4bb8386642999c563: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:18.891880  5535 consensus_queue.cc:1048] T dbb5d96c77564e28886f9d3940369769 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:18.908258  5524 consensus_queue.cc:1048] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563 [LEADER]: Connected to new peer: Peer: permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260630 12:36:18.909471  5222 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:36:18.920899  5473 tablet_bootstrap.cc:492] T 55a92c068d6b4d38b3406cc313abd9f3 P 72d862c548cd4af4bb8386642999c563: No bootstrap required, opened a new log
I20260630 12:36:18.921506  5473 ts_tablet_manager.cc:1403] T 55a92c068d6b4d38b3406cc313abd9f3 P 72d862c548cd4af4bb8386642999c563: Time spent bootstrapping tablet: real 0.061s	user 0.009s	sys 0.008s
I20260630 12:36:18.924392  5473 raft_consensus.cc:359] T 55a92c068d6b4d38b3406cc313abd9f3 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.925171  5473 raft_consensus.cc:385] T 55a92c068d6b4d38b3406cc313abd9f3 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:18.925483  5473 raft_consensus.cc:740] T 55a92c068d6b4d38b3406cc313abd9f3 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 72d862c548cd4af4bb8386642999c563, State: Initialized, Role: FOLLOWER
I20260630 12:36:18.926234  5473 consensus_queue.cc:260] T 55a92c068d6b4d38b3406cc313abd9f3 P 72d862c548cd4af4bb8386642999c563 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.930158  5514 raft_consensus.cc:493] T 034fdb126d0944088341f91f99b57a2a P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:18.930687  5514 raft_consensus.cc:515] T 034fdb126d0944088341f91f99b57a2a P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.933992  5423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "034fdb126d0944088341f91f99b57a2a" candidate_uuid: "72d862c548cd4af4bb8386642999c563" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47ab2820ddf14a99a992b45515bc92d2" is_pre_election: true
I20260630 12:36:18.934880  5423 raft_consensus.cc:2393] T 034fdb126d0944088341f91f99b57a2a P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 72d862c548cd4af4bb8386642999c563 in current term 1: Already voted for candidate afb409f9fcb846a9ad09c146e6e270df in this term.
I20260630 12:36:18.936033  5473 ts_tablet_manager.cc:1434] T 55a92c068d6b4d38b3406cc313abd9f3 P 72d862c548cd4af4bb8386642999c563: Time spent starting tablet: real 0.014s	user 0.007s	sys 0.003s
I20260630 12:36:18.936630  5350 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "034fdb126d0944088341f91f99b57a2a" candidate_uuid: "72d862c548cd4af4bb8386642999c563" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afb409f9fcb846a9ad09c146e6e270df" is_pre_election: true
I20260630 12:36:18.938302  5239 leader_election.cc:304] T 034fdb126d0944088341f91f99b57a2a P 72d862c548cd4af4bb8386642999c563 [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: 72d862c548cd4af4bb8386642999c563; no voters: 47ab2820ddf14a99a992b45515bc92d2, afb409f9fcb846a9ad09c146e6e270df
I20260630 12:36:18.939117  5481 raft_consensus.cc:3060] T 034fdb126d0944088341f91f99b57a2a P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:18.941313  5496 consensus_queue.cc:1048] T 034fdb126d0944088341f91f99b57a2a P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:18.941309  5514 leader_election.cc:290] T 034fdb126d0944088341f91f99b57a2a P 72d862c548cd4af4bb8386642999c563 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887), 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
I20260630 12:36:18.950489  5481 raft_consensus.cc:2749] T 034fdb126d0944088341f91f99b57a2a P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:18.952544  5481 raft_consensus.cc:493] T a47733fdd58d44359f4842a802621d12 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:18.953435  5481 raft_consensus.cc:515] T a47733fdd58d44359f4842a802621d12 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:18.960157  5350 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a47733fdd58d44359f4842a802621d12" candidate_uuid: "72d862c548cd4af4bb8386642999c563" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afb409f9fcb846a9ad09c146e6e270df" is_pre_election: true
I20260630 12:36:18.964012  5481 leader_election.cc:290] T a47733fdd58d44359f4842a802621d12 P 72d862c548cd4af4bb8386642999c563 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887), 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
I20260630 12:36:18.966918  5424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a47733fdd58d44359f4842a802621d12" candidate_uuid: "72d862c548cd4af4bb8386642999c563" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47ab2820ddf14a99a992b45515bc92d2" is_pre_election: true
I20260630 12:36:18.968591  5241 leader_election.cc:304] T a47733fdd58d44359f4842a802621d12 P 72d862c548cd4af4bb8386642999c563 [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: 72d862c548cd4af4bb8386642999c563; no voters: 47ab2820ddf14a99a992b45515bc92d2, afb409f9fcb846a9ad09c146e6e270df
I20260630 12:36:18.970299  5481 raft_consensus.cc:2749] T a47733fdd58d44359f4842a802621d12 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:18.970503  5539 consensus_queue.cc:1048] T 034fdb126d0944088341f91f99b57a2a P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:18.971516  5172 catalog_manager.cc:5697] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df reported cstate change: term changed from 0 to 1, leader changed from <none> to afb409f9fcb846a9ad09c146e6e270df (127.0.192.2). New cstate: current_term: 1 leader_uuid: "afb409f9fcb846a9ad09c146e6e270df" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:18.974126  5172 catalog_manager.cc:5697] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df reported cstate change: term changed from 0 to 1, leader changed from <none> to afb409f9fcb846a9ad09c146e6e270df (127.0.192.2). New cstate: current_term: 1 leader_uuid: "afb409f9fcb846a9ad09c146e6e270df" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:19.007899  5539 raft_consensus.cc:493] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:19.008437  5539 raft_consensus.cc:515] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:19.010352  5539 leader_election.cc:290] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973), 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
I20260630 12:36:19.011474  5273 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aa42c174ea7e4fc09e633291a02c6b17" candidate_uuid: "afb409f9fcb846a9ad09c146e6e270df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72d862c548cd4af4bb8386642999c563" is_pre_election: true
I20260630 12:36:19.011762  5424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aa42c174ea7e4fc09e633291a02c6b17" candidate_uuid: "afb409f9fcb846a9ad09c146e6e270df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47ab2820ddf14a99a992b45515bc92d2" is_pre_election: true
I20260630 12:36:19.012280  5273 raft_consensus.cc:2468] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate afb409f9fcb846a9ad09c146e6e270df in term 0.
I20260630 12:36:19.012547  5424 raft_consensus.cc:2468] T aa42c174ea7e4fc09e633291a02c6b17 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate afb409f9fcb846a9ad09c146e6e270df in term 0.
I20260630 12:36:19.013707  5314 leader_election.cc:304] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 72d862c548cd4af4bb8386642999c563, afb409f9fcb846a9ad09c146e6e270df; no voters: 
I20260630 12:36:19.014631  5539 raft_consensus.cc:2804] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:19.015064  5539 raft_consensus.cc:493] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:19.015471  5539 raft_consensus.cc:3060] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:19.024727  5539 raft_consensus.cc:515] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:19.027202  5539 leader_election.cc:290] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [CANDIDATE]: Term 1 election: Requested vote from peers 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973), 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
I20260630 12:36:19.028177  5424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aa42c174ea7e4fc09e633291a02c6b17" candidate_uuid: "afb409f9fcb846a9ad09c146e6e270df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47ab2820ddf14a99a992b45515bc92d2"
I20260630 12:36:19.028249  5273 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aa42c174ea7e4fc09e633291a02c6b17" candidate_uuid: "afb409f9fcb846a9ad09c146e6e270df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72d862c548cd4af4bb8386642999c563"
I20260630 12:36:19.028808  5424 raft_consensus.cc:3060] T aa42c174ea7e4fc09e633291a02c6b17 P 47ab2820ddf14a99a992b45515bc92d2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:19.028972  5273 raft_consensus.cc:3060] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:19.034140  5424 raft_consensus.cc:2468] T aa42c174ea7e4fc09e633291a02c6b17 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate afb409f9fcb846a9ad09c146e6e270df in term 1.
I20260630 12:36:19.035495  5316 leader_election.cc:304] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 47ab2820ddf14a99a992b45515bc92d2, afb409f9fcb846a9ad09c146e6e270df; no voters: 
I20260630 12:36:19.036322  5539 raft_consensus.cc:2804] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:19.036859  5539 raft_consensus.cc:697] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [term 1 LEADER]: Becoming Leader. State: Replica: afb409f9fcb846a9ad09c146e6e270df, State: Running, Role: LEADER
I20260630 12:36:19.037599  5539 consensus_queue.cc:237] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:19.038959  5273 raft_consensus.cc:2468] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate afb409f9fcb846a9ad09c146e6e270df in term 1.
I20260630 12:36:19.047724  5173 catalog_manager.cc:5697] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df reported cstate change: term changed from 0 to 1, leader changed from <none> to afb409f9fcb846a9ad09c146e6e270df (127.0.192.2). New cstate: current_term: 1 leader_uuid: "afb409f9fcb846a9ad09c146e6e270df" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:19.060145  5273 raft_consensus.cc:3060] T a47733fdd58d44359f4842a802621d12 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:19.153934  5481 raft_consensus.cc:493] T 55a92c068d6b4d38b3406cc313abd9f3 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:19.154593  5481 raft_consensus.cc:515] T 55a92c068d6b4d38b3406cc313abd9f3 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } }
I20260630 12:36:19.157188  5481 leader_election.cc:290] T 55a92c068d6b4d38b3406cc313abd9f3 P 72d862c548cd4af4bb8386642999c563 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887), 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
I20260630 12:36:19.157761  5350 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "55a92c068d6b4d38b3406cc313abd9f3" candidate_uuid: "72d862c548cd4af4bb8386642999c563" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afb409f9fcb846a9ad09c146e6e270df" is_pre_election: true
I20260630 12:36:19.158668  5424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "55a92c068d6b4d38b3406cc313abd9f3" candidate_uuid: "72d862c548cd4af4bb8386642999c563" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47ab2820ddf14a99a992b45515bc92d2" is_pre_election: true
I20260630 12:36:19.159418  5424 raft_consensus.cc:2393] T 55a92c068d6b4d38b3406cc313abd9f3 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 72d862c548cd4af4bb8386642999c563 in current term 1: Already voted for candidate afb409f9fcb846a9ad09c146e6e270df in this term.
I20260630 12:36:19.160306  5241 leader_election.cc:304] T 55a92c068d6b4d38b3406cc313abd9f3 P 72d862c548cd4af4bb8386642999c563 [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: 72d862c548cd4af4bb8386642999c563; no voters: 47ab2820ddf14a99a992b45515bc92d2, afb409f9fcb846a9ad09c146e6e270df
I20260630 12:36:19.161000  5481 raft_consensus.cc:3060] T 55a92c068d6b4d38b3406cc313abd9f3 P 72d862c548cd4af4bb8386642999c563 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:19.169167  5481 raft_consensus.cc:2749] T 55a92c068d6b4d38b3406cc313abd9f3 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:19.240098  5478 consensus_queue.cc:1048] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:19.242305  5478 consensus_queue.cc:1048] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:19.261996  5496 consensus_queue.cc:1048] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:19.268467  5539 consensus_queue.cc:1048] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:19.609860  5538 consensus_queue.cc:1048] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:19.620283  5539 consensus_queue.cc:1048] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 }, 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.046736  5316 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.192.3:41493, user_credentials={real_user=slave}} blocked reactor thread for 91113.3us
W20260630 12:36:20.195613  5388 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.192.2:43887, user_credentials={real_user=slave}} blocked reactor thread for 89565.4us
W20260630 12:36:20.192133  5526 log.cc:927] Time spent T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563: Append to log took a long time: real 0.091s	user 0.000s	sys 0.001s
W20260630 12:36:20.263096  5604 log.cc:927] Time spent T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563: Append to log took a long time: real 0.117s	user 0.000s	sys 0.001s
W20260630 12:36:20.522125  5630 log.cc:927] Time spent T 53b55adbe9664c288e64cb854969f5c6 P afb409f9fcb846a9ad09c146e6e270df: Append to log took a long time: real 0.091s	user 0.000s	sys 0.001s
W20260630 12:36:20.537206  5601 log.cc:927] Time spent T dbb5d96c77564e28886f9d3940369769 P afb409f9fcb846a9ad09c146e6e270df: Append to log took a long time: real 0.053s	user 0.000s	sys 0.000s
W20260630 12:36:20.676980  5241 thread.cc:608] raft [worker] (thread pool) Time spent starting thread: real 0.570s	user 0.017s	sys 0.042s
W20260630 12:36:20.688593  5241 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.192.3:41493, user_credentials={real_user=slave}} blocked reactor thread for 591468us
W20260630 12:36:20.747882  5398 thread.cc:641] prepare [worker] (thread pool) Time spent creating pthread: real 0.598s	user 0.012s	sys 0.035s
W20260630 12:36:20.769891  5398 thread.cc:608] prepare [worker] (thread pool) Time spent starting thread: real 0.618s	user 0.012s	sys 0.035s
W20260630 12:36:20.868350  5454 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.192.1:40973, user_credentials={real_user=slave}} blocked reactor thread for 80761.5us
I20260630 12:36:20.892495  5646 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:35074 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=10, attempt_no=0}) took 1027 ms. Trace:
W20260630 12:36:20.926436  5648 log.cc:927] Time spent T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2: Append to log took a long time: real 0.154s	user 0.000s	sys 0.001s
I20260630 12:36:20.934767  5629 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:35074 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=7, attempt_no=0}) took 1054 ms. Trace:
I20260630 12:36:20.893020  5646 rpcz_store.cc:276] 0630 12:36:19.865250 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:19.866532 (+  1282us) service_pool.cc:224] Handling call
0630 12:36:20.892393 (+1025861us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:19.950457 (+     0us) write_op.cc:183] PREPARE: starting on tablet aa42c174ea7e4fc09e633291a02c6b17
0630 12:36:19.951154 (+   697us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:19.951194 (+    40us) write_op.cc:435] Acquired schema lock
0630 12:36:19.951215 (+    21us) tablet.cc:662] Decoding operations
0630 12:36:19.951665 (+   450us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:19.951728 (+    63us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:19.951766 (+    38us) tablet.cc:685] Acquiring locks for 2 operations
0630 12:36:19.952020 (+   254us) tablet.cc:701] Row locks acquired
0630 12:36:19.952041 (+    21us) write_op.cc:260] PREPARE: finished
0630 12:36:19.952283 (+   242us) write_op.cc:270] Start()
0630 12:36:19.952425 (+   142us) write_op.cc:276] Timestamp: P: 1782822979952220 usec, L: 0
0630 12:36:19.952453 (+    28us) op_driver.cc:348] REPLICATION: starting
0630 12:36:19.953276 (+   823us) log.cc:844] Serialized 388 byte log entry
0630 12:36:20.391191 (+437915us) spinlock_profiling.cc:243] Waited 1.86 ms on lock 0x7b4400023e0c. stack: 00007fb4676ea983 00007fb4676ea880 00007fb46707a1d4 000000000042d824 000000000042d7b9 00007fb4675a5841 00007fb4676432c5 00007fb467643ce2 00007fb46a3b41db 00007fb46a3afaaf 00007fb4676ff6ec 00007fb470556719 00007fb46771bcdb 00007fb467719f7f 00007fb467719a95 00007fb46a761b0b
0630 12:36:20.778477 (+387286us) op_driver.cc:464] REPLICATION: finished
0630 12:36:20.887574 (+109097us) write_op.cc:301] APPLY: starting
0630 12:36:20.887645 (+    71us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:20.890896 (+  3251us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:20.890918 (+    22us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:20.891364 (+   446us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:20.891518 (+   154us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:20.891557 (+    39us) write_op.cc:312] APPLY: finished
0630 12:36:20.891745 (+   188us) log.cc:844] Serialized 28 byte log entry
0630 12:36:20.891930 (+   185us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:20.892009 (+    79us) write_op.cc:454] Released schema lock
0630 12:36:20.892047 (+    38us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":22656,"child_traces":[["op",{"apply.queue_time_us":107554,"mutex_wait_us":14932,"num_ops":2,"prepare.queue_time_us":82687,"prepare.run_cpu_time_us":84771,"prepare.run_wall_time_us":470255,"raft.queue_time_us":77739,"raft.run_cpu_time_us":61,"raft.run_wall_time_us":1564,"replication_time_us":825903,"spinlock_wait_cycles":4267904,"thread_start_us":429255,"threads_started":1}]]}
W20260630 12:36:20.979116  5654 log.cc:927] Time spent T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2: Append to log took a long time: real 0.072s	user 0.001s	sys 0.000s
I20260630 12:36:20.985512  5646 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:35074 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=14, attempt_no=0}) took 1119 ms. Trace:
I20260630 12:36:20.986354  5646 rpcz_store.cc:276] 0630 12:36:19.865943 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:19.867913 (+  1970us) service_pool.cc:224] Handling call
0630 12:36:20.985411 (+1117498us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:20.309466 (+     0us) write_op.cc:183] PREPARE: starting on tablet dbb5d96c77564e28886f9d3940369769
0630 12:36:20.310328 (+   862us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:20.310375 (+    47us) write_op.cc:435] Acquired schema lock
0630 12:36:20.310404 (+    29us) tablet.cc:662] Decoding operations
0630 12:36:20.313843 (+  3439us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:20.325859 (+ 12016us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:20.327060 (+  1201us) tablet.cc:685] Acquiring locks for 5 operations
0630 12:36:20.356350 (+ 29290us) tablet.cc:701] Row locks acquired
0630 12:36:20.356372 (+    22us) write_op.cc:260] PREPARE: finished
0630 12:36:20.356552 (+   180us) write_op.cc:270] Start()
0630 12:36:20.356669 (+   117us) write_op.cc:276] Timestamp: P: 1782822980356506 usec, L: 0
0630 12:36:20.356692 (+    23us) op_driver.cc:348] REPLICATION: starting
0630 12:36:20.357747 (+  1055us) log.cc:844] Serialized 519 byte log entry
0630 12:36:20.813437 (+455690us) op_driver.cc:464] REPLICATION: finished
0630 12:36:20.975967 (+162530us) write_op.cc:301] APPLY: starting
0630 12:36:20.976075 (+   108us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:20.976325 (+   250us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:20.976465 (+   140us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:20.977531 (+  1066us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:20.977801 (+   270us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:20.977875 (+    74us) write_op.cc:312] APPLY: finished
0630 12:36:20.984413 (+  6538us) log.cc:844] Serialized 46 byte log entry
0630 12:36:20.984697 (+   284us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:20.984825 (+   128us) write_op.cc:454] Released schema lock
0630 12:36:20.984886 (+    61us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":162297,"num_ops":5,"prepare.queue_time_us":394479,"prepare.run_cpu_time_us":4293,"prepare.run_wall_time_us":68519,"replication_time_us":456612}]]}
I20260630 12:36:20.962328  5629 rpcz_store.cc:276] 0630 12:36:19.864228 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:19.864387 (+   159us) service_pool.cc:224] Handling call
0630 12:36:20.918685 (+1054298us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:19.915770 (+     0us) write_op.cc:183] PREPARE: starting on tablet 034fdb126d0944088341f91f99b57a2a
0630 12:36:19.919465 (+  3695us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:19.919495 (+    30us) write_op.cc:435] Acquired schema lock
0630 12:36:19.919513 (+    18us) tablet.cc:662] Decoding operations
0630 12:36:19.920153 (+   640us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:19.920221 (+    68us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:19.920247 (+    26us) tablet.cc:685] Acquiring locks for 7 operations
0630 12:36:19.920653 (+   406us) tablet.cc:701] Row locks acquired
0630 12:36:19.920665 (+    12us) write_op.cc:260] PREPARE: finished
0630 12:36:19.920845 (+   180us) write_op.cc:270] Start()
0630 12:36:19.920956 (+   111us) write_op.cc:276] Timestamp: P: 1782822979920801 usec, L: 0
0630 12:36:19.920977 (+    21us) op_driver.cc:348] REPLICATION: starting
0630 12:36:19.921675 (+   698us) log.cc:844] Serialized 605 byte log entry
0630 12:36:20.196389 (+274714us) spinlock_profiling.cc:243] Waited 1.77 ms on lock 0x7b54004a0518. stack: 00007fb4676ea983 00007fb4676ea880 00007fb46707a1d4 000000000042d824 000000000042d7b9 00007fb46a772090 00007fb46a7c5242 00007fb46a78128f 00007fb46a761eaa 00007fb46a768d53 00007fb46a768cd9 00007fb46a768c69 00007fb46a768c31 00007fb46a767dfd 000000000043f3c4 000000000043f209
0630 12:36:20.344046 (+147657us) spinlock_profiling.cc:243] Waited 36.6 ms on lock 0x7b58002bf1d0. stack: 00007fb4676ea983 00007fb4676ea880 00007fb46707a1d4 000000000042d824 000000000042d7b9 00007fb46a772090 00007fb46a76243c 00007fb46a768d53 00007fb46a768cd9 00007fb46a768c69 00007fb46a768c31 00007fb46a767dfd 000000000043f3c4 000000000043f209 00007fb46771cab5 00007fb46771ee01
0630 12:36:20.752511 (+408465us) op_driver.cc:464] REPLICATION: finished
0630 12:36:20.755136 (+  2625us) write_op.cc:301] APPLY: starting
0630 12:36:20.755212 (+    76us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:20.755410 (+   198us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:20.755434 (+    24us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:20.778806 (+ 23372us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:20.791272 (+ 12466us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:20.793849 (+  2577us) write_op.cc:312] APPLY: finished
0630 12:36:20.864791 (+ 70942us) log.cc:844] Serialized 58 byte log entry
0630 12:36:20.883251 (+ 18460us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:20.897503 (+ 14252us) write_op.cc:454] Released schema lock
0630 12:36:20.902730 (+  5227us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":916736,"child_traces":[["op",{"apply.queue_time_us":2446,"mutex_wait_us":30322,"num_ops":7,"prepare.queue_time_us":45967,"prepare.run_cpu_time_us":3600,"prepare.run_wall_time_us":43343,"raft.queue_time_us":43609,"raft.run_cpu_time_us":13200,"raft.run_wall_time_us":668440,"replication_time_us":831416,"spinlock_wait_cycles":88301824,"thread_start_us":25846,"threads_started":1}]]}
W20260630 12:36:21.078603  5657 log.cc:927] Time spent T 0a28e27bb1a1480a9429b75592c65e31 P 72d862c548cd4af4bb8386642999c563: Append to log took a long time: real 0.051s	user 0.001s	sys 0.000s
I20260630 12:36:21.112284  5626 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:34534 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=33, attempt_no=0}) took 1167 ms. Trace:
W20260630 12:36:21.148890  5659 log.cc:927] Time spent T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2: Append to log took a long time: real 0.074s	user 0.000s	sys 0.001s
I20260630 12:36:21.164783  5629 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:35074 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=22, attempt_no=0}) took 1265 ms. Trace:
W20260630 12:36:21.192338  5661 log.cc:927] Time spent T 53b55adbe9664c288e64cb854969f5c6 P 47ab2820ddf14a99a992b45515bc92d2: Append to log took a long time: real 0.091s	user 0.000s	sys 0.001s
I20260630 12:36:21.239977  5636 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:39240 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=45, attempt_no=0}) took 1086 ms. Trace:
I20260630 12:36:21.250865  5660 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:34534 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=20, attempt_no=0}) took 1286 ms. Trace:
W20260630 12:36:21.254946  5664 log.cc:927] Time spent T 31cea5b5acbb4a1099d2ae5e59745aa8 P afb409f9fcb846a9ad09c146e6e270df: Append to log took a long time: real 0.072s	user 0.000s	sys 0.001s
I20260630 12:36:21.135483  5626 rpcz_store.cc:276] 0630 12:36:19.944517 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:19.944711 (+   194us) service_pool.cc:224] Handling call
0630 12:36:21.111969 (+1167258us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:20.252628 (+     0us) write_op.cc:183] PREPARE: starting on tablet 802f6322d1ff48e6a3478b4d14d2e073
0630 12:36:20.259596 (+  6968us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:20.259634 (+    38us) write_op.cc:435] Acquired schema lock
0630 12:36:20.259656 (+    22us) tablet.cc:662] Decoding operations
0630 12:36:20.260143 (+   487us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:20.260199 (+    56us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:20.260231 (+    32us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:36:20.287905 (+ 27674us) tablet.cc:701] Row locks acquired
0630 12:36:20.287921 (+    16us) write_op.cc:260] PREPARE: finished
0630 12:36:20.288115 (+   194us) write_op.cc:270] Start()
0630 12:36:20.288241 (+   126us) write_op.cc:276] Timestamp: P: 1782822980288069 usec, L: 0
0630 12:36:20.288261 (+    20us) op_driver.cc:348] REPLICATION: starting
0630 12:36:20.668455 (+380194us) spinlock_profiling.cc:243] Waited 17.4 ms on lock 0x7b540009c520. stack: 00007fb4676ea983 00007fb4676ea880 00007fb46707a1d4 000000000042d824 000000000042d7b9 00007fb46a771571 00007fb46a785520 00007fb46a80eb42 00007fb46a803f67 00007fb46a803da4 00007fb46e23e581 00007fb46e23dd58 00007fb46e2429f1 00007fb46e2429a9 00007fb46e242939 00007fb46e242901
0630 12:36:20.669252 (+   797us) log.cc:844] Serialized 475 byte log entry
0630 12:36:20.727643 (+ 58391us) spinlock_profiling.cc:243] Waited 66.6 ms on lock 0x7b54004c6dd4. stack: 00007fb4676ea983 00007fb4676ea880 00007fb46707a1d4 000000000042d824 000000000042d7b9 00007fb46a771571 00007fb46a803e28 00007fb46e23e581 00007fb46e23dd58 00007fb46e2429f1 00007fb46e2429a9 00007fb46e242939 00007fb46e242901 00007fb46e241b2d 000000000043f3c4 000000000043f209
0630 12:36:20.968835 (+241192us) op_driver.cc:464] REPLICATION: finished
0630 12:36:21.040684 (+ 71849us) write_op.cc:301] APPLY: starting
0630 12:36:21.043169 (+  2485us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:21.054518 (+ 11349us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:21.055877 (+  1359us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:21.065792 (+  9915us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:21.088293 (+ 22501us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:21.095492 (+  7199us) write_op.cc:312] APPLY: finished
0630 12:36:21.110917 (+ 15425us) log.cc:844] Serialized 40 byte log entry
0630 12:36:21.111238 (+   321us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:21.111361 (+   123us) write_op.cc:454] Released schema lock
0630 12:36:21.111425 (+    64us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":37754,"num_ops":4,"prepare.queue_time_us":278710,"prepare.run_cpu_time_us":20041,"prepare.run_wall_time_us":499352,"raft.queue_time_us":1191,"raft.run_cpu_time_us":1092,"raft.run_wall_time_us":1092,"replication_time_us":670668,"spinlock_wait_cycles":193170560}]]}
I20260630 12:36:21.240458  5636 rpcz_store.cc:276] 0630 12:36:20.197097 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:20.199225 (+  2128us) service_pool.cc:224] Handling call
0630 12:36:21.239910 (+1040685us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:20.543970 (+     0us) write_op.cc:183] PREPARE: starting on tablet 350af05314c94e6cb0c2816ef6409dab
0630 12:36:20.544593 (+   623us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:20.544632 (+    39us) write_op.cc:435] Acquired schema lock
0630 12:36:20.544647 (+    15us) tablet.cc:662] Decoding operations
0630 12:36:20.545242 (+   595us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:20.545308 (+    66us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:20.545334 (+    26us) tablet.cc:685] Acquiring locks for 5 operations
0630 12:36:20.545752 (+   418us) tablet.cc:701] Row locks acquired
0630 12:36:20.545766 (+    14us) write_op.cc:260] PREPARE: finished
0630 12:36:20.545894 (+   128us) write_op.cc:270] Start()
0630 12:36:20.545977 (+    83us) write_op.cc:276] Timestamp: P: 1782822980545865 usec, L: 0
0630 12:36:20.545991 (+    14us) op_driver.cc:348] REPLICATION: starting
0630 12:36:20.567235 (+ 21244us) log.cc:844] Serialized 519 byte log entry
0630 12:36:21.191788 (+624553us) op_driver.cc:464] REPLICATION: finished
0630 12:36:21.197032 (+  5244us) write_op.cc:301] APPLY: starting
0630 12:36:21.197116 (+    84us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:21.197275 (+   159us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:21.197359 (+    84us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:21.198215 (+   856us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:21.198376 (+   161us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:21.198423 (+    47us) write_op.cc:312] APPLY: finished
0630 12:36:21.198628 (+   205us) log.cc:844] Serialized 46 byte log entry
0630 12:36:21.233328 (+ 34700us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:21.236079 (+  2751us) write_op.cc:454] Released schema lock
0630 12:36:21.237417 (+  1338us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":5061,"mutex_wait_us":7,"num_ops":5,"prepare.queue_time_us":192995,"prepare.run_cpu_time_us":35626,"prepare.run_wall_time_us":119512,"raft.queue_time_us":2123,"raft.run_cpu_time_us":3602,"raft.run_wall_time_us":42222,"replication_time_us":645676,"spinlock_wait_cycles":28928,"thread_start_us":81323,"threads_started":2,"wal-append.queue_time_us":54956}]]}
W20260630 12:36:21.322492  5654 log.cc:927] Time spent T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2: Append to log took a long time: real 0.056s	user 0.000s	sys 0.000s
W20260630 12:36:21.454607  5669 log.cc:927] Time spent T a47733fdd58d44359f4842a802621d12 P 72d862c548cd4af4bb8386642999c563: Append to log took a long time: real 0.232s	user 0.001s	sys 0.000s
I20260630 12:36:21.251343  5660 rpcz_store.cc:276] 0630 12:36:19.927432 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:19.928111 (+   679us) service_pool.cc:224] Handling call
0630 12:36:21.202873 (+1274762us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:20.141215 (+     0us) write_op.cc:183] PREPARE: starting on tablet 53b55adbe9664c288e64cb854969f5c6
0630 12:36:20.201889 (+ 60674us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:20.201936 (+    47us) write_op.cc:435] Acquired schema lock
0630 12:36:20.201964 (+    28us) tablet.cc:662] Decoding operations
0630 12:36:20.202453 (+   489us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:20.202526 (+    73us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:20.202570 (+    44us) tablet.cc:685] Acquiring locks for 1 operations
0630 12:36:20.202793 (+   223us) tablet.cc:701] Row locks acquired
0630 12:36:20.202821 (+    28us) write_op.cc:260] PREPARE: finished
0630 12:36:20.203103 (+   282us) write_op.cc:270] Start()
0630 12:36:20.203259 (+   156us) write_op.cc:276] Timestamp: P: 1782822980203022 usec, L: 0
0630 12:36:20.203288 (+    29us) op_driver.cc:348] REPLICATION: starting
0630 12:36:20.204282 (+   994us) log.cc:844] Serialized 345 byte log entry
0630 12:36:20.669883 (+465601us) spinlock_profiling.cc:243] Waited 458 ms on lock 0x7b5800227fd0. stack: 00007fb4676ea983 00007fb4676ea880 00007fb46707a1d4 000000000042d824 000000000042d7b9 00007fb46a772090 00007fb46a76243c 00007fb46a768d53 00007fb46a768cd9 00007fb46a768c69 00007fb46a768c31 00007fb46a767dfd 000000000043f3c4 000000000043f209 00007fb46771cab5 00007fb46771ee01
0630 12:36:21.001983 (+332100us) op_driver.cc:464] REPLICATION: finished
0630 12:36:21.059635 (+ 57652us) write_op.cc:301] APPLY: starting
0630 12:36:21.062368 (+  2733us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:21.069241 (+  6873us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:21.071634 (+  2393us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:21.116130 (+ 44496us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:21.133182 (+ 17052us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:21.136134 (+  2952us) write_op.cc:312] APPLY: finished
0630 12:36:21.161844 (+ 25710us) log.cc:844] Serialized 22 byte log entry
0630 12:36:21.168870 (+  7026us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:21.170548 (+  1678us) write_op.cc:454] Released schema lock
0630 12:36:21.174825 (+  4277us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":50310,"mutex_wait_us":20147,"num_ops":1,"prepare.queue_time_us":177820,"prepare.run_cpu_time_us":4104,"prepare.run_wall_time_us":73600,"raft.queue_time_us":170,"raft.run_cpu_time_us":9373,"raft.run_wall_time_us":465069,"replication_time_us":792886,"spinlock_wait_cycles":1052832000,"thread_start_us":46879,"threads_started":1}]]}
I20260630 12:36:21.522338  5636 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:39240 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=39, attempt_no=0}) took 1418 ms. Trace:
I20260630 12:36:21.532536  5662 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:34534 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=28, attempt_no=0}) took 1593 ms. Trace:
I20260630 12:36:21.522825  5636 rpcz_store.cc:276] 0630 12:36:20.117897 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:20.137263 (+ 19366us) service_pool.cc:224] Handling call
0630 12:36:21.522265 (+1385002us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:20.287047 (+     0us) write_op.cc:183] PREPARE: starting on tablet 31cea5b5acbb4a1099d2ae5e59745aa8
0630 12:36:20.287547 (+   500us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:20.287574 (+    27us) write_op.cc:435] Acquired schema lock
0630 12:36:20.287593 (+    19us) tablet.cc:662] Decoding operations
0630 12:36:20.287936 (+   343us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:20.287987 (+    51us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:20.288013 (+    26us) tablet.cc:685] Acquiring locks for 2 operations
0630 12:36:20.288193 (+   180us) tablet.cc:701] Row locks acquired
0630 12:36:20.288210 (+    17us) write_op.cc:260] PREPARE: finished
0630 12:36:20.288371 (+   161us) write_op.cc:270] Start()
0630 12:36:20.288482 (+   111us) write_op.cc:276] Timestamp: P: 1782822980288332 usec, L: 0
0630 12:36:20.288502 (+    20us) op_driver.cc:348] REPLICATION: starting
0630 12:36:20.692871 (+404369us) spinlock_profiling.cc:243] Waited 301 ms on lock 0x7b54001ad9a0. stack: 00007fb4676ea983 00007fb4676ea880 00007fb46707a1d4 000000000042d824 000000000042d7b9 00007fb46a771571 00007fb46a785520 00007fb46a80eb42 00007fb46a803f67 00007fb46a803da4 00007fb46e23e581 00007fb46e23dd58 00007fb46e2429f1 00007fb46e2429a9 00007fb46e242939 00007fb46e242901
0630 12:36:20.693821 (+   950us) log.cc:844] Serialized 388 byte log entry
0630 12:36:20.700894 (+  7073us) spinlock_profiling.cc:243] Waited 2.4 ms on lock 0x7b4400023e0c. stack: 00007fb4676ea983 00007fb4676ea880 00007fb46707a1d4 000000000042d824 000000000042d7b9 00007fb4675a5841 00007fb4676432c5 00007fb467643ce2 00007fb46a3b41db 00007fb46a3afaaf 00007fb4676ff6ec 00007fb470556719 00007fb46771bcdb 00007fb467719f7f 00007fb467719a95 00007fb46e23d16c
0630 12:36:21.015487 (+314593us) spinlock_profiling.cc:243] Waited 3.42 ms on lock 0x7b180011bfc0. stack: 00007fb4676ea983 00007fb4676ea880 00007fb46707a1d4 000000000042d824 000000000042d7b9 00007fb4705e2bf1 00007fb4705ef391 00007fb46771ca33 00007fb46771ee01 00007fb46771edb9 00007fb46771ed49 00007fb46771ed11 00007fb46771e00d 000000000043f3c4 000000000043f209 00007fb4676ffe7a
0630 12:36:21.274420 (+258933us) op_driver.cc:464] REPLICATION: finished
0630 12:36:21.510768 (+236348us) write_op.cc:301] APPLY: starting
0630 12:36:21.514217 (+  3449us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:21.514343 (+   126us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:21.514364 (+    21us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:21.514854 (+   490us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:21.514992 (+   138us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:21.515037 (+    45us) write_op.cc:312] APPLY: finished
0630 12:36:21.521602 (+  6565us) log.cc:844] Serialized 28 byte log entry
0630 12:36:21.521826 (+   224us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:21.521900 (+    74us) write_op.cc:454] Released schema lock
0630 12:36:21.521939 (+    39us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":228112,"mutex_wait_us":1184,"num_ops":2,"prepare.queue_time_us":137576,"prepare.run_cpu_time_us":11855,"prepare.run_wall_time_us":452905,"raft.queue_time_us":18098,"raft.run_cpu_time_us":32,"raft.run_wall_time_us":35,"replication_time_us":985806,"spinlock_wait_cycles":706061184,"thread_start_us":657993,"threads_started":2,"wal-append.queue_time_us":56134}]]}
I20260630 12:36:21.580462  5658 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:39240 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=17, attempt_no=0}) took 1621 ms. Trace:
I20260630 12:36:21.581534  5646 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:35074 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=44, attempt_no=0}) took 1174 ms. Trace:
I20260630 12:36:21.581944  5646 rpcz_store.cc:276] 0630 12:36:20.416684 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:20.418309 (+  1625us) service_pool.cc:224] Handling call
0630 12:36:21.581458 (+1163149us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:20.436763 (+     0us) write_op.cc:183] PREPARE: starting on tablet aa42c174ea7e4fc09e633291a02c6b17
0630 12:36:20.438741 (+  1978us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:20.438774 (+    33us) write_op.cc:435] Acquired schema lock
0630 12:36:20.438791 (+    17us) tablet.cc:662] Decoding operations
0630 12:36:20.439436 (+   645us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:20.439476 (+    40us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:20.439503 (+    27us) tablet.cc:685] Acquiring locks for 8 operations
0630 12:36:20.440010 (+   507us) tablet.cc:701] Row locks acquired
0630 12:36:20.440030 (+    20us) write_op.cc:260] PREPARE: finished
0630 12:36:20.440244 (+   214us) write_op.cc:270] Start()
0630 12:36:20.440348 (+   104us) write_op.cc:276] Timestamp: P: 1782822980440194 usec, L: 0
0630 12:36:20.440366 (+    18us) op_driver.cc:348] REPLICATION: starting
0630 12:36:20.542741 (+102375us) log.cc:844] Serialized 649 byte log entry
0630 12:36:21.077720 (+534979us) op_driver.cc:464] REPLICATION: finished
0630 12:36:21.196132 (+118412us) write_op.cc:301] APPLY: starting
0630 12:36:21.196195 (+    63us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:21.196397 (+   202us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:21.196497 (+   100us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:21.320162 (+123665us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:21.320432 (+   270us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:21.320496 (+    64us) write_op.cc:312] APPLY: finished
0630 12:36:21.320854 (+   358us) log.cc:844] Serialized 64 byte log entry
0630 12:36:21.321106 (+   252us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:21.509814 (+188708us) write_op.cc:454] Released schema lock
0630 12:36:21.510633 (+   819us) write_op.cc:341] FINISH: Updating metrics
0630 12:36:21.581345 (+ 70712us) spinlock_profiling.cc:243] Waited 11.2 ms on lock 0x7b340024aae8. stack: 00007fb4676ea983 00007fb4676ea880 00007fb46707a1d4 000000000042d824 000000000042d7b9 00007fb468aba171 00007fb468b009ae 00007fb468b144fe 00007fb46f7ede51 00007fb46e2403ad 00007fb46e23fb53 00007fb46e243d61 00007fb46e243d19 00007fb46e243ca9 00007fb46e243c71 00007fb46e242e9d
Metrics: {"child_traces":[["op",{"apply.queue_time_us":118231,"num_ops":8,"prepare.queue_time_us":12788,"prepare.run_cpu_time_us":3871,"prepare.run_wall_time_us":118435,"replication_time_us":637248,"spinlock_wait_cycles":25669888}]]}
I20260630 12:36:21.587973  5636 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:39240 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=6, attempt_no=0}) took 1630 ms. Trace:
I20260630 12:36:21.187327  5629 rpcz_store.cc:276] 0630 12:36:19.899352 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:19.899587 (+   235us) service_pool.cc:224] Handling call
0630 12:36:21.162720 (+1263133us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:19.956603 (+     0us) write_op.cc:183] PREPARE: starting on tablet e7007991839d467d8bf00e50477d8456
0630 12:36:19.957105 (+   502us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:19.957132 (+    27us) write_op.cc:435] Acquired schema lock
0630 12:36:19.957149 (+    17us) tablet.cc:662] Decoding operations
0630 12:36:19.957571 (+   422us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:19.957615 (+    44us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:19.957641 (+    26us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:36:19.960360 (+  2719us) tablet.cc:701] Row locks acquired
0630 12:36:19.962225 (+  1865us) write_op.cc:260] PREPARE: finished
0630 12:36:19.962416 (+   191us) write_op.cc:270] Start()
0630 12:36:19.962528 (+   112us) write_op.cc:276] Timestamp: P: 1782822979962365 usec, L: 0
0630 12:36:19.962549 (+    21us) op_driver.cc:348] REPLICATION: starting
0630 12:36:20.012622 (+ 50073us) log.cc:844] Serialized 475 byte log entry
0630 12:36:20.360559 (+347937us) spinlock_profiling.cc:243] Waited 10.5 ms on lock 0x7b54004a09a0. stack: 00007fb4676ea983 00007fb4676ea880 00007fb46707a1d4 000000000042d824 000000000042d7b9 00007fb46a772090 00007fb46a77f6b8 00007fb46a77f2fa 00007fb46a803965 00007fb46a803e09 00007fb46e23e581 00007fb46e23dd58 00007fb46e2429f1 00007fb46e2429a9 00007fb46e242939 00007fb46e242901
0630 12:36:20.947070 (+586511us) op_driver.cc:464] REPLICATION: finished
0630 12:36:21.085909 (+138839us) write_op.cc:301] APPLY: starting
0630 12:36:21.085979 (+    70us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:21.086131 (+   152us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:21.086153 (+    22us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:21.152337 (+ 66184us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:21.153495 (+  1158us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:21.155887 (+  2392us) write_op.cc:312] APPLY: finished
0630 12:36:21.156268 (+   381us) log.cc:844] Serialized 40 byte log entry
0630 12:36:21.160432 (+  4164us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:21.160524 (+    92us) write_op.cc:454] Released schema lock
0630 12:36:21.160579 (+    55us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":138668,"num_ops":4,"prepare.queue_time_us":55215,"prepare.run_cpu_time_us":15879,"prepare.run_wall_time_us":404326,"raft.queue_time_us":4724,"raft.run_cpu_time_us":26,"raft.run_wall_time_us":25,"replication_time_us":984410,"spinlock_wait_cycles":24051968}]]}
I20260630 12:36:21.601243  5641 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:35074 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=8, attempt_no=0}) took 1665 ms. Trace:
I20260630 12:36:21.632710  5639 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:35074 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=18, attempt_no=0}) took 1737 ms. Trace:
I20260630 12:36:21.646960  5643 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:39240 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=26, attempt_no=0}) took 1687 ms. Trace:
I20260630 12:36:21.588454  5636 rpcz_store.cc:276] 0630 12:36:19.957473 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:19.962779 (+  5306us) service_pool.cc:224] Handling call
0630 12:36:20.606984 (+644205us) spinlock_profiling.cc:243] Waited 34 ms on lock 0x7b340010da78. stack: 00007fb4676ea983 00007fb4676ea880 00007fb46707a1d4 000000000042d824 000000000042d7b9 00007fb468aba171 00007fb468aff18c 00007fb468b441d1 00007fb468b474cf 00007fb468b48821 00007fb468b487d9 00007fb468b48769 00007fb468b48731 00007fb468b47a2d 000000000043f3c4 000000000043f209
0630 12:36:21.587909 (+980925us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:20.815813 (+     0us) write_op.cc:183] PREPARE: starting on tablet 31cea5b5acbb4a1099d2ae5e59745aa8
0630 12:36:20.816310 (+   497us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:20.816335 (+    25us) write_op.cc:435] Acquired schema lock
0630 12:36:20.816351 (+    16us) tablet.cc:662] Decoding operations
0630 12:36:20.816687 (+   336us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:20.816740 (+    53us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:20.816774 (+    34us) tablet.cc:685] Acquiring locks for 2 operations
0630 12:36:20.816966 (+   192us) tablet.cc:701] Row locks acquired
0630 12:36:20.816987 (+    21us) write_op.cc:260] PREPARE: finished
0630 12:36:20.817163 (+   176us) write_op.cc:270] Start()
0630 12:36:20.817278 (+   115us) write_op.cc:276] Timestamp: P: 1782822980817113 usec, L: 0
0630 12:36:20.817298 (+    20us) op_driver.cc:348] REPLICATION: starting
0630 12:36:20.818362 (+  1064us) log.cc:844] Serialized 388 byte log entry
0630 12:36:21.525768 (+707406us) op_driver.cc:464] REPLICATION: finished
0630 12:36:21.583789 (+ 58021us) write_op.cc:301] APPLY: starting
0630 12:36:21.585640 (+  1851us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:21.585761 (+   121us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:21.585861 (+   100us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:21.586327 (+   466us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:21.586488 (+   161us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:21.586528 (+    40us) write_op.cc:312] APPLY: finished
0630 12:36:21.586697 (+   169us) log.cc:844] Serialized 28 byte log entry
0630 12:36:21.587483 (+   786us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:21.587557 (+    74us) write_op.cc:454] Released schema lock
0630 12:36:21.587603 (+    46us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":78165248,"child_traces":[["op",{"apply.queue_time_us":46618,"num_ops":2,"prepare.queue_time_us":204313,"prepare.run_cpu_time_us":2541,"prepare.run_wall_time_us":4369,"raft.queue_time_us":113,"raft.run_cpu_time_us":1275,"raft.run_wall_time_us":1275,"replication_time_us":708345}]]}
I20260630 12:36:21.580891  5658 rpcz_store.cc:276] 0630 12:36:19.958873 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:19.963058 (+  4185us) service_pool.cc:224] Handling call
0630 12:36:20.424141 (+461083us) spinlock_profiling.cc:243] Waited 34.2 ms on lock 0x7b340010da78. stack: 00007fb4676ea983 00007fb4676ea880 00007fb46707a1d4 000000000042d824 000000000042d7b9 00007fb468aba171 00007fb468aff18c 00007fb468b441d1 00007fb468b474cf 00007fb468b48821 00007fb468b487d9 00007fb468b48769 00007fb468b48731 00007fb468b47a2d 000000000043f3c4 000000000043f209
0630 12:36:21.579347 (+1155206us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:20.757779 (+     0us) write_op.cc:183] PREPARE: starting on tablet 31cea5b5acbb4a1099d2ae5e59745aa8
0630 12:36:20.799625 (+ 41846us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:20.799653 (+    28us) write_op.cc:435] Acquired schema lock
0630 12:36:20.799672 (+    19us) tablet.cc:662] Decoding operations
0630 12:36:20.800250 (+   578us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:20.800295 (+    45us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:20.800324 (+    29us) tablet.cc:685] Acquiring locks for 7 operations
0630 12:36:20.800687 (+   363us) tablet.cc:701] Row locks acquired
0630 12:36:20.800700 (+    13us) write_op.cc:260] PREPARE: finished
0630 12:36:20.800849 (+   149us) write_op.cc:270] Start()
0630 12:36:20.800933 (+    84us) write_op.cc:276] Timestamp: P: 1782822980800809 usec, L: 0
0630 12:36:20.800951 (+    18us) op_driver.cc:348] REPLICATION: starting
0630 12:36:20.801618 (+   667us) log.cc:844] Serialized 605 byte log entry
0630 12:36:21.510914 (+709296us) op_driver.cc:464] REPLICATION: finished
0630 12:36:21.532667 (+ 21753us) write_op.cc:301] APPLY: starting
0630 12:36:21.532748 (+    81us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:21.532934 (+   186us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:21.533040 (+   106us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:21.537733 (+  4693us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:21.537945 (+   212us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:21.538001 (+    56us) write_op.cc:312] APPLY: finished
0630 12:36:21.538290 (+   289us) log.cc:844] Serialized 58 byte log entry
0630 12:36:21.538479 (+   189us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:21.538573 (+    94us) write_op.cc:454] Released schema lock
0630 12:36:21.538622 (+    49us) write_op.cc:341] FINISH: Updating metrics
0630 12:36:21.578861 (+ 40239us) spinlock_profiling.cc:243] Waited 3.68 ms on lock 0x7b54002063a8. stack: 00007fb4676ea983 00007fb4676ea880 00007fb46707a1d4 000000000042d824 000000000042d7b9 00007fb470bc39e1 00007fb470bc264c 00007fb46e2543fd 00007fb46e240389 00007fb46e23fb53 00007fb46e243d61 00007fb46e243d19 00007fb46e243ca9 00007fb46e243c71 00007fb46e242e9d 000000000043f3c4
Metrics: {"spinlock_wait_cycles":78610304,"child_traces":[["op",{"apply.queue_time_us":20369,"mutex_wait_us":3331,"num_ops":7,"prepare.queue_time_us":319362,"prepare.run_cpu_time_us":3355,"prepare.run_wall_time_us":67224,"raft.queue_time_us":10003,"raft.run_cpu_time_us":92,"raft.run_wall_time_us":11961,"replication_time_us":706985,"spinlock_wait_cycles":8453504}]]}
I20260630 12:36:21.533015  5662 rpcz_store.cc:276] 0630 12:36:19.938796 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:19.939492 (+   696us) service_pool.cc:224] Handling call
0630 12:36:21.532323 (+1592831us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:20.255281 (+     0us) write_op.cc:183] PREPARE: starting on tablet 53b55adbe9664c288e64cb854969f5c6
0630 12:36:20.257084 (+  1803us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:20.257122 (+    38us) write_op.cc:435] Acquired schema lock
0630 12:36:20.257145 (+    23us) tablet.cc:662] Decoding operations
0630 12:36:20.257634 (+   489us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:20.257678 (+    44us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:20.257708 (+    30us) tablet.cc:685] Acquiring locks for 5 operations
0630 12:36:20.289616 (+ 31908us) tablet.cc:701] Row locks acquired
0630 12:36:20.289639 (+    23us) write_op.cc:260] PREPARE: finished
0630 12:36:20.289801 (+   162us) write_op.cc:270] Start()
0630 12:36:20.289924 (+   123us) write_op.cc:276] Timestamp: P: 1782822980289755 usec, L: 0
0630 12:36:20.289945 (+    21us) op_driver.cc:348] REPLICATION: starting
0630 12:36:20.290596 (+   651us) log.cc:844] Serialized 519 byte log entry
0630 12:36:20.788344 (+497748us) spinlock_profiling.cc:243] Waited 308 ms on lock 0x7b5800227fd0. stack: 00007fb4676ea983 00007fb4676ea880 00007fb46707a1d4 000000000042d824 000000000042d7b9 00007fb46a772090 00007fb46a76243c 00007fb46a768d53 00007fb46a768cd9 00007fb46a768c69 00007fb46a768c31 00007fb46a767dfd 000000000043f3c4 000000000043f209 00007fb46771cab5 00007fb46771ee01
0630 12:36:21.064797 (+276453us) op_driver.cc:464] REPLICATION: finished
0630 12:36:21.106673 (+ 41876us) write_op.cc:301] APPLY: starting
0630 12:36:21.120119 (+ 13446us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:21.133443 (+ 13324us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:21.136294 (+  2851us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:21.253917 (+117623us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:21.271457 (+ 17540us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:21.275458 (+  4001us) write_op.cc:312] APPLY: finished
0630 12:36:21.438878 (+163420us) log.cc:844] Serialized 46 byte log entry
0630 12:36:21.450437 (+ 11559us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:21.508512 (+ 58075us) write_op.cc:454] Released schema lock
0630 12:36:21.511563 (+  3051us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":30953,"num_ops":5,"prepare.queue_time_us":294150,"prepare.run_cpu_time_us":15399,"prepare.run_wall_time_us":101271,"raft.queue_time_us":49591,"raft.run_cpu_time_us":5535,"raft.run_wall_time_us":433777,"replication_time_us":774731,"spinlock_wait_cycles":708211968,"thread_start_us":24969,"threads_started":1}]]}
I20260630 12:36:21.667424  5636 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:39240 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=11, attempt_no=0}) took 1709 ms. Trace:
I20260630 12:36:21.633184  5639 rpcz_store.cc:276] 0630 12:36:19.898223 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:19.907827 (+  9604us) service_pool.cc:224] Handling call
0630 12:36:21.632509 (+1724682us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:20.096769 (+     0us) write_op.cc:183] PREPARE: starting on tablet 55a92c068d6b4d38b3406cc313abd9f3
0630 12:36:20.097569 (+   800us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:20.097625 (+    56us) write_op.cc:435] Acquired schema lock
0630 12:36:20.097652 (+    27us) tablet.cc:662] Decoding operations
0630 12:36:20.098715 (+  1063us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:20.098788 (+    73us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:20.098828 (+    40us) tablet.cc:685] Acquiring locks for 6 operations
0630 12:36:20.099469 (+   641us) tablet.cc:701] Row locks acquired
0630 12:36:20.099489 (+    20us) write_op.cc:260] PREPARE: finished
0630 12:36:20.099759 (+   270us) write_op.cc:270] Start()
0630 12:36:20.099900 (+   141us) write_op.cc:276] Timestamp: P: 1782822980099695 usec, L: 0
0630 12:36:20.099933 (+    33us) op_driver.cc:348] REPLICATION: starting
0630 12:36:20.355759 (+255826us) spinlock_profiling.cc:243] Waited 9.42 ms on lock 0x7b54000a6d18. stack: 00007fb4676ea983 00007fb4676ea880 00007fb46707a1d4 000000000042d824 000000000042d7b9 00007fb46f4ea5c4 00007fb46a7c3939 00007fb46a77f621 00007fb46a77f2fa 00007fb46a803965 00007fb46a803e09 00007fb46e23e581 00007fb46e23dd58 00007fb46e2429f1 00007fb46e2429a9 00007fb46e242939
0630 12:36:20.358741 (+  2982us) log.cc:844] Serialized 562 byte log entry
0630 12:36:21.096799 (+738058us) op_driver.cc:464] REPLICATION: finished
0630 12:36:21.227922 (+131123us) write_op.cc:301] APPLY: starting
0630 12:36:21.231046 (+  3124us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:21.242801 (+ 11755us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:21.244418 (+  1617us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:21.451062 (+206644us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:21.451342 (+   280us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:21.451410 (+    68us) write_op.cc:312] APPLY: finished
0630 12:36:21.451731 (+   321us) log.cc:844] Serialized 52 byte log entry
0630 12:36:21.452732 (+  1001us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:21.508245 (+ 55513us) write_op.cc:454] Released schema lock
0630 12:36:21.509735 (+  1490us) write_op.cc:341] FINISH: Updating metrics
0630 12:36:21.632387 (+122652us) spinlock_profiling.cc:243] Waited 16.8 ms on lock 0x7b340024aae8. stack: 00007fb4676ea983 00007fb4676ea880 00007fb46707a1d4 000000000042d824 000000000042d7b9 00007fb468aba171 00007fb468b009ae 00007fb468b144fe 00007fb46f7ede51 00007fb46e2403ad 00007fb46e23fb53 00007fb46e243d61 00007fb46e243d19 00007fb46e243ca9 00007fb46e243c71 00007fb46e242e9d
Metrics: {"child_traces":[["op",{"apply.queue_time_us":109187,"mutex_wait_us":639,"num_ops":6,"prepare.queue_time_us":167944,"prepare.run_cpu_time_us":14501,"prepare.run_wall_time_us":262306,"replication_time_us":996720,"spinlock_wait_cycles":60193920}]]}
W20260630 12:36:21.689850  5671 log.cc:927] Time spent T 57fe5327abda4ed6b70eb139d376b187 P 72d862c548cd4af4bb8386642999c563: Append to log took a long time: real 0.066s	user 0.000s	sys 0.002s
I20260630 12:36:21.692783  5655 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:39240 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=12, attempt_no=0}) took 1734 ms. Trace:
I20260630 12:36:21.667917  5636 rpcz_store.cc:276] 0630 12:36:19.957797 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:19.962853 (+  5056us) service_pool.cc:224] Handling call
0630 12:36:20.615825 (+652972us) spinlock_profiling.cc:243] Waited 94.4 ms on lock 0x7b340010da78. stack: 00007fb4676ea983 00007fb4676ea880 00007fb46707a1d4 000000000042d824 000000000042d7b9 00007fb468aba171 00007fb468aff18c 00007fb468b441d1 00007fb468b474cf 00007fb468b48821 00007fb468b487d9 00007fb468b48769 00007fb468b48731 00007fb468b47a2d 000000000043f3c4 000000000043f209
0630 12:36:21.667315 (+1051490us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:20.737177 (+     0us) write_op.cc:183] PREPARE: starting on tablet 350af05314c94e6cb0c2816ef6409dab
0630 12:36:20.794603 (+ 57426us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:20.796088 (+  1485us) write_op.cc:435] Acquired schema lock
0630 12:36:20.798624 (+  2536us) tablet.cc:662] Decoding operations
0630 12:36:20.911103 (+112479us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:20.912982 (+  1879us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:20.916604 (+  3622us) tablet.cc:685] Acquiring locks for 7 operations
0630 12:36:20.940839 (+ 24235us) tablet.cc:701] Row locks acquired
0630 12:36:20.940860 (+    21us) write_op.cc:260] PREPARE: finished
0630 12:36:20.941057 (+   197us) write_op.cc:270] Start()
0630 12:36:20.941200 (+   143us) write_op.cc:276] Timestamp: P: 1782822980941015 usec, L: 0
0630 12:36:20.941218 (+    18us) op_driver.cc:348] REPLICATION: starting
0630 12:36:20.941902 (+   684us) log.cc:844] Serialized 605 byte log entry
0630 12:36:21.531864 (+589962us) op_driver.cc:464] REPLICATION: finished
0630 12:36:21.657529 (+125665us) write_op.cc:301] APPLY: starting
0630 12:36:21.657630 (+   101us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:21.657835 (+   205us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:21.657947 (+   112us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:21.662751 (+  4804us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:21.662961 (+   210us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:21.663013 (+    52us) write_op.cc:312] APPLY: finished
0630 12:36:21.663277 (+   264us) log.cc:844] Serialized 58 byte log entry
0630 12:36:21.666810 (+  3533us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:21.666914 (+   104us) write_op.cc:454] Released schema lock
0630 12:36:21.666965 (+    51us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":217006848,"child_traces":[["op",{"apply.queue_time_us":125406,"num_ops":7,"prepare.queue_time_us":41707,"prepare.run_cpu_time_us":5048,"prepare.run_wall_time_us":205047,"replication_time_us":590526}]]}
I20260630 12:36:21.601708  5641 rpcz_store.cc:276] 0630 12:36:19.864537 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:19.864686 (+   149us) service_pool.cc:224] Handling call
0630 12:36:19.869862 (+  5176us) spinlock_profiling.cc:243] Waited 3.38 ms on lock 0x7b340024aae8. stack: 00007fb4676ea983 00007fb4676ea880 00007fb46707a1d4 000000000042d824 000000000042d7b9 00007fb468aba171 00007fb468aff18c 00007fb468b441d1 00007fb468b474cf 00007fb468b48821 00007fb468b487d9 00007fb468b48769 00007fb468b48731 00007fb468b47a2d 000000000043f3c4 000000000043f209
0630 12:36:21.529977 (+1660115us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:19.929075 (+     0us) write_op.cc:183] PREPARE: starting on tablet 55a92c068d6b4d38b3406cc313abd9f3
0630 12:36:19.937997 (+  8922us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:19.938024 (+    27us) write_op.cc:435] Acquired schema lock
0630 12:36:19.938047 (+    23us) tablet.cc:662] Decoding operations
0630 12:36:19.938497 (+   450us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:19.938539 (+    42us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:19.938565 (+    26us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:36:19.938914 (+   349us) tablet.cc:701] Row locks acquired
0630 12:36:19.938932 (+    18us) write_op.cc:260] PREPARE: finished
0630 12:36:19.939094 (+   162us) write_op.cc:270] Start()
0630 12:36:19.939203 (+   109us) write_op.cc:276] Timestamp: P: 1782822979939053 usec, L: 0
0630 12:36:19.939224 (+    21us) op_driver.cc:348] REPLICATION: starting
0630 12:36:19.956636 (+ 17412us) log.cc:844] Serialized 475 byte log entry
0630 12:36:20.975873 (+1019237us) op_driver.cc:464] REPLICATION: finished
0630 12:36:21.161682 (+185809us) write_op.cc:301] APPLY: starting
0630 12:36:21.164673 (+  2991us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:21.174489 (+  9816us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:21.186081 (+ 11592us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:21.260304 (+ 74223us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:21.260496 (+   192us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:21.260540 (+    44us) write_op.cc:312] APPLY: finished
0630 12:36:21.266365 (+  5825us) log.cc:844] Serialized 40 byte log entry
0630 12:36:21.278351 (+ 11986us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:21.504767 (+226416us) write_op.cc:454] Released schema lock
0630 12:36:21.504809 (+    42us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":7771520,"child_traces":[["op",{"apply.queue_time_us":175683,"mutex_wait_us":54207,"num_ops":4,"prepare.queue_time_us":58136,"prepare.run_cpu_time_us":31095,"prepare.run_wall_time_us":162030,"raft.queue_time_us":206555,"raft.run_cpu_time_us":20123,"raft.run_wall_time_us":155415,"replication_time_us":1036491,"thread_start_us":114113,"threads_started":2}]]}
I20260630 12:36:21.717367  5629 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:35074 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=16, attempt_no=0}) took 1847 ms. Trace:
I20260630 12:36:21.722883  5639 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:35074 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=38, attempt_no=0}) took 1340 ms. Trace:
I20260630 12:36:21.720031  5641 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:35074 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=30, attempt_no=0}) took 1389 ms. Trace:
I20260630 12:36:21.723500  5639 rpcz_store.cc:276] 0630 12:36:20.382230 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:20.382751 (+   521us) service_pool.cc:224] Handling call
0630 12:36:21.722822 (+1340071us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:20.591938 (+     0us) write_op.cc:183] PREPARE: starting on tablet 034fdb126d0944088341f91f99b57a2a
0630 12:36:20.592505 (+   567us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:20.592538 (+    33us) write_op.cc:435] Acquired schema lock
0630 12:36:20.592552 (+    14us) tablet.cc:662] Decoding operations
0630 12:36:20.593667 (+  1115us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:20.593710 (+    43us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:20.593735 (+    25us) tablet.cc:685] Acquiring locks for 5 operations
0630 12:36:20.594205 (+   470us) tablet.cc:701] Row locks acquired
0630 12:36:20.594225 (+    20us) write_op.cc:260] PREPARE: finished
0630 12:36:20.594874 (+   649us) write_op.cc:270] Start()
0630 12:36:20.596719 (+  1845us) write_op.cc:276] Timestamp: P: 1782822980594821 usec, L: 0
0630 12:36:20.596737 (+    18us) op_driver.cc:348] REPLICATION: starting
0630 12:36:20.597382 (+   645us) log.cc:844] Serialized 519 byte log entry
0630 12:36:21.600957 (+1003575us) op_driver.cc:464] REPLICATION: finished
0630 12:36:21.720593 (+119636us) write_op.cc:301] APPLY: starting
0630 12:36:21.720665 (+    72us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:21.720813 (+   148us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:21.720898 (+    85us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:21.721765 (+   867us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:21.721931 (+   166us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:21.721974 (+    43us) write_op.cc:312] APPLY: finished
0630 12:36:21.722202 (+   228us) log.cc:844] Serialized 46 byte log entry
0630 12:36:21.722378 (+   176us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:21.722484 (+   106us) write_op.cc:454] Released schema lock
0630 12:36:21.722520 (+    36us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":119429,"mutex_wait_us":2275,"num_ops":5,"prepare.queue_time_us":206831,"prepare.run_cpu_time_us":3187,"prepare.run_wall_time_us":5711,"replication_time_us":1000825}]]}
I20260630 12:36:21.728935  5641 rpcz_store.cc:276] 0630 12:36:20.329906 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:20.333030 (+  3124us) service_pool.cc:224] Handling call
0630 12:36:21.718969 (+1385939us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:20.391312 (+     0us) write_op.cc:183] PREPARE: starting on tablet 034fdb126d0944088341f91f99b57a2a
0630 12:36:20.417116 (+ 25804us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:20.418232 (+  1116us) write_op.cc:435] Acquired schema lock
0630 12:36:20.419035 (+   803us) tablet.cc:662] Decoding operations
0630 12:36:20.433384 (+ 14349us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:20.438088 (+  4704us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:20.441824 (+  3736us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:36:20.543283 (+101459us) tablet.cc:701] Row locks acquired
0630 12:36:20.546722 (+  3439us) write_op.cc:260] PREPARE: finished
0630 12:36:20.557457 (+ 10735us) write_op.cc:270] Start()
0630 12:36:20.562719 (+  5262us) write_op.cc:276] Timestamp: P: 1782822980557009 usec, L: 0
0630 12:36:20.562750 (+    31us) op_driver.cc:348] REPLICATION: starting
0630 12:36:20.586904 (+ 24154us) log.cc:844] Serialized 475 byte log entry
0630 12:36:21.596428 (+1009524us) op_driver.cc:464] REPLICATION: finished
0630 12:36:21.716299 (+119871us) write_op.cc:301] APPLY: starting
0630 12:36:21.716375 (+    76us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:21.716508 (+   133us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:21.716609 (+   101us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:21.717206 (+   597us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:21.717366 (+   160us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:21.717411 (+    45us) write_op.cc:312] APPLY: finished
0630 12:36:21.717611 (+   200us) log.cc:844] Serialized 40 byte log entry
0630 12:36:21.717812 (+   201us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:21.717886 (+    74us) write_op.cc:454] Released schema lock
0630 12:36:21.717927 (+    41us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":119711,"num_ops":4,"prepare.queue_time_us":3480,"prepare.run_cpu_time_us":7276,"prepare.run_wall_time_us":202582,"replication_time_us":1030908}]]}
I20260630 12:36:21.720047  5629 rpcz_store.cc:276] 0630 12:36:19.869811 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:19.870022 (+   211us) service_pool.cc:224] Handling call
0630 12:36:21.717297 (+1847275us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:19.960162 (+     0us) write_op.cc:183] PREPARE: starting on tablet 034fdb126d0944088341f91f99b57a2a
0630 12:36:20.012364 (+ 52202us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:20.013991 (+  1627us) write_op.cc:435] Acquired schema lock
0630 12:36:20.015366 (+  1375us) tablet.cc:662] Decoding operations
0630 12:36:20.078449 (+ 63083us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:20.081758 (+  3309us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:20.084154 (+  2396us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:36:20.104973 (+ 20819us) tablet.cc:701] Row locks acquired
0630 12:36:20.105019 (+    46us) write_op.cc:260] PREPARE: finished
0630 12:36:20.137936 (+ 32917us) write_op.cc:270] Start()
0630 12:36:20.144295 (+  6359us) write_op.cc:276] Timestamp: P: 1782822980130152 usec, L: 0
0630 12:36:20.151815 (+  7520us) op_driver.cc:348] REPLICATION: starting
0630 12:36:20.249397 (+ 97582us) log.cc:844] Serialized 432 byte log entry
0630 12:36:21.596143 (+1346746us) op_driver.cc:464] REPLICATION: finished
0630 12:36:21.714269 (+118126us) write_op.cc:301] APPLY: starting
0630 12:36:21.714903 (+   634us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:21.715059 (+   156us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:21.715158 (+    99us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:21.715625 (+   467us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:21.715774 (+   149us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:21.715815 (+    41us) write_op.cc:312] APPLY: finished
0630 12:36:21.716103 (+   288us) log.cc:844] Serialized 34 byte log entry
0630 12:36:21.716856 (+   753us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:21.716950 (+    94us) write_op.cc:454] Released schema lock
0630 12:36:21.716992 (+    42us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":117921,"mutex_wait_us":1736,"num_ops":3,"prepare.queue_time_us":87879,"prepare.run_cpu_time_us":5668,"prepare.run_wall_time_us":293131,"replication_time_us":1444188}]]}
I20260630 12:36:21.740031  5658 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:39240 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=32, attempt_no=0}) took 1750 ms. Trace:
I20260630 12:36:21.740478  5658 rpcz_store.cc:276] 0630 12:36:20.001976 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:20.004608 (+  2632us) service_pool.cc:224] Handling call
0630 12:36:20.668365 (+663757us) spinlock_profiling.cc:243] Waited 78.6 ms on lock 0x7b340010da78. stack: 00007fb4676ea983 00007fb4676ea880 00007fb46707a1d4 000000000042d824 000000000042d7b9 00007fb468aba171 00007fb468aff18c 00007fb468b441d1 00007fb468b474cf 00007fb468b48821 00007fb468b487d9 00007fb468b48769 00007fb468b48731 00007fb468b47a2d 000000000043f3c4 000000000043f209
0630 12:36:21.739965 (+1071600us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:20.820331 (+     0us) write_op.cc:183] PREPARE: starting on tablet 31cea5b5acbb4a1099d2ae5e59745aa8
0630 12:36:20.822234 (+  1903us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:20.822267 (+    33us) write_op.cc:435] Acquired schema lock
0630 12:36:20.822279 (+    12us) tablet.cc:662] Decoding operations
0630 12:36:20.822910 (+   631us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:20.822956 (+    46us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:20.822985 (+    29us) tablet.cc:685] Acquiring locks for 7 operations
0630 12:36:20.823414 (+   429us) tablet.cc:701] Row locks acquired
0630 12:36:20.823434 (+    20us) write_op.cc:260] PREPARE: finished
0630 12:36:20.823628 (+   194us) write_op.cc:270] Start()
0630 12:36:20.823741 (+   113us) write_op.cc:276] Timestamp: P: 1782822980823579 usec, L: 0
0630 12:36:20.823768 (+    27us) op_driver.cc:348] REPLICATION: starting
0630 12:36:20.824416 (+   648us) log.cc:844] Serialized 605 byte log entry
0630 12:36:21.576894 (+752478us) op_driver.cc:464] REPLICATION: finished
0630 12:36:21.717957 (+141063us) write_op.cc:301] APPLY: starting
0630 12:36:21.718022 (+    65us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:21.718227 (+   205us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:21.718316 (+    89us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:21.738818 (+ 20502us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:21.739022 (+   204us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:21.739074 (+    52us) write_op.cc:312] APPLY: finished
0630 12:36:21.739291 (+   217us) log.cc:844] Serialized 58 byte log entry
0630 12:36:21.739475 (+   184us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:21.739573 (+    98us) write_op.cc:454] Released schema lock
0630 12:36:21.739620 (+    47us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":180824448,"child_traces":[["op",{"apply.queue_time_us":140888,"mutex_wait_us":20815,"num_ops":7,"prepare.queue_time_us":150851,"prepare.run_cpu_time_us":2930,"prepare.run_wall_time_us":4337,"replication_time_us":753008}]]}
I20260630 12:36:21.745244  5639 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:35074 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=25, attempt_no=0}) took 1551 ms. Trace:
I20260630 12:36:21.749532  5629 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:35074 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=31, attempt_no=0}) took 1406 ms. Trace:
I20260630 12:36:21.751024  5641 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:35074 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=40, attempt_no=0}) took 1368 ms. Trace:
I20260630 12:36:21.745709  5639 rpcz_store.cc:276] 0630 12:36:20.213783 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:20.228207 (+ 14424us) service_pool.cc:224] Handling call
0630 12:36:21.745176 (+1516969us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:20.361190 (+     0us) write_op.cc:183] PREPARE: starting on tablet e7007991839d467d8bf00e50477d8456
0630 12:36:20.361925 (+   735us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:20.361967 (+    42us) write_op.cc:435] Acquired schema lock
0630 12:36:20.361993 (+    26us) tablet.cc:662] Decoding operations
0630 12:36:20.380049 (+ 18056us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:20.381122 (+  1073us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:20.383287 (+  2165us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:36:20.406318 (+ 23031us) tablet.cc:701] Row locks acquired
0630 12:36:20.406354 (+    36us) write_op.cc:260] PREPARE: finished
0630 12:36:20.415861 (+  9507us) write_op.cc:270] Start()
0630 12:36:20.419486 (+  3625us) write_op.cc:276] Timestamp: P: 1782822980414614 usec, L: 0
0630 12:36:20.419507 (+    21us) op_driver.cc:348] REPLICATION: starting
0630 12:36:20.433019 (+ 13512us) log.cc:844] Serialized 475 byte log entry
0630 12:36:21.627405 (+1194386us) op_driver.cc:464] REPLICATION: finished
0630 12:36:21.736205 (+108800us) write_op.cc:301] APPLY: starting
0630 12:36:21.736279 (+    74us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:21.736415 (+   136us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:21.736514 (+    99us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:21.737118 (+   604us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:21.737293 (+   175us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:21.737337 (+    44us) write_op.cc:312] APPLY: finished
0630 12:36:21.737544 (+   207us) log.cc:844] Serialized 40 byte log entry
0630 12:36:21.744721 (+  7177us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:21.744806 (+    85us) write_op.cc:454] Released schema lock
0630 12:36:21.744848 (+    42us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":108621,"num_ops":4,"prepare.queue_time_us":16348,"prepare.run_cpu_time_us":4150,"prepare.run_wall_time_us":82991,"replication_time_us":1207201}]]}
I20260630 12:36:21.751470  5641 rpcz_store.cc:276] 0630 12:36:20.382607 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:20.383879 (+  1272us) service_pool.cc:224] Handling call
0630 12:36:21.750959 (+1367080us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:20.515424 (+     0us) write_op.cc:183] PREPARE: starting on tablet e7007991839d467d8bf00e50477d8456
0630 12:36:20.561826 (+ 46402us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:20.561857 (+    31us) write_op.cc:435] Acquired schema lock
0630 12:36:20.561884 (+    27us) tablet.cc:662] Decoding operations
0630 12:36:20.562362 (+   478us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:20.562411 (+    49us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:20.562438 (+    27us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:36:20.572876 (+ 10438us) tablet.cc:701] Row locks acquired
0630 12:36:20.575269 (+  2393us) write_op.cc:260] PREPARE: finished
0630 12:36:20.726104 (+150835us) spinlock_profiling.cc:243] Waited 1.25 ms on lock 0x7b340024aae8. stack: 00007fb4676ea983 00007fb4676ea880 00007fb46707a1d4 000000000042d824 000000000042d7b9 00007fb468aba171 00007fb468affb64 00007fb46e23e1b5 00007fb46e23dd58 00007fb46e2429f1 00007fb46e2429a9 00007fb46e242939 00007fb46e242901 00007fb46e241b2d 000000000043f3c4 000000000043f209
0630 12:36:20.726293 (+   189us) write_op.cc:270] Start()
0630 12:36:20.726570 (+   277us) write_op.cc:276] Timestamp: P: 1782822980726228 usec, L: 0
0630 12:36:20.726605 (+    35us) op_driver.cc:348] REPLICATION: starting
0630 12:36:20.727454 (+   849us) log.cc:844] Serialized 432 byte log entry
0630 12:36:21.627670 (+900216us) op_driver.cc:464] REPLICATION: finished
0630 12:36:21.738645 (+110975us) write_op.cc:301] APPLY: starting
0630 12:36:21.738716 (+    71us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:21.738839 (+   123us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:21.738861 (+    22us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:21.739432 (+   571us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:21.739591 (+   159us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:21.739638 (+    47us) write_op.cc:312] APPLY: finished
0630 12:36:21.750322 (+ 10684us) log.cc:844] Serialized 34 byte log entry
0630 12:36:21.750521 (+   199us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:21.750609 (+    88us) write_op.cc:454] Released schema lock
0630 12:36:21.750648 (+    39us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":110815,"num_ops":3,"prepare.queue_time_us":52160,"prepare.run_cpu_time_us":6711,"prepare.run_wall_time_us":244002,"replication_time_us":900969,"spinlock_wait_cycles":2880384}]]}
I20260630 12:36:21.694770  5655 rpcz_store.cc:276] 0630 12:36:19.958107 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:19.962924 (+  4817us) service_pool.cc:224] Handling call
0630 12:36:20.652020 (+689096us) spinlock_profiling.cc:243] Waited 3.65 ms on lock 0x7b340010da78. stack: 00007fb4676ea983 00007fb4676ea880 00007fb46707a1d4 000000000042d824 000000000042d7b9 00007fb468aba171 00007fb468aff18c 00007fb468b441d1 00007fb468b474cf 00007fb468b48821 00007fb468b487d9 00007fb468b48769 00007fb468b48731 00007fb468b47a2d 000000000043f3c4 000000000043f209
0630 12:36:21.692592 (+1040572us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:20.942387 (+     0us) write_op.cc:183] PREPARE: starting on tablet 350af05314c94e6cb0c2816ef6409dab
0630 12:36:20.942891 (+   504us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:20.942927 (+    36us) write_op.cc:435] Acquired schema lock
0630 12:36:20.942940 (+    13us) tablet.cc:662] Decoding operations
0630 12:36:20.943555 (+   615us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:20.943593 (+    38us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:20.943618 (+    25us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:36:20.944062 (+   444us) tablet.cc:701] Row locks acquired
0630 12:36:20.944082 (+    20us) write_op.cc:260] PREPARE: finished
0630 12:36:20.944317 (+   235us) write_op.cc:270] Start()
0630 12:36:20.944443 (+   126us) write_op.cc:276] Timestamp: P: 1782822980944260 usec, L: 0
0630 12:36:20.944471 (+    28us) op_driver.cc:348] REPLICATION: starting
0630 12:36:20.945234 (+   763us) log.cc:844] Serialized 475 byte log entry
0630 12:36:21.532111 (+586877us) op_driver.cc:464] REPLICATION: finished
0630 12:36:21.677766 (+145655us) write_op.cc:301] APPLY: starting
0630 12:36:21.677838 (+    72us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:21.677968 (+   130us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:21.678057 (+    89us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:21.678801 (+   744us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:21.678960 (+   159us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:21.679015 (+    55us) write_op.cc:312] APPLY: finished
0630 12:36:21.679209 (+   194us) log.cc:844] Serialized 40 byte log entry
0630 12:36:21.679385 (+   176us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:21.689701 (+ 10316us) write_op.cc:454] Released schema lock
0630 12:36:21.692267 (+  2566us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":8405760,"child_traces":[["op",{"apply.queue_time_us":145502,"num_ops":4,"prepare.queue_time_us":231595,"prepare.run_cpu_time_us":3136,"prepare.run_wall_time_us":3135,"replication_time_us":587542}]]}
I20260630 12:36:21.763062  5639 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:35074 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=37, attempt_no=0}) took 1381 ms. Trace:
I20260630 12:36:21.749984  5629 rpcz_store.cc:276] 0630 12:36:20.352902 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:20.353936 (+  1034us) service_pool.cc:224] Handling call
0630 12:36:21.749471 (+1395535us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:20.390996 (+     0us) write_op.cc:183] PREPARE: starting on tablet 55a92c068d6b4d38b3406cc313abd9f3
0630 12:36:20.404626 (+ 13630us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:20.404677 (+    51us) write_op.cc:435] Acquired schema lock
0630 12:36:20.404692 (+    15us) tablet.cc:662] Decoding operations
0630 12:36:20.405097 (+   405us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:20.405136 (+    39us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:20.405165 (+    29us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:36:20.406157 (+   992us) tablet.cc:701] Row locks acquired
0630 12:36:20.406206 (+    49us) write_op.cc:260] PREPARE: finished
0630 12:36:20.412144 (+  5938us) write_op.cc:270] Start()
0630 12:36:20.417322 (+  5178us) write_op.cc:276] Timestamp: P: 1782822980412062 usec, L: 0
0630 12:36:20.418465 (+  1143us) op_driver.cc:348] REPLICATION: starting
0630 12:36:20.433262 (+ 14797us) log.cc:844] Serialized 432 byte log entry
0630 12:36:21.637778 (+1204516us) op_driver.cc:464] REPLICATION: finished
0630 12:36:21.747707 (+109929us) write_op.cc:301] APPLY: starting
0630 12:36:21.747779 (+    72us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:21.747903 (+   124us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:21.747998 (+    95us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:21.748476 (+   478us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:21.748630 (+   154us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:21.748672 (+    42us) write_op.cc:312] APPLY: finished
0630 12:36:21.748840 (+   168us) log.cc:844] Serialized 34 byte log entry
0630 12:36:21.749038 (+   198us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:21.749128 (+    90us) write_op.cc:454] Released schema lock
0630 12:36:21.749171 (+    43us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":109748,"num_ops":3,"prepare.queue_time_us":693,"prepare.run_cpu_time_us":3430,"prepare.run_wall_time_us":52905,"replication_time_us":1219192}]]}
I20260630 12:36:21.647450  5643 rpcz_store.cc:276] 0630 12:36:19.959587 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:19.963185 (+  3598us) service_pool.cc:224] Handling call
0630 12:36:20.589960 (+626775us) spinlock_profiling.cc:243] Waited 48.8 ms on lock 0x7b340010da78. stack: 00007fb4676ea983 00007fb4676ea880 00007fb46707a1d4 000000000042d824 000000000042d7b9 00007fb468aba171 00007fb468aff18c 00007fb468b441d1 00007fb468b474cf 00007fb468b48821 00007fb468b487d9 00007fb468b48769 00007fb468b48731 00007fb468b47a2d 000000000043f3c4 000000000043f209
0630 12:36:21.646754 (+1056794us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:20.701826 (+     0us) write_op.cc:183] PREPARE: starting on tablet 350af05314c94e6cb0c2816ef6409dab
0630 12:36:20.731690 (+ 29864us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:20.731735 (+    45us) write_op.cc:435] Acquired schema lock
0630 12:36:20.731760 (+    25us) tablet.cc:662] Decoding operations
0630 12:36:20.732235 (+   475us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:20.732296 (+    61us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:20.732335 (+    39us) tablet.cc:685] Acquiring locks for 2 operations
0630 12:36:20.732534 (+   199us) tablet.cc:701] Row locks acquired
0630 12:36:20.732571 (+    37us) write_op.cc:260] PREPARE: finished
0630 12:36:20.732752 (+   181us) write_op.cc:270] Start()
0630 12:36:20.732853 (+   101us) write_op.cc:276] Timestamp: P: 1782822980732702 usec, L: 0
0630 12:36:20.732874 (+    21us) op_driver.cc:348] REPLICATION: starting
0630 12:36:20.733658 (+   784us) log.cc:844] Serialized 388 byte log entry
0630 12:36:21.518074 (+784416us) op_driver.cc:464] REPLICATION: finished
0630 12:36:21.625624 (+107550us) write_op.cc:301] APPLY: starting
0630 12:36:21.625702 (+    78us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:21.625809 (+   107us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:21.625908 (+    99us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:21.626433 (+   525us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:21.643853 (+ 17420us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:21.643904 (+    51us) write_op.cc:312] APPLY: finished
0630 12:36:21.644115 (+   211us) log.cc:844] Serialized 28 byte log entry
0630 12:36:21.646354 (+  2239us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:21.646424 (+    70us) write_op.cc:454] Released schema lock
0630 12:36:21.646466 (+    42us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":112286464,"child_traces":[["op",{"apply.queue_time_us":107346,"mutex_wait_us":10792,"num_ops":2,"prepare.queue_time_us":76844,"prepare.run_cpu_time_us":3133,"prepare.run_wall_time_us":35352,"replication_time_us":785067}]]}
I20260630 12:36:21.774641  5636 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:39240 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=4, attempt_no=0}) took 1818 ms. Trace:
I20260630 12:36:21.763509  5639 rpcz_store.cc:276] 0630 12:36:20.381769 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:20.383770 (+  2001us) service_pool.cc:224] Handling call
0630 12:36:21.762992 (+1379222us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:20.516753 (+     0us) write_op.cc:183] PREPARE: starting on tablet 55a92c068d6b4d38b3406cc313abd9f3
0630 12:36:20.566974 (+ 50221us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:20.567544 (+   570us) write_op.cc:435] Acquired schema lock
0630 12:36:20.567571 (+    27us) tablet.cc:662] Decoding operations
0630 12:36:20.591447 (+ 23876us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:20.592898 (+  1451us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:20.595193 (+  2295us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:36:20.602885 (+  7692us) tablet.cc:701] Row locks acquired
0630 12:36:20.602906 (+    21us) write_op.cc:260] PREPARE: finished
0630 12:36:20.603678 (+   772us) write_op.cc:270] Start()
0630 12:36:20.604475 (+   797us) write_op.cc:276] Timestamp: P: 1782822980603042 usec, L: 0
0630 12:36:20.605266 (+   791us) op_driver.cc:348] REPLICATION: starting
0630 12:36:20.658795 (+ 53529us) log.cc:844] Serialized 432 byte log entry
0630 12:36:21.638040 (+979245us) op_driver.cc:464] REPLICATION: finished
0630 12:36:21.757725 (+119685us) write_op.cc:301] APPLY: starting
0630 12:36:21.757802 (+    77us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:21.757920 (+   118us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:21.758005 (+    85us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:21.758625 (+   620us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:21.758787 (+   162us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:21.758829 (+    42us) write_op.cc:312] APPLY: finished
0630 12:36:21.759009 (+   180us) log.cc:844] Serialized 34 byte log entry
0630 12:36:21.762525 (+  3516us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:21.762625 (+   100us) write_op.cc:454] Released schema lock
0630 12:36:21.762666 (+    41us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":119511,"num_ops":3,"prepare.queue_time_us":93661,"prepare.run_cpu_time_us":5188,"prepare.run_wall_time_us":153347,"replication_time_us":1030608}]]}
I20260630 12:36:21.775107  5636 rpcz_store.cc:276] 0630 12:36:19.956768 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:19.959712 (+  2944us) service_pool.cc:224] Handling call
0630 12:36:21.774565 (+1814853us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:19.975501 (+     0us) write_op.cc:183] PREPARE: starting on tablet 57fe5327abda4ed6b70eb139d376b187
0630 12:36:20.042114 (+ 66613us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:20.043572 (+  1458us) write_op.cc:435] Acquired schema lock
0630 12:36:20.046672 (+  3100us) tablet.cc:662] Decoding operations
0630 12:36:20.088814 (+ 42142us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:20.091985 (+  3171us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:20.095247 (+  3262us) tablet.cc:685] Acquiring locks for 1 operations
0630 12:36:20.115082 (+ 19835us) tablet.cc:701] Row locks acquired
0630 12:36:20.115110 (+    28us) write_op.cc:260] PREPARE: finished
0630 12:36:20.728389 (+613279us) spinlock_profiling.cc:243] Waited 518 ms on lock 0x7b180011ac60. stack: 00007fb4676ea983 00007fb4676ea880 00007fb46707a1d4 000000000042d824 000000000042d7b9 00007fb46a771571 00007fb46a84373d 00007fb46e23e243 00007fb46e23dd58 00007fb46e2429f1 00007fb46e2429a9 00007fb46e242939 00007fb46e242901 00007fb46e241b2d 000000000043f3c4 000000000043f209
0630 12:36:20.728443 (+    54us) write_op.cc:270] Start()
0630 12:36:20.728662 (+   219us) write_op.cc:276] Timestamp: P: 1782822980660812 usec, L: 0
0630 12:36:20.728689 (+    27us) op_driver.cc:348] REPLICATION: starting
0630 12:36:20.947035 (+218346us) spinlock_profiling.cc:243] Waited 6.49 ms on lock 0x7b54001ad4a0. stack: 00007fb4676ea983 00007fb4676ea880 00007fb46707a1d4 000000000042d824 000000000042d7b9 00007fb46a771571 00007fb46a785520 00007fb46a80eb42 00007fb46a803f67 00007fb46a803da4 00007fb46e23e581 00007fb46e23dd58 00007fb46e2429f1 00007fb46e2429a9 00007fb46e242939 00007fb46e242901
0630 12:36:20.948746 (+  1711us) log.cc:844] Serialized 345 byte log entry
0630 12:36:21.616853 (+668107us) op_driver.cc:464] REPLICATION: finished
0630 12:36:21.766068 (+149215us) write_op.cc:301] APPLY: starting
0630 12:36:21.766141 (+    73us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:21.766248 (+   107us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:21.766268 (+    20us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:21.766599 (+   331us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:21.766725 (+   126us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:21.766764 (+    39us) write_op.cc:312] APPLY: finished
0630 12:36:21.766923 (+   159us) log.cc:844] Serialized 22 byte log entry
0630 12:36:21.774163 (+  7240us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:21.774257 (+    94us) write_op.cc:454] Released schema lock
0630 12:36:21.774289 (+    32us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":149053,"mutex_wait_us":2503,"num_ops":1,"prepare.queue_time_us":832,"prepare.run_cpu_time_us":42147,"prepare.run_wall_time_us":1069232,"raft.queue_time_us":6525,"raft.run_cpu_time_us":2581,"raft.run_wall_time_us":4796,"replication_time_us":888045,"spinlock_wait_cycles":1206793472,"thread_start_us":73905,"threads_started":1,"wal-append.queue_time_us":110481}]]}
I20260630 12:36:21.804737  5655 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:39240 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=15, attempt_no=0}) took 1846 ms. Trace:
I20260630 12:36:21.816246  5658 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:39240 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=47, attempt_no=0}) took 1533 ms. Trace:
I20260630 12:36:21.816825  5643 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:39240 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=19, attempt_no=0}) took 1857 ms. Trace:
I20260630 12:36:21.805220  5655 rpcz_store.cc:276] 0630 12:36:19.958478 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:19.962962 (+  4484us) service_pool.cc:224] Handling call
0630 12:36:21.804665 (+1841703us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:20.142951 (+     0us) write_op.cc:183] PREPARE: starting on tablet a47733fdd58d44359f4842a802621d12
0630 12:36:20.256765 (+113814us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:20.256803 (+    38us) write_op.cc:435] Acquired schema lock
0630 12:36:20.256824 (+    21us) tablet.cc:662] Decoding operations
0630 12:36:20.257181 (+   357us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:20.257226 (+    45us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:20.257262 (+    36us) tablet.cc:685] Acquiring locks for 1 operations
0630 12:36:20.257425 (+   163us) tablet.cc:701] Row locks acquired
0630 12:36:20.257456 (+    31us) write_op.cc:260] PREPARE: finished
0630 12:36:20.767228 (+509772us) spinlock_profiling.cc:243] Waited 394 ms on lock 0x7b18001800c0. stack: 00007fb4676ea983 00007fb4676ea880 00007fb46707a1d4 000000000042d824 000000000042d7b9 00007fb46a771571 00007fb46a84373d 00007fb46e23e243 00007fb46e23dd58 00007fb46e2429f1 00007fb46e2429a9 00007fb46e242939 00007fb46e242901 00007fb46e241b2d 000000000043f3c4 000000000043f209
0630 12:36:20.768771 (+  1543us) write_op.cc:270] Start()
0630 12:36:20.788436 (+ 19665us) write_op.cc:276] Timestamp: P: 1782822980651916 usec, L: 0
0630 12:36:20.788463 (+    27us) op_driver.cc:348] REPLICATION: starting
0630 12:36:20.867047 (+ 78584us) log.cc:844] Serialized 345 byte log entry
0630 12:36:21.120918 (+253871us) spinlock_profiling.cc:243] Waited 13.2 ms on lock 0x7b54001acb18. stack: 00007fb4676ea983 00007fb4676ea880 00007fb46707a1d4 000000000042d824 000000000042d7b9 00007fb46a772090 00007fb46a7c5242 00007fb46a78128f 00007fb46a761eaa 00007fb46a768d53 00007fb46a768cd9 00007fb46a768c69 00007fb46a768c31 00007fb46a767dfd 000000000043f3c4 000000000043f209
0630 12:36:21.234689 (+113771us) spinlock_profiling.cc:243] Waited 23.7 ms on lock 0x7b58000ebad0. stack: 00007fb4676ea983 00007fb4676ea880 00007fb46707a1d4 000000000042d824 000000000042d7b9 00007fb46a772090 00007fb46a76243c 00007fb46a768d53 00007fb46a768cd9 00007fb46a768c69 00007fb46a768c31 00007fb46a767dfd 000000000043f3c4 000000000043f209 00007fb46771cab5 00007fb46771ee01
0630 12:36:21.636362 (+401673us) op_driver.cc:464] REPLICATION: finished
0630 12:36:21.802680 (+166318us) write_op.cc:301] APPLY: starting
0630 12:36:21.802756 (+    76us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:21.802843 (+    87us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:21.802865 (+    22us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:21.803229 (+   364us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:21.803362 (+   133us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:21.803404 (+    42us) write_op.cc:312] APPLY: finished
0630 12:36:21.803554 (+   150us) log.cc:844] Serialized 22 byte log entry
0630 12:36:21.804285 (+   731us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:21.804347 (+    62us) write_op.cc:454] Released schema lock
0630 12:36:21.804382 (+    35us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":160689,"mutex_wait_us":3747,"num_ops":1,"prepare.queue_time_us":108163,"prepare.run_cpu_time_us":25582,"prepare.run_wall_time_us":798157,"raft.queue_time_us":8485,"raft.run_cpu_time_us":19202,"raft.run_wall_time_us":565445,"replication_time_us":831340,"spinlock_wait_cycles":991581824,"thread_start_us":94506,"threads_started":2,"wal-append.queue_time_us":35656}]]}
I20260630 12:36:21.820441  5636 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:39240 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=35, attempt_no=0}) took 1772 ms. Trace:
I20260630 12:36:21.821449  5655 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:39240 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=5, attempt_no=0}) took 1864 ms. Trace:
I20260630 12:36:21.817334  5643 rpcz_store.cc:276] 0630 12:36:19.959232 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:19.963111 (+  3879us) service_pool.cc:224] Handling call
0630 12:36:21.816760 (+1853649us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:21.049723 (+     0us) write_op.cc:183] PREPARE: starting on tablet 57fe5327abda4ed6b70eb139d376b187
0630 12:36:21.097995 (+ 48272us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:21.099466 (+  1471us) write_op.cc:435] Acquired schema lock
0630 12:36:21.099478 (+    12us) tablet.cc:662] Decoding operations
0630 12:36:21.136791 (+ 37313us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:21.140595 (+  3804us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:21.142547 (+  1952us) tablet.cc:685] Acquiring locks for 2 operations
0630 12:36:21.157674 (+ 15127us) tablet.cc:701] Row locks acquired
0630 12:36:21.157691 (+    17us) write_op.cc:260] PREPARE: finished
0630 12:36:21.157882 (+   191us) write_op.cc:270] Start()
0630 12:36:21.158009 (+   127us) write_op.cc:276] Timestamp: P: 1782822981157830 usec, L: 0
0630 12:36:21.158030 (+    21us) op_driver.cc:348] REPLICATION: starting
0630 12:36:21.189370 (+ 31340us) log.cc:844] Serialized 388 byte log entry
0630 12:36:21.696943 (+507573us) op_driver.cc:464] REPLICATION: finished
0630 12:36:21.811820 (+114877us) write_op.cc:301] APPLY: starting
0630 12:36:21.812059 (+   239us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:21.812179 (+   120us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:21.812279 (+   100us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:21.812655 (+   376us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:21.812807 (+   152us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:21.812846 (+    39us) write_op.cc:312] APPLY: finished
0630 12:36:21.813015 (+   169us) log.cc:844] Serialized 28 byte log entry
0630 12:36:21.816302 (+  3287us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:21.816384 (+    82us) write_op.cc:454] Released schema lock
0630 12:36:21.816430 (+    46us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":114683,"mutex_wait_us":7109,"num_ops":2,"prepare.queue_time_us":943755,"prepare.run_cpu_time_us":3947,"prepare.run_wall_time_us":155241,"replication_time_us":538795}]]}
I20260630 12:36:21.828722  5643 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:39240 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=46, attempt_no=0}) took 1576 ms. Trace:
I20260630 12:36:21.820924  5636 rpcz_store.cc:276] 0630 12:36:20.084474 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:20.086826 (+  2352us) service_pool.cc:224] Handling call
0630 12:36:20.660074 (+573248us) spinlock_profiling.cc:243] Waited 10.6 ms on lock 0x7b340010da78. stack: 00007fb4676ea983 00007fb4676ea880 00007fb46707a1d4 000000000042d824 000000000042d7b9 00007fb468aba171 00007fb468aff18c 00007fb468b441d1 00007fb468b474cf 00007fb468b48821 00007fb468b487d9 00007fb468b48769 00007fb468b48731 00007fb468b47a2d 000000000043f3c4 000000000043f209
0630 12:36:21.820372 (+1160298us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:21.510331 (+     0us) write_op.cc:183] PREPARE: starting on tablet 57fe5327abda4ed6b70eb139d376b187
0630 12:36:21.572110 (+ 61779us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:21.572996 (+   886us) write_op.cc:435] Acquired schema lock
0630 12:36:21.573013 (+    17us) tablet.cc:662] Decoding operations
0630 12:36:21.573533 (+   520us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:21.573580 (+    47us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:21.573607 (+    27us) tablet.cc:685] Acquiring locks for 5 operations
0630 12:36:21.574034 (+   427us) tablet.cc:701] Row locks acquired
0630 12:36:21.574053 (+    19us) write_op.cc:260] PREPARE: finished
0630 12:36:21.574343 (+   290us) write_op.cc:270] Start()
0630 12:36:21.574457 (+   114us) write_op.cc:276] Timestamp: P: 1782822981574290 usec, L: 0
0630 12:36:21.574477 (+    20us) op_driver.cc:348] REPLICATION: starting
0630 12:36:21.575079 (+   602us) log.cc:844] Serialized 519 byte log entry
0630 12:36:21.697481 (+122402us) op_driver.cc:464] REPLICATION: finished
0630 12:36:21.814253 (+116772us) write_op.cc:301] APPLY: starting
0630 12:36:21.814332 (+    79us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:21.814505 (+   173us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:21.814618 (+   113us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:21.815436 (+   818us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:21.818761 (+  3325us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:21.818816 (+    55us) write_op.cc:312] APPLY: finished
0630 12:36:21.819055 (+   239us) log.cc:844] Serialized 46 byte log entry
0630 12:36:21.819884 (+   829us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:21.819988 (+   104us) write_op.cc:454] Released schema lock
0630 12:36:21.820031 (+    43us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":24279936,"child_traces":[["op",{"apply.queue_time_us":116585,"num_ops":5,"prepare.queue_time_us":661048,"prepare.run_cpu_time_us":3375,"prepare.run_wall_time_us":69594,"replication_time_us":122905}]]}
I20260630 12:36:21.837488  5636 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:39240 (ReqId={client: 7d5beaa7a7114b2faf78956b8d5c1d82, seq_no=34, attempt_no=0}) took 1821 ms. Trace:
I20260630 12:36:21.837946  5636 rpcz_store.cc:276] 0630 12:36:20.035246 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:20.036784 (+  1538us) service_pool.cc:224] Handling call
0630 12:36:20.576732 (+539948us) spinlock_profiling.cc:243] Waited 32 ms on lock 0x7b340010da78. stack: 00007fb4676ea983 00007fb4676ea880 00007fb46707a1d4 000000000042d824 000000000042d7b9 00007fb468aba171 00007fb468aff18c 00007fb468b441d1 00007fb468b474cf 00007fb468b48821 00007fb468b487d9 00007fb468b48769 00007fb468b48731 00007fb468b47a2d 000000000043f3c4 000000000043f209
0630 12:36:21.837417 (+1260685us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:21.198762 (+     0us) write_op.cc:183] PREPARE: starting on tablet a47733fdd58d44359f4842a802621d12
0630 12:36:21.254134 (+ 55372us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:21.254167 (+    33us) write_op.cc:435] Acquired schema lock
0630 12:36:21.254215 (+    48us) tablet.cc:662] Decoding operations
0630 12:36:21.254576 (+   361us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:21.254620 (+    44us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:21.254645 (+    25us) tablet.cc:685] Acquiring locks for 2 operations
0630 12:36:21.254850 (+   205us) tablet.cc:701] Row locks acquired
0630 12:36:21.254871 (+    21us) write_op.cc:260] PREPARE: finished
0630 12:36:21.255073 (+   202us) write_op.cc:270] Start()
0630 12:36:21.255197 (+   124us) write_op.cc:276] Timestamp: P: 1782822981255024 usec, L: 0
0630 12:36:21.255212 (+    15us) op_driver.cc:348] REPLICATION: starting
0630 12:36:21.255858 (+   646us) log.cc:844] Serialized 388 byte log entry
0630 12:36:21.735211 (+479353us) op_driver.cc:464] REPLICATION: finished
0630 12:36:21.835062 (+ 99851us) write_op.cc:301] APPLY: starting
0630 12:36:21.835139 (+    77us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:21.835255 (+   116us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:21.835352 (+    97us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:21.835740 (+   388us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:21.835914 (+   174us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:21.835959 (+    45us) write_op.cc:312] APPLY: finished
0630 12:36:21.836159 (+   200us) log.cc:844] Serialized 28 byte log entry
0630 12:36:21.836951 (+   792us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:21.837037 (+    86us) write_op.cc:454] Released schema lock
0630 12:36:21.837078 (+    41us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":73578880,"child_traces":[["op",{"apply.queue_time_us":99686,"num_ops":2,"prepare.queue_time_us":585766,"prepare.run_cpu_time_us":2771,"prepare.run_wall_time_us":57343,"replication_time_us":479895}]]}
I20260630 12:36:21.829156  5643 rpcz_store.cc:276] 0630 12:36:20.264017 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:20.353977 (+ 89960us) service_pool.cc:224] Handling call
0630 12:36:21.828651 (+1474674us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:20.973737 (+     0us) write_op.cc:183] PREPARE: starting on tablet a47733fdd58d44359f4842a802621d12
0630 12:36:21.044478 (+ 70741us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:21.050338 (+  5860us) write_op.cc:435] Acquired schema lock
0630 12:36:21.051725 (+  1387us) tablet.cc:662] Decoding operations
0630 12:36:21.075344 (+ 23619us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:21.094772 (+ 19428us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:21.096441 (+  1669us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:36:21.125898 (+ 29457us) tablet.cc:701] Row locks acquired
0630 12:36:21.125936 (+    38us) write_op.cc:260] PREPARE: finished
0630 12:36:21.137150 (+ 11214us) write_op.cc:270] Start()
0630 12:36:21.143304 (+  6154us) write_op.cc:276] Timestamp: P: 1782822981136034 usec, L: 0
0630 12:36:21.145927 (+  2623us) op_driver.cc:348] REPLICATION: starting
0630 12:36:21.198310 (+ 52383us) log.cc:844] Serialized 432 byte log entry
0630 12:36:21.734970 (+536660us) op_driver.cc:464] REPLICATION: finished
0630 12:36:21.826057 (+ 91087us) write_op.cc:301] APPLY: starting
0630 12:36:21.826146 (+    89us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:21.826299 (+   153us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:21.826397 (+    98us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:21.826957 (+   560us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:21.827126 (+   169us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:21.827175 (+    49us) write_op.cc:312] APPLY: finished
0630 12:36:21.827375 (+   200us) log.cc:844] Serialized 34 byte log entry
0630 12:36:21.828185 (+   810us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:21.828270 (+    85us) write_op.cc:454] Released schema lock
0630 12:36:21.828311 (+    41us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":90923,"num_ops":3,"prepare.queue_time_us":591362,"prepare.run_cpu_time_us":4638,"prepare.run_wall_time_us":224905,"replication_time_us":587539}]]}
I20260630 12:36:21.821990  5655 rpcz_store.cc:276] 0630 12:36:19.957133 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:19.962139 (+  5006us) service_pool.cc:224] Handling call
0630 12:36:21.821383 (+1859244us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:20.937507 (+     0us) write_op.cc:183] PREPARE: starting on tablet a47733fdd58d44359f4842a802621d12
0630 12:36:20.970316 (+ 32809us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:20.970359 (+    43us) write_op.cc:435] Acquired schema lock
0630 12:36:20.970385 (+    26us) tablet.cc:662] Decoding operations
0630 12:36:20.971013 (+   628us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:20.971082 (+    69us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:20.971133 (+    51us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:36:20.971639 (+   506us) tablet.cc:701] Row locks acquired
0630 12:36:20.971660 (+    21us) write_op.cc:260] PREPARE: finished
0630 12:36:20.971920 (+   260us) write_op.cc:270] Start()
0630 12:36:20.972076 (+   156us) write_op.cc:276] Timestamp: P: 1782822980971853 usec, L: 0
0630 12:36:20.972124 (+    48us) op_driver.cc:348] REPLICATION: starting
0630 12:36:20.973005 (+   881us) log.cc:844] Serialized 475 byte log entry
0630 12:36:21.318202 (+345197us) spinlock_profiling.cc:243] Waited 151 ms on lock 0x7b58000ebdd0. stack: 00007fb4676ea983 00007fb4676ea880 00007fb46707a1d4 000000000042d824 000000000042d7b9 00007fb46a772090 00007fb46a76243c 00007fb46a768d53 00007fb46a768cd9 00007fb46a768c69 00007fb46a768c31 00007fb46a767dfd 000000000043f3c4 000000000043f209 00007fb46771cab5 00007fb46771ee01
0630 12:36:21.734667 (+416465us) op_driver.cc:464] REPLICATION: finished
0630 12:36:21.818849 (+ 84182us) write_op.cc:301] APPLY: starting
0630 12:36:21.818916 (+    67us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:21.819057 (+   141us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:21.819091 (+    34us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:21.819698 (+   607us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:21.819883 (+   185us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:21.819929 (+    46us) write_op.cc:312] APPLY: finished
0630 12:36:21.820143 (+   214us) log.cc:844] Serialized 40 byte log entry
0630 12:36:21.820901 (+   758us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:21.820988 (+    87us) write_op.cc:454] Released schema lock
0630 12:36:21.821035 (+    47us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":83989,"num_ops":4,"prepare.queue_time_us":897151,"prepare.run_cpu_time_us":4251,"prepare.run_wall_time_us":38213,"raft.queue_time_us":188,"raft.run_cpu_time_us":3677,"raft.run_wall_time_us":344720,"replication_time_us":762423,"spinlock_wait_cycles":346341376}]]}
I20260630 12:36:21.816751  5658 rpcz_store.cc:276] 0630 12:36:20.284570 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:20.382354 (+ 97784us) service_pool.cc:224] Handling call
0630 12:36:21.816172 (+1433818us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:21.197610 (+     0us) write_op.cc:183] PREPARE: starting on tablet 57fe5327abda4ed6b70eb139d376b187
0630 12:36:21.198135 (+   525us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:21.198161 (+    26us) write_op.cc:435] Acquired schema lock
0630 12:36:21.198836 (+   675us) tablet.cc:662] Decoding operations
0630 12:36:21.252271 (+ 53435us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:21.256777 (+  4506us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:21.259480 (+  2703us) tablet.cc:685] Acquiring locks for 5 operations
0630 12:36:21.267526 (+  8046us) tablet.cc:701] Row locks acquired
0630 12:36:21.267543 (+    17us) write_op.cc:260] PREPARE: finished
0630 12:36:21.267750 (+   207us) write_op.cc:270] Start()
0630 12:36:21.267878 (+   128us) write_op.cc:276] Timestamp: P: 1782822981267700 usec, L: 0
0630 12:36:21.267898 (+    20us) op_driver.cc:348] REPLICATION: starting
0630 12:36:21.274246 (+  6348us) log.cc:844] Serialized 519 byte log entry
0630 12:36:21.697228 (+422982us) op_driver.cc:464] REPLICATION: finished
0630 12:36:21.813720 (+116492us) write_op.cc:301] APPLY: starting
0630 12:36:21.813798 (+    78us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:21.813950 (+   152us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:21.814046 (+    96us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:21.814980 (+   934us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:21.815188 (+   208us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:21.815241 (+    53us) write_op.cc:312] APPLY: finished
0630 12:36:21.815473 (+   232us) log.cc:844] Serialized 46 byte log entry
0630 12:36:21.815681 (+   208us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:21.815768 (+    87us) write_op.cc:454] Released schema lock
0630 12:36:21.815816 (+    48us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":116288,"num_ops":5,"prepare.queue_time_us":798355,"prepare.run_cpu_time_us":3544,"prepare.run_wall_time_us":76896,"replication_time_us":429231}]]}
W20260630 12:36:22.279054  5241 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.192.3:41493, user_credentials={real_user=slave}} blocked reactor thread for 89851.6us
W20260630 12:36:22.427208  5683 log.cc:927] Time spent T dbb5d96c77564e28886f9d3940369769 P 47ab2820ddf14a99a992b45515bc92d2: Append to log took a long time: real 0.060s	user 0.001s	sys 0.000s
W20260630 12:36:23.360759  5314 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.192.1:40973, user_credentials={real_user=slave}} blocked reactor thread for 102924us
W20260630 12:36:23.370410  5316 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.192.3:41493, user_credentials={real_user=slave}} blocked reactor thread for 71102.5us
W20260630 12:36:23.506599  5316 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.192.3:41493, user_credentials={real_user=slave}} blocked reactor thread for 135319us
W20260630 12:36:25.043515  5388 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.192.1:40973, user_credentials={real_user=slave}} blocked reactor thread for 47600.1us
W20260630 12:36:25.317565  5454 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.192.1:40973, user_credentials={real_user=slave}} blocked reactor thread for 55835.9us
W20260630 12:36:25.699829  5316 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.192.3:41493, user_credentials={real_user=slave}} blocked reactor thread for 170938us
W20260630 12:36:25.736053  5388 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.192.1:40973, user_credentials={real_user=slave}} blocked reactor thread for 100779us
I20260630 12:36:26.017186   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:26.049484  5736 instance_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:26.054741  5737 instance_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:26.056469  5739 instance_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:26.058671   768 server_base.cc:1061] running on GCE node
I20260630 12:36:26.061568   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:26.061852   768 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:26.062110   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822986062090 us; error 0 us; skew 500 ppm
I20260630 12:36:26.062753   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:26.066620   768 webserver.cc:533] Webserver started at http://127.0.192.4:42275/ using document root <none> and password file <none>
I20260630 12:36:26.067201   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:26.067438   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:26.067780   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:26.069243   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/ts-3-root/instance:
uuid: "452910c2758c476385b28a6ee7ecf0d9"
format_stamp: "Formatted at 2026-06-30 12:36:26 on dist-test-slave-n0zz"
I20260630 12:36:26.075021   768 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.005s
I20260630 12:36:26.079418  5744 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:26.080430   768 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:36:26.080789   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/ts-3-root
uuid: "452910c2758c476385b28a6ee7ecf0d9"
format_stamp: "Formatted at 2026-06-30 12:36:26 on dist-test-slave-n0zz"
I20260630 12:36:26.081125   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-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:26.098783   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:26.100746   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:26.103084   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:26.105988   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:26.106280   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:36:26.106555   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:26.106760   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:26.175174   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.4:37881
I20260630 12:36:26.175278  5806 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.4:37881 every 8 connection(s)
I20260630 12:36:26.186205   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:26.205480  5811 instance_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:26.216715  5812 instance_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:26.218803  5814 instance_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:26.223528  5807 heartbeater.cc:344] Connected to a master server at 127.0.192.62:42511
I20260630 12:36:26.224000  5807 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:26.224933  5807 heartbeater.cc:507] Master 127.0.192.62:42511 requested a full tablet report, sending...
I20260630 12:36:26.227269  5172 ts_manager.cc:194] Registered new tserver with Master: 452910c2758c476385b28a6ee7ecf0d9 (127.0.192.4:37881)
I20260630 12:36:26.228833  5172 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50530
I20260630 12:36:26.234001   768 server_base.cc:1061] running on GCE node
I20260630 12:36:26.235957   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:26.236235   768 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:26.236425   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822986236409 us; error 0 us; skew 500 ppm
I20260630 12:36:26.236922   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:26.239835   768 webserver.cc:533] Webserver started at http://127.0.192.5:35355/ using document root <none> and password file <none>
I20260630 12:36:26.240332   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:26.240556   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:26.240844   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:26.242091   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/ts-4-root/instance:
uuid: "0d48354f0ef14e1191605f79432d520f"
format_stamp: "Formatted at 2026-06-30 12:36:26 on dist-test-slave-n0zz"
I20260630 12:36:26.247650   768 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.002s
I20260630 12:36:26.251586  5819 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:26.252562   768 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.004s
I20260630 12:36:26.252959   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/ts-4-root
uuid: "0d48354f0ef14e1191605f79432d520f"
format_stamp: "Formatted at 2026-06-30 12:36:26 on dist-test-slave-n0zz"
I20260630 12:36:26.253340   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/ts-4-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/ts-4-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-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:26.277627   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:26.279031   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:26.280599   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:26.283202   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:26.283699   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.001s	user 0.001s	sys 0.000s
I20260630 12:36:26.284093   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:26.284338   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:26.414299   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.5:43741
I20260630 12:36:26.414528  5881 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.5:43741 every 8 connection(s)
I20260630 12:36:26.421658   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:26.430857  5885 instance_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:26.432793  5886 instance_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:26.439240  5882 heartbeater.cc:344] Connected to a master server at 127.0.192.62:42511
I20260630 12:36:26.439735  5882 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:26.440657  5882 heartbeater.cc:507] Master 127.0.192.62:42511 requested a full tablet report, sending...
I20260630 12:36:26.441289   768 server_base.cc:1061] running on GCE node
W20260630 12:36:26.441606  5888 instance_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:26.443246  5172 ts_manager.cc:194] Registered new tserver with Master: 0d48354f0ef14e1191605f79432d520f (127.0.192.5:43741)
I20260630 12:36:26.443821   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:26.444105   768 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:26.444303   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822986444285 us; error 0 us; skew 500 ppm
I20260630 12:36:26.444861   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:26.445097  5172 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50540
I20260630 12:36:26.451103   768 webserver.cc:533] Webserver started at http://127.0.192.6:38977/ using document root <none> and password file <none>
I20260630 12:36:26.451900   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:26.452219   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:26.452591   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:26.455365   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/ts-5-root/instance:
uuid: "a39c145a69294ee487164bfe6872f556"
format_stamp: "Formatted at 2026-06-30 12:36:26 on dist-test-slave-n0zz"
I20260630 12:36:26.462723   768 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.001s
I20260630 12:36:26.467656  5893 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:26.468585   768 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.002s
I20260630 12:36:26.468984   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/ts-5-root
uuid: "a39c145a69294ee487164bfe6872f556"
format_stamp: "Formatted at 2026-06-30 12:36:26 on dist-test-slave-n0zz"
I20260630 12:36:26.469365   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/ts-5-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/ts-5-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-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:26.513123   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:26.514482   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:26.516057   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:26.518852   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:26.519066   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:26.519330   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:26.519496   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:26.614593   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.6:38611
I20260630 12:36:26.614814  5955 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.6:38611 every 8 connection(s)
I20260630 12:36:26.632089  5956 heartbeater.cc:344] Connected to a master server at 127.0.192.62:42511
I20260630 12:36:26.632539  5956 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:26.633335  5956 heartbeater.cc:507] Master 127.0.192.62:42511 requested a full tablet report, sending...
I20260630 12:36:26.635504  5172 ts_manager.cc:194] Registered new tserver with Master: a39c145a69294ee487164bfe6872f556 (127.0.192.6:38611)
I20260630 12:36:26.636760  5172 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50548
I20260630 12:36:26.941982  5350 consensus_queue.cc:237] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [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: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: NON_VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: true } }
I20260630 12:36:26.958153  5423 raft_consensus.cc:1275] T 55a92c068d6b4d38b3406cc313abd9f3 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Refusing update from remote peer afb409f9fcb846a9ad09c146e6e270df: 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:26.958153  5268 raft_consensus.cc:1275] T 55a92c068d6b4d38b3406cc313abd9f3 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Refusing update from remote peer afb409f9fcb846a9ad09c146e6e270df: 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:26.960412  5710 consensus_queue.cc:1048] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260630 12:36:26.961416  5964 consensus_queue.cc:1048] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } 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:26.971962  5315 consensus_peers.cc:597] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df -> Peer a39c145a69294ee487164bfe6872f556 (127.0.192.6:38611): Couldn't send request to peer a39c145a69294ee487164bfe6872f556. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 55a92c068d6b4d38b3406cc313abd9f3. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:26.971973  5710 raft_consensus.cc:2955] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER a39c145a69294ee487164bfe6872f556 (127.0.192.6) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: NON_VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: true } } }
I20260630 12:36:26.984467  5423 raft_consensus.cc:2955] T 55a92c068d6b4d38b3406cc313abd9f3 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER a39c145a69294ee487164bfe6872f556 (127.0.192.6) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: NON_VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: true } } }
I20260630 12:36:26.991950  5267 raft_consensus.cc:2955] T 55a92c068d6b4d38b3406cc313abd9f3 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER a39c145a69294ee487164bfe6872f556 (127.0.192.6) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: NON_VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: true } } }
I20260630 12:36:26.999516  5350 consensus_queue.cc:237] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 27, Committed index: 27, Last appended: 1.27, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: NON_VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: true } }
I20260630 12:36:27.008353  5172 catalog_manager.cc:5697] T 55a92c068d6b4d38b3406cc313abd9f3 P 47ab2820ddf14a99a992b45515bc92d2 reported cstate change: config changed from index -1 to 27, NON_VOTER a39c145a69294ee487164bfe6872f556 (127.0.192.6) added. New cstate: current_term: 1 leader_uuid: "afb409f9fcb846a9ad09c146e6e270df" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: NON_VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: true } } }
I20260630 12:36:27.024569  5423 raft_consensus.cc:1275] T aa42c174ea7e4fc09e633291a02c6b17 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Refusing update from remote peer afb409f9fcb846a9ad09c146e6e270df: 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:27.026602  5964 consensus_queue.cc:1048] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } 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:27.043733  5267 raft_consensus.cc:1275] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Refusing update from remote peer afb409f9fcb846a9ad09c146e6e270df: 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:27.046810  5710 consensus_queue.cc:1048] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
W20260630 12:36:27.053171  5315 consensus_peers.cc:597] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df -> Peer 0d48354f0ef14e1191605f79432d520f (127.0.192.5:43741): Couldn't send request to peer 0d48354f0ef14e1191605f79432d520f. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: aa42c174ea7e4fc09e633291a02c6b17. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:27.053577  5966 raft_consensus.cc:2955] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 0d48354f0ef14e1191605f79432d520f (127.0.192.5) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: NON_VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: true } } }
I20260630 12:36:27.059361  5423 raft_consensus.cc:2955] T aa42c174ea7e4fc09e633291a02c6b17 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 0d48354f0ef14e1191605f79432d520f (127.0.192.5) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: NON_VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: true } } }
I20260630 12:36:27.065685  5267 raft_consensus.cc:2955] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 0d48354f0ef14e1191605f79432d520f (127.0.192.5) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: NON_VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: true } } }
I20260630 12:36:27.098291  5174 catalog_manager.cc:5697] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563 reported cstate change: config changed from index -1 to 28, NON_VOTER 0d48354f0ef14e1191605f79432d520f (127.0.192.5) added. New cstate: current_term: 1 leader_uuid: "afb409f9fcb846a9ad09c146e6e270df" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: NON_VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: true } } }
I20260630 12:36:27.110445  5423 consensus_queue.cc:237] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 27, Committed index: 27, Last appended: 1.27, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: true } }
I20260630 12:36:27.121315  5350 raft_consensus.cc:1275] T 350af05314c94e6cb0c2816ef6409dab P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Refusing update from remote peer 47ab2820ddf14a99a992b45515bc92d2: 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:27.123950  5732 consensus_queue.cc:1048] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } 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:27.154909  5268 raft_consensus.cc:1275] T 350af05314c94e6cb0c2816ef6409dab P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Refusing update from remote peer 47ab2820ddf14a99a992b45515bc92d2: 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:27.155226  5732 raft_consensus.cc:2955] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 452910c2758c476385b28a6ee7ecf0d9 (127.0.192.4) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: true } } }
I20260630 12:36:27.159902  5979 consensus_queue.cc:1048] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260630 12:36:27.166281  5350 raft_consensus.cc:2955] T 350af05314c94e6cb0c2816ef6409dab P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 452910c2758c476385b28a6ee7ecf0d9 (127.0.192.4) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: true } } }
W20260630 12:36:27.178727  5390 consensus_peers.cc:597] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 -> Peer 452910c2758c476385b28a6ee7ecf0d9 (127.0.192.4:37881): Couldn't send request to peer 452910c2758c476385b28a6ee7ecf0d9. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 350af05314c94e6cb0c2816ef6409dab. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:27.179486  5349 consensus_queue.cc:237] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 27, Committed index: 27, Last appended: 1.27, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: NON_VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: true } }
I20260630 12:36:27.181608  5173 catalog_manager.cc:5697] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 reported cstate change: config changed from index -1 to 28, NON_VOTER 452910c2758c476385b28a6ee7ecf0d9 (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "47ab2820ddf14a99a992b45515bc92d2" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:27.189251  5268 raft_consensus.cc:2955] T 350af05314c94e6cb0c2816ef6409dab P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 452910c2758c476385b28a6ee7ecf0d9 (127.0.192.4) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: true } } }
I20260630 12:36:27.210727  5423 raft_consensus.cc:1275] T e7007991839d467d8bf00e50477d8456 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Refusing update from remote peer afb409f9fcb846a9ad09c146e6e270df: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
W20260630 12:36:27.211179  5315 consensus_peers.cc:597] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df -> Peer a39c145a69294ee487164bfe6872f556 (127.0.192.6:38611): Couldn't send request to peer a39c145a69294ee487164bfe6872f556. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e7007991839d467d8bf00e50477d8456. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:27.212517  5964 consensus_queue.cc:1048] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } 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:27.213979  5268 raft_consensus.cc:1275] T e7007991839d467d8bf00e50477d8456 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Refusing update from remote peer afb409f9fcb846a9ad09c146e6e270df: 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:27.215632  5964 consensus_queue.cc:1048] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:36:27.229681  5964 raft_consensus.cc:2955] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER a39c145a69294ee487164bfe6872f556 (127.0.192.6) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: NON_VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: true } } }
I20260630 12:36:27.231984  5807 heartbeater.cc:499] Master 127.0.192.62:42511 was elected leader, sending a full tablet report...
I20260630 12:36:27.232285  5424 raft_consensus.cc:2955] T e7007991839d467d8bf00e50477d8456 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER a39c145a69294ee487164bfe6872f556 (127.0.192.6) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: NON_VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: true } } }
I20260630 12:36:27.244942  5267 raft_consensus.cc:2955] T e7007991839d467d8bf00e50477d8456 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER a39c145a69294ee487164bfe6872f556 (127.0.192.6) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: NON_VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: true } } }
I20260630 12:36:27.257124  5422 consensus_queue.cc:237] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 27, Committed index: 27, Last appended: 1.27, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: NON_VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: true } }
I20260630 12:36:27.259832  5173 catalog_manager.cc:5697] T e7007991839d467d8bf00e50477d8456 P 47ab2820ddf14a99a992b45515bc92d2 reported cstate change: config changed from index -1 to 28, NON_VOTER a39c145a69294ee487164bfe6872f556 (127.0.192.6) added. New cstate: current_term: 1 leader_uuid: "afb409f9fcb846a9ad09c146e6e270df" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: NON_VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: true } } }
I20260630 12:36:27.278090  5350 raft_consensus.cc:1275] T 57fe5327abda4ed6b70eb139d376b187 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Refusing update from remote peer 47ab2820ddf14a99a992b45515bc92d2: 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:27.279771  5732 consensus_queue.cc:1048] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:36:27.280781  5267 raft_consensus.cc:1275] T 57fe5327abda4ed6b70eb139d376b187 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Refusing update from remote peer 47ab2820ddf14a99a992b45515bc92d2: 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:27.282711  5982 consensus_queue.cc:1048] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
W20260630 12:36:27.295876  5389 consensus_peers.cc:597] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 -> Peer 0d48354f0ef14e1191605f79432d520f (127.0.192.5:43741): Couldn't send request to peer 0d48354f0ef14e1191605f79432d520f. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 57fe5327abda4ed6b70eb139d376b187. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:27.301927  5732 raft_consensus.cc:2955] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 0d48354f0ef14e1191605f79432d520f (127.0.192.5) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: NON_VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: true } } }
I20260630 12:36:27.303514  5267 raft_consensus.cc:2955] T 57fe5327abda4ed6b70eb139d376b187 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 0d48354f0ef14e1191605f79432d520f (127.0.192.5) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: NON_VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: true } } }
I20260630 12:36:27.304855  5350 raft_consensus.cc:2955] T 57fe5327abda4ed6b70eb139d376b187 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 0d48354f0ef14e1191605f79432d520f (127.0.192.5) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: NON_VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: true } } }
I20260630 12:36:27.319401  5173 catalog_manager.cc:5697] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 reported cstate change: config changed from index -1 to 28, NON_VOTER 0d48354f0ef14e1191605f79432d520f (127.0.192.5) added. New cstate: current_term: 1 leader_uuid: "47ab2820ddf14a99a992b45515bc92d2" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: NON_VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:27.351074  5992 ts_tablet_manager.cc:933] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556: Initiating tablet copy from peer afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887)
I20260630 12:36:27.352531  5268 consensus_queue.cc:237] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 27, Committed index: 27, Last appended: 1.27, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: true } }
I20260630 12:36:27.353480  5992 tablet_copy_client.cc:323] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.2:43887
I20260630 12:36:27.370824  5361 tablet_copy_service.cc:140] P afb409f9fcb846a9ad09c146e6e270df: Received BeginTabletCopySession request for tablet 55a92c068d6b4d38b3406cc313abd9f3 from peer a39c145a69294ee487164bfe6872f556 ({username='slave'} at 127.0.0.1:35104)
I20260630 12:36:27.371409  5422 raft_consensus.cc:1275] T 53b55adbe9664c288e64cb854969f5c6 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Refusing update from remote peer 72d862c548cd4af4bb8386642999c563: 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:27.371491  5361 tablet_copy_service.cc:161] P afb409f9fcb846a9ad09c146e6e270df: Beginning new tablet copy session on tablet 55a92c068d6b4d38b3406cc313abd9f3 from peer a39c145a69294ee487164bfe6872f556 at {username='slave'} at 127.0.0.1:35104: session id = a39c145a69294ee487164bfe6872f556-55a92c068d6b4d38b3406cc313abd9f3
I20260630 12:36:27.373324  5514 consensus_queue.cc:1048] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [LEADER]: Connected to new peer: Peer: permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260630 12:36:27.379617  5350 raft_consensus.cc:1275] T 53b55adbe9664c288e64cb854969f5c6 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Refusing update from remote peer 72d862c548cd4af4bb8386642999c563: 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:27.381094  5514 consensus_queue.cc:1048] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [LEADER]: Connected to new peer: Peer: permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } 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:27.383347  5361 tablet_copy_source_session.cc:215] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:27.387264  5992 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 55a92c068d6b4d38b3406cc313abd9f3. 1 dirs total, 0 dirs full, 0 dirs failed
W20260630 12:36:27.406040  5241 consensus_peers.cc:597] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 -> Peer 452910c2758c476385b28a6ee7ecf0d9 (127.0.192.4:37881): Couldn't send request to peer 452910c2758c476385b28a6ee7ecf0d9. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 53b55adbe9664c288e64cb854969f5c6. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:27.411935  5998 raft_consensus.cc:2955] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 452910c2758c476385b28a6ee7ecf0d9 (127.0.192.4) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: true } } }
I20260630 12:36:27.413532  5424 raft_consensus.cc:2955] T 53b55adbe9664c288e64cb854969f5c6 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 452910c2758c476385b28a6ee7ecf0d9 (127.0.192.4) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: true } } }
I20260630 12:36:27.416370  5992 tablet_copy_client.cc:806] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:27.417054  5992 tablet_copy_client.cc:670] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:27.421409  5350 raft_consensus.cc:2955] T 53b55adbe9664c288e64cb854969f5c6 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 452910c2758c476385b28a6ee7ecf0d9 (127.0.192.4) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: true } } }
I20260630 12:36:27.428975  5174 catalog_manager.cc:5697] T 53b55adbe9664c288e64cb854969f5c6 P 47ab2820ddf14a99a992b45515bc92d2 reported cstate change: config changed from index -1 to 28, NON_VOTER 452910c2758c476385b28a6ee7ecf0d9 (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "72d862c548cd4af4bb8386642999c563" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: true } } }
I20260630 12:36:27.423906  5993 tablet_copy_client.cc:1025] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:27.448210  5882 heartbeater.cc:499] Master 127.0.192.62:42511 was elected leader, sending a full tablet report...
I20260630 12:36:27.506039  6001 ts_tablet_manager.cc:933] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9: Initiating tablet copy from peer 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
I20260630 12:36:27.508041  6001 tablet_copy_client.cc:323] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.3:41493
I20260630 12:36:27.521582  5435 tablet_copy_service.cc:140] P 47ab2820ddf14a99a992b45515bc92d2: Received BeginTabletCopySession request for tablet 350af05314c94e6cb0c2816ef6409dab from peer 452910c2758c476385b28a6ee7ecf0d9 ({username='slave'} at 127.0.0.1:42726)
I20260630 12:36:27.522157  5435 tablet_copy_service.cc:161] P 47ab2820ddf14a99a992b45515bc92d2: Beginning new tablet copy session on tablet 350af05314c94e6cb0c2816ef6409dab from peer 452910c2758c476385b28a6ee7ecf0d9 at {username='slave'} at 127.0.0.1:42726: session id = 452910c2758c476385b28a6ee7ecf0d9-350af05314c94e6cb0c2816ef6409dab
I20260630 12:36:27.528183  5435 tablet_copy_source_session.cc:215] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:27.531095  6001 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 350af05314c94e6cb0c2816ef6409dab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:27.545094  6001 tablet_copy_client.cc:806] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:27.545768  6001 tablet_copy_client.cc:670] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:27.552593  6002 tablet_copy_client.cc:1025] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:27.586796  6004 ts_tablet_manager.cc:933] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f: Initiating tablet copy from peer afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887)
I20260630 12:36:27.588871  6004 tablet_copy_client.cc:323] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.2:43887
I20260630 12:36:27.599851  5361 tablet_copy_service.cc:140] P afb409f9fcb846a9ad09c146e6e270df: Received BeginTabletCopySession request for tablet aa42c174ea7e4fc09e633291a02c6b17 from peer 0d48354f0ef14e1191605f79432d520f ({username='slave'} at 127.0.0.1:35116)
I20260630 12:36:27.600359  5361 tablet_copy_service.cc:161] P afb409f9fcb846a9ad09c146e6e270df: Beginning new tablet copy session on tablet aa42c174ea7e4fc09e633291a02c6b17 from peer 0d48354f0ef14e1191605f79432d520f at {username='slave'} at 127.0.0.1:35116: session id = 0d48354f0ef14e1191605f79432d520f-aa42c174ea7e4fc09e633291a02c6b17
I20260630 12:36:27.606084  5361 tablet_copy_source_session.cc:215] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:27.610599  6004 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aa42c174ea7e4fc09e633291a02c6b17. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:27.623353  6004 tablet_copy_client.cc:806] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:27.623999  6004 tablet_copy_client.cc:670] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:27.627707  6005 tablet_copy_client.cc:1025] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:27.639285  5956 heartbeater.cc:499] Master 127.0.192.62:42511 was elected leader, sending a full tablet report...
I20260630 12:36:27.786495  6007 ts_tablet_manager.cc:933] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9: Initiating tablet copy from peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973)
I20260630 12:36:27.789541  6007 tablet_copy_client.cc:323] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.1:40973
I20260630 12:36:27.795230  6009 ts_tablet_manager.cc:933] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556: Initiating tablet copy from peer afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887)
I20260630 12:36:27.807756  5286 tablet_copy_service.cc:140] P 72d862c548cd4af4bb8386642999c563: Received BeginTabletCopySession request for tablet 53b55adbe9664c288e64cb854969f5c6 from peer 452910c2758c476385b28a6ee7ecf0d9 ({username='slave'} at 127.0.0.1:52648)
I20260630 12:36:27.808769  5286 tablet_copy_service.cc:161] P 72d862c548cd4af4bb8386642999c563: Beginning new tablet copy session on tablet 53b55adbe9664c288e64cb854969f5c6 from peer 452910c2758c476385b28a6ee7ecf0d9 at {username='slave'} at 127.0.0.1:52648: session id = 452910c2758c476385b28a6ee7ecf0d9-53b55adbe9664c288e64cb854969f5c6
I20260630 12:36:27.825076  5286 tablet_copy_source_session.cc:215] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:27.830355  6007 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 53b55adbe9664c288e64cb854969f5c6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:27.845530  6009 tablet_copy_client.cc:323] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.2:43887
I20260630 12:36:27.847602  5361 tablet_copy_service.cc:140] P afb409f9fcb846a9ad09c146e6e270df: Received BeginTabletCopySession request for tablet e7007991839d467d8bf00e50477d8456 from peer a39c145a69294ee487164bfe6872f556 ({username='slave'} at 127.0.0.1:35104)
I20260630 12:36:27.848241  5361 tablet_copy_service.cc:161] P afb409f9fcb846a9ad09c146e6e270df: Beginning new tablet copy session on tablet e7007991839d467d8bf00e50477d8456 from peer a39c145a69294ee487164bfe6872f556 at {username='slave'} at 127.0.0.1:35104: session id = a39c145a69294ee487164bfe6872f556-e7007991839d467d8bf00e50477d8456
I20260630 12:36:27.857393  6007 tablet_copy_client.cc:806] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:27.858518  6007 tablet_copy_client.cc:670] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:27.863363  6013 ts_tablet_manager.cc:933] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f: Initiating tablet copy from peer 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
I20260630 12:36:27.863514  5361 tablet_copy_source_session.cc:215] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:27.865695  6008 tablet_copy_client.cc:1025] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:27.867362  6013 tablet_copy_client.cc:323] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.3:41493
I20260630 12:36:27.869831  6009 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e7007991839d467d8bf00e50477d8456. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:27.884907  5435 tablet_copy_service.cc:140] P 47ab2820ddf14a99a992b45515bc92d2: Received BeginTabletCopySession request for tablet 57fe5327abda4ed6b70eb139d376b187 from peer 0d48354f0ef14e1191605f79432d520f ({username='slave'} at 127.0.0.1:42728)
I20260630 12:36:27.885576  5435 tablet_copy_service.cc:161] P 47ab2820ddf14a99a992b45515bc92d2: Beginning new tablet copy session on tablet 57fe5327abda4ed6b70eb139d376b187 from peer 0d48354f0ef14e1191605f79432d520f at {username='slave'} at 127.0.0.1:42728: session id = 0d48354f0ef14e1191605f79432d520f-57fe5327abda4ed6b70eb139d376b187
I20260630 12:36:27.895561  6009 tablet_copy_client.cc:806] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:27.896101  5435 tablet_copy_source_session.cc:215] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:27.896371  6009 tablet_copy_client.cc:670] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:27.901479  6010 tablet_copy_client.cc:1025] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:27.904743  6013 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 57fe5327abda4ed6b70eb139d376b187. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:27.924932  6013 tablet_copy_client.cc:806] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:27.925598  6013 tablet_copy_client.cc:670] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:27.930055  6014 tablet_copy_client.cc:1025] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:29.433146  5992 tablet_copy_client.cc:538] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:29.443200  5992 tablet_bootstrap.cc:492] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556: Bootstrap starting.
I20260630 12:36:29.553723  6001 tablet_copy_client.cc:538] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:29.564237  6001 tablet_bootstrap.cc:492] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9: Bootstrap starting.
I20260630 12:36:29.628593  6004 tablet_copy_client.cc:538] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:29.638849  6004 tablet_bootstrap.cc:492] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f: Bootstrap starting.
I20260630 12:36:29.642941  5992 tablet_bootstrap.cc:492] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556: Bootstrap replayed 1/1 log segments. Stats: ops{read=27 overwritten=0 applied=27 ignored=0} inserts{seen=100 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:29.643999  5992 tablet_bootstrap.cc:492] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556: Bootstrap complete.
I20260630 12:36:29.644764  5992 ts_tablet_manager.cc:1403] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556: Time spent bootstrapping tablet: real 0.202s	user 0.151s	sys 0.023s
I20260630 12:36:29.647962  5992 raft_consensus.cc:359] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: NON_VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: true } }
I20260630 12:36:29.658603  5992 raft_consensus.cc:740] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: a39c145a69294ee487164bfe6872f556, State: Initialized, Role: LEARNER
I20260630 12:36:29.659319  5992 consensus_queue.cc:260] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556 [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: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: NON_VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: true } }
I20260630 12:36:29.676246  5992 ts_tablet_manager.cc:1434] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556: Time spent starting tablet: real 0.031s	user 0.010s	sys 0.000s
I20260630 12:36:29.678272  5361 tablet_copy_service.cc:342] P afb409f9fcb846a9ad09c146e6e270df: Request end of tablet copy session a39c145a69294ee487164bfe6872f556-55a92c068d6b4d38b3406cc313abd9f3 received from {username='slave'} at 127.0.0.1:35104
I20260630 12:36:29.678804  5361 tablet_copy_service.cc:434] P afb409f9fcb846a9ad09c146e6e270df: ending tablet copy session a39c145a69294ee487164bfe6872f556-55a92c068d6b4d38b3406cc313abd9f3 on tablet 55a92c068d6b4d38b3406cc313abd9f3 with peer a39c145a69294ee487164bfe6872f556
I20260630 12:36:29.700762  5931 raft_consensus.cc:1217] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.26->[1.27-1.27]   Dedup: 1.27->[]
I20260630 12:36:29.780048  6001 tablet_bootstrap.cc:492] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9: Bootstrap replayed 1/1 log segments. Stats: ops{read=28 overwritten=0 applied=28 ignored=0} inserts{seen=95 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:29.786743  6001 tablet_bootstrap.cc:492] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9: Bootstrap complete.
I20260630 12:36:29.787909  6001 ts_tablet_manager.cc:1403] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9: Time spent bootstrapping tablet: real 0.224s	user 0.143s	sys 0.027s
I20260630 12:36:29.790650  6001 raft_consensus.cc:359] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: true } }
I20260630 12:36:29.791471  6001 raft_consensus.cc:740] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 452910c2758c476385b28a6ee7ecf0d9, State: Initialized, Role: LEARNER
I20260630 12:36:29.792052  6001 consensus_queue.cc:260] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 28, Last appended: 1.28, Last appended by leader: 28, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: true } }
I20260630 12:36:29.801442  6001 ts_tablet_manager.cc:1434] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9: Time spent starting tablet: real 0.013s	user 0.005s	sys 0.008s
I20260630 12:36:29.805676  5435 tablet_copy_service.cc:342] P 47ab2820ddf14a99a992b45515bc92d2: Request end of tablet copy session 452910c2758c476385b28a6ee7ecf0d9-350af05314c94e6cb0c2816ef6409dab received from {username='slave'} at 127.0.0.1:42726
I20260630 12:36:29.806273  5435 tablet_copy_service.cc:434] P 47ab2820ddf14a99a992b45515bc92d2: ending tablet copy session 452910c2758c476385b28a6ee7ecf0d9-350af05314c94e6cb0c2816ef6409dab on tablet 350af05314c94e6cb0c2816ef6409dab with peer 452910c2758c476385b28a6ee7ecf0d9
I20260630 12:36:29.814308  6004 tablet_bootstrap.cc:492] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f: Bootstrap replayed 1/1 log segments. Stats: ops{read=28 overwritten=0 applied=28 ignored=0} inserts{seen=119 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:29.815240  6004 tablet_bootstrap.cc:492] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f: Bootstrap complete.
I20260630 12:36:29.815892  6004 ts_tablet_manager.cc:1403] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f: Time spent bootstrapping tablet: real 0.177s	user 0.134s	sys 0.036s
I20260630 12:36:29.818536  6004 raft_consensus.cc:359] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: NON_VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: true } }
I20260630 12:36:29.819159  6004 raft_consensus.cc:740] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 0d48354f0ef14e1191605f79432d520f, State: Initialized, Role: LEARNER
I20260630 12:36:29.819623  6004 consensus_queue.cc:260] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 28, Last appended: 1.28, Last appended by leader: 28, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: NON_VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: true } }
I20260630 12:36:29.822021  6004 ts_tablet_manager.cc:1434] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.001s
I20260630 12:36:29.823997  5361 tablet_copy_service.cc:342] P afb409f9fcb846a9ad09c146e6e270df: Request end of tablet copy session 0d48354f0ef14e1191605f79432d520f-aa42c174ea7e4fc09e633291a02c6b17 received from {username='slave'} at 127.0.0.1:35116
I20260630 12:36:29.824460  5361 tablet_copy_service.cc:434] P afb409f9fcb846a9ad09c146e6e270df: ending tablet copy session 0d48354f0ef14e1191605f79432d520f-aa42c174ea7e4fc09e633291a02c6b17 on tablet aa42c174ea7e4fc09e633291a02c6b17 with peer 0d48354f0ef14e1191605f79432d520f
I20260630 12:36:29.866796  6007 tablet_copy_client.cc:538] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:29.873800  6007 tablet_bootstrap.cc:492] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9: Bootstrap starting.
I20260630 12:36:29.902607  6009 tablet_copy_client.cc:538] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:29.912577  6009 tablet_bootstrap.cc:492] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556: Bootstrap starting.
I20260630 12:36:29.931190  6013 tablet_copy_client.cc:538] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:29.949065  6013 tablet_bootstrap.cc:492] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f: Bootstrap starting.
I20260630 12:36:30.063148  6007 tablet_bootstrap.cc:492] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9: Bootstrap replayed 1/1 log segments. Stats: ops{read=28 overwritten=0 applied=28 ignored=0} inserts{seen=119 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:30.064267  6007 tablet_bootstrap.cc:492] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9: Bootstrap complete.
I20260630 12:36:30.065088  6007 ts_tablet_manager.cc:1403] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9: Time spent bootstrapping tablet: real 0.191s	user 0.161s	sys 0.004s
I20260630 12:36:30.068444  6007 raft_consensus.cc:359] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: true } }
I20260630 12:36:30.069432  6007 raft_consensus.cc:740] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 452910c2758c476385b28a6ee7ecf0d9, State: Initialized, Role: LEARNER
I20260630 12:36:30.070225  6007 consensus_queue.cc:260] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 28, Last appended: 1.28, Last appended by leader: 28, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: true } }
I20260630 12:36:30.073189  6007 ts_tablet_manager.cc:1434] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:36:30.075274  5286 tablet_copy_service.cc:342] P 72d862c548cd4af4bb8386642999c563: Request end of tablet copy session 452910c2758c476385b28a6ee7ecf0d9-53b55adbe9664c288e64cb854969f5c6 received from {username='slave'} at 127.0.0.1:52648
I20260630 12:36:30.075867  5286 tablet_copy_service.cc:434] P 72d862c548cd4af4bb8386642999c563: ending tablet copy session 452910c2758c476385b28a6ee7ecf0d9-53b55adbe9664c288e64cb854969f5c6 on tablet 53b55adbe9664c288e64cb854969f5c6 with peer 452910c2758c476385b28a6ee7ecf0d9
I20260630 12:36:30.080514  5782 raft_consensus.cc:1217] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.27->[1.28-1.28]   Dedup: 1.28->[]
I20260630 12:36:30.132467  5857 raft_consensus.cc:1217] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f [term 1 LEARNER]: Deduplicated request from leader. Original: 1.27->[1.28-1.28]   Dedup: 1.28->[]
I20260630 12:36:30.213003  6013 tablet_bootstrap.cc:492] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f: Bootstrap replayed 1/1 log segments. Stats: ops{read=28 overwritten=0 applied=28 ignored=0} inserts{seen=114 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:30.213969  6013 tablet_bootstrap.cc:492] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f: Bootstrap complete.
I20260630 12:36:30.214694  6013 ts_tablet_manager.cc:1403] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f: Time spent bootstrapping tablet: real 0.266s	user 0.144s	sys 0.020s
I20260630 12:36:30.217373  6013 raft_consensus.cc:359] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: NON_VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: true } }
I20260630 12:36:30.218215  6013 raft_consensus.cc:740] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 0d48354f0ef14e1191605f79432d520f, State: Initialized, Role: LEARNER
I20260630 12:36:30.218808  6013 consensus_queue.cc:260] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 28, Last appended: 1.28, Last appended by leader: 28, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: NON_VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: true } }
I20260630 12:36:30.222697  6013 ts_tablet_manager.cc:1434] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:36:30.226337  5435 tablet_copy_service.cc:342] P 47ab2820ddf14a99a992b45515bc92d2: Request end of tablet copy session 0d48354f0ef14e1191605f79432d520f-57fe5327abda4ed6b70eb139d376b187 received from {username='slave'} at 127.0.0.1:42728
I20260630 12:36:30.226830  5435 tablet_copy_service.cc:434] P 47ab2820ddf14a99a992b45515bc92d2: ending tablet copy session 0d48354f0ef14e1191605f79432d520f-57fe5327abda4ed6b70eb139d376b187 on tablet 57fe5327abda4ed6b70eb139d376b187 with peer 0d48354f0ef14e1191605f79432d520f
I20260630 12:36:30.266278  6020 raft_consensus.cc:1064] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df: attempting to promote NON_VOTER a39c145a69294ee487164bfe6872f556 to VOTER
I20260630 12:36:30.268332  6009 tablet_bootstrap.cc:492] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556: Bootstrap replayed 1/1 log segments. Stats: ops{read=28 overwritten=0 applied=28 ignored=0} inserts{seen=103 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:30.269425  6009 tablet_bootstrap.cc:492] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556: Bootstrap complete.
I20260630 12:36:30.269199  6020 consensus_queue.cc:237] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [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: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } }
I20260630 12:36:30.270304  6009 ts_tablet_manager.cc:1403] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556: Time spent bootstrapping tablet: real 0.358s	user 0.149s	sys 0.021s
I20260630 12:36:30.273236  6009 raft_consensus.cc:359] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: NON_VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: true } }
I20260630 12:36:30.274080  6009 raft_consensus.cc:740] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: a39c145a69294ee487164bfe6872f556, State: Initialized, Role: LEARNER
I20260630 12:36:30.274670  6009 consensus_queue.cc:260] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 28, Last appended: 1.28, Last appended by leader: 28, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: NON_VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: true } }
I20260630 12:36:30.285162  5931 raft_consensus.cc:1275] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556 [term 1 LEARNER]: Refusing update from remote peer afb409f9fcb846a9ad09c146e6e270df: 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:30.287236  6035 consensus_queue.cc:1048] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } 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:30.299423  6009 ts_tablet_manager.cc:1434] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556: Time spent starting tablet: real 0.029s	user 0.010s	sys 0.007s
I20260630 12:36:30.301883  5361 tablet_copy_service.cc:342] P afb409f9fcb846a9ad09c146e6e270df: Request end of tablet copy session a39c145a69294ee487164bfe6872f556-e7007991839d467d8bf00e50477d8456 received from {username='slave'} at 127.0.0.1:35104
I20260630 12:36:30.302425  5361 tablet_copy_service.cc:434] P afb409f9fcb846a9ad09c146e6e270df: ending tablet copy session a39c145a69294ee487164bfe6872f556-e7007991839d467d8bf00e50477d8456 on tablet e7007991839d467d8bf00e50477d8456 with peer a39c145a69294ee487164bfe6872f556
I20260630 12:36:30.302449  5424 raft_consensus.cc:1275] T 55a92c068d6b4d38b3406cc313abd9f3 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Refusing update from remote peer afb409f9fcb846a9ad09c146e6e270df: 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:30.309295  6035 consensus_queue.cc:1048] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:36:30.316579  5268 raft_consensus.cc:1275] T 55a92c068d6b4d38b3406cc313abd9f3 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Refusing update from remote peer afb409f9fcb846a9ad09c146e6e270df: 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:30.319020  6020 consensus_queue.cc:1048] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } 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:30.336270  6034 raft_consensus.cc:2955] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, a39c145a69294ee487164bfe6872f556 (127.0.192.6) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } } }
I20260630 12:36:30.341329  5422 raft_consensus.cc:2955] T 55a92c068d6b4d38b3406cc313abd9f3 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, a39c145a69294ee487164bfe6872f556 (127.0.192.6) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } } }
I20260630 12:36:30.346570  5857 raft_consensus.cc:1217] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f [term 1 LEARNER]: Deduplicated request from leader. Original: 1.27->[1.28-1.28]   Dedup: 1.28->[]
I20260630 12:36:30.367133  5931 raft_consensus.cc:2955] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, a39c145a69294ee487164bfe6872f556 (127.0.192.6) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } } }
I20260630 12:36:30.371104  5174 catalog_manager.cc:5697] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df reported cstate change: config changed from index 27 to 28, a39c145a69294ee487164bfe6872f556 (127.0.192.6) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "afb409f9fcb846a9ad09c146e6e270df" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:30.411535  5782 raft_consensus.cc:1217] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.27->[1.28-1.28]   Dedup: 1.28->[]
I20260630 12:36:30.411309  5268 raft_consensus.cc:2955] T 55a92c068d6b4d38b3406cc313abd9f3 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, a39c145a69294ee487164bfe6872f556 (127.0.192.6) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } } }
I20260630 12:36:30.436980  5350 consensus_queue.cc:237] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [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: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } }
I20260630 12:36:30.443169  5931 raft_consensus.cc:1275] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556 [term 1 FOLLOWER]: Refusing update from remote peer afb409f9fcb846a9ad09c146e6e270df: 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:30.444774  5422 raft_consensus.cc:1275] T 55a92c068d6b4d38b3406cc313abd9f3 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Refusing update from remote peer afb409f9fcb846a9ad09c146e6e270df: 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:30.445039  6034 consensus_queue.cc:1048] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.001s
I20260630 12:36:30.448503  6034 consensus_queue.cc:1048] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:36:30.453147  6020 raft_consensus.cc:2955] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER 72d862c548cd4af4bb8386642999c563 (127.0.192.1) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } } }
I20260630 12:36:30.458019  5422 raft_consensus.cc:2955] T 55a92c068d6b4d38b3406cc313abd9f3 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER 72d862c548cd4af4bb8386642999c563 (127.0.192.1) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } } }
I20260630 12:36:30.466033  5931 raft_consensus.cc:2955] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER 72d862c548cd4af4bb8386642999c563 (127.0.192.1) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } } }
I20260630 12:36:30.474408  5173 catalog_manager.cc:5697] T 55a92c068d6b4d38b3406cc313abd9f3 P 47ab2820ddf14a99a992b45515bc92d2 reported cstate change: config changed from index 28 to 29, VOTER 72d862c548cd4af4bb8386642999c563 (127.0.192.1) evicted. New cstate: current_term: 1 leader_uuid: "afb409f9fcb846a9ad09c146e6e270df" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } } }
I20260630 12:36:30.477223  5158 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 55a92c068d6b4d38b3406cc313abd9f3 with cas_config_opid_index 28: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:30.485703  6041 raft_consensus.cc:1064] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2: attempting to promote NON_VOTER 452910c2758c476385b28a6ee7ecf0d9 to VOTER
I20260630 12:36:30.488559  6041 consensus_queue.cc:237] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 28, Committed index: 28, Last appended: 1.28, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: false } }
I20260630 12:36:30.492831  5260 tablet_service.cc:1558] Processing DeleteTablet for tablet 55a92c068d6b4d38b3406cc313abd9f3 with delete_type TABLET_DATA_TOMBSTONED (TS 72d862c548cd4af4bb8386642999c563 not found in new config with opid_index 29) from {username='slave'} at 127.0.0.1:34504
I20260630 12:36:30.508775  5931 raft_consensus.cc:1217] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.27->[1.28-1.28]   Dedup: 1.28->[]
I20260630 12:36:30.509871  6047 tablet_replica.cc:333] T 55a92c068d6b4d38b3406cc313abd9f3 P 72d862c548cd4af4bb8386642999c563: stopping tablet replica
I20260630 12:36:30.516196  6047 raft_consensus.cc:2243] T 55a92c068d6b4d38b3406cc313abd9f3 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:30.519444  5782 raft_consensus.cc:1275] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9 [term 1 LEARNER]: Refusing update from remote peer 47ab2820ddf14a99a992b45515bc92d2: 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:30.521340  5268 raft_consensus.cc:1275] T 350af05314c94e6cb0c2816ef6409dab P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Refusing update from remote peer 47ab2820ddf14a99a992b45515bc92d2: 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:30.522205  5350 raft_consensus.cc:1275] T 350af05314c94e6cb0c2816ef6409dab P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Refusing update from remote peer 47ab2820ddf14a99a992b45515bc92d2: 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:30.523818  6022 consensus_queue.cc:1048] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:36:30.525463  6047 raft_consensus.cc:2272] T 55a92c068d6b4d38b3406cc313abd9f3 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:30.525871  6022 consensus_queue.cc:1048] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:36:30.532533  6047 ts_tablet_manager.cc:1916] T 55a92c068d6b4d38b3406cc313abd9f3 P 72d862c548cd4af4bb8386642999c563: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:30.528083  6022 consensus_queue.cc:1048] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.022s
I20260630 12:36:30.550766  6047 ts_tablet_manager.cc:1929] T 55a92c068d6b4d38b3406cc313abd9f3 P 72d862c548cd4af4bb8386642999c563: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.28
I20260630 12:36:30.551381  6047 log.cc:1199] T 55a92c068d6b4d38b3406cc313abd9f3 P 72d862c548cd4af4bb8386642999c563: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/ts-0-root/wals/55a92c068d6b4d38b3406cc313abd9f3
I20260630 12:36:30.553059  5158 catalog_manager.cc:5028] TS 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): tablet 55a92c068d6b4d38b3406cc313abd9f3 (table test-workload [id=562809b44f174b268ae78158b335a7e6]) successfully deleted
I20260630 12:36:30.577086  6034 raft_consensus.cc:1064] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df: attempting to promote NON_VOTER 0d48354f0ef14e1191605f79432d520f to VOTER
I20260630 12:36:30.579974  6034 consensus_queue.cc:237] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 28, Committed index: 28, Last appended: 1.28, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } }
I20260630 12:36:30.581553  6041 raft_consensus.cc:2955] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 452910c2758c476385b28a6ee7ecf0d9 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: false } } }
I20260630 12:36:30.585067  5350 raft_consensus.cc:2955] T 350af05314c94e6cb0c2816ef6409dab P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 452910c2758c476385b28a6ee7ecf0d9 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: false } } }
I20260630 12:36:30.608894  5267 raft_consensus.cc:1275] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Refusing update from remote peer afb409f9fcb846a9ad09c146e6e270df: 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:30.611858  5986 consensus_queue.cc:1048] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.001s
I20260630 12:36:30.611694  5782 raft_consensus.cc:2955] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 452910c2758c476385b28a6ee7ecf0d9 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: false } } }
I20260630 12:36:30.617134  5857 raft_consensus.cc:1275] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f [term 1 LEARNER]: Refusing update from remote peer afb409f9fcb846a9ad09c146e6e270df: 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:30.620680  5422 raft_consensus.cc:1275] T aa42c174ea7e4fc09e633291a02c6b17 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Refusing update from remote peer afb409f9fcb846a9ad09c146e6e270df: 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:30.625006  6035 consensus_queue.cc:1048] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.001s
I20260630 12:36:30.638896  6020 consensus_queue.cc:1048] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:36:30.600778  5174 catalog_manager.cc:5697] T 350af05314c94e6cb0c2816ef6409dab P afb409f9fcb846a9ad09c146e6e270df reported cstate change: config changed from index 28 to 29, 452910c2758c476385b28a6ee7ecf0d9 (127.0.192.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "47ab2820ddf14a99a992b45515bc92d2" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: false } } }
I20260630 12:36:30.678171  5268 raft_consensus.cc:2955] T 350af05314c94e6cb0c2816ef6409dab P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 452910c2758c476385b28a6ee7ecf0d9 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: false } } }
I20260630 12:36:30.711156  6020 raft_consensus.cc:2955] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 0d48354f0ef14e1191605f79432d520f (127.0.192.5) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } } }
I20260630 12:36:30.717397  5268 raft_consensus.cc:2955] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 0d48354f0ef14e1191605f79432d520f (127.0.192.5) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } } }
I20260630 12:36:30.719756  5857 raft_consensus.cc:2955] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 0d48354f0ef14e1191605f79432d520f (127.0.192.5) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } } }
I20260630 12:36:30.724927  5422 consensus_queue.cc:237] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [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: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: false } }
I20260630 12:36:30.733490  5174 catalog_manager.cc:5697] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563 reported cstate change: config changed from index 28 to 29, 0d48354f0ef14e1191605f79432d520f (127.0.192.5) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "afb409f9fcb846a9ad09c146e6e270df" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } } }
I20260630 12:36:30.741689  5782 raft_consensus.cc:1275] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9 [term 1 FOLLOWER]: Refusing update from remote peer 47ab2820ddf14a99a992b45515bc92d2: 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:30.746482  6022 consensus_queue.cc:1048] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.001s
I20260630 12:36:30.746716  5424 raft_consensus.cc:2955] T aa42c174ea7e4fc09e633291a02c6b17 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 0d48354f0ef14e1191605f79432d520f (127.0.192.5) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } } }
I20260630 12:36:30.762148  6053 raft_consensus.cc:2955] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [term 1 LEADER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER afb409f9fcb846a9ad09c146e6e270df (127.0.192.2) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: false } } }
I20260630 12:36:30.770438  5781 raft_consensus.cc:2955] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9 [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER afb409f9fcb846a9ad09c146e6e270df (127.0.192.2) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: false } } }
I20260630 12:36:30.779241  5268 raft_consensus.cc:1275] T 350af05314c94e6cb0c2816ef6409dab P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Refusing update from remote peer 47ab2820ddf14a99a992b45515bc92d2: 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:30.781369  6022 consensus_queue.cc:1048] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.000s
I20260630 12:36:30.787242  5170 catalog_manager.cc:5697] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9 reported cstate change: config changed from index 29 to 30, VOTER afb409f9fcb846a9ad09c146e6e270df (127.0.192.2) evicted. New cstate: current_term: 1 leader_uuid: "47ab2820ddf14a99a992b45515bc92d2" committed_config { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: false } } }
I20260630 12:36:30.787892  5268 raft_consensus.cc:2955] T 350af05314c94e6cb0c2816ef6409dab P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER afb409f9fcb846a9ad09c146e6e270df (127.0.192.2) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: false } } }
I20260630 12:36:30.791873  5160 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 350af05314c94e6cb0c2816ef6409dab with cas_config_opid_index 29: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:30.805166  5350 consensus_queue.cc:237] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [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: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } }
I20260630 12:36:30.807709  5336 tablet_service.cc:1558] Processing DeleteTablet for tablet 350af05314c94e6cb0c2816ef6409dab with delete_type TABLET_DATA_TOMBSTONED (TS afb409f9fcb846a9ad09c146e6e270df not found in new config with opid_index 30) from {username='slave'} at 127.0.0.1:35054
I20260630 12:36:30.813119  5857 raft_consensus.cc:1275] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f [term 1 FOLLOWER]: Refusing update from remote peer afb409f9fcb846a9ad09c146e6e270df: 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:30.815753  5986 consensus_queue.cc:1048] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } 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:30.824160  6033 raft_consensus.cc:2955] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [term 1 LEADER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } } }
I20260630 12:36:30.829131  5268 raft_consensus.cc:1275] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Refusing update from remote peer afb409f9fcb846a9ad09c146e6e270df: 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:30.831100  5986 consensus_queue.cc:1048] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.001s
I20260630 12:36:30.839257  5268 raft_consensus.cc:2955] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } } }
I20260630 12:36:30.830528  5856 raft_consensus.cc:2955] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } } }
I20260630 12:36:30.839623  6057 tablet_replica.cc:333] T 350af05314c94e6cb0c2816ef6409dab P afb409f9fcb846a9ad09c146e6e270df: stopping tablet replica
I20260630 12:36:30.846843  6022 raft_consensus.cc:1064] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2: attempting to promote NON_VOTER 0d48354f0ef14e1191605f79432d520f to VOTER
I20260630 12:36:30.846956  6057 raft_consensus.cc:2243] T 350af05314c94e6cb0c2816ef6409dab P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:30.850742  6057 raft_consensus.cc:2272] T 350af05314c94e6cb0c2816ef6409dab P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:30.850991  6022 consensus_queue.cc:237] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 28, Committed index: 28, Last appended: 1.28, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } }
I20260630 12:36:30.855036  6057 ts_tablet_manager.cc:1916] T 350af05314c94e6cb0c2816ef6409dab P afb409f9fcb846a9ad09c146e6e270df: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:30.853221  5172 catalog_manager.cc:5697] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563 reported cstate change: config changed from index 29 to 30, VOTER 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3) evicted. New cstate: current_term: 1 leader_uuid: "afb409f9fcb846a9ad09c146e6e270df" committed_config { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } } }
I20260630 12:36:30.867347  5408 tablet_service.cc:1558] Processing DeleteTablet for tablet aa42c174ea7e4fc09e633291a02c6b17 with delete_type TABLET_DATA_TOMBSTONED (TS 47ab2820ddf14a99a992b45515bc92d2 not found in new config with opid_index 30) from {username='slave'} at 127.0.0.1:39210
I20260630 12:36:30.876502  6057 ts_tablet_manager.cc:1929] T 350af05314c94e6cb0c2816ef6409dab P afb409f9fcb846a9ad09c146e6e270df: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.29
I20260630 12:36:30.877105  5158 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet aa42c174ea7e4fc09e633291a02c6b17 with cas_config_opid_index 29: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:30.878861  5350 raft_consensus.cc:1275] T 57fe5327abda4ed6b70eb139d376b187 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Refusing update from remote peer 47ab2820ddf14a99a992b45515bc92d2: 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:30.877115  6057 log.cc:1199] T 350af05314c94e6cb0c2816ef6409dab P afb409f9fcb846a9ad09c146e6e270df: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/ts-1-root/wals/350af05314c94e6cb0c2816ef6409dab
I20260630 12:36:30.879812  5268 raft_consensus.cc:1275] T 57fe5327abda4ed6b70eb139d376b187 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Refusing update from remote peer 47ab2820ddf14a99a992b45515bc92d2: 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:30.880798  6042 consensus_queue.cc:1048] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.001s
I20260630 12:36:30.881372  5158 catalog_manager.cc:5028] TS afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887): tablet 350af05314c94e6cb0c2816ef6409dab (table test-workload [id=562809b44f174b268ae78158b335a7e6]) successfully deleted
I20260630 12:36:30.878880  5857 raft_consensus.cc:1275] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f [term 1 LEARNER]: Refusing update from remote peer 47ab2820ddf14a99a992b45515bc92d2: 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:30.884776  6042 consensus_queue.cc:1048] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } 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:30.890602  6041 consensus_queue.cc:1048] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:36:30.906410  6042 raft_consensus.cc:2955] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 0d48354f0ef14e1191605f79432d520f (127.0.192.5) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } } }
I20260630 12:36:30.911418  6059 tablet_replica.cc:333] T aa42c174ea7e4fc09e633291a02c6b17 P 47ab2820ddf14a99a992b45515bc92d2: stopping tablet replica
I20260630 12:36:30.912523  6059 raft_consensus.cc:2243] T aa42c174ea7e4fc09e633291a02c6b17 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:30.922537  5268 raft_consensus.cc:2955] T 57fe5327abda4ed6b70eb139d376b187 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 0d48354f0ef14e1191605f79432d520f (127.0.192.5) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } } }
I20260630 12:36:30.926353  5172 catalog_manager.cc:5697] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 reported cstate change: config changed from index 28 to 29, 0d48354f0ef14e1191605f79432d520f (127.0.192.5) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "47ab2820ddf14a99a992b45515bc92d2" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:30.937875  5350 raft_consensus.cc:2955] T 57fe5327abda4ed6b70eb139d376b187 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 0d48354f0ef14e1191605f79432d520f (127.0.192.5) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } } }
I20260630 12:36:30.940230  6059 raft_consensus.cc:2272] T aa42c174ea7e4fc09e633291a02c6b17 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:30.918628  5857 raft_consensus.cc:2955] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 0d48354f0ef14e1191605f79432d520f (127.0.192.5) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } } }
I20260630 12:36:30.946149  6059 ts_tablet_manager.cc:1916] T aa42c174ea7e4fc09e633291a02c6b17 P 47ab2820ddf14a99a992b45515bc92d2: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:30.956568  5424 consensus_queue.cc:237] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [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: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } }
I20260630 12:36:30.968513  6030 raft_consensus.cc:1064] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563: attempting to promote NON_VOTER 452910c2758c476385b28a6ee7ecf0d9 to VOTER
I20260630 12:36:30.971376  6030 consensus_queue.cc:237] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 28, Committed index: 28, Last appended: 1.28, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: false } }
I20260630 12:36:30.974586  6059 ts_tablet_manager.cc:1929] T aa42c174ea7e4fc09e633291a02c6b17 P 47ab2820ddf14a99a992b45515bc92d2: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.29
I20260630 12:36:30.975150  6059 log.cc:1199] T aa42c174ea7e4fc09e633291a02c6b17 P 47ab2820ddf14a99a992b45515bc92d2: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/ts-2-root/wals/aa42c174ea7e4fc09e633291a02c6b17
I20260630 12:36:30.976984  5160 catalog_manager.cc:5028] TS 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493): tablet aa42c174ea7e4fc09e633291a02c6b17 (table test-workload [id=562809b44f174b268ae78158b335a7e6]) successfully deleted
I20260630 12:36:30.980839  5781 raft_consensus.cc:1275] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9 [term 1 LEARNER]: Refusing update from remote peer 72d862c548cd4af4bb8386642999c563: 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:30.983932  5424 raft_consensus.cc:1275] T 53b55adbe9664c288e64cb854969f5c6 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Refusing update from remote peer 72d862c548cd4af4bb8386642999c563: 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:30.984998  5349 raft_consensus.cc:1275] T 57fe5327abda4ed6b70eb139d376b187 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Refusing update from remote peer 47ab2820ddf14a99a992b45515bc92d2: 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:30.988692  6042 consensus_queue.cc:1048] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.000s
I20260630 12:36:30.990520  5349 raft_consensus.cc:1275] T 53b55adbe9664c288e64cb854969f5c6 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Refusing update from remote peer 72d862c548cd4af4bb8386642999c563: 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:30.993566  6063 consensus_queue.cc:1048] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [LEADER]: Connected to new peer: Peer: permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.001s
I20260630 12:36:30.997995  6030 consensus_queue.cc:1048] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [LEADER]: Connected to new peer: Peer: permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.001s
I20260630 12:36:30.997182  6042 raft_consensus.cc:2955] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 LEADER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER 72d862c548cd4af4bb8386642999c563 (127.0.192.1) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } } }
I20260630 12:36:31.000226  5349 raft_consensus.cc:2955] T 57fe5327abda4ed6b70eb139d376b187 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER 72d862c548cd4af4bb8386642999c563 (127.0.192.1) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } } }
I20260630 12:36:31.005462  6063 consensus_queue.cc:1048] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [LEADER]: Connected to new peer: Peer: permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.001s
I20260630 12:36:31.012192  5160 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 57fe5327abda4ed6b70eb139d376b187 with cas_config_opid_index 29: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:31.020537  5172 catalog_manager.cc:5697] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 reported cstate change: config changed from index 29 to 30, VOTER 72d862c548cd4af4bb8386642999c563 (127.0.192.1) evicted. New cstate: current_term: 1 leader_uuid: "47ab2820ddf14a99a992b45515bc92d2" committed_config { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:31.033380  5856 raft_consensus.cc:1275] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f [term 1 FOLLOWER]: Refusing update from remote peer 47ab2820ddf14a99a992b45515bc92d2: 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:31.037086  6042 consensus_queue.cc:1048] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } 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:31.045121  5856 raft_consensus.cc:2955] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER 72d862c548cd4af4bb8386642999c563 (127.0.192.1) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } } }
I20260630 12:36:31.056358  5260 tablet_service.cc:1558] Processing DeleteTablet for tablet 57fe5327abda4ed6b70eb139d376b187 with delete_type TABLET_DATA_TOMBSTONED (TS 72d862c548cd4af4bb8386642999c563 not found in new config with opid_index 30) from {username='slave'} at 127.0.0.1:34504
I20260630 12:36:31.061895  6035 raft_consensus.cc:1064] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df: attempting to promote NON_VOTER a39c145a69294ee487164bfe6872f556 to VOTER
I20260630 12:36:31.062039  6067 raft_consensus.cc:2955] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 452910c2758c476385b28a6ee7ecf0d9 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: false } } }
I20260630 12:36:31.072517  5424 raft_consensus.cc:2955] T 53b55adbe9664c288e64cb854969f5c6 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 452910c2758c476385b28a6ee7ecf0d9 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: false } } }
I20260630 12:36:31.079216  6035 consensus_queue.cc:237] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 28, Committed index: 28, Last appended: 1.28, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } }
I20260630 12:36:31.092016  5349 raft_consensus.cc:2955] T 53b55adbe9664c288e64cb854969f5c6 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 452910c2758c476385b28a6ee7ecf0d9 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: false } } }
I20260630 12:36:31.103619  5173 catalog_manager.cc:5697] T 53b55adbe9664c288e64cb854969f5c6 P 47ab2820ddf14a99a992b45515bc92d2 reported cstate change: config changed from index 28 to 29, 452910c2758c476385b28a6ee7ecf0d9 (127.0.192.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "72d862c548cd4af4bb8386642999c563" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: false } } }
I20260630 12:36:31.112923  5781 raft_consensus.cc:2955] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 452910c2758c476385b28a6ee7ecf0d9 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: false } } }
I20260630 12:36:31.124621  6071 tablet_replica.cc:333] T 57fe5327abda4ed6b70eb139d376b187 P 72d862c548cd4af4bb8386642999c563: stopping tablet replica
I20260630 12:36:31.125850  6071 raft_consensus.cc:2243] T 57fe5327abda4ed6b70eb139d376b187 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:31.128376  6071 raft_consensus.cc:2272] T 57fe5327abda4ed6b70eb139d376b187 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:31.134831  5268 consensus_queue.cc:237] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [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: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: false } }
I20260630 12:36:31.138357  6071 ts_tablet_manager.cc:1916] T 57fe5327abda4ed6b70eb139d376b187 P 72d862c548cd4af4bb8386642999c563: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:31.145120  5424 raft_consensus.cc:1275] T 53b55adbe9664c288e64cb854969f5c6 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Refusing update from remote peer 72d862c548cd4af4bb8386642999c563: 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:31.145247  5931 raft_consensus.cc:1275] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556 [term 1 LEARNER]: Refusing update from remote peer afb409f9fcb846a9ad09c146e6e270df: 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:31.147074  6063 consensus_queue.cc:1048] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [LEADER]: Connected to new peer: Peer: permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.000s
I20260630 12:36:31.147258  6033 consensus_queue.cc:1048] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.001s
I20260630 12:36:31.156073  6066 raft_consensus.cc:2955] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [term 1 LEADER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER afb409f9fcb846a9ad09c146e6e270df (127.0.192.2) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: false } } }
I20260630 12:36:31.157563  5422 raft_consensus.cc:1275] T e7007991839d467d8bf00e50477d8456 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Refusing update from remote peer afb409f9fcb846a9ad09c146e6e270df: 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:31.159376  5986 consensus_queue.cc:1048] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:36:31.165283  5781 raft_consensus.cc:1275] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9 [term 1 FOLLOWER]: Refusing update from remote peer 72d862c548cd4af4bb8386642999c563: 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:31.167515  5422 raft_consensus.cc:2955] T 53b55adbe9664c288e64cb854969f5c6 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER afb409f9fcb846a9ad09c146e6e270df (127.0.192.2) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: false } } }
I20260630 12:36:31.171463  5267 raft_consensus.cc:1275] T e7007991839d467d8bf00e50477d8456 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Refusing update from remote peer afb409f9fcb846a9ad09c146e6e270df: 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:31.170948  6063 consensus_queue.cc:1048] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [LEADER]: Connected to new peer: Peer: permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.001s
I20260630 12:36:31.175987  6035 consensus_queue.cc:1048] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:36:31.196945  5158 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 53b55adbe9664c288e64cb854969f5c6 with cas_config_opid_index 29: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:31.204864  5172 catalog_manager.cc:5697] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 reported cstate change: config changed from index 29 to 30, VOTER afb409f9fcb846a9ad09c146e6e270df (127.0.192.2) evicted. New cstate: current_term: 1 leader_uuid: "72d862c548cd4af4bb8386642999c563" committed_config { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:31.198748  5781 raft_consensus.cc:2955] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9 [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER afb409f9fcb846a9ad09c146e6e270df (127.0.192.2) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: false } } }
I20260630 12:36:31.208310  6035 raft_consensus.cc:2955] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, a39c145a69294ee487164bfe6872f556 (127.0.192.6) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } } }
I20260630 12:36:31.211701  5267 raft_consensus.cc:2955] T e7007991839d467d8bf00e50477d8456 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, a39c145a69294ee487164bfe6872f556 (127.0.192.6) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } } }
I20260630 12:36:31.220197  5336 tablet_service.cc:1558] Processing DeleteTablet for tablet 53b55adbe9664c288e64cb854969f5c6 with delete_type TABLET_DATA_TOMBSTONED (TS afb409f9fcb846a9ad09c146e6e270df not found in new config with opid_index 30) from {username='slave'} at 127.0.0.1:35054
I20260630 12:36:31.221256  6057 tablet_replica.cc:333] T 53b55adbe9664c288e64cb854969f5c6 P afb409f9fcb846a9ad09c146e6e270df: stopping tablet replica
I20260630 12:36:31.222530  6057 raft_consensus.cc:2243] T 53b55adbe9664c288e64cb854969f5c6 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:31.223861  6057 raft_consensus.cc:2272] T 53b55adbe9664c288e64cb854969f5c6 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:31.231048  5424 raft_consensus.cc:2955] T e7007991839d467d8bf00e50477d8456 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, a39c145a69294ee487164bfe6872f556 (127.0.192.6) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } } }
I20260630 12:36:31.232477  6057 ts_tablet_manager.cc:1916] T 53b55adbe9664c288e64cb854969f5c6 P afb409f9fcb846a9ad09c146e6e270df: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:31.234145  5931 raft_consensus.cc:2955] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, a39c145a69294ee487164bfe6872f556 (127.0.192.6) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } } }
I20260630 12:36:31.251498  5172 catalog_manager.cc:5697] T e7007991839d467d8bf00e50477d8456 P 72d862c548cd4af4bb8386642999c563 reported cstate change: config changed from index 28 to 29, a39c145a69294ee487164bfe6872f556 (127.0.192.6) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "afb409f9fcb846a9ad09c146e6e270df" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } } }
I20260630 12:36:31.270035  5349 consensus_queue.cc:237] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [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: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } }
I20260630 12:36:31.271826  6057 ts_tablet_manager.cc:1929] T 53b55adbe9664c288e64cb854969f5c6 P afb409f9fcb846a9ad09c146e6e270df: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.29
I20260630 12:36:31.272655  6057 log.cc:1199] T 53b55adbe9664c288e64cb854969f5c6 P afb409f9fcb846a9ad09c146e6e270df: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/ts-1-root/wals/53b55adbe9664c288e64cb854969f5c6
I20260630 12:36:31.275010  5158 catalog_manager.cc:5028] TS afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887): tablet 53b55adbe9664c288e64cb854969f5c6 (table test-workload [id=562809b44f174b268ae78158b335a7e6]) successfully deleted
I20260630 12:36:31.279785  6071 ts_tablet_manager.cc:1929] T 57fe5327abda4ed6b70eb139d376b187 P 72d862c548cd4af4bb8386642999c563: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.29
I20260630 12:36:31.280326  6071 log.cc:1199] T 57fe5327abda4ed6b70eb139d376b187 P 72d862c548cd4af4bb8386642999c563: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/ts-0-root/wals/57fe5327abda4ed6b70eb139d376b187
I20260630 12:36:31.281987  5158 catalog_manager.cc:5028] TS 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): tablet 57fe5327abda4ed6b70eb139d376b187 (table test-workload [id=562809b44f174b268ae78158b335a7e6]) successfully deleted
I20260630 12:36:31.285909  5931 raft_consensus.cc:1275] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556 [term 1 FOLLOWER]: Refusing update from remote peer afb409f9fcb846a9ad09c146e6e270df: 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:31.287827  6033 consensus_queue.cc:1048] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } 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:31.286036  5267 raft_consensus.cc:1275] T e7007991839d467d8bf00e50477d8456 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Refusing update from remote peer afb409f9fcb846a9ad09c146e6e270df: 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:31.296137  6033 consensus_queue.cc:1048] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.000s
I20260630 12:36:31.298851  6034 raft_consensus.cc:2955] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [term 1 LEADER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } } }
I20260630 12:36:31.300536  5931 raft_consensus.cc:2955] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556 [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } } }
I20260630 12:36:31.309908  5267 raft_consensus.cc:2955] T e7007991839d467d8bf00e50477d8456 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } } }
I20260630 12:36:31.311807  5158 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet e7007991839d467d8bf00e50477d8456 with cas_config_opid_index 29: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:31.317488  5171 catalog_manager.cc:5697] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df reported cstate change: config changed from index 29 to 30, VOTER 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3) evicted. New cstate: current_term: 1 leader_uuid: "afb409f9fcb846a9ad09c146e6e270df" committed_config { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:31.332242  5408 tablet_service.cc:1558] Processing DeleteTablet for tablet e7007991839d467d8bf00e50477d8456 with delete_type TABLET_DATA_TOMBSTONED (TS 47ab2820ddf14a99a992b45515bc92d2 not found in new config with opid_index 30) from {username='slave'} at 127.0.0.1:39210
I20260630 12:36:31.333271  6059 tablet_replica.cc:333] T e7007991839d467d8bf00e50477d8456 P 47ab2820ddf14a99a992b45515bc92d2: stopping tablet replica
I20260630 12:36:31.334313  6059 raft_consensus.cc:2243] T e7007991839d467d8bf00e50477d8456 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:31.335283  6059 raft_consensus.cc:2272] T e7007991839d467d8bf00e50477d8456 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:31.338901  6059 ts_tablet_manager.cc:1916] T e7007991839d467d8bf00e50477d8456 P 47ab2820ddf14a99a992b45515bc92d2: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:31.351341  6059 ts_tablet_manager.cc:1929] T e7007991839d467d8bf00e50477d8456 P 47ab2820ddf14a99a992b45515bc92d2: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.29
I20260630 12:36:31.351708  6059 log.cc:1199] T e7007991839d467d8bf00e50477d8456 P 47ab2820ddf14a99a992b45515bc92d2: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822852710831-768-0/minicluster-data/ts-2-root/wals/e7007991839d467d8bf00e50477d8456
I20260630 12:36:31.352993  5160 catalog_manager.cc:5028] TS 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493): tablet e7007991839d467d8bf00e50477d8456 (table test-workload [id=562809b44f174b268ae78158b335a7e6]) successfully deleted
I20260630 12:36:32.349414  5349 consensus_queue.cc:237] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 30, Committed index: 30, Last appended: 1.30, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: true } }
I20260630 12:36:32.356781  5856 raft_consensus.cc:1275] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f [term 1 FOLLOWER]: Refusing update from remote peer afb409f9fcb846a9ad09c146e6e270df: Log matching property violated. Preceding OpId in replica: term: 1 index: 30. Preceding OpId from leader: term: 1 index: 31. (index mismatch)
I20260630 12:36:32.358769  6034 consensus_queue.cc:1048] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } 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:32.359006  5268 raft_consensus.cc:1275] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Refusing update from remote peer afb409f9fcb846a9ad09c146e6e270df: Log matching property violated. Preceding OpId in replica: term: 1 index: 30. Preceding OpId from leader: term: 1 index: 31. (index mismatch)
I20260630 12:36:32.360687  6033 consensus_queue.cc:1048] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } 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:32.368325  6033 raft_consensus.cc:2955] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [term 1 LEADER]: Committing config change with OpId 1.31: config changed from index 30 to 31, NON_VOTER 452910c2758c476385b28a6ee7ecf0d9 (127.0.192.4) added. New config: { opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: true } } }
I20260630 12:36:32.369840  5856 raft_consensus.cc:2955] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f [term 1 FOLLOWER]: Committing config change with OpId 1.31: config changed from index 30 to 31, NON_VOTER 452910c2758c476385b28a6ee7ecf0d9 (127.0.192.4) added. New config: { opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: true } } }
W20260630 12:36:32.371543  5316 consensus_peers.cc:597] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df -> Peer 452910c2758c476385b28a6ee7ecf0d9 (127.0.192.4:37881): Couldn't send request to peer 452910c2758c476385b28a6ee7ecf0d9. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: aa42c174ea7e4fc09e633291a02c6b17. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:32.371412  5268 raft_consensus.cc:2955] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Committing config change with OpId 1.31: config changed from index 30 to 31, NON_VOTER 452910c2758c476385b28a6ee7ecf0d9 (127.0.192.4) added. New config: { opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: true } } }
I20260630 12:36:32.384909  5174 catalog_manager.cc:5697] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df reported cstate change: config changed from index 30 to 31, NON_VOTER 452910c2758c476385b28a6ee7ecf0d9 (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "afb409f9fcb846a9ad09c146e6e270df" committed_config { opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:32.385605  5349 consensus_queue.cc:237] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [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: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: NON_VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: true } }
I20260630 12:36:32.393988  5931 raft_consensus.cc:1275] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556 [term 1 FOLLOWER]: Refusing update from remote peer afb409f9fcb846a9ad09c146e6e270df: 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:32.394004  5315 consensus_peers.cc:597] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df -> Peer 0d48354f0ef14e1191605f79432d520f (127.0.192.5:43741): Couldn't send request to peer 0d48354f0ef14e1191605f79432d520f. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 55a92c068d6b4d38b3406cc313abd9f3. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:32.394011  5422 raft_consensus.cc:1275] T 55a92c068d6b4d38b3406cc313abd9f3 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Refusing update from remote peer afb409f9fcb846a9ad09c146e6e270df: 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:32.395864  6033 consensus_queue.cc:1048] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } 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:32.396906  6035 consensus_queue.cc:1048] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } 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:32.415688  6035 raft_consensus.cc:2955] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [term 1 LEADER]: Committing config change with OpId 1.30: config changed from index 29 to 30, NON_VOTER 0d48354f0ef14e1191605f79432d520f (127.0.192.5) added. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: NON_VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: true } } }
I20260630 12:36:32.417433  5422 raft_consensus.cc:2955] T 55a92c068d6b4d38b3406cc313abd9f3 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, NON_VOTER 0d48354f0ef14e1191605f79432d520f (127.0.192.5) added. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: NON_VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: true } } }
I20260630 12:36:32.419361  5931 raft_consensus.cc:2955] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556 [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, NON_VOTER 0d48354f0ef14e1191605f79432d520f (127.0.192.5) added. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: NON_VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: true } } }
I20260630 12:36:32.429803  5171 catalog_manager.cc:5697] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df reported cstate change: config changed from index 29 to 30, NON_VOTER 0d48354f0ef14e1191605f79432d520f (127.0.192.5) added. New cstate: current_term: 1 leader_uuid: "afb409f9fcb846a9ad09c146e6e270df" committed_config { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: NON_VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:32.431641  5268 consensus_queue.cc:237] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563 [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: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: NON_VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: true } }
I20260630 12:36:32.439453  5422 raft_consensus.cc:1275] T 802f6322d1ff48e6a3478b4d14d2e073 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Refusing update from remote peer 72d862c548cd4af4bb8386642999c563: 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:32.441270  6030 consensus_queue.cc:1048] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563 [LEADER]: Connected to new peer: Peer: permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:36:32.443100  5349 raft_consensus.cc:1275] T 802f6322d1ff48e6a3478b4d14d2e073 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Refusing update from remote peer 72d862c548cd4af4bb8386642999c563: 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:32.453469  6030 consensus_queue.cc:1048] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563 [LEADER]: Connected to new peer: Peer: permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } 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:32.461283  6067 raft_consensus.cc:2955] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER a39c145a69294ee487164bfe6872f556 (127.0.192.6) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: NON_VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: true } } }
I20260630 12:36:32.466463  5422 raft_consensus.cc:2955] T 802f6322d1ff48e6a3478b4d14d2e073 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER a39c145a69294ee487164bfe6872f556 (127.0.192.6) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: NON_VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: true } } }
I20260630 12:36:32.470713  5349 raft_consensus.cc:2955] T 802f6322d1ff48e6a3478b4d14d2e073 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER a39c145a69294ee487164bfe6872f556 (127.0.192.6) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: NON_VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: true } } }
I20260630 12:36:32.477559  5350 consensus_queue.cc:237] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 27, Committed index: 27, Last appended: 1.27, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: true } }
W20260630 12:36:32.482195  5240 consensus_peers.cc:597] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563 -> Peer a39c145a69294ee487164bfe6872f556 (127.0.192.6:38611): Couldn't send request to peer a39c145a69294ee487164bfe6872f556. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 802f6322d1ff48e6a3478b4d14d2e073. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:32.486495  5422 raft_consensus.cc:1275] T 0a28e27bb1a1480a9429b75592c65e31 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Refusing update from remote peer afb409f9fcb846a9ad09c146e6e270df: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
W20260630 12:36:32.487195  5316 consensus_peers.cc:597] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df -> Peer 452910c2758c476385b28a6ee7ecf0d9 (127.0.192.4:37881): Couldn't send request to peer 452910c2758c476385b28a6ee7ecf0d9. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 0a28e27bb1a1480a9429b75592c65e31. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:32.488111  6034 consensus_queue.cc:1048] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } 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:32.490269  5267 raft_consensus.cc:1275] T 0a28e27bb1a1480a9429b75592c65e31 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Refusing update from remote peer afb409f9fcb846a9ad09c146e6e270df: 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:32.488768  5171 catalog_manager.cc:5697] T 802f6322d1ff48e6a3478b4d14d2e073 P 47ab2820ddf14a99a992b45515bc92d2 reported cstate change: config changed from index -1 to 27, NON_VOTER a39c145a69294ee487164bfe6872f556 (127.0.192.6) added. New cstate: current_term: 1 leader_uuid: "72d862c548cd4af4bb8386642999c563" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: NON_VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: true } } }
I20260630 12:36:32.491647  6035 consensus_queue.cc:1048] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df [LEADER]: Connected to new peer: Peer: permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:36:32.500763  6034 raft_consensus.cc:2955] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 452910c2758c476385b28a6ee7ecf0d9 (127.0.192.4) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: true } } }
I20260630 12:36:32.502734  5422 raft_consensus.cc:2955] T 0a28e27bb1a1480a9429b75592c65e31 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 452910c2758c476385b28a6ee7ecf0d9 (127.0.192.4) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: true } } }
I20260630 12:36:32.516768  5267 raft_consensus.cc:2955] T 0a28e27bb1a1480a9429b75592c65e31 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 452910c2758c476385b28a6ee7ecf0d9 (127.0.192.4) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: true } } }
I20260630 12:36:32.519785  5422 consensus_queue.cc:237] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 27, Committed index: 27, Last appended: 1.27, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: NON_VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: true } }
I20260630 12:36:32.521283  5172 catalog_manager.cc:5697] T 0a28e27bb1a1480a9429b75592c65e31 P 47ab2820ddf14a99a992b45515bc92d2 reported cstate change: config changed from index -1 to 28, NON_VOTER 452910c2758c476385b28a6ee7ecf0d9 (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "afb409f9fcb846a9ad09c146e6e270df" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: true } } }
I20260630 12:36:32.535883  5350 raft_consensus.cc:1275] T a47733fdd58d44359f4842a802621d12 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Refusing update from remote peer 47ab2820ddf14a99a992b45515bc92d2: 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:32.536053  5267 raft_consensus.cc:1275] T a47733fdd58d44359f4842a802621d12 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Refusing update from remote peer 47ab2820ddf14a99a992b45515bc92d2: 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:32.538321  6041 consensus_queue.cc:1048] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260630 12:36:32.540796  6053 consensus_queue.cc:1048] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: 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:32.541644  5205 debug-util.cc:398] Leaking SignalData structure 0x7b080020e040 after lost signal to thread 771
W20260630 12:36:32.542894  5205 debug-util.cc:398] Leaking SignalData structure 0x7b0800101520 after lost signal to thread 5208
W20260630 12:36:32.544169  5205 debug-util.cc:398] Leaking SignalData structure 0x7b080011eb60 after lost signal to thread 5300
W20260630 12:36:32.545011  5205 debug-util.cc:398] Leaking SignalData structure 0x7b08002077a0 after lost signal to thread 5375
W20260630 12:36:32.545830  5205 debug-util.cc:398] Leaking SignalData structure 0x7b08001df500 after lost signal to thread 5449
W20260630 12:36:32.549332  5205 debug-util.cc:398] Leaking SignalData structure 0x7b080023ad80 after lost signal to thread 5881
I20260630 12:36:32.549921  6053 raft_consensus.cc:2955] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER a39c145a69294ee487164bfe6872f556 (127.0.192.6) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: NON_VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: true } } }
I20260630 12:36:32.567500  5350 raft_consensus.cc:2955] T a47733fdd58d44359f4842a802621d12 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER a39c145a69294ee487164bfe6872f556 (127.0.192.6) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: NON_VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: true } } }
I20260630 12:36:32.570135  5422 consensus_queue.cc:237] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 27, Committed index: 27, Last appended: 1.27, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: NON_VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: true } }
I20260630 12:36:32.577687  5267 raft_consensus.cc:2955] T a47733fdd58d44359f4842a802621d12 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER a39c145a69294ee487164bfe6872f556 (127.0.192.6) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: NON_VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: true } } }
I20260630 12:36:32.585602  5171 catalog_manager.cc:5697] T a47733fdd58d44359f4842a802621d12 P afb409f9fcb846a9ad09c146e6e270df reported cstate change: config changed from index -1 to 28, NON_VOTER a39c145a69294ee487164bfe6872f556 (127.0.192.6) added. New cstate: current_term: 1 leader_uuid: "47ab2820ddf14a99a992b45515bc92d2" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: NON_VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: true } } }
W20260630 12:36:32.599661  5389 consensus_peers.cc:597] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2 -> Peer a39c145a69294ee487164bfe6872f556 (127.0.192.6:38611): Couldn't send request to peer a39c145a69294ee487164bfe6872f556. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: a47733fdd58d44359f4842a802621d12. This is attempt 1: this message will repeat every 5th retry.
W20260630 12:36:32.603933  5389 consensus_peers.cc:597] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2 -> Peer 0d48354f0ef14e1191605f79432d520f (127.0.192.5:43741): Couldn't send request to peer 0d48354f0ef14e1191605f79432d520f. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 31cea5b5acbb4a1099d2ae5e59745aa8. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:32.607671  5350 raft_consensus.cc:1275] T 31cea5b5acbb4a1099d2ae5e59745aa8 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Refusing update from remote peer 47ab2820ddf14a99a992b45515bc92d2: 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:32.609375  5268 raft_consensus.cc:1275] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Refusing update from remote peer 47ab2820ddf14a99a992b45515bc92d2: 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:32.609045  6109 consensus_queue.cc:1048] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.006s
I20260630 12:36:32.615240  6053 consensus_queue.cc:1048] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:36:32.630100  6053 raft_consensus.cc:2955] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 0d48354f0ef14e1191605f79432d520f (127.0.192.5) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: NON_VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: true } } }
I20260630 12:36:32.632725  5267 raft_consensus.cc:2955] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 0d48354f0ef14e1191605f79432d520f (127.0.192.5) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: NON_VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: true } } }
I20260630 12:36:32.639470  5350 raft_consensus.cc:2955] T 31cea5b5acbb4a1099d2ae5e59745aa8 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 0d48354f0ef14e1191605f79432d520f (127.0.192.5) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: NON_VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: true } } }
I20260630 12:36:32.648087  5172 catalog_manager.cc:5697] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 72d862c548cd4af4bb8386642999c563 reported cstate change: config changed from index -1 to 28, NON_VOTER 0d48354f0ef14e1191605f79432d520f (127.0.192.5) added. New cstate: current_term: 1 leader_uuid: "47ab2820ddf14a99a992b45515bc92d2" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: NON_VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: true } } }
I20260630 12:36:32.803731  6112 ts_tablet_manager.cc:933] T 55a92c068d6b4d38b3406cc313abd9f3 P 0d48354f0ef14e1191605f79432d520f: Initiating tablet copy from peer afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887)
I20260630 12:36:32.806123  6112 tablet_copy_client.cc:323] T 55a92c068d6b4d38b3406cc313abd9f3 P 0d48354f0ef14e1191605f79432d520f: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.2:43887
I20260630 12:36:32.807804  5361 tablet_copy_service.cc:140] P afb409f9fcb846a9ad09c146e6e270df: Received BeginTabletCopySession request for tablet 55a92c068d6b4d38b3406cc313abd9f3 from peer 0d48354f0ef14e1191605f79432d520f ({username='slave'} at 127.0.0.1:35116)
I20260630 12:36:32.808327  5361 tablet_copy_service.cc:161] P afb409f9fcb846a9ad09c146e6e270df: Beginning new tablet copy session on tablet 55a92c068d6b4d38b3406cc313abd9f3 from peer 0d48354f0ef14e1191605f79432d520f at {username='slave'} at 127.0.0.1:35116: session id = 0d48354f0ef14e1191605f79432d520f-55a92c068d6b4d38b3406cc313abd9f3
I20260630 12:36:32.819097  5361 tablet_copy_source_session.cc:215] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:32.819341  6114 ts_tablet_manager.cc:933] T aa42c174ea7e4fc09e633291a02c6b17 P 452910c2758c476385b28a6ee7ecf0d9: Initiating tablet copy from peer afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887)
I20260630 12:36:32.825634  6114 tablet_copy_client.cc:323] T aa42c174ea7e4fc09e633291a02c6b17 P 452910c2758c476385b28a6ee7ecf0d9: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.2:43887
I20260630 12:36:32.825912  6112 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 55a92c068d6b4d38b3406cc313abd9f3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:32.848798  5361 tablet_copy_service.cc:140] P afb409f9fcb846a9ad09c146e6e270df: Received BeginTabletCopySession request for tablet aa42c174ea7e4fc09e633291a02c6b17 from peer 452910c2758c476385b28a6ee7ecf0d9 ({username='slave'} at 127.0.0.1:54424)
I20260630 12:36:32.849421  5361 tablet_copy_service.cc:161] P afb409f9fcb846a9ad09c146e6e270df: Beginning new tablet copy session on tablet aa42c174ea7e4fc09e633291a02c6b17 from peer 452910c2758c476385b28a6ee7ecf0d9 at {username='slave'} at 127.0.0.1:54424: session id = 452910c2758c476385b28a6ee7ecf0d9-aa42c174ea7e4fc09e633291a02c6b17
I20260630 12:36:32.850943  6112 tablet_copy_client.cc:806] T 55a92c068d6b4d38b3406cc313abd9f3 P 0d48354f0ef14e1191605f79432d520f: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:32.851557  6112 tablet_copy_client.cc:670] T 55a92c068d6b4d38b3406cc313abd9f3 P 0d48354f0ef14e1191605f79432d520f: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:32.856393  6113 tablet_copy_client.cc:1025] T 55a92c068d6b4d38b3406cc313abd9f3 P 0d48354f0ef14e1191605f79432d520f: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:32.858363  5361 tablet_copy_source_session.cc:215] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:32.861966  6114 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aa42c174ea7e4fc09e633291a02c6b17. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:32.875375  6114 tablet_copy_client.cc:806] T aa42c174ea7e4fc09e633291a02c6b17 P 452910c2758c476385b28a6ee7ecf0d9: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:32.875994  6114 tablet_copy_client.cc:670] T aa42c174ea7e4fc09e633291a02c6b17 P 452910c2758c476385b28a6ee7ecf0d9: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:32.880388  6115 tablet_copy_client.cc:1025] T aa42c174ea7e4fc09e633291a02c6b17 P 452910c2758c476385b28a6ee7ecf0d9: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:33.011197  6118 ts_tablet_manager.cc:933] T 802f6322d1ff48e6a3478b4d14d2e073 P a39c145a69294ee487164bfe6872f556: Initiating tablet copy from peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973)
I20260630 12:36:33.013600  6118 tablet_copy_client.cc:323] T 802f6322d1ff48e6a3478b4d14d2e073 P a39c145a69294ee487164bfe6872f556: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.1:40973
W20260630 12:36:33.033782  5446 debug-util.cc:398] Leaking SignalData structure 0x7b08000f6000 after lost signal to thread 771
W20260630 12:36:33.034969  5446 debug-util.cc:398] Leaking SignalData structure 0x7b0800227de0 after lost signal to thread 5208
W20260630 12:36:33.036337  5446 debug-util.cc:398] Leaking SignalData structure 0x7b08001d1e80 after lost signal to thread 5300
W20260630 12:36:33.037556  5446 debug-util.cc:398] Leaking SignalData structure 0x7b080023b520 after lost signal to thread 5375
W20260630 12:36:33.039351  5446 debug-util.cc:398] Leaking SignalData structure 0x7b08000774e0 after lost signal to thread 5449
W20260630 12:36:33.040742  5446 debug-util.cc:398] Leaking SignalData structure 0x7b0800133c80 after lost signal to thread 5806
W20260630 12:36:33.042097  5446 debug-util.cc:398] Leaking SignalData structure 0x7b08001c1140 after lost signal to thread 5881
I20260630 12:36:33.042284  5286 tablet_copy_service.cc:140] P 72d862c548cd4af4bb8386642999c563: Received BeginTabletCopySession request for tablet 802f6322d1ff48e6a3478b4d14d2e073 from peer a39c145a69294ee487164bfe6872f556 ({username='slave'} at 127.0.0.1:49686)
I20260630 12:36:33.043022  5286 tablet_copy_service.cc:161] P 72d862c548cd4af4bb8386642999c563: Beginning new tablet copy session on tablet 802f6322d1ff48e6a3478b4d14d2e073 from peer a39c145a69294ee487164bfe6872f556 at {username='slave'} at 127.0.0.1:49686: session id = a39c145a69294ee487164bfe6872f556-802f6322d1ff48e6a3478b4d14d2e073
W20260630 12:36:33.043435  5446 debug-util.cc:398] Leaking SignalData structure 0x7b08001fca40 after lost signal to thread 5955
I20260630 12:36:33.052115  5286 tablet_copy_source_session.cc:215] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:33.055888  6118 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 802f6322d1ff48e6a3478b4d14d2e073. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:33.076462  6118 tablet_copy_client.cc:806] T 802f6322d1ff48e6a3478b4d14d2e073 P a39c145a69294ee487164bfe6872f556: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:33.077174  6118 tablet_copy_client.cc:670] T 802f6322d1ff48e6a3478b4d14d2e073 P a39c145a69294ee487164bfe6872f556: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:33.081773  6119 tablet_copy_client.cc:1025] T 802f6322d1ff48e6a3478b4d14d2e073 P a39c145a69294ee487164bfe6872f556: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:33.095204  6122 ts_tablet_manager.cc:933] T 0a28e27bb1a1480a9429b75592c65e31 P 452910c2758c476385b28a6ee7ecf0d9: Initiating tablet copy from peer afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887)
I20260630 12:36:33.095870  6124 ts_tablet_manager.cc:933] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 0d48354f0ef14e1191605f79432d520f: Initiating tablet copy from peer 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
I20260630 12:36:33.087313  6123 ts_tablet_manager.cc:933] T a47733fdd58d44359f4842a802621d12 P a39c145a69294ee487164bfe6872f556: Initiating tablet copy from peer 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
I20260630 12:36:33.099126  6122 tablet_copy_client.cc:323] T 0a28e27bb1a1480a9429b75592c65e31 P 452910c2758c476385b28a6ee7ecf0d9: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.2:43887
I20260630 12:36:33.101707  5361 tablet_copy_service.cc:140] P afb409f9fcb846a9ad09c146e6e270df: Received BeginTabletCopySession request for tablet 0a28e27bb1a1480a9429b75592c65e31 from peer 452910c2758c476385b28a6ee7ecf0d9 ({username='slave'} at 127.0.0.1:54424)
I20260630 12:36:33.102313  5361 tablet_copy_service.cc:161] P afb409f9fcb846a9ad09c146e6e270df: Beginning new tablet copy session on tablet 0a28e27bb1a1480a9429b75592c65e31 from peer 452910c2758c476385b28a6ee7ecf0d9 at {username='slave'} at 127.0.0.1:54424: session id = 452910c2758c476385b28a6ee7ecf0d9-0a28e27bb1a1480a9429b75592c65e31
I20260630 12:36:33.110491  6123 tablet_copy_client.cc:323] T a47733fdd58d44359f4842a802621d12 P a39c145a69294ee487164bfe6872f556: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.3:41493
I20260630 12:36:33.126353  5361 tablet_copy_source_session.cc:215] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:33.133111  6122 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0a28e27bb1a1480a9429b75592c65e31. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:33.144354  6124 tablet_copy_client.cc:323] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 0d48354f0ef14e1191605f79432d520f: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.3:41493
I20260630 12:36:33.151751  5435 tablet_copy_service.cc:140] P 47ab2820ddf14a99a992b45515bc92d2: Received BeginTabletCopySession request for tablet 31cea5b5acbb4a1099d2ae5e59745aa8 from peer 0d48354f0ef14e1191605f79432d520f ({username='slave'} at 127.0.0.1:42728)
I20260630 12:36:33.152403  5435 tablet_copy_service.cc:161] P 47ab2820ddf14a99a992b45515bc92d2: Beginning new tablet copy session on tablet 31cea5b5acbb4a1099d2ae5e59745aa8 from peer 0d48354f0ef14e1191605f79432d520f at {username='slave'} at 127.0.0.1:42728: session id = 0d48354f0ef14e1191605f79432d520f-31cea5b5acbb4a1099d2ae5e59745aa8
I20260630 12:36:33.160090  5434 tablet_copy_service.cc:140] P 47ab2820ddf14a99a992b45515bc92d2: Received BeginTabletCopySession request for tablet a47733fdd58d44359f4842a802621d12 from peer a39c145a69294ee487164bfe6872f556 ({username='slave'} at 127.0.0.1:51586)
I20260630 12:36:33.160812  5434 tablet_copy_service.cc:161] P 47ab2820ddf14a99a992b45515bc92d2: Beginning new tablet copy session on tablet a47733fdd58d44359f4842a802621d12 from peer a39c145a69294ee487164bfe6872f556 at {username='slave'} at 127.0.0.1:51586: session id = a39c145a69294ee487164bfe6872f556-a47733fdd58d44359f4842a802621d12
I20260630 12:36:33.161412  5435 tablet_copy_source_session.cc:215] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:33.164965  6122 tablet_copy_client.cc:806] T 0a28e27bb1a1480a9429b75592c65e31 P 452910c2758c476385b28a6ee7ecf0d9: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:33.165652  6122 tablet_copy_client.cc:670] T 0a28e27bb1a1480a9429b75592c65e31 P 452910c2758c476385b28a6ee7ecf0d9: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:33.170118   768 tablet_server.cc:179] TabletServer@127.0.192.1:0 shutting down...
I20260630 12:36:33.176982  6124 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 31cea5b5acbb4a1099d2ae5e59745aa8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:33.177524  6125 tablet_copy_client.cc:1025] T 0a28e27bb1a1480a9429b75592c65e31 P 452910c2758c476385b28a6ee7ecf0d9: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:33.193513   768 tablet_copy_service.cc:362] P 72d862c548cd4af4bb8386642999c563: Destroying tablet copy session a39c145a69294ee487164bfe6872f556-802f6322d1ff48e6a3478b4d14d2e073 due to service shutdown
I20260630 12:36:33.194123   768 tablet_copy_service.cc:434] P 72d862c548cd4af4bb8386642999c563: ending tablet copy session a39c145a69294ee487164bfe6872f556-802f6322d1ff48e6a3478b4d14d2e073 on tablet 802f6322d1ff48e6a3478b4d14d2e073 with peer a39c145a69294ee487164bfe6872f556
W20260630 12:36:33.196678  5388 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:33.203684  5434 tablet_copy_source_session.cc:215] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:33.219172  6123 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a47733fdd58d44359f4842a802621d12. 1 dirs total, 0 dirs full, 0 dirs failed
W20260630 12:36:33.220477  5388 consensus_peers.cc:597] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2 -> Peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): Couldn't send request to peer 72d862c548cd4af4bb8386642999c563. 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:33.226588  6124 tablet_copy_client.cc:806] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 0d48354f0ef14e1191605f79432d520f: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:33.227806  6124 tablet_copy_client.cc:670] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 0d48354f0ef14e1191605f79432d520f: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:33.233299  6126 tablet_copy_client.cc:1025] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 0d48354f0ef14e1191605f79432d520f: tablet copy: Injecting latency into file download: 2000
W20260630 12:36:33.265808  5388 consensus_peers.cc:597] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 -> Peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): Couldn't send request to peer 72d862c548cd4af4bb8386642999c563. 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:33.321964   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:33.325526   768 tablet_replica.cc:333] T 034fdb126d0944088341f91f99b57a2a P 72d862c548cd4af4bb8386642999c563: stopping tablet replica
I20260630 12:36:33.333189   768 raft_consensus.cc:2243] T 034fdb126d0944088341f91f99b57a2a P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:33.333930   768 raft_consensus.cc:2272] T 034fdb126d0944088341f91f99b57a2a P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:33.345175   768 tablet_replica.cc:333] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563: stopping tablet replica
I20260630 12:36:33.346065   768 raft_consensus.cc:2243] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:33.347061   768 raft_consensus.cc:2272] T aa42c174ea7e4fc09e633291a02c6b17 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:33.355989   768 tablet_replica.cc:333] T 0a28e27bb1a1480a9429b75592c65e31 P 72d862c548cd4af4bb8386642999c563: stopping tablet replica
I20260630 12:36:33.360357   768 raft_consensus.cc:2243] T 0a28e27bb1a1480a9429b75592c65e31 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:33.363137   768 raft_consensus.cc:2272] T 0a28e27bb1a1480a9429b75592c65e31 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:33.353283  6123 tablet_copy_client.cc:806] T a47733fdd58d44359f4842a802621d12 P a39c145a69294ee487164bfe6872f556: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:33.374362  6123 tablet_copy_client.cc:670] T a47733fdd58d44359f4842a802621d12 P a39c145a69294ee487164bfe6872f556: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:33.379997   768 tablet_replica.cc:333] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563: stopping tablet replica
I20260630 12:36:33.380409  6127 tablet_copy_client.cc:1025] T a47733fdd58d44359f4842a802621d12 P a39c145a69294ee487164bfe6872f556: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:33.381119   768 raft_consensus.cc:2243] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:33.382388   768 raft_consensus.cc:2272] T 53b55adbe9664c288e64cb854969f5c6 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:33.387758   768 tablet_replica.cc:333] T 350af05314c94e6cb0c2816ef6409dab P 72d862c548cd4af4bb8386642999c563: stopping tablet replica
W20260630 12:36:33.388265  5314 consensus_peers.cc:597] T 034fdb126d0944088341f91f99b57a2a P afb409f9fcb846a9ad09c146e6e270df -> Peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): Couldn't send request to peer 72d862c548cd4af4bb8386642999c563. 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:33.389256  5314 consensus_peers.cc:597] T dbb5d96c77564e28886f9d3940369769 P afb409f9fcb846a9ad09c146e6e270df -> Peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): Couldn't send request to peer 72d862c548cd4af4bb8386642999c563. 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:33.389334   768 raft_consensus.cc:2243] T 350af05314c94e6cb0c2816ef6409dab P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:33.390260   768 raft_consensus.cc:2272] T 350af05314c94e6cb0c2816ef6409dab P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:33.398167   768 tablet_replica.cc:333] T dbb5d96c77564e28886f9d3940369769 P 72d862c548cd4af4bb8386642999c563: stopping tablet replica
I20260630 12:36:33.399212   768 raft_consensus.cc:2243] T dbb5d96c77564e28886f9d3940369769 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:33.400133   768 raft_consensus.cc:2272] T dbb5d96c77564e28886f9d3940369769 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:33.403743   768 tablet_replica.cc:333] T e7007991839d467d8bf00e50477d8456 P 72d862c548cd4af4bb8386642999c563: stopping tablet replica
I20260630 12:36:33.404681   768 raft_consensus.cc:2243] T e7007991839d467d8bf00e50477d8456 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:33.405799   768 raft_consensus.cc:2272] T e7007991839d467d8bf00e50477d8456 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:33.417562   768 tablet_replica.cc:333] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 72d862c548cd4af4bb8386642999c563: stopping tablet replica
I20260630 12:36:33.419296   768 raft_consensus.cc:2243] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:33.425693   768 raft_consensus.cc:2272] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:36:33.429418  5314 consensus_peers.cc:597] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df -> Peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): Couldn't send request to peer 72d862c548cd4af4bb8386642999c563. 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:33.430913   768 tablet_replica.cc:333] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563: stopping tablet replica
I20260630 12:36:33.435467   768 raft_consensus.cc:2243] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:33.437067   768 raft_consensus.cc:2272] T 802f6322d1ff48e6a3478b4d14d2e073 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:33.441313   768 tablet_replica.cc:333] T a47733fdd58d44359f4842a802621d12 P 72d862c548cd4af4bb8386642999c563: stopping tablet replica
I20260630 12:36:33.442230   768 raft_consensus.cc:2243] T a47733fdd58d44359f4842a802621d12 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:33.443060   768 raft_consensus.cc:2272] T a47733fdd58d44359f4842a802621d12 P 72d862c548cd4af4bb8386642999c563 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:33.498991   768 tablet_server.cc:196] TabletServer@127.0.192.1:0 shutdown complete.
W20260630 12:36:33.555284  5388 consensus_peers.cc:597] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2 -> Peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): Couldn't send request to peer 72d862c548cd4af4bb8386642999c563. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:40973: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:36:33.607782  5314 consensus_peers.cc:597] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df -> Peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): Couldn't send request to peer 72d862c548cd4af4bb8386642999c563. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:40973: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:33.626555   768 tablet_server.cc:179] TabletServer@127.0.192.2:0 shutting down...
I20260630 12:36:33.646754   768 tablet_copy_service.cc:362] P afb409f9fcb846a9ad09c146e6e270df: Destroying tablet copy session 452910c2758c476385b28a6ee7ecf0d9-aa42c174ea7e4fc09e633291a02c6b17 due to service shutdown
I20260630 12:36:33.647328   768 tablet_copy_service.cc:434] P afb409f9fcb846a9ad09c146e6e270df: ending tablet copy session 452910c2758c476385b28a6ee7ecf0d9-aa42c174ea7e4fc09e633291a02c6b17 on tablet aa42c174ea7e4fc09e633291a02c6b17 with peer 452910c2758c476385b28a6ee7ecf0d9
I20260630 12:36:33.647969   768 tablet_copy_service.cc:362] P afb409f9fcb846a9ad09c146e6e270df: Destroying tablet copy session 452910c2758c476385b28a6ee7ecf0d9-0a28e27bb1a1480a9429b75592c65e31 due to service shutdown
I20260630 12:36:33.648449   768 tablet_copy_service.cc:434] P afb409f9fcb846a9ad09c146e6e270df: ending tablet copy session 452910c2758c476385b28a6ee7ecf0d9-0a28e27bb1a1480a9429b75592c65e31 on tablet 0a28e27bb1a1480a9429b75592c65e31 with peer 452910c2758c476385b28a6ee7ecf0d9
I20260630 12:36:33.649048   768 tablet_copy_service.cc:362] P afb409f9fcb846a9ad09c146e6e270df: Destroying tablet copy session 0d48354f0ef14e1191605f79432d520f-55a92c068d6b4d38b3406cc313abd9f3 due to service shutdown
I20260630 12:36:33.649459   768 tablet_copy_service.cc:434] P afb409f9fcb846a9ad09c146e6e270df: ending tablet copy session 0d48354f0ef14e1191605f79432d520f-55a92c068d6b4d38b3406cc313abd9f3 on tablet 55a92c068d6b4d38b3406cc313abd9f3 with peer 0d48354f0ef14e1191605f79432d520f
W20260630 12:36:33.656378  5314 consensus_peers.cc:597] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df -> Peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): Couldn't send request to peer 72d862c548cd4af4bb8386642999c563. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:40973: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:33.706840   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:33.708797   768 tablet_replica.cc:333] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df: stopping tablet replica
I20260630 12:36:33.710018   768 raft_consensus.cc:2243] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:33.711824   768 raft_consensus.cc:2272] T aa42c174ea7e4fc09e633291a02c6b17 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:33.715528   768 tablet_replica.cc:333] T 034fdb126d0944088341f91f99b57a2a P afb409f9fcb846a9ad09c146e6e270df: stopping tablet replica
I20260630 12:36:33.716454   768 raft_consensus.cc:2243] T 034fdb126d0944088341f91f99b57a2a P afb409f9fcb846a9ad09c146e6e270df [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:33.717628   768 raft_consensus.cc:2272] T 034fdb126d0944088341f91f99b57a2a P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:33.721160   768 tablet_replica.cc:333] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df: stopping tablet replica
I20260630 12:36:33.722137   768 raft_consensus.cc:2243] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:33.723809   768 raft_consensus.cc:2272] T 55a92c068d6b4d38b3406cc313abd9f3 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:33.727384   768 tablet_replica.cc:333] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df: stopping tablet replica
I20260630 12:36:33.728309   768 raft_consensus.cc:2243] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:33.729894   768 raft_consensus.cc:2272] T 0a28e27bb1a1480a9429b75592c65e31 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:33.733657   768 tablet_replica.cc:333] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df: stopping tablet replica
I20260630 12:36:33.734661   768 raft_consensus.cc:2243] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:33.735859   768 raft_consensus.cc:2272] T e7007991839d467d8bf00e50477d8456 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:33.740003   768 tablet_replica.cc:333] T dbb5d96c77564e28886f9d3940369769 P afb409f9fcb846a9ad09c146e6e270df: stopping tablet replica
I20260630 12:36:33.747188   768 raft_consensus.cc:2243] T dbb5d96c77564e28886f9d3940369769 P afb409f9fcb846a9ad09c146e6e270df [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:33.750662   768 raft_consensus.cc:2272] T dbb5d96c77564e28886f9d3940369769 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:33.758152   768 tablet_replica.cc:333] T 802f6322d1ff48e6a3478b4d14d2e073 P afb409f9fcb846a9ad09c146e6e270df: stopping tablet replica
I20260630 12:36:33.759613   768 raft_consensus.cc:2243] T 802f6322d1ff48e6a3478b4d14d2e073 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:33.812125   768 raft_consensus.cc:2272] T 802f6322d1ff48e6a3478b4d14d2e073 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:33.819293   768 tablet_replica.cc:333] T 31cea5b5acbb4a1099d2ae5e59745aa8 P afb409f9fcb846a9ad09c146e6e270df: stopping tablet replica
I20260630 12:36:33.821496   768 raft_consensus.cc:2243] T 31cea5b5acbb4a1099d2ae5e59745aa8 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:33.823778   768 raft_consensus.cc:2272] T 31cea5b5acbb4a1099d2ae5e59745aa8 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:33.829012   768 tablet_replica.cc:333] T 57fe5327abda4ed6b70eb139d376b187 P afb409f9fcb846a9ad09c146e6e270df: stopping tablet replica
I20260630 12:36:33.829900   768 raft_consensus.cc:2243] T 57fe5327abda4ed6b70eb139d376b187 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:33.832489   768 raft_consensus.cc:2272] T 57fe5327abda4ed6b70eb139d376b187 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:33.837286   768 tablet_replica.cc:333] T a47733fdd58d44359f4842a802621d12 P afb409f9fcb846a9ad09c146e6e270df: stopping tablet replica
I20260630 12:36:33.838152   768 raft_consensus.cc:2243] T a47733fdd58d44359f4842a802621d12 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:33.840642   768 raft_consensus.cc:2272] T a47733fdd58d44359f4842a802621d12 P afb409f9fcb846a9ad09c146e6e270df [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:36:33.878027  5388 consensus_peers.cc:597] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2 -> Peer afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887): Couldn't send request to peer afb409f9fcb846a9ad09c146e6e270df. 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:33.940557  5388 consensus_peers.cc:597] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2 -> Peer afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887): Couldn't send request to peer afb409f9fcb846a9ad09c146e6e270df. 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:33.978662  5388 consensus_peers.cc:597] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 -> Peer afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887): Couldn't send request to peer afb409f9fcb846a9ad09c146e6e270df. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.2:43887: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:34.037006   768 tablet_server.cc:196] TabletServer@127.0.192.2:0 shutdown complete.
I20260630 12:36:34.106813   768 tablet_server.cc:179] TabletServer@127.0.192.3:0 shutting down...
I20260630 12:36:34.153563   768 tablet_copy_service.cc:362] P 47ab2820ddf14a99a992b45515bc92d2: Destroying tablet copy session a39c145a69294ee487164bfe6872f556-a47733fdd58d44359f4842a802621d12 due to service shutdown
I20260630 12:36:34.154138   768 tablet_copy_service.cc:434] P 47ab2820ddf14a99a992b45515bc92d2: ending tablet copy session a39c145a69294ee487164bfe6872f556-a47733fdd58d44359f4842a802621d12 on tablet a47733fdd58d44359f4842a802621d12 with peer a39c145a69294ee487164bfe6872f556
I20260630 12:36:34.155205   768 tablet_copy_service.cc:362] P 47ab2820ddf14a99a992b45515bc92d2: Destroying tablet copy session 0d48354f0ef14e1191605f79432d520f-31cea5b5acbb4a1099d2ae5e59745aa8 due to service shutdown
I20260630 12:36:34.155560   768 tablet_copy_service.cc:434] P 47ab2820ddf14a99a992b45515bc92d2: ending tablet copy session 0d48354f0ef14e1191605f79432d520f-31cea5b5acbb4a1099d2ae5e59745aa8 on tablet 31cea5b5acbb4a1099d2ae5e59745aa8 with peer 0d48354f0ef14e1191605f79432d520f
I20260630 12:36:34.210760   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:34.213840   768 tablet_replica.cc:333] T 55a92c068d6b4d38b3406cc313abd9f3 P 47ab2820ddf14a99a992b45515bc92d2: stopping tablet replica
I20260630 12:36:34.214860   768 raft_consensus.cc:2243] T 55a92c068d6b4d38b3406cc313abd9f3 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:34.215893   768 raft_consensus.cc:2272] T 55a92c068d6b4d38b3406cc313abd9f3 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:34.220232   768 tablet_replica.cc:333] T 034fdb126d0944088341f91f99b57a2a P 47ab2820ddf14a99a992b45515bc92d2: stopping tablet replica
I20260630 12:36:34.221261   768 raft_consensus.cc:2243] T 034fdb126d0944088341f91f99b57a2a P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:34.222612   768 raft_consensus.cc:2272] T 034fdb126d0944088341f91f99b57a2a P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:34.226708   768 tablet_replica.cc:333] T dbb5d96c77564e28886f9d3940369769 P 47ab2820ddf14a99a992b45515bc92d2: stopping tablet replica
I20260630 12:36:34.227581   768 raft_consensus.cc:2243] T dbb5d96c77564e28886f9d3940369769 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:34.228832   768 raft_consensus.cc:2272] T dbb5d96c77564e28886f9d3940369769 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:34.232472   768 tablet_replica.cc:333] T 802f6322d1ff48e6a3478b4d14d2e073 P 47ab2820ddf14a99a992b45515bc92d2: stopping tablet replica
I20260630 12:36:34.233244   768 raft_consensus.cc:2243] T 802f6322d1ff48e6a3478b4d14d2e073 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:34.234315   768 raft_consensus.cc:2272] T 802f6322d1ff48e6a3478b4d14d2e073 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:34.238375   768 tablet_replica.cc:333] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2: stopping tablet replica
I20260630 12:36:34.239178   768 raft_consensus.cc:2243] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:34.240882   768 raft_consensus.cc:2272] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:34.244951   768 tablet_replica.cc:333] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2: stopping tablet replica
I20260630 12:36:34.245760   768 raft_consensus.cc:2243] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:34.246954   768 raft_consensus.cc:2272] T 57fe5327abda4ed6b70eb139d376b187 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:34.250897   768 tablet_replica.cc:333] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2: stopping tablet replica
I20260630 12:36:34.251703   768 raft_consensus.cc:2243] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:34.252964   768 raft_consensus.cc:2272] T 350af05314c94e6cb0c2816ef6409dab P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:34.257139   768 tablet_replica.cc:333] T 53b55adbe9664c288e64cb854969f5c6 P 47ab2820ddf14a99a992b45515bc92d2: stopping tablet replica
I20260630 12:36:34.257869   768 raft_consensus.cc:2243] T 53b55adbe9664c288e64cb854969f5c6 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:34.259498   768 raft_consensus.cc:2272] T 53b55adbe9664c288e64cb854969f5c6 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:34.263672   768 tablet_replica.cc:333] T 0a28e27bb1a1480a9429b75592c65e31 P 47ab2820ddf14a99a992b45515bc92d2: stopping tablet replica
I20260630 12:36:34.264436   768 raft_consensus.cc:2243] T 0a28e27bb1a1480a9429b75592c65e31 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:34.265950   768 raft_consensus.cc:2272] T 0a28e27bb1a1480a9429b75592c65e31 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:34.269619   768 tablet_replica.cc:333] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2: stopping tablet replica
I20260630 12:36:34.270370   768 raft_consensus.cc:2243] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:34.272110   768 raft_consensus.cc:2272] T a47733fdd58d44359f4842a802621d12 P 47ab2820ddf14a99a992b45515bc92d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:34.623901  6145 raft_consensus.cc:493] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 72d862c548cd4af4bb8386642999c563)
I20260630 12:36:34.625228  6145 raft_consensus.cc:515] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: false } }
I20260630 12:36:34.644790  6145 leader_election.cc:290] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973), 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
W20260630 12:36:34.671721  5747 leader_election.cc:336] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493): Network error: Client connection negotiation failed: client connection to 127.0.192.3:41493: connect: Connection refused (error 111)
W20260630 12:36:34.672927  5745 leader_election.cc:336] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): Network error: Client connection negotiation failed: client connection to 127.0.192.1:40973: connect: Connection refused (error 111)
I20260630 12:36:34.673552  5745 leader_election.cc:304] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9 [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: 452910c2758c476385b28a6ee7ecf0d9; no voters: 47ab2820ddf14a99a992b45515bc92d2, 72d862c548cd4af4bb8386642999c563
I20260630 12:36:34.674875  6145 raft_consensus.cc:2749] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:34.844137  6149 raft_consensus.cc:493] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f [term 1 FOLLOWER]: Starting pre-election (detected failure of leader afb409f9fcb846a9ad09c146e6e270df)
I20260630 12:36:34.845249  6149 raft_consensus.cc:515] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: true } }
I20260630 12:36:34.853310  6149 leader_election.cc:290] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973), afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887)
I20260630 12:36:34.858083  6112 tablet_copy_client.cc:538] T 55a92c068d6b4d38b3406cc313abd9f3 P 0d48354f0ef14e1191605f79432d520f: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:34.882128  6114 tablet_copy_client.cc:538] T aa42c174ea7e4fc09e633291a02c6b17 P 452910c2758c476385b28a6ee7ecf0d9: tablet copy: Tablet Copy complete. Replacing tablet superblock.
W20260630 12:36:34.892573  5820 leader_election.cc:336] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): Network error: Client connection negotiation failed: client connection to 127.0.192.1:40973: connect: Connection refused (error 111)
I20260630 12:36:34.895730  6114 tablet_bootstrap.cc:492] T aa42c174ea7e4fc09e633291a02c6b17 P 452910c2758c476385b28a6ee7ecf0d9: Bootstrap starting.
W20260630 12:36:34.898270  5820 leader_election.cc:336] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887): Network error: Client connection negotiation failed: client connection to 127.0.192.2:43887: connect: Connection refused (error 111)
I20260630 12:36:34.900513  5820 leader_election.cc:304] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f [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: 0d48354f0ef14e1191605f79432d520f; no voters: 72d862c548cd4af4bb8386642999c563, afb409f9fcb846a9ad09c146e6e270df
I20260630 12:36:34.901357  6149 raft_consensus.cc:2749] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:34.899961  6112 tablet_bootstrap.cc:492] T 55a92c068d6b4d38b3406cc313abd9f3 P 0d48354f0ef14e1191605f79432d520f: Bootstrap starting.
I20260630 12:36:35.023885  6155 raft_consensus.cc:493] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader afb409f9fcb846a9ad09c146e6e270df)
I20260630 12:36:35.025090  6155 raft_consensus.cc:515] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: NON_VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: true } }
I20260630 12:36:35.041838  6155 leader_election.cc:290] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887), 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
W20260630 12:36:35.069090  5894 leader_election.cc:336] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887): Network error: Client connection negotiation failed: client connection to 127.0.192.2:43887: connect: Connection refused (error 111)
W20260630 12:36:35.074419  5896 leader_election.cc:336] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493): Network error: Client connection negotiation failed: client connection to 127.0.192.3:41493: connect: Connection refused (error 111)
I20260630 12:36:35.083343  6118 tablet_copy_client.cc:538] T 802f6322d1ff48e6a3478b4d14d2e073 P a39c145a69294ee487164bfe6872f556: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:35.083249  5896 leader_election.cc:304] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556 [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: a39c145a69294ee487164bfe6872f556; no voters: 47ab2820ddf14a99a992b45515bc92d2, afb409f9fcb846a9ad09c146e6e270df
I20260630 12:36:35.084290  6155 raft_consensus.cc:2749] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:35.096071  6118 tablet_bootstrap.cc:492] T 802f6322d1ff48e6a3478b4d14d2e073 P a39c145a69294ee487164bfe6872f556: Bootstrap starting.
I20260630 12:36:35.179841  6122 tablet_copy_client.cc:538] T 0a28e27bb1a1480a9429b75592c65e31 P 452910c2758c476385b28a6ee7ecf0d9: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:35.189924  6155 raft_consensus.cc:493] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader afb409f9fcb846a9ad09c146e6e270df)
I20260630 12:36:35.190788  6155 raft_consensus.cc:515] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } }
I20260630 12:36:35.192471  6122 tablet_bootstrap.cc:492] T 0a28e27bb1a1480a9429b75592c65e31 P 452910c2758c476385b28a6ee7ecf0d9: Bootstrap starting.
I20260630 12:36:35.198764  6155 leader_election.cc:290] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973), afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887)
W20260630 12:36:35.200269  5894 leader_election.cc:336] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): Network error: Client connection negotiation failed: client connection to 127.0.192.1:40973: connect: Connection refused (error 111)
W20260630 12:36:35.206530  5894 leader_election.cc:336] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887): Network error: Client connection negotiation failed: client connection to 127.0.192.2:43887: connect: Connection refused (error 111)
I20260630 12:36:35.207111  5894 leader_election.cc:304] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556 [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: a39c145a69294ee487164bfe6872f556; no voters: 72d862c548cd4af4bb8386642999c563, afb409f9fcb846a9ad09c146e6e270df
I20260630 12:36:35.208050  6155 raft_consensus.cc:2749] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:35.234746  6124 tablet_copy_client.cc:538] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 0d48354f0ef14e1191605f79432d520f: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:35.246843  6124 tablet_bootstrap.cc:492] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 0d48354f0ef14e1191605f79432d520f: Bootstrap starting.
I20260630 12:36:35.315514  6112 tablet_bootstrap.cc:492] T 55a92c068d6b4d38b3406cc313abd9f3 P 0d48354f0ef14e1191605f79432d520f: Bootstrap replayed 1/1 log segments. Stats: ops{read=30 overwritten=0 applied=30 ignored=0} inserts{seen=100 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
W20260630 12:36:35.318868   768 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 5446)
I20260630 12:36:35.325904  6112 tablet_bootstrap.cc:492] T 55a92c068d6b4d38b3406cc313abd9f3 P 0d48354f0ef14e1191605f79432d520f: Bootstrap complete.
I20260630 12:36:35.326862  6112 ts_tablet_manager.cc:1403] T 55a92c068d6b4d38b3406cc313abd9f3 P 0d48354f0ef14e1191605f79432d520f: Time spent bootstrapping tablet: real 0.427s	user 0.158s	sys 0.025s
I20260630 12:36:35.330484  6112 raft_consensus.cc:359] T 55a92c068d6b4d38b3406cc313abd9f3 P 0d48354f0ef14e1191605f79432d520f [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: NON_VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: true } }
I20260630 12:36:35.335552  6112 raft_consensus.cc:740] T 55a92c068d6b4d38b3406cc313abd9f3 P 0d48354f0ef14e1191605f79432d520f [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 0d48354f0ef14e1191605f79432d520f, State: Initialized, Role: LEARNER
I20260630 12:36:35.336337  6112 consensus_queue.cc:260] T 55a92c068d6b4d38b3406cc313abd9f3 P 0d48354f0ef14e1191605f79432d520f [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: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: NON_VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: true } }
I20260630 12:36:35.350036  6112 ts_tablet_manager.cc:1434] T 55a92c068d6b4d38b3406cc313abd9f3 P 0d48354f0ef14e1191605f79432d520f: Time spent starting tablet: real 0.023s	user 0.006s	sys 0.000s
I20260630 12:36:35.335173  6114 tablet_bootstrap.cc:492] T aa42c174ea7e4fc09e633291a02c6b17 P 452910c2758c476385b28a6ee7ecf0d9: Bootstrap replayed 1/1 log segments. Stats: ops{read=31 overwritten=0 applied=31 ignored=0} inserts{seen=119 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:35.352151  6114 tablet_bootstrap.cc:492] T aa42c174ea7e4fc09e633291a02c6b17 P 452910c2758c476385b28a6ee7ecf0d9: Bootstrap complete.
I20260630 12:36:35.352919  6114 ts_tablet_manager.cc:1403] T aa42c174ea7e4fc09e633291a02c6b17 P 452910c2758c476385b28a6ee7ecf0d9: Time spent bootstrapping tablet: real 0.458s	user 0.189s	sys 0.004s
I20260630 12:36:35.365798  6114 raft_consensus.cc:359] T aa42c174ea7e4fc09e633291a02c6b17 P 452910c2758c476385b28a6ee7ecf0d9 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: true } }
I20260630 12:36:35.367239  6114 raft_consensus.cc:740] T aa42c174ea7e4fc09e633291a02c6b17 P 452910c2758c476385b28a6ee7ecf0d9 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 452910c2758c476385b28a6ee7ecf0d9, State: Initialized, Role: LEARNER
W20260630 12:36:35.366772  6112 tablet_copy_client.cc:1131] T 55a92c068d6b4d38b3406cc313abd9f3 P 0d48354f0ef14e1191605f79432d520f: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.192.2:43887: connect: Connection refused (error 111)
I20260630 12:36:35.369861  6114 consensus_queue.cc:260] T aa42c174ea7e4fc09e633291a02c6b17 P 452910c2758c476385b28a6ee7ecf0d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 31, Last appended: 1.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: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: true } }
I20260630 12:36:35.379552  6114 ts_tablet_manager.cc:1434] T aa42c174ea7e4fc09e633291a02c6b17 P 452910c2758c476385b28a6ee7ecf0d9: Time spent starting tablet: real 0.016s	user 0.011s	sys 0.000s
I20260630 12:36:35.385092  6123 tablet_copy_client.cc:538] T a47733fdd58d44359f4842a802621d12 P a39c145a69294ee487164bfe6872f556: tablet copy: Tablet Copy complete. Replacing tablet superblock.
W20260630 12:36:35.395170  6114 tablet_copy_client.cc:1131] T aa42c174ea7e4fc09e633291a02c6b17 P 452910c2758c476385b28a6ee7ecf0d9: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.192.2:43887: connect: Connection refused (error 111)
I20260630 12:36:35.404788  6123 tablet_bootstrap.cc:492] T a47733fdd58d44359f4842a802621d12 P a39c145a69294ee487164bfe6872f556: Bootstrap starting.
I20260630 12:36:35.449713  6118 tablet_bootstrap.cc:492] T 802f6322d1ff48e6a3478b4d14d2e073 P a39c145a69294ee487164bfe6872f556: Bootstrap replayed 1/1 log segments. Stats: ops{read=27 overwritten=0 applied=27 ignored=0} inserts{seen=99 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:35.450884  6118 tablet_bootstrap.cc:492] T 802f6322d1ff48e6a3478b4d14d2e073 P a39c145a69294ee487164bfe6872f556: Bootstrap complete.
I20260630 12:36:35.451642  6118 ts_tablet_manager.cc:1403] T 802f6322d1ff48e6a3478b4d14d2e073 P a39c145a69294ee487164bfe6872f556: Time spent bootstrapping tablet: real 0.356s	user 0.142s	sys 0.022s
I20260630 12:36:35.454439  6118 raft_consensus.cc:359] T 802f6322d1ff48e6a3478b4d14d2e073 P a39c145a69294ee487164bfe6872f556 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: NON_VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: true } }
I20260630 12:36:35.455310  6118 raft_consensus.cc:740] T 802f6322d1ff48e6a3478b4d14d2e073 P a39c145a69294ee487164bfe6872f556 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: a39c145a69294ee487164bfe6872f556, State: Initialized, Role: LEARNER
I20260630 12:36:35.455974  6118 consensus_queue.cc:260] T 802f6322d1ff48e6a3478b4d14d2e073 P a39c145a69294ee487164bfe6872f556 [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: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: NON_VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: true } }
I20260630 12:36:35.458524  6118 ts_tablet_manager.cc:1434] T 802f6322d1ff48e6a3478b4d14d2e073 P a39c145a69294ee487164bfe6872f556: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
W20260630 12:36:35.462113  6118 tablet_copy_client.cc:1131] T 802f6322d1ff48e6a3478b4d14d2e073 P a39c145a69294ee487164bfe6872f556: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.192.1:40973: connect: Connection refused (error 111)
I20260630 12:36:35.544013  6122 tablet_bootstrap.cc:492] T 0a28e27bb1a1480a9429b75592c65e31 P 452910c2758c476385b28a6ee7ecf0d9: Bootstrap replayed 1/1 log segments. Stats: ops{read=28 overwritten=0 applied=28 ignored=0} inserts{seen=112 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:35.545075  6122 tablet_bootstrap.cc:492] T 0a28e27bb1a1480a9429b75592c65e31 P 452910c2758c476385b28a6ee7ecf0d9: Bootstrap complete.
I20260630 12:36:35.545787  6122 ts_tablet_manager.cc:1403] T 0a28e27bb1a1480a9429b75592c65e31 P 452910c2758c476385b28a6ee7ecf0d9: Time spent bootstrapping tablet: real 0.354s	user 0.154s	sys 0.017s
I20260630 12:36:35.548518  6122 raft_consensus.cc:359] T 0a28e27bb1a1480a9429b75592c65e31 P 452910c2758c476385b28a6ee7ecf0d9 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: true } }
I20260630 12:36:35.549376  6122 raft_consensus.cc:740] T 0a28e27bb1a1480a9429b75592c65e31 P 452910c2758c476385b28a6ee7ecf0d9 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 452910c2758c476385b28a6ee7ecf0d9, State: Initialized, Role: LEARNER
I20260630 12:36:35.550040  6122 consensus_queue.cc:260] T 0a28e27bb1a1480a9429b75592c65e31 P 452910c2758c476385b28a6ee7ecf0d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 28, Last appended: 1.28, Last appended by leader: 28, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: true } }
I20260630 12:36:35.552800  6122 ts_tablet_manager.cc:1434] T 0a28e27bb1a1480a9429b75592c65e31 P 452910c2758c476385b28a6ee7ecf0d9: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
W20260630 12:36:35.563014  6122 tablet_copy_client.cc:1131] T 0a28e27bb1a1480a9429b75592c65e31 P 452910c2758c476385b28a6ee7ecf0d9: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.192.2:43887: connect: Connection refused (error 111)
I20260630 12:36:35.609037  6124 tablet_bootstrap.cc:492] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 0d48354f0ef14e1191605f79432d520f: Bootstrap replayed 1/1 log segments. Stats: ops{read=28 overwritten=0 applied=28 ignored=0} inserts{seen=126 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:35.610145  6124 tablet_bootstrap.cc:492] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 0d48354f0ef14e1191605f79432d520f: Bootstrap complete.
I20260630 12:36:35.610960  6124 ts_tablet_manager.cc:1403] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 0d48354f0ef14e1191605f79432d520f: Time spent bootstrapping tablet: real 0.364s	user 0.154s	sys 0.029s
I20260630 12:36:35.613817  6124 raft_consensus.cc:359] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 0d48354f0ef14e1191605f79432d520f [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: NON_VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: true } }
I20260630 12:36:35.614774  6124 raft_consensus.cc:740] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 0d48354f0ef14e1191605f79432d520f [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 0d48354f0ef14e1191605f79432d520f, State: Initialized, Role: LEARNER
I20260630 12:36:35.615458  6124 consensus_queue.cc:260] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 0d48354f0ef14e1191605f79432d520f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 28, Last appended: 1.28, Last appended by leader: 28, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } attrs { replace: true } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: NON_VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: true } }
I20260630 12:36:35.617729  6124 ts_tablet_manager.cc:1434] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 0d48354f0ef14e1191605f79432d520f: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
W20260630 12:36:35.625361  6124 tablet_copy_client.cc:1131] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 0d48354f0ef14e1191605f79432d520f: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.192.3:41493: connect: Connection refused (error 111)
I20260630 12:36:35.687759  6123 tablet_bootstrap.cc:492] T a47733fdd58d44359f4842a802621d12 P a39c145a69294ee487164bfe6872f556: Bootstrap replayed 1/1 log segments. Stats: ops{read=28 overwritten=0 applied=28 ignored=0} inserts{seen=104 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:35.688831  6123 tablet_bootstrap.cc:492] T a47733fdd58d44359f4842a802621d12 P a39c145a69294ee487164bfe6872f556: Bootstrap complete.
I20260630 12:36:35.689584  6123 ts_tablet_manager.cc:1403] T a47733fdd58d44359f4842a802621d12 P a39c145a69294ee487164bfe6872f556: Time spent bootstrapping tablet: real 0.285s	user 0.162s	sys 0.009s
I20260630 12:36:35.692170  6123 raft_consensus.cc:359] T a47733fdd58d44359f4842a802621d12 P a39c145a69294ee487164bfe6872f556 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: NON_VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: true } }
I20260630 12:36:35.692973  6123 raft_consensus.cc:740] T a47733fdd58d44359f4842a802621d12 P a39c145a69294ee487164bfe6872f556 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: a39c145a69294ee487164bfe6872f556, State: Initialized, Role: LEARNER
I20260630 12:36:35.693586  6123 consensus_queue.cc:260] T a47733fdd58d44359f4842a802621d12 P a39c145a69294ee487164bfe6872f556 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 28, Last appended: 1.28, Last appended by leader: 28, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: NON_VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: true } }
I20260630 12:36:35.698596  6123 ts_tablet_manager.cc:1434] T a47733fdd58d44359f4842a802621d12 P a39c145a69294ee487164bfe6872f556: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260630 12:36:35.703531  6162 raft_consensus.cc:493] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 47ab2820ddf14a99a992b45515bc92d2)
I20260630 12:36:35.704113  6162 raft_consensus.cc:515] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: false } }
W20260630 12:36:35.707234  6123 tablet_copy_client.cc:1131] T a47733fdd58d44359f4842a802621d12 P a39c145a69294ee487164bfe6872f556: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.192.3:41493: connect: Connection refused (error 111)
I20260630 12:36:35.709946  6162 leader_election.cc:290] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973), 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
W20260630 12:36:35.726329  5745 leader_election.cc:336] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): Network error: Client connection negotiation failed: client connection to 127.0.192.1:40973: connect: Connection refused (error 111)
W20260630 12:36:35.732918  5747 leader_election.cc:336] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493): Network error: Client connection negotiation failed: client connection to 127.0.192.3:41493: connect: Connection refused (error 111)
I20260630 12:36:35.733494  5747 leader_election.cc:304] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9 [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: 452910c2758c476385b28a6ee7ecf0d9; no voters: 47ab2820ddf14a99a992b45515bc92d2, 72d862c548cd4af4bb8386642999c563
I20260630 12:36:35.734474  6162 raft_consensus.cc:2749] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:35.748692  6149 raft_consensus.cc:493] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 47ab2820ddf14a99a992b45515bc92d2)
I20260630 12:36:35.749387  6149 raft_consensus.cc:515] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } }
I20260630 12:36:35.758460  6149 leader_election.cc:290] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887), 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
W20260630 12:36:35.775207  5820 leader_election.cc:336] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887): Network error: Client connection negotiation failed: client connection to 127.0.192.2:43887: connect: Connection refused (error 111)
W20260630 12:36:35.779294  5822 leader_election.cc:336] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493): Network error: Client connection negotiation failed: client connection to 127.0.192.3:41493: connect: Connection refused (error 111)
I20260630 12:36:35.779846  5822 leader_election.cc:304] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f [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: 0d48354f0ef14e1191605f79432d520f; no voters: 47ab2820ddf14a99a992b45515bc92d2, afb409f9fcb846a9ad09c146e6e270df
I20260630 12:36:35.780959  6149 raft_consensus.cc:2749] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260630 12:36:36.325218   768 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 5446)
I20260630 12:36:36.633852  6168 raft_consensus.cc:493] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 72d862c548cd4af4bb8386642999c563)
I20260630 12:36:36.634778  6168 raft_consensus.cc:515] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: false } }
I20260630 12:36:36.651086  6168 leader_election.cc:290] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973), 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
W20260630 12:36:36.662245  5745 leader_election.cc:336] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): Network error: Client connection negotiation failed: client connection to 127.0.192.1:40973: connect: Connection refused (error 111)
W20260630 12:36:36.668391  5747 leader_election.cc:336] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493): Network error: Client connection negotiation failed: client connection to 127.0.192.3:41493: connect: Connection refused (error 111)
I20260630 12:36:36.668998  5747 leader_election.cc:304] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9 [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: 452910c2758c476385b28a6ee7ecf0d9; no voters: 47ab2820ddf14a99a992b45515bc92d2, 72d862c548cd4af4bb8386642999c563
I20260630 12:36:36.669806  6168 raft_consensus.cc:2749] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:37.155138  6173 raft_consensus.cc:493] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader afb409f9fcb846a9ad09c146e6e270df)
I20260630 12:36:37.163408  6173 raft_consensus.cc:515] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } }
I20260630 12:36:37.175043  6173 leader_election.cc:290] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973), afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887)
I20260630 12:36:37.162513  6172 raft_consensus.cc:493] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f [term 1 FOLLOWER]: Starting pre-election (detected failure of leader afb409f9fcb846a9ad09c146e6e270df)
I20260630 12:36:37.178516  6173 raft_consensus.cc:493] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader afb409f9fcb846a9ad09c146e6e270df)
I20260630 12:36:37.180627  6173 raft_consensus.cc:515] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } attrs { replace: true } } peers { permanent_uuid: "a39c145a69294ee487164bfe6872f556" member_type: VOTER last_known_addr { host: "127.0.192.6" port: 38611 } attrs { promote: false } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: NON_VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: true } }
I20260630 12:36:37.177772  6172 raft_consensus.cc:515] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } attrs { replace: true } } peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: true } }
I20260630 12:36:37.194628  6172 leader_election.cc:290] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973), afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887)
I20260630 12:36:37.195979  6173 leader_election.cc:290] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887), 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
W20260630 12:36:37.214296  5820 leader_election.cc:336] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): Network error: Client connection negotiation failed: client connection to 127.0.192.1:40973: connect: Connection refused (error 111)
W20260630 12:36:37.219599  5894 leader_election.cc:336] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): Network error: Client connection negotiation failed: client connection to 127.0.192.1:40973: connect: Connection refused (error 111)
W20260630 12:36:37.220698  5896 leader_election.cc:336] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493): Network error: Client connection negotiation failed: client connection to 127.0.192.3:41493: connect: Connection refused (error 111)
W20260630 12:36:37.223502  5820 leader_election.cc:336] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887): Network error: Client connection negotiation failed: client connection to 127.0.192.2:43887: connect: Connection refused (error 111)
I20260630 12:36:37.224110  5820 leader_election.cc:304] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f [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: 0d48354f0ef14e1191605f79432d520f; no voters: 72d862c548cd4af4bb8386642999c563, afb409f9fcb846a9ad09c146e6e270df
W20260630 12:36:37.224849  5894 leader_election.cc:336] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887): Network error: Client connection negotiation failed: client connection to 127.0.192.2:43887: connect: Connection refused (error 111)
I20260630 12:36:37.225423  6172 raft_consensus.cc:2749] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:37.225374  5894 leader_election.cc:304] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556 [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: a39c145a69294ee487164bfe6872f556; no voters: 72d862c548cd4af4bb8386642999c563, afb409f9fcb846a9ad09c146e6e270df
I20260630 12:36:37.226495  6173 raft_consensus.cc:2749] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260630 12:36:37.230590  5894 leader_election.cc:336] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887): Network error: Client connection negotiation failed: client connection to 127.0.192.2:43887: connect: Connection refused (error 111)
I20260630 12:36:37.231223  5894 leader_election.cc:304] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556 [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: a39c145a69294ee487164bfe6872f556; no voters: 47ab2820ddf14a99a992b45515bc92d2, afb409f9fcb846a9ad09c146e6e270df
I20260630 12:36:37.232050  6173 raft_consensus.cc:2749] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260630 12:36:37.325793   768 thread.cc:527] Waited for 3000ms trying to join with diag-logger (tid 5446)
I20260630 12:36:37.523485  6180 raft_consensus.cc:493] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 47ab2820ddf14a99a992b45515bc92d2)
I20260630 12:36:37.524093  6180 raft_consensus.cc:515] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "72d862c548cd4af4bb8386642999c563" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 40973 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "452910c2758c476385b28a6ee7ecf0d9" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37881 } attrs { promote: false } }
I20260630 12:36:37.532199  6180 leader_election.cc:290] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973), 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
W20260630 12:36:37.543883  5745 leader_election.cc:336] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 72d862c548cd4af4bb8386642999c563 (127.0.192.1:40973): Network error: Client connection negotiation failed: client connection to 127.0.192.1:40973: connect: Connection refused (error 111)
W20260630 12:36:37.544409  5747 leader_election.cc:336] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493): Network error: Client connection negotiation failed: client connection to 127.0.192.3:41493: connect: Connection refused (error 111)
I20260630 12:36:37.544865  5747 leader_election.cc:304] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9 [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: 452910c2758c476385b28a6ee7ecf0d9; no voters: 47ab2820ddf14a99a992b45515bc92d2, 72d862c548cd4af4bb8386642999c563
I20260630 12:36:37.545526  6180 raft_consensus.cc:2749] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:37.606866  6172 raft_consensus.cc:493] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 47ab2820ddf14a99a992b45515bc92d2)
I20260630 12:36:37.607450  6172 raft_consensus.cc:515] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "afb409f9fcb846a9ad09c146e6e270df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43887 } } peers { permanent_uuid: "47ab2820ddf14a99a992b45515bc92d2" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 41493 } } peers { permanent_uuid: "0d48354f0ef14e1191605f79432d520f" member_type: VOTER last_known_addr { host: "127.0.192.5" port: 43741 } attrs { promote: false } }
I20260630 12:36:37.609367  6172 leader_election.cc:290] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887), 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493)
W20260630 12:36:37.614827  5820 leader_election.cc:336] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer afb409f9fcb846a9ad09c146e6e270df (127.0.192.2:43887): Network error: Client connection negotiation failed: client connection to 127.0.192.2:43887: connect: Connection refused (error 111)
W20260630 12:36:37.615394  5822 leader_election.cc:336] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 47ab2820ddf14a99a992b45515bc92d2 (127.0.192.3:41493): Network error: Client connection negotiation failed: client connection to 127.0.192.3:41493: connect: Connection refused (error 111)
I20260630 12:36:37.615873  5822 leader_election.cc:304] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f [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: 0d48354f0ef14e1191605f79432d520f; no voters: 47ab2820ddf14a99a992b45515bc92d2, afb409f9fcb846a9ad09c146e6e270df
I20260630 12:36:37.616556  6172 raft_consensus.cc:2749] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:38.174793   768 tablet_server.cc:196] TabletServer@127.0.192.3:0 shutdown complete.
I20260630 12:36:38.212687   768 tablet_server.cc:179] TabletServer@127.0.192.4:0 shutting down...
I20260630 12:36:38.246991   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:38.247769   768 tablet_replica.cc:333] T 0a28e27bb1a1480a9429b75592c65e31 P 452910c2758c476385b28a6ee7ecf0d9: stopping tablet replica
I20260630 12:36:38.248409   768 raft_consensus.cc:2243] T 0a28e27bb1a1480a9429b75592c65e31 P 452910c2758c476385b28a6ee7ecf0d9 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:36:38.248834   768 raft_consensus.cc:2272] T 0a28e27bb1a1480a9429b75592c65e31 P 452910c2758c476385b28a6ee7ecf0d9 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:36:38.250883   768 tablet_replica.cc:333] T aa42c174ea7e4fc09e633291a02c6b17 P 452910c2758c476385b28a6ee7ecf0d9: stopping tablet replica
I20260630 12:36:38.251396   768 raft_consensus.cc:2243] T aa42c174ea7e4fc09e633291a02c6b17 P 452910c2758c476385b28a6ee7ecf0d9 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:36:38.251770   768 raft_consensus.cc:2272] T aa42c174ea7e4fc09e633291a02c6b17 P 452910c2758c476385b28a6ee7ecf0d9 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:36:38.253710   768 tablet_replica.cc:333] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9: stopping tablet replica
I20260630 12:36:38.254354   768 raft_consensus.cc:2243] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:38.254887   768 raft_consensus.cc:2272] T 53b55adbe9664c288e64cb854969f5c6 P 452910c2758c476385b28a6ee7ecf0d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:38.257366   768 tablet_replica.cc:333] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9: stopping tablet replica
I20260630 12:36:38.257889   768 raft_consensus.cc:2243] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:38.258575   768 raft_consensus.cc:2272] T 350af05314c94e6cb0c2816ef6409dab P 452910c2758c476385b28a6ee7ecf0d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:38.282477   768 tablet_server.cc:196] TabletServer@127.0.192.4:0 shutdown complete.
I20260630 12:36:38.301869   768 tablet_server.cc:179] TabletServer@127.0.192.5:0 shutting down...
I20260630 12:36:38.342370   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:38.343135   768 tablet_replica.cc:333] T 55a92c068d6b4d38b3406cc313abd9f3 P 0d48354f0ef14e1191605f79432d520f: stopping tablet replica
I20260630 12:36:38.343784   768 raft_consensus.cc:2243] T 55a92c068d6b4d38b3406cc313abd9f3 P 0d48354f0ef14e1191605f79432d520f [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:36:38.344199   768 raft_consensus.cc:2272] T 55a92c068d6b4d38b3406cc313abd9f3 P 0d48354f0ef14e1191605f79432d520f [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:36:38.346328   768 tablet_replica.cc:333] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f: stopping tablet replica
I20260630 12:36:38.346860   768 raft_consensus.cc:2243] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:38.347424   768 raft_consensus.cc:2272] T 57fe5327abda4ed6b70eb139d376b187 P 0d48354f0ef14e1191605f79432d520f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:38.350005   768 tablet_replica.cc:333] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 0d48354f0ef14e1191605f79432d520f: stopping tablet replica
I20260630 12:36:38.350553   768 raft_consensus.cc:2243] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 0d48354f0ef14e1191605f79432d520f [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:36:38.350934   768 raft_consensus.cc:2272] T 31cea5b5acbb4a1099d2ae5e59745aa8 P 0d48354f0ef14e1191605f79432d520f [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:36:38.352818   768 tablet_replica.cc:333] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f: stopping tablet replica
I20260630 12:36:38.353279   768 raft_consensus.cc:2243] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:38.353901   768 raft_consensus.cc:2272] T aa42c174ea7e4fc09e633291a02c6b17 P 0d48354f0ef14e1191605f79432d520f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:38.377444   768 tablet_server.cc:196] TabletServer@127.0.192.5:0 shutdown complete.
I20260630 12:36:38.392318   768 tablet_server.cc:179] TabletServer@127.0.192.6:0 shutting down...
I20260630 12:36:38.431296   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:38.432035   768 tablet_replica.cc:333] T 802f6322d1ff48e6a3478b4d14d2e073 P a39c145a69294ee487164bfe6872f556: stopping tablet replica
I20260630 12:36:38.432649   768 raft_consensus.cc:2243] T 802f6322d1ff48e6a3478b4d14d2e073 P a39c145a69294ee487164bfe6872f556 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:36:38.433079   768 raft_consensus.cc:2272] T 802f6322d1ff48e6a3478b4d14d2e073 P a39c145a69294ee487164bfe6872f556 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:36:38.435323   768 tablet_replica.cc:333] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556: stopping tablet replica
I20260630 12:36:38.435952   768 raft_consensus.cc:2243] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:38.436645   768 raft_consensus.cc:2272] T e7007991839d467d8bf00e50477d8456 P a39c145a69294ee487164bfe6872f556 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:38.439466   768 tablet_replica.cc:333] T a47733fdd58d44359f4842a802621d12 P a39c145a69294ee487164bfe6872f556: stopping tablet replica
I20260630 12:36:38.440039   768 raft_consensus.cc:2243] T a47733fdd58d44359f4842a802621d12 P a39c145a69294ee487164bfe6872f556 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:36:38.440457   768 raft_consensus.cc:2272] T a47733fdd58d44359f4842a802621d12 P a39c145a69294ee487164bfe6872f556 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:36:38.442703   768 tablet_replica.cc:333] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556: stopping tablet replica
I20260630 12:36:38.443190   768 raft_consensus.cc:2243] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:38.443969   768 raft_consensus.cc:2272] T 55a92c068d6b4d38b3406cc313abd9f3 P a39c145a69294ee487164bfe6872f556 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:38.468079   768 tablet_server.cc:196] TabletServer@127.0.192.6:0 shutdown complete.
I20260630 12:36:38.482962   768 master.cc:562] Master@127.0.192.62:42511 shutting down...
W20260630 12:36:38.505729  5222 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:36:38.507650   768 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 4d765391c49b447eb21d4de7244e3cc8 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:38.508256   768 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 4d765391c49b447eb21d4de7244e3cc8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:38.508626   768 tablet_replica.cc:333] T 00000000000000000000000000000000 P 4d765391c49b447eb21d4de7244e3cc8: stopping tablet replica
I20260630 12:36:38.550019   768 master.cc:584] Master@127.0.192.62:42511 shutdown complete.
[       OK ] AutoRebalancerTest.TestMaxMovesPerServer (23178 ms)
[ RUN      ] AutoRebalancerTest.AutoRebalancingUnstableCluster
I20260630 12:36:38.603766   768 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.192.62:36275
I20260630 12:36:38.604933   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:38.610703  6184 instance_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:38.610976  6185 instance_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:38.612403  6187 instance_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:38.613898   768 server_base.cc:1061] running on GCE node
I20260630 12:36:38.614933   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:38.615113   768 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:38.615226   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822998615214 us; error 0 us; skew 500 ppm
I20260630 12:36:38.615660   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:38.617902   768 webserver.cc:533] Webserver started at http://127.0.192.62:39529/ using document root <none> and password file <none>
I20260630 12:36:38.618398   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:38.618556   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:38.618805   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:38.620062   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822852710831-768-0/minicluster-data/master-0-root/instance:
uuid: "14e827e00d954ed78c744f3a921727a2"
format_stamp: "Formatted at 2026-06-30 12:36:38 on dist-test-slave-n0zz"
I20260630 12:36:38.624559   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.001s
I20260630 12:36:38.628016  6192 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:38.628793   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:36:38.629101   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822852710831-768-0/minicluster-data/master-0-root
uuid: "14e827e00d954ed78c744f3a921727a2"
format_stamp: "Formatted at 2026-06-30 12:36:38 on dist-test-slave-n0zz"
I20260630 12:36:38.629374   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822852710831-768-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822852710831-768-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822852710831-768-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:38.642828   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:38.644135   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:38.683912   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.62:36275
I20260630 12:36:38.684006  6243 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.62:36275 every 8 connection(s)
I20260630 12:36:38.688035  6244 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:38.699100  6244 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 14e827e00d954ed78c744f3a921727a2: Bootstrap starting.
I20260630 12:36:38.703922  6244 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 14e827e00d954ed78c744f3a921727a2: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:38.708492  6244 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 14e827e00d954ed78c744f3a921727a2: No bootstrap required, opened a new log
I20260630 12:36:38.710731  6244 raft_consensus.cc:359] T 00000000000000000000000000000000 P 14e827e00d954ed78c744f3a921727a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "14e827e00d954ed78c744f3a921727a2" member_type: VOTER }
I20260630 12:36:38.711139  6244 raft_consensus.cc:385] T 00000000000000000000000000000000 P 14e827e00d954ed78c744f3a921727a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:38.711417  6244 raft_consensus.cc:740] T 00000000000000000000000000000000 P 14e827e00d954ed78c744f3a921727a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 14e827e00d954ed78c744f3a921727a2, State: Initialized, Role: FOLLOWER
I20260630 12:36:38.712134  6244 consensus_queue.cc:260] T 00000000000000000000000000000000 P 14e827e00d954ed78c744f3a921727a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "14e827e00d954ed78c744f3a921727a2" member_type: VOTER }
I20260630 12:36:38.712646  6244 raft_consensus.cc:399] T 00000000000000000000000000000000 P 14e827e00d954ed78c744f3a921727a2 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:38.712885  6244 raft_consensus.cc:493] T 00000000000000000000000000000000 P 14e827e00d954ed78c744f3a921727a2 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:38.713160  6244 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 14e827e00d954ed78c744f3a921727a2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:38.718120  6244 raft_consensus.cc:515] T 00000000000000000000000000000000 P 14e827e00d954ed78c744f3a921727a2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "14e827e00d954ed78c744f3a921727a2" member_type: VOTER }
I20260630 12:36:38.718770  6244 leader_election.cc:304] T 00000000000000000000000000000000 P 14e827e00d954ed78c744f3a921727a2 [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: 14e827e00d954ed78c744f3a921727a2; no voters: 
I20260630 12:36:38.720109  6244 leader_election.cc:290] T 00000000000000000000000000000000 P 14e827e00d954ed78c744f3a921727a2 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:38.720546  6247 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 14e827e00d954ed78c744f3a921727a2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:38.722066  6247 raft_consensus.cc:697] T 00000000000000000000000000000000 P 14e827e00d954ed78c744f3a921727a2 [term 1 LEADER]: Becoming Leader. State: Replica: 14e827e00d954ed78c744f3a921727a2, State: Running, Role: LEADER
I20260630 12:36:38.722857  6247 consensus_queue.cc:237] T 00000000000000000000000000000000 P 14e827e00d954ed78c744f3a921727a2 [LEADER]: Queue going to LEADER mode. State: All 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: "14e827e00d954ed78c744f3a921727a2" member_type: VOTER }
I20260630 12:36:38.723167  6244 sys_catalog.cc:565] T 00000000000000000000000000000000 P 14e827e00d954ed78c744f3a921727a2 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:36:38.727715  6248 sys_catalog.cc:455] T 00000000000000000000000000000000 P 14e827e00d954ed78c744f3a921727a2 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "14e827e00d954ed78c744f3a921727a2" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "14e827e00d954ed78c744f3a921727a2" member_type: VOTER } }
I20260630 12:36:38.727881  6249 sys_catalog.cc:455] T 00000000000000000000000000000000 P 14e827e00d954ed78c744f3a921727a2 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 14e827e00d954ed78c744f3a921727a2. Latest consensus state: current_term: 1 leader_uuid: "14e827e00d954ed78c744f3a921727a2" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "14e827e00d954ed78c744f3a921727a2" member_type: VOTER } }
I20260630 12:36:38.728510  6248 sys_catalog.cc:458] T 00000000000000000000000000000000 P 14e827e00d954ed78c744f3a921727a2 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:38.728695  6249 sys_catalog.cc:458] T 00000000000000000000000000000000 P 14e827e00d954ed78c744f3a921727a2 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:38.732003  6254 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:36:38.737600  6254 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:36:38.741505   768 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:36:38.747153  6254 catalog_manager.cc:1383] Generated new cluster ID: 770d3c5ff03f4806aedbf0a9423c7fb8
I20260630 12:36:38.747457  6254 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:36:38.767632  6254 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:36:38.768966  6254 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:36:38.780496  6254 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 14e827e00d954ed78c744f3a921727a2: Generated new TSK 0
I20260630 12:36:38.781153  6254 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:36:38.808574   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:38.814929  6265 instance_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:38.815889  6266 instance_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:38.817732  6268 instance_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:38.817770   768 server_base.cc:1061] running on GCE node
I20260630 12:36:38.819056   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:38.819294   768 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:38.819465   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822998819449 us; error 0 us; skew 500 ppm
I20260630 12:36:38.819985   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:38.822512   768 webserver.cc:533] Webserver started at http://127.0.192.1:39397/ using document root <none> and password file <none>
I20260630 12:36:38.822962   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:38.823123   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:38.823336   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:38.824538   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822852710831-768-0/minicluster-data/ts-0-root/instance:
uuid: "faa7ab2de6454e1fb9103566649a1454"
format_stamp: "Formatted at 2026-06-30 12:36:38 on dist-test-slave-n0zz"
I20260630 12:36:38.829077   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:36:38.832728  6273 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:38.833652   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:36:38.833989   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822852710831-768-0/minicluster-data/ts-0-root
uuid: "faa7ab2de6454e1fb9103566649a1454"
format_stamp: "Formatted at 2026-06-30 12:36:38 on dist-test-slave-n0zz"
I20260630 12:36:38.834354   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822852710831-768-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822852710831-768-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822852710831-768-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:38.843324   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:38.844547   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:38.845999   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:38.848459   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:38.848690   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:38.848949   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:38.849151   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:38.892556   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.1:43635
I20260630 12:36:38.892665  6335 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.1:43635 every 8 connection(s)
I20260630 12:36:38.899498   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:38.906878  6340 instance_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:38.908155  6341 instance_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:38.913342  6343 instance_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:38.915473  6336 heartbeater.cc:344] Connected to a master server at 127.0.192.62:36275
I20260630 12:36:38.916023  6336 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:38.916100   768 server_base.cc:1061] running on GCE node
I20260630 12:36:38.917258  6336 heartbeater.cc:507] Master 127.0.192.62:36275 requested a full tablet report, sending...
I20260630 12:36:38.919946   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:36:38.919950  6209 ts_manager.cc:194] Registered new tserver with Master: faa7ab2de6454e1fb9103566649a1454 (127.0.192.1:43635)
W20260630 12:36:38.920311   768 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:38.920603   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822998920557 us; error 0 us; skew 500 ppm
I20260630 12:36:38.921401   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:38.922717  6209 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55246
I20260630 12:36:38.924484   768 webserver.cc:533] Webserver started at http://127.0.192.2:44417/ using document root <none> and password file <none>
I20260630 12:36:38.925062   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:38.925279   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:38.925540   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:38.926677   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822852710831-768-0/minicluster-data/ts-1-root/instance:
uuid: "e1d144f13afa485e8bb4a796c79b058c"
format_stamp: "Formatted at 2026-06-30 12:36:38 on dist-test-slave-n0zz"
I20260630 12:36:38.931140   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260630 12:36:38.934515  6348 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:38.935276   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:36:38.935631   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822852710831-768-0/minicluster-data/ts-1-root
uuid: "e1d144f13afa485e8bb4a796c79b058c"
format_stamp: "Formatted at 2026-06-30 12:36:38 on dist-test-slave-n0zz"
I20260630 12:36:38.935926   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822852710831-768-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822852710831-768-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822852710831-768-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:38.965853   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:38.967243   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:38.968832   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:38.971319   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:38.971575   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:38.971837   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:38.972033   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:39.013643   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.2:33419
I20260630 12:36:39.013758  6410 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.2:33419 every 8 connection(s)
I20260630 12:36:39.018611   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:39.026628  6414 instance_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:39.028076  6415 instance_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:39.031769   768 server_base.cc:1061] running on GCE node
W20260630 12:36:39.032114  6417 instance_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:39.032738  6411 heartbeater.cc:344] Connected to a master server at 127.0.192.62:36275
I20260630 12:36:39.033156  6411 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:39.033185   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:39.033560   768 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:39.033767   768 hybrid_clock.cc:648] HybridClock initialized: now 1782822999033745 us; error 0 us; skew 500 ppm
I20260630 12:36:39.034107  6411 heartbeater.cc:507] Master 127.0.192.62:36275 requested a full tablet report, sending...
I20260630 12:36:39.034420   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:39.036561  6209 ts_manager.cc:194] Registered new tserver with Master: e1d144f13afa485e8bb4a796c79b058c (127.0.192.2:33419)
I20260630 12:36:39.037634   768 webserver.cc:533] Webserver started at http://127.0.192.3:46057/ using document root <none> and password file <none>
I20260630 12:36:39.038260   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:39.038261  6209 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55256
I20260630 12:36:39.038786   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:39.039122   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:39.040464   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822852710831-768-0/minicluster-data/ts-2-root/instance:
uuid: "54c19b18c62d4bd88aafa8adae9c96b3"
format_stamp: "Formatted at 2026-06-30 12:36:39 on dist-test-slave-n0zz"
I20260630 12:36:39.045090   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:36:39.048571  6422 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:39.049361   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:36:39.049691   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822852710831-768-0/minicluster-data/ts-2-root
uuid: "54c19b18c62d4bd88aafa8adae9c96b3"
format_stamp: "Formatted at 2026-06-30 12:36:39 on dist-test-slave-n0zz"
I20260630 12:36:39.050009   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822852710831-768-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822852710831-768-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822852710831-768-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:39.085671   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:39.086931   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:39.088426   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:39.090871   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:39.091130   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:39.091373   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:39.091552   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:39.134131   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.3:33103
I20260630 12:36:39.134308  6484 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.3:33103 every 8 connection(s)
I20260630 12:36:39.149428  6485 heartbeater.cc:344] Connected to a master server at 127.0.192.62:36275
I20260630 12:36:39.149852  6485 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:39.150656  6485 heartbeater.cc:507] Master 127.0.192.62:36275 requested a full tablet report, sending...
I20260630 12:36:39.152809  6209 ts_manager.cc:194] Registered new tserver with Master: 54c19b18c62d4bd88aafa8adae9c96b3 (127.0.192.3:33103)
I20260630 12:36:39.152942   768 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014928125s
I20260630 12:36:39.154410  6209 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55262
I20260630 12:36:39.925916  6336 heartbeater.cc:499] Master 127.0.192.62:36275 was elected leader, sending a full tablet report...
I20260630 12:36:40.041235  6411 heartbeater.cc:499] Master 127.0.192.62:36275 was elected leader, sending a full tablet report...
I20260630 12:36:40.157419  6485 heartbeater.cc:499] Master 127.0.192.62:36275 was elected leader, sending a full tablet report...
I20260630 12:36:40.211450  6209 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:55268:
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:40.213757  6209 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:40.278259  6450 tablet_service.cc:1511] Processing CreateTablet for tablet 30b5e12fca7a4fb6ae956ab215dd2943 (DEFAULT_TABLE table=test-workload [id=3176a2d4f52e4b3d84542407e80f7986]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:36:40.279778  6450 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 30b5e12fca7a4fb6ae956ab215dd2943. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:40.286682  6376 tablet_service.cc:1511] Processing CreateTablet for tablet 30b5e12fca7a4fb6ae956ab215dd2943 (DEFAULT_TABLE table=test-workload [id=3176a2d4f52e4b3d84542407e80f7986]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:36:40.294236  6376 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 30b5e12fca7a4fb6ae956ab215dd2943. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:40.289067  6449 tablet_service.cc:1511] Processing CreateTablet for tablet 67e448cf9d39455e9541d0f4f38e40c3 (DEFAULT_TABLE table=test-workload [id=3176a2d4f52e4b3d84542407e80f7986]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:36:40.286892  6375 tablet_service.cc:1511] Processing CreateTablet for tablet 67e448cf9d39455e9541d0f4f38e40c3 (DEFAULT_TABLE table=test-workload [id=3176a2d4f52e4b3d84542407e80f7986]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:36:40.288777  6374 tablet_service.cc:1511] Processing CreateTablet for tablet b0098e332ab04c8799682e1a7b52010d (DEFAULT_TABLE table=test-workload [id=3176a2d4f52e4b3d84542407e80f7986]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:36:40.290978  6448 tablet_service.cc:1511] Processing CreateTablet for tablet b0098e332ab04c8799682e1a7b52010d (DEFAULT_TABLE table=test-workload [id=3176a2d4f52e4b3d84542407e80f7986]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:36:40.299364  6299 tablet_service.cc:1511] Processing CreateTablet for tablet b0098e332ab04c8799682e1a7b52010d (DEFAULT_TABLE table=test-workload [id=3176a2d4f52e4b3d84542407e80f7986]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:36:40.300108  6375 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 67e448cf9d39455e9541d0f4f38e40c3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:40.300349  6448 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b0098e332ab04c8799682e1a7b52010d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:40.300684  6299 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b0098e332ab04c8799682e1a7b52010d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:40.302959  6374 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b0098e332ab04c8799682e1a7b52010d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:40.298672  6301 tablet_service.cc:1511] Processing CreateTablet for tablet 30b5e12fca7a4fb6ae956ab215dd2943 (DEFAULT_TABLE table=test-workload [id=3176a2d4f52e4b3d84542407e80f7986]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:36:40.306314  6301 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 30b5e12fca7a4fb6ae956ab215dd2943. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:40.298558  6300 tablet_service.cc:1511] Processing CreateTablet for tablet 67e448cf9d39455e9541d0f4f38e40c3 (DEFAULT_TABLE table=test-workload [id=3176a2d4f52e4b3d84542407e80f7986]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:36:40.308758  6300 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 67e448cf9d39455e9541d0f4f38e40c3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:40.327759  6449 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 67e448cf9d39455e9541d0f4f38e40c3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:40.344082  6506 tablet_bootstrap.cc:492] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c: Bootstrap starting.
I20260630 12:36:40.351015  6506 tablet_bootstrap.cc:654] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:40.351568  6505 tablet_bootstrap.cc:492] T 30b5e12fca7a4fb6ae956ab215dd2943 P 54c19b18c62d4bd88aafa8adae9c96b3: Bootstrap starting.
I20260630 12:36:40.362936  6507 tablet_bootstrap.cc:492] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454: Bootstrap starting.
I20260630 12:36:40.370061  6505 tablet_bootstrap.cc:654] T 30b5e12fca7a4fb6ae956ab215dd2943 P 54c19b18c62d4bd88aafa8adae9c96b3: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:40.370090  6507 tablet_bootstrap.cc:654] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:40.372274  6506 tablet_bootstrap.cc:492] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c: No bootstrap required, opened a new log
I20260630 12:36:40.372835  6506 ts_tablet_manager.cc:1403] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c: Time spent bootstrapping tablet: real 0.029s	user 0.020s	sys 0.004s
I20260630 12:36:40.375859  6507 tablet_bootstrap.cc:492] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454: No bootstrap required, opened a new log
I20260630 12:36:40.376021  6505 tablet_bootstrap.cc:492] T 30b5e12fca7a4fb6ae956ab215dd2943 P 54c19b18c62d4bd88aafa8adae9c96b3: No bootstrap required, opened a new log
I20260630 12:36:40.376368  6507 ts_tablet_manager.cc:1403] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454: Time spent bootstrapping tablet: real 0.014s	user 0.008s	sys 0.003s
I20260630 12:36:40.376595  6505 ts_tablet_manager.cc:1403] T 30b5e12fca7a4fb6ae956ab215dd2943 P 54c19b18c62d4bd88aafa8adae9c96b3: Time spent bootstrapping tablet: real 0.025s	user 0.014s	sys 0.000s
I20260630 12:36:40.376159  6506 raft_consensus.cc:359] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } }
I20260630 12:36:40.377055  6506 raft_consensus.cc:385] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:40.377384  6506 raft_consensus.cc:740] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e1d144f13afa485e8bb4a796c79b058c, State: Initialized, Role: FOLLOWER
I20260630 12:36:40.378242  6506 consensus_queue.cc:260] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } }
I20260630 12:36:40.378764  6507 raft_consensus.cc:359] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } }
I20260630 12:36:40.379401  6507 raft_consensus.cc:385] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:40.379665  6507 raft_consensus.cc:740] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: faa7ab2de6454e1fb9103566649a1454, State: Initialized, Role: FOLLOWER
I20260630 12:36:40.379541  6505 raft_consensus.cc:359] T 30b5e12fca7a4fb6ae956ab215dd2943 P 54c19b18c62d4bd88aafa8adae9c96b3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } } peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } }
I20260630 12:36:40.380582  6505 raft_consensus.cc:385] T 30b5e12fca7a4fb6ae956ab215dd2943 P 54c19b18c62d4bd88aafa8adae9c96b3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:40.380889  6505 raft_consensus.cc:740] T 30b5e12fca7a4fb6ae956ab215dd2943 P 54c19b18c62d4bd88aafa8adae9c96b3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 54c19b18c62d4bd88aafa8adae9c96b3, State: Initialized, Role: FOLLOWER
I20260630 12:36:40.381299  6506 ts_tablet_manager.cc:1434] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c: Time spent starting tablet: real 0.008s	user 0.009s	sys 0.000s
I20260630 12:36:40.380864  6507 consensus_queue.cc:260] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } }
I20260630 12:36:40.382329  6506 tablet_bootstrap.cc:492] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c: Bootstrap starting.
I20260630 12:36:40.382028  6505 consensus_queue.cc:260] T 30b5e12fca7a4fb6ae956ab215dd2943 P 54c19b18c62d4bd88aafa8adae9c96b3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } } peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } }
I20260630 12:36:40.395053  6507 ts_tablet_manager.cc:1434] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454: Time spent starting tablet: real 0.018s	user 0.014s	sys 0.005s
I20260630 12:36:40.396095  6505 ts_tablet_manager.cc:1434] T 30b5e12fca7a4fb6ae956ab215dd2943 P 54c19b18c62d4bd88aafa8adae9c96b3: Time spent starting tablet: real 0.019s	user 0.011s	sys 0.008s
I20260630 12:36:40.397235  6505 tablet_bootstrap.cc:492] T b0098e332ab04c8799682e1a7b52010d P 54c19b18c62d4bd88aafa8adae9c96b3: Bootstrap starting.
I20260630 12:36:40.398553  6507 tablet_bootstrap.cc:492] T 30b5e12fca7a4fb6ae956ab215dd2943 P faa7ab2de6454e1fb9103566649a1454: Bootstrap starting.
I20260630 12:36:40.398826  6506 tablet_bootstrap.cc:654] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:40.399070  6513 raft_consensus.cc:493] T 30b5e12fca7a4fb6ae956ab215dd2943 P 54c19b18c62d4bd88aafa8adae9c96b3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:40.403390  6505 tablet_bootstrap.cc:654] T b0098e332ab04c8799682e1a7b52010d P 54c19b18c62d4bd88aafa8adae9c96b3: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:40.403674  6513 raft_consensus.cc:515] T 30b5e12fca7a4fb6ae956ab215dd2943 P 54c19b18c62d4bd88aafa8adae9c96b3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } } peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } }
I20260630 12:36:40.406297  6507 tablet_bootstrap.cc:654] T 30b5e12fca7a4fb6ae956ab215dd2943 P faa7ab2de6454e1fb9103566649a1454: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:40.421258  6513 leader_election.cc:290] T 30b5e12fca7a4fb6ae956ab215dd2943 P 54c19b18c62d4bd88aafa8adae9c96b3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers faa7ab2de6454e1fb9103566649a1454 (127.0.192.1:43635), e1d144f13afa485e8bb4a796c79b058c (127.0.192.2:33419)
I20260630 12:36:40.436506  6506 tablet_bootstrap.cc:492] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c: No bootstrap required, opened a new log
I20260630 12:36:40.437248  6506 ts_tablet_manager.cc:1403] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c: Time spent bootstrapping tablet: real 0.055s	user 0.004s	sys 0.017s
I20260630 12:36:40.441471  6506 raft_consensus.cc:359] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } }
I20260630 12:36:40.442481  6506 raft_consensus.cc:385] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:40.442858  6506 raft_consensus.cc:740] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e1d144f13afa485e8bb4a796c79b058c, State: Initialized, Role: FOLLOWER
I20260630 12:36:40.444108  6506 consensus_queue.cc:260] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } }
I20260630 12:36:40.448616  6506 ts_tablet_manager.cc:1434] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.000s
I20260630 12:36:40.449697  6506 tablet_bootstrap.cc:492] T 30b5e12fca7a4fb6ae956ab215dd2943 P e1d144f13afa485e8bb4a796c79b058c: Bootstrap starting.
I20260630 12:36:40.451064  6505 tablet_bootstrap.cc:492] T b0098e332ab04c8799682e1a7b52010d P 54c19b18c62d4bd88aafa8adae9c96b3: No bootstrap required, opened a new log
I20260630 12:36:40.451884  6505 ts_tablet_manager.cc:1403] T b0098e332ab04c8799682e1a7b52010d P 54c19b18c62d4bd88aafa8adae9c96b3: Time spent bootstrapping tablet: real 0.055s	user 0.021s	sys 0.033s
I20260630 12:36:40.455147  6505 raft_consensus.cc:359] T b0098e332ab04c8799682e1a7b52010d P 54c19b18c62d4bd88aafa8adae9c96b3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } }
I20260630 12:36:40.451064  6507 tablet_bootstrap.cc:492] T 30b5e12fca7a4fb6ae956ab215dd2943 P faa7ab2de6454e1fb9103566649a1454: No bootstrap required, opened a new log
I20260630 12:36:40.456182  6506 tablet_bootstrap.cc:654] T 30b5e12fca7a4fb6ae956ab215dd2943 P e1d144f13afa485e8bb4a796c79b058c: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:40.456341  6507 ts_tablet_manager.cc:1403] T 30b5e12fca7a4fb6ae956ab215dd2943 P faa7ab2de6454e1fb9103566649a1454: Time spent bootstrapping tablet: real 0.058s	user 0.022s	sys 0.027s
I20260630 12:36:40.458946  6311 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "30b5e12fca7a4fb6ae956ab215dd2943" candidate_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "faa7ab2de6454e1fb9103566649a1454" is_pre_election: true
I20260630 12:36:40.459565  6507 raft_consensus.cc:359] T 30b5e12fca7a4fb6ae956ab215dd2943 P faa7ab2de6454e1fb9103566649a1454 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } } peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } }
I20260630 12:36:40.460486  6507 raft_consensus.cc:385] T 30b5e12fca7a4fb6ae956ab215dd2943 P faa7ab2de6454e1fb9103566649a1454 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:40.460803  6507 raft_consensus.cc:740] T 30b5e12fca7a4fb6ae956ab215dd2943 P faa7ab2de6454e1fb9103566649a1454 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: faa7ab2de6454e1fb9103566649a1454, State: Initialized, Role: FOLLOWER
I20260630 12:36:40.461404  6386 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "30b5e12fca7a4fb6ae956ab215dd2943" candidate_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e1d144f13afa485e8bb4a796c79b058c" is_pre_election: true
I20260630 12:36:40.461591  6507 consensus_queue.cc:260] T 30b5e12fca7a4fb6ae956ab215dd2943 P faa7ab2de6454e1fb9103566649a1454 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } } peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } }
I20260630 12:36:40.460134  6505 raft_consensus.cc:385] T b0098e332ab04c8799682e1a7b52010d P 54c19b18c62d4bd88aafa8adae9c96b3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:40.462882  6505 raft_consensus.cc:740] T b0098e332ab04c8799682e1a7b52010d P 54c19b18c62d4bd88aafa8adae9c96b3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 54c19b18c62d4bd88aafa8adae9c96b3, State: Initialized, Role: FOLLOWER
I20260630 12:36:40.463982  6507 ts_tablet_manager.cc:1434] T 30b5e12fca7a4fb6ae956ab215dd2943 P faa7ab2de6454e1fb9103566649a1454: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:36:40.463717  6505 consensus_queue.cc:260] T b0098e332ab04c8799682e1a7b52010d P 54c19b18c62d4bd88aafa8adae9c96b3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } }
I20260630 12:36:40.464963  6507 tablet_bootstrap.cc:492] T b0098e332ab04c8799682e1a7b52010d P faa7ab2de6454e1fb9103566649a1454: Bootstrap starting.
I20260630 12:36:40.465844  6506 tablet_bootstrap.cc:492] T 30b5e12fca7a4fb6ae956ab215dd2943 P e1d144f13afa485e8bb4a796c79b058c: No bootstrap required, opened a new log
I20260630 12:36:40.466410  6506 ts_tablet_manager.cc:1403] T 30b5e12fca7a4fb6ae956ab215dd2943 P e1d144f13afa485e8bb4a796c79b058c: Time spent bootstrapping tablet: real 0.017s	user 0.005s	sys 0.010s
I20260630 12:36:40.466267  6505 ts_tablet_manager.cc:1434] T b0098e332ab04c8799682e1a7b52010d P 54c19b18c62d4bd88aafa8adae9c96b3: Time spent starting tablet: real 0.014s	user 0.007s	sys 0.000s
I20260630 12:36:40.468677  6505 tablet_bootstrap.cc:492] T 67e448cf9d39455e9541d0f4f38e40c3 P 54c19b18c62d4bd88aafa8adae9c96b3: Bootstrap starting.
I20260630 12:36:40.469485  6506 raft_consensus.cc:359] T 30b5e12fca7a4fb6ae956ab215dd2943 P e1d144f13afa485e8bb4a796c79b058c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } } peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } }
W20260630 12:36:40.470213  6423 leader_election.cc:343] T 30b5e12fca7a4fb6ae956ab215dd2943 P 54c19b18c62d4bd88aafa8adae9c96b3 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer e1d144f13afa485e8bb4a796c79b058c (127.0.192.2:33419): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:40.470310  6506 raft_consensus.cc:385] T 30b5e12fca7a4fb6ae956ab215dd2943 P e1d144f13afa485e8bb4a796c79b058c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:40.470782  6506 raft_consensus.cc:740] T 30b5e12fca7a4fb6ae956ab215dd2943 P e1d144f13afa485e8bb4a796c79b058c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e1d144f13afa485e8bb4a796c79b058c, State: Initialized, Role: FOLLOWER
I20260630 12:36:40.471514  6507 tablet_bootstrap.cc:654] T b0098e332ab04c8799682e1a7b52010d P faa7ab2de6454e1fb9103566649a1454: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:40.471804  6506 consensus_queue.cc:260] T 30b5e12fca7a4fb6ae956ab215dd2943 P e1d144f13afa485e8bb4a796c79b058c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } } peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } }
I20260630 12:36:40.474090  6506 ts_tablet_manager.cc:1434] T 30b5e12fca7a4fb6ae956ab215dd2943 P e1d144f13afa485e8bb4a796c79b058c: Time spent starting tablet: real 0.007s	user 0.000s	sys 0.005s
I20260630 12:36:40.475545  6505 tablet_bootstrap.cc:654] T 67e448cf9d39455e9541d0f4f38e40c3 P 54c19b18c62d4bd88aafa8adae9c96b3: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:40.477608  6507 tablet_bootstrap.cc:492] T b0098e332ab04c8799682e1a7b52010d P faa7ab2de6454e1fb9103566649a1454: No bootstrap required, opened a new log
I20260630 12:36:40.478317  6507 ts_tablet_manager.cc:1403] T b0098e332ab04c8799682e1a7b52010d P faa7ab2de6454e1fb9103566649a1454: Time spent bootstrapping tablet: real 0.014s	user 0.013s	sys 0.000s
I20260630 12:36:40.481985  6507 raft_consensus.cc:359] T b0098e332ab04c8799682e1a7b52010d P faa7ab2de6454e1fb9103566649a1454 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } }
I20260630 12:36:40.482967  6311 raft_consensus.cc:2468] T 30b5e12fca7a4fb6ae956ab215dd2943 P faa7ab2de6454e1fb9103566649a1454 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 54c19b18c62d4bd88aafa8adae9c96b3 in term 0.
I20260630 12:36:40.483047  6507 raft_consensus.cc:385] T b0098e332ab04c8799682e1a7b52010d P faa7ab2de6454e1fb9103566649a1454 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:40.483745  6507 raft_consensus.cc:740] T b0098e332ab04c8799682e1a7b52010d P faa7ab2de6454e1fb9103566649a1454 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: faa7ab2de6454e1fb9103566649a1454, State: Initialized, Role: FOLLOWER
I20260630 12:36:40.484756  6507 consensus_queue.cc:260] T b0098e332ab04c8799682e1a7b52010d P faa7ab2de6454e1fb9103566649a1454 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } }
I20260630 12:36:40.486675  6505 tablet_bootstrap.cc:492] T 67e448cf9d39455e9541d0f4f38e40c3 P 54c19b18c62d4bd88aafa8adae9c96b3: No bootstrap required, opened a new log
I20260630 12:36:40.487205  6505 ts_tablet_manager.cc:1403] T 67e448cf9d39455e9541d0f4f38e40c3 P 54c19b18c62d4bd88aafa8adae9c96b3: Time spent bootstrapping tablet: real 0.019s	user 0.014s	sys 0.003s
I20260630 12:36:40.487252  6507 ts_tablet_manager.cc:1434] T b0098e332ab04c8799682e1a7b52010d P faa7ab2de6454e1fb9103566649a1454: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:36:40.487685  6426 leader_election.cc:304] T 30b5e12fca7a4fb6ae956ab215dd2943 P 54c19b18c62d4bd88aafa8adae9c96b3 [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: 54c19b18c62d4bd88aafa8adae9c96b3, faa7ab2de6454e1fb9103566649a1454; no voters: e1d144f13afa485e8bb4a796c79b058c
I20260630 12:36:40.488971  6513 raft_consensus.cc:2804] T 30b5e12fca7a4fb6ae956ab215dd2943 P 54c19b18c62d4bd88aafa8adae9c96b3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:40.489333  6513 raft_consensus.cc:493] T 30b5e12fca7a4fb6ae956ab215dd2943 P 54c19b18c62d4bd88aafa8adae9c96b3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:40.489652  6513 raft_consensus.cc:3060] T 30b5e12fca7a4fb6ae956ab215dd2943 P 54c19b18c62d4bd88aafa8adae9c96b3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:40.490156  6505 raft_consensus.cc:359] T 67e448cf9d39455e9541d0f4f38e40c3 P 54c19b18c62d4bd88aafa8adae9c96b3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } }
I20260630 12:36:40.490962  6505 raft_consensus.cc:385] T 67e448cf9d39455e9541d0f4f38e40c3 P 54c19b18c62d4bd88aafa8adae9c96b3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:40.491263  6505 raft_consensus.cc:740] T 67e448cf9d39455e9541d0f4f38e40c3 P 54c19b18c62d4bd88aafa8adae9c96b3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 54c19b18c62d4bd88aafa8adae9c96b3, State: Initialized, Role: FOLLOWER
I20260630 12:36:40.492010  6505 consensus_queue.cc:260] T 67e448cf9d39455e9541d0f4f38e40c3 P 54c19b18c62d4bd88aafa8adae9c96b3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } }
I20260630 12:36:40.495450  6505 ts_tablet_manager.cc:1434] T 67e448cf9d39455e9541d0f4f38e40c3 P 54c19b18c62d4bd88aafa8adae9c96b3: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:36:40.497596  6513 raft_consensus.cc:515] T 30b5e12fca7a4fb6ae956ab215dd2943 P 54c19b18c62d4bd88aafa8adae9c96b3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } } peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } }
I20260630 12:36:40.500388  6311 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "30b5e12fca7a4fb6ae956ab215dd2943" candidate_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "faa7ab2de6454e1fb9103566649a1454"
I20260630 12:36:40.500910  6386 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "30b5e12fca7a4fb6ae956ab215dd2943" candidate_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e1d144f13afa485e8bb4a796c79b058c"
I20260630 12:36:40.500660  6513 leader_election.cc:290] T 30b5e12fca7a4fb6ae956ab215dd2943 P 54c19b18c62d4bd88aafa8adae9c96b3 [CANDIDATE]: Term 1 election: Requested vote from peers faa7ab2de6454e1fb9103566649a1454 (127.0.192.1:43635), e1d144f13afa485e8bb4a796c79b058c (127.0.192.2:33419)
I20260630 12:36:40.502112  6386 raft_consensus.cc:3060] T 30b5e12fca7a4fb6ae956ab215dd2943 P e1d144f13afa485e8bb4a796c79b058c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:40.502101  6311 raft_consensus.cc:3060] T 30b5e12fca7a4fb6ae956ab215dd2943 P faa7ab2de6454e1fb9103566649a1454 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:40.509752  6311 raft_consensus.cc:2468] T 30b5e12fca7a4fb6ae956ab215dd2943 P faa7ab2de6454e1fb9103566649a1454 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 54c19b18c62d4bd88aafa8adae9c96b3 in term 1.
I20260630 12:36:40.509752  6386 raft_consensus.cc:2468] T 30b5e12fca7a4fb6ae956ab215dd2943 P e1d144f13afa485e8bb4a796c79b058c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 54c19b18c62d4bd88aafa8adae9c96b3 in term 1.
I20260630 12:36:40.511271  6426 leader_election.cc:304] T 30b5e12fca7a4fb6ae956ab215dd2943 P 54c19b18c62d4bd88aafa8adae9c96b3 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 54c19b18c62d4bd88aafa8adae9c96b3, faa7ab2de6454e1fb9103566649a1454; no voters: 
I20260630 12:36:40.512058  6513 raft_consensus.cc:2804] T 30b5e12fca7a4fb6ae956ab215dd2943 P 54c19b18c62d4bd88aafa8adae9c96b3 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:40.512460  6513 raft_consensus.cc:697] T 30b5e12fca7a4fb6ae956ab215dd2943 P 54c19b18c62d4bd88aafa8adae9c96b3 [term 1 LEADER]: Becoming Leader. State: Replica: 54c19b18c62d4bd88aafa8adae9c96b3, State: Running, Role: LEADER
I20260630 12:36:40.513187  6513 consensus_queue.cc:237] T 30b5e12fca7a4fb6ae956ab215dd2943 P 54c19b18c62d4bd88aafa8adae9c96b3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } } peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } }
I20260630 12:36:40.521195  6207 catalog_manager.cc:5697] T 30b5e12fca7a4fb6ae956ab215dd2943 P 54c19b18c62d4bd88aafa8adae9c96b3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 54c19b18c62d4bd88aafa8adae9c96b3 (127.0.192.3). New cstate: current_term: 1 leader_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:40.556753  6511 raft_consensus.cc:493] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:40.557224  6511 raft_consensus.cc:515] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } }
I20260630 12:36:40.559432  6511 leader_election.cc:290] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers faa7ab2de6454e1fb9103566649a1454 (127.0.192.1:43635), 54c19b18c62d4bd88aafa8adae9c96b3 (127.0.192.3:33103)
I20260630 12:36:40.570715  6311 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b0098e332ab04c8799682e1a7b52010d" candidate_uuid: "e1d144f13afa485e8bb4a796c79b058c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "faa7ab2de6454e1fb9103566649a1454" is_pre_election: true
I20260630 12:36:40.571393  6311 raft_consensus.cc:2468] T b0098e332ab04c8799682e1a7b52010d P faa7ab2de6454e1fb9103566649a1454 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e1d144f13afa485e8bb4a796c79b058c in term 0.
I20260630 12:36:40.571547  6460 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b0098e332ab04c8799682e1a7b52010d" candidate_uuid: "e1d144f13afa485e8bb4a796c79b058c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" is_pre_election: true
I20260630 12:36:40.572270  6460 raft_consensus.cc:2468] T b0098e332ab04c8799682e1a7b52010d P 54c19b18c62d4bd88aafa8adae9c96b3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e1d144f13afa485e8bb4a796c79b058c in term 0.
I20260630 12:36:40.572717  6352 leader_election.cc:304] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: e1d144f13afa485e8bb4a796c79b058c, faa7ab2de6454e1fb9103566649a1454; no voters: 
I20260630 12:36:40.573549  6511 raft_consensus.cc:2804] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:40.573889  6511 raft_consensus.cc:493] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:40.574168  6511 raft_consensus.cc:3060] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:40.579169  6511 raft_consensus.cc:515] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } }
I20260630 12:36:40.580894  6511 leader_election.cc:290] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [CANDIDATE]: Term 1 election: Requested vote from peers faa7ab2de6454e1fb9103566649a1454 (127.0.192.1:43635), 54c19b18c62d4bd88aafa8adae9c96b3 (127.0.192.3:33103)
I20260630 12:36:40.581698  6311 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b0098e332ab04c8799682e1a7b52010d" candidate_uuid: "e1d144f13afa485e8bb4a796c79b058c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "faa7ab2de6454e1fb9103566649a1454"
I20260630 12:36:40.581979  6460 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b0098e332ab04c8799682e1a7b52010d" candidate_uuid: "e1d144f13afa485e8bb4a796c79b058c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "54c19b18c62d4bd88aafa8adae9c96b3"
I20260630 12:36:40.582365  6311 raft_consensus.cc:3060] T b0098e332ab04c8799682e1a7b52010d P faa7ab2de6454e1fb9103566649a1454 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:40.582571  6460 raft_consensus.cc:3060] T b0098e332ab04c8799682e1a7b52010d P 54c19b18c62d4bd88aafa8adae9c96b3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:40.589704  6460 raft_consensus.cc:2468] T b0098e332ab04c8799682e1a7b52010d P 54c19b18c62d4bd88aafa8adae9c96b3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e1d144f13afa485e8bb4a796c79b058c in term 1.
I20260630 12:36:40.589704  6311 raft_consensus.cc:2468] T b0098e332ab04c8799682e1a7b52010d P faa7ab2de6454e1fb9103566649a1454 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e1d144f13afa485e8bb4a796c79b058c in term 1.
I20260630 12:36:40.591051  6352 leader_election.cc:304] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: e1d144f13afa485e8bb4a796c79b058c, faa7ab2de6454e1fb9103566649a1454; no voters: 
I20260630 12:36:40.591665  6511 raft_consensus.cc:2804] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:40.592792  6511 raft_consensus.cc:697] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [term 1 LEADER]: Becoming Leader. State: Replica: e1d144f13afa485e8bb4a796c79b058c, State: Running, Role: LEADER
I20260630 12:36:40.594137  6511 consensus_queue.cc:237] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } }
I20260630 12:36:40.602092  6207 catalog_manager.cc:5697] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c reported cstate change: term changed from 0 to 1, leader changed from <none> to e1d144f13afa485e8bb4a796c79b058c (127.0.192.2). New cstate: current_term: 1 leader_uuid: "e1d144f13afa485e8bb4a796c79b058c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:40.618294  6511 raft_consensus.cc:493] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:40.618813  6511 raft_consensus.cc:515] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } }
I20260630 12:36:40.620600  6511 leader_election.cc:290] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers faa7ab2de6454e1fb9103566649a1454 (127.0.192.1:43635), 54c19b18c62d4bd88aafa8adae9c96b3 (127.0.192.3:33103)
I20260630 12:36:40.621389  6311 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "67e448cf9d39455e9541d0f4f38e40c3" candidate_uuid: "e1d144f13afa485e8bb4a796c79b058c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "faa7ab2de6454e1fb9103566649a1454" is_pre_election: true
I20260630 12:36:40.621563  6460 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "67e448cf9d39455e9541d0f4f38e40c3" candidate_uuid: "e1d144f13afa485e8bb4a796c79b058c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" is_pre_election: true
I20260630 12:36:40.621976  6311 raft_consensus.cc:2468] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e1d144f13afa485e8bb4a796c79b058c in term 0.
I20260630 12:36:40.622253  6460 raft_consensus.cc:2468] T 67e448cf9d39455e9541d0f4f38e40c3 P 54c19b18c62d4bd88aafa8adae9c96b3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e1d144f13afa485e8bb4a796c79b058c in term 0.
I20260630 12:36:40.623131  6352 leader_election.cc:304] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: e1d144f13afa485e8bb4a796c79b058c, faa7ab2de6454e1fb9103566649a1454; no voters: 
I20260630 12:36:40.623858  6511 raft_consensus.cc:2804] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:40.624171  6511 raft_consensus.cc:493] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:40.624439  6511 raft_consensus.cc:3060] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:40.629455  6511 raft_consensus.cc:515] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } }
I20260630 12:36:40.631290  6511 leader_election.cc:290] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [CANDIDATE]: Term 1 election: Requested vote from peers faa7ab2de6454e1fb9103566649a1454 (127.0.192.1:43635), 54c19b18c62d4bd88aafa8adae9c96b3 (127.0.192.3:33103)
I20260630 12:36:40.632022  6311 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "67e448cf9d39455e9541d0f4f38e40c3" candidate_uuid: "e1d144f13afa485e8bb4a796c79b058c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "faa7ab2de6454e1fb9103566649a1454"
I20260630 12:36:40.632292  6460 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "67e448cf9d39455e9541d0f4f38e40c3" candidate_uuid: "e1d144f13afa485e8bb4a796c79b058c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "54c19b18c62d4bd88aafa8adae9c96b3"
I20260630 12:36:40.632567  6311 raft_consensus.cc:3060] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:40.632875  6460 raft_consensus.cc:3060] T 67e448cf9d39455e9541d0f4f38e40c3 P 54c19b18c62d4bd88aafa8adae9c96b3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:40.638208  6311 raft_consensus.cc:2468] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e1d144f13afa485e8bb4a796c79b058c in term 1.
I20260630 12:36:40.638226  6460 raft_consensus.cc:2468] T 67e448cf9d39455e9541d0f4f38e40c3 P 54c19b18c62d4bd88aafa8adae9c96b3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e1d144f13afa485e8bb4a796c79b058c in term 1.
I20260630 12:36:40.639421  6352 leader_election.cc:304] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 54c19b18c62d4bd88aafa8adae9c96b3, e1d144f13afa485e8bb4a796c79b058c; no voters: 
I20260630 12:36:40.640157  6511 raft_consensus.cc:2804] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:40.640650  6511 raft_consensus.cc:697] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [term 1 LEADER]: Becoming Leader. State: Replica: e1d144f13afa485e8bb4a796c79b058c, State: Running, Role: LEADER
I20260630 12:36:40.641355  6511 consensus_queue.cc:237] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } }
I20260630 12:36:40.648150  6207 catalog_manager.cc:5697] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c reported cstate change: term changed from 0 to 1, leader changed from <none> to e1d144f13afa485e8bb4a796c79b058c (127.0.192.2). New cstate: current_term: 1 leader_uuid: "e1d144f13afa485e8bb4a796c79b058c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:40.673167   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:40.679360  6529 instance_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:40.680925  6530 instance_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:40.683549  6532 instance_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:40.685153   768 server_base.cc:1061] running on GCE node
I20260630 12:36:40.686470   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:40.686671   768 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:40.686808   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823000686798 us; error 0 us; skew 500 ppm
I20260630 12:36:40.687242   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:40.690348   768 webserver.cc:533] Webserver started at http://127.0.192.4:45281/ using document root <none> and password file <none>
I20260630 12:36:40.691148   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:40.691443   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:40.691855   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:40.693703   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822852710831-768-0/minicluster-data/ts-3-root/instance:
uuid: "1161f264d3a94236b5659347f748faf3"
format_stamp: "Formatted at 2026-06-30 12:36:40 on dist-test-slave-n0zz"
I20260630 12:36:40.698772   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260630 12:36:40.702447  6537 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:40.703550   768 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260630 12:36:40.704175   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822852710831-768-0/minicluster-data/ts-3-root
uuid: "1161f264d3a94236b5659347f748faf3"
format_stamp: "Formatted at 2026-06-30 12:36:40 on dist-test-slave-n0zz"
I20260630 12:36:40.704546   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822852710831-768-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822852710831-768-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822852710831-768-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:40.719111   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:40.720253   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:40.721724   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:40.724187   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:40.724411   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:40.724659   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:40.724843   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:40.741185  6262 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:40.760061  6386 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "67e448cf9d39455e9541d0f4f38e40c3"
dest_uuid: "e1d144f13afa485e8bb4a796c79b058c"
mode: GRACEFUL
new_leader_uuid: "faa7ab2de6454e1fb9103566649a1454"
 from {username='slave'} at 127.0.0.1:54066
I20260630 12:36:40.760823  6386 raft_consensus.cc:606] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [term 1 LEADER]: Received request to transfer leadership to TS faa7ab2de6454e1fb9103566649a1454
I20260630 12:36:40.762392  6262 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 1
I20260630 12:36:40.762858  6262 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:40.777098   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.4:37999
I20260630 12:36:40.777180  6600 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.4:37999 every 8 connection(s)
I20260630 12:36:40.791559  6601 heartbeater.cc:344] Connected to a master server at 127.0.192.62:36275
I20260630 12:36:40.791963  6601 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:40.792698  6601 heartbeater.cc:507] Master 127.0.192.62:36275 requested a full tablet report, sending...
I20260630 12:36:40.794737  6207 ts_manager.cc:194] Registered new tserver with Master: 1161f264d3a94236b5659347f748faf3 (127.0.192.4:37999)
I20260630 12:36:40.796114  6207 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50370
I20260630 12:36:40.842525  6513 consensus_queue.cc:1048] T 30b5e12fca7a4fb6ae956ab215dd2943 P 54c19b18c62d4bd88aafa8adae9c96b3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:36:40.849228  6522 fault_injection.cc:43] FAULT INJECTION ENABLED!
W20260630 12:36:40.849560  6522 fault_injection.cc:44] THIS SERVER MAY CRASH!
I20260630 12:36:40.853518  6606 consensus_queue.cc:1048] T 30b5e12fca7a4fb6ae956ab215dd2943 P 54c19b18c62d4bd88aafa8adae9c96b3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:40.874498  6511 consensus_queue.cc:1048] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [LEADER]: Connected to new peer: Peer: permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:40.916754  6511 consensus_queue.cc:1048] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [LEADER]: Connected to new peer: Peer: permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:40.920876  6511 consensus_queue.cc:1048] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [LEADER]: Connected to new peer: Peer: permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:40.994717  6511 consensus_queue.cc:1048] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [LEADER]: Connected to new peer: Peer: permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:41.014439  6614 raft_consensus.cc:993] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c: : Instructing follower faa7ab2de6454e1fb9103566649a1454 to start an election
I20260630 12:36:41.015074  6511 raft_consensus.cc:1081] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [term 1 LEADER]: Signalling peer faa7ab2de6454e1fb9103566649a1454 to start an election
I20260630 12:36:41.016798  6310 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "67e448cf9d39455e9541d0f4f38e40c3"
dest_uuid: "faa7ab2de6454e1fb9103566649a1454"
 from {username='slave'} at 127.0.0.1:57110
I20260630 12:36:41.017302  6310 raft_consensus.cc:493] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:36:41.017571  6310 raft_consensus.cc:3060] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:41.022814  6310 raft_consensus.cc:515] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } }
I20260630 12:36:41.024940  6310 leader_election.cc:290] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 [CANDIDATE]: Term 2 election: Requested vote from peers e1d144f13afa485e8bb4a796c79b058c (127.0.192.2:33419), 54c19b18c62d4bd88aafa8adae9c96b3 (127.0.192.3:33103)
I20260630 12:36:41.036010  6386 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "67e448cf9d39455e9541d0f4f38e40c3" candidate_uuid: "faa7ab2de6454e1fb9103566649a1454" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "e1d144f13afa485e8bb4a796c79b058c"
I20260630 12:36:41.036710  6386 raft_consensus.cc:3055] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:36:41.037034  6386 raft_consensus.cc:740] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [term 1 LEADER]: Becoming Follower/Learner. State: Replica: e1d144f13afa485e8bb4a796c79b058c, State: Running, Role: LEADER
I20260630 12:36:41.037108  6460 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "67e448cf9d39455e9541d0f4f38e40c3" candidate_uuid: "faa7ab2de6454e1fb9103566649a1454" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "54c19b18c62d4bd88aafa8adae9c96b3"
I20260630 12:36:41.037762  6460 raft_consensus.cc:3060] T 67e448cf9d39455e9541d0f4f38e40c3 P 54c19b18c62d4bd88aafa8adae9c96b3 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:41.037832  6386 consensus_queue.cc:260] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [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: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } }
I20260630 12:36:41.039049  6386 raft_consensus.cc:3060] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:41.043351  6460 raft_consensus.cc:2468] T 67e448cf9d39455e9541d0f4f38e40c3 P 54c19b18c62d4bd88aafa8adae9c96b3 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate faa7ab2de6454e1fb9103566649a1454 in term 2.
I20260630 12:36:41.043923  6386 raft_consensus.cc:2468] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate faa7ab2de6454e1fb9103566649a1454 in term 2.
I20260630 12:36:41.044524  6277 leader_election.cc:304] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 [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: 54c19b18c62d4bd88aafa8adae9c96b3, faa7ab2de6454e1fb9103566649a1454; no voters: 
I20260630 12:36:41.045440  6512 raft_consensus.cc:2804] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:36:41.046396  6512 raft_consensus.cc:697] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 [term 2 LEADER]: Becoming Leader. State: Replica: faa7ab2de6454e1fb9103566649a1454, State: Running, Role: LEADER
I20260630 12:36:41.047032  6512 consensus_queue.cc:237] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 [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: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } }
I20260630 12:36:41.053244  6207 catalog_manager.cc:5697] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 reported cstate change: term changed from 1 to 2, leader changed from e1d144f13afa485e8bb4a796c79b058c (127.0.192.2) to faa7ab2de6454e1fb9103566649a1454 (127.0.192.1). New cstate: current_term: 2 leader_uuid: "faa7ab2de6454e1fb9103566649a1454" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:41.285658  6460 raft_consensus.cc:1275] T 67e448cf9d39455e9541d0f4f38e40c3 P 54c19b18c62d4bd88aafa8adae9c96b3 [term 2 FOLLOWER]: Refusing update from remote peer faa7ab2de6454e1fb9103566649a1454: 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:41.286965  6512 consensus_queue.cc:1048] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 [LEADER]: Connected to new peer: Peer: permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:36:41.412027  6386 raft_consensus.cc:1275] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [term 2 FOLLOWER]: Refusing update from remote peer faa7ab2de6454e1fb9103566649a1454: 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:41.413357  6512 consensus_queue.cc:1048] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:36:41.772240  6310 consensus_queue.cc:237] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 [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: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } attrs { replace: true } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: true } }
I20260630 12:36:41.779899  6386 raft_consensus.cc:1275] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [term 2 FOLLOWER]: Refusing update from remote peer faa7ab2de6454e1fb9103566649a1454: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:36:41.780673  6460 raft_consensus.cc:1275] T 67e448cf9d39455e9541d0f4f38e40c3 P 54c19b18c62d4bd88aafa8adae9c96b3 [term 2 FOLLOWER]: Refusing update from remote peer faa7ab2de6454e1fb9103566649a1454: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:36:41.781455  6622 consensus_queue.cc:1048] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:41.782398  6512 consensus_queue.cc:1048] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 [LEADER]: Connected to new peer: Peer: permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } 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:36:41.791293  6277 consensus_peers.cc:597] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 -> Peer 1161f264d3a94236b5659347f748faf3 (127.0.192.4:37999): Couldn't send request to peer 1161f264d3a94236b5659347f748faf3. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 67e448cf9d39455e9541d0f4f38e40c3. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:41.791512  6460 raft_consensus.cc:2955] T 67e448cf9d39455e9541d0f4f38e40c3 P 54c19b18c62d4bd88aafa8adae9c96b3 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 1161f264d3a94236b5659347f748faf3 (127.0.192.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } attrs { replace: true } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: true } } }
I20260630 12:36:41.791522  6386 raft_consensus.cc:2955] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 1161f264d3a94236b5659347f748faf3 (127.0.192.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } attrs { replace: true } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: true } } }
I20260630 12:36:41.798691  6601 heartbeater.cc:499] Master 127.0.192.62:36275 was elected leader, sending a full tablet report...
I20260630 12:36:41.803103  6207 catalog_manager.cc:5697] T 67e448cf9d39455e9541d0f4f38e40c3 P 54c19b18c62d4bd88aafa8adae9c96b3 reported cstate change: config changed from index -1 to 3, NON_VOTER 1161f264d3a94236b5659347f748faf3 (127.0.192.4) added. New cstate: current_term: 2 leader_uuid: "faa7ab2de6454e1fb9103566649a1454" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } attrs { replace: true } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: true } } }
I20260630 12:36:42.049150  6631 ts_tablet_manager.cc:933] T 67e448cf9d39455e9541d0f4f38e40c3 P 1161f264d3a94236b5659347f748faf3: Initiating tablet copy from peer faa7ab2de6454e1fb9103566649a1454 (127.0.192.1:43635)
I20260630 12:36:42.050621  6631 tablet_copy_client.cc:323] T 67e448cf9d39455e9541d0f4f38e40c3 P 1161f264d3a94236b5659347f748faf3: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.1:43635
I20260630 12:36:42.060111  6321 tablet_copy_service.cc:140] P faa7ab2de6454e1fb9103566649a1454: Received BeginTabletCopySession request for tablet 67e448cf9d39455e9541d0f4f38e40c3 from peer 1161f264d3a94236b5659347f748faf3 ({username='slave'} at 127.0.0.1:42018)
I20260630 12:36:42.060571  6321 tablet_copy_service.cc:161] P faa7ab2de6454e1fb9103566649a1454: Beginning new tablet copy session on tablet 67e448cf9d39455e9541d0f4f38e40c3 from peer 1161f264d3a94236b5659347f748faf3 at {username='slave'} at 127.0.0.1:42018: session id = 1161f264d3a94236b5659347f748faf3-67e448cf9d39455e9541d0f4f38e40c3
I20260630 12:36:42.066048  6321 tablet_copy_source_session.cc:215] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:42.068939  6631 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 67e448cf9d39455e9541d0f4f38e40c3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:42.080955  6631 tablet_copy_client.cc:806] T 67e448cf9d39455e9541d0f4f38e40c3 P 1161f264d3a94236b5659347f748faf3: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:42.081506  6631 tablet_copy_client.cc:670] T 67e448cf9d39455e9541d0f4f38e40c3 P 1161f264d3a94236b5659347f748faf3: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:42.085206  6631 tablet_copy_client.cc:538] T 67e448cf9d39455e9541d0f4f38e40c3 P 1161f264d3a94236b5659347f748faf3: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:42.087482  6622 raft_consensus.cc:2955] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 1161f264d3a94236b5659347f748faf3 (127.0.192.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } attrs { replace: true } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: true } } }
I20260630 12:36:42.092761  6631 tablet_bootstrap.cc:492] T 67e448cf9d39455e9541d0f4f38e40c3 P 1161f264d3a94236b5659347f748faf3: Bootstrap starting.
I20260630 12:36:42.110630  6386 consensus_queue.cc:237] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [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: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } attrs { replace: true } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: true } }
I20260630 12:36:42.115130  6631 tablet_bootstrap.cc:492] T 67e448cf9d39455e9541d0f4f38e40c3 P 1161f264d3a94236b5659347f748faf3: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260630 12:36:42.116456  6631 tablet_bootstrap.cc:492] T 67e448cf9d39455e9541d0f4f38e40c3 P 1161f264d3a94236b5659347f748faf3: Bootstrap complete.
I20260630 12:36:42.117228  6631 ts_tablet_manager.cc:1403] T 67e448cf9d39455e9541d0f4f38e40c3 P 1161f264d3a94236b5659347f748faf3: Time spent bootstrapping tablet: real 0.025s	user 0.014s	sys 0.012s
I20260630 12:36:42.119796  6631 raft_consensus.cc:359] T 67e448cf9d39455e9541d0f4f38e40c3 P 1161f264d3a94236b5659347f748faf3 [term 2 NON_PARTICIPANT]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } }
I20260630 12:36:42.121081  6631 raft_consensus.cc:740] T 67e448cf9d39455e9541d0f4f38e40c3 P 1161f264d3a94236b5659347f748faf3 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 1161f264d3a94236b5659347f748faf3, State: Initialized, Role: LEARNER
I20260630 12:36:42.122001  6460 raft_consensus.cc:1275] T b0098e332ab04c8799682e1a7b52010d P 54c19b18c62d4bd88aafa8adae9c96b3 [term 1 FOLLOWER]: Refusing update from remote peer e1d144f13afa485e8bb4a796c79b058c: 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:42.121815  6631 consensus_queue.cc:260] T 67e448cf9d39455e9541d0f4f38e40c3 P 1161f264d3a94236b5659347f748faf3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 2, Last appended: 2.3, Last appended by leader: 3, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } attrs { replace: true } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: true } }
I20260630 12:36:42.122287  6310 raft_consensus.cc:1275] T b0098e332ab04c8799682e1a7b52010d P faa7ab2de6454e1fb9103566649a1454 [term 1 FOLLOWER]: Refusing update from remote peer e1d144f13afa485e8bb4a796c79b058c: 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:42.124083  6636 consensus_queue.cc:1048] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [LEADER]: Connected to new peer: Peer: permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:36:42.125938  6631 ts_tablet_manager.cc:1434] T 67e448cf9d39455e9541d0f4f38e40c3 P 1161f264d3a94236b5659347f748faf3: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:36:42.126999  6526 consensus_queue.cc:1048] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [LEADER]: Connected to new peer: Peer: permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } 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:42.128748  6321 tablet_copy_service.cc:342] P faa7ab2de6454e1fb9103566649a1454: Request end of tablet copy session 1161f264d3a94236b5659347f748faf3-67e448cf9d39455e9541d0f4f38e40c3 received from {username='slave'} at 127.0.0.1:42018
I20260630 12:36:42.129279  6321 tablet_copy_service.cc:434] P faa7ab2de6454e1fb9103566649a1454: ending tablet copy session 1161f264d3a94236b5659347f748faf3-67e448cf9d39455e9541d0f4f38e40c3 on tablet 67e448cf9d39455e9541d0f4f38e40c3 with peer 1161f264d3a94236b5659347f748faf3
W20260630 12:36:42.137850  6352 consensus_peers.cc:597] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c -> Peer 1161f264d3a94236b5659347f748faf3 (127.0.192.4:37999): Couldn't send request to peer 1161f264d3a94236b5659347f748faf3. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b0098e332ab04c8799682e1a7b52010d. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:42.141613  6310 raft_consensus.cc:2955] T b0098e332ab04c8799682e1a7b52010d P faa7ab2de6454e1fb9103566649a1454 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1161f264d3a94236b5659347f748faf3 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } attrs { replace: true } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: true } } }
I20260630 12:36:42.143731  6460 raft_consensus.cc:2955] T b0098e332ab04c8799682e1a7b52010d P 54c19b18c62d4bd88aafa8adae9c96b3 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1161f264d3a94236b5659347f748faf3 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } attrs { replace: true } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: true } } }
I20260630 12:36:42.155968  6206 catalog_manager.cc:5697] T b0098e332ab04c8799682e1a7b52010d P 54c19b18c62d4bd88aafa8adae9c96b3 reported cstate change: config changed from index -1 to 2, NON_VOTER 1161f264d3a94236b5659347f748faf3 (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "e1d144f13afa485e8bb4a796c79b058c" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } attrs { replace: true } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: true } } }
I20260630 12:36:42.276729  6526 raft_consensus.cc:2955] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1161f264d3a94236b5659347f748faf3 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } attrs { replace: true } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: true } } }
I20260630 12:36:42.282127  6576 raft_consensus.cc:1217] T 67e448cf9d39455e9541d0f4f38e40c3 P 1161f264d3a94236b5659347f748faf3 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:36:42.283088  6576 raft_consensus.cc:2955] T 67e448cf9d39455e9541d0f4f38e40c3 P 1161f264d3a94236b5659347f748faf3 [term 2 LEARNER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 1161f264d3a94236b5659347f748faf3 (127.0.192.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } attrs { replace: true } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: true } } }
I20260630 12:36:42.470947  6631 ts_tablet_manager.cc:933] T b0098e332ab04c8799682e1a7b52010d P 1161f264d3a94236b5659347f748faf3: Initiating tablet copy from peer e1d144f13afa485e8bb4a796c79b058c (127.0.192.2:33419)
I20260630 12:36:42.472769  6631 tablet_copy_client.cc:323] T b0098e332ab04c8799682e1a7b52010d P 1161f264d3a94236b5659347f748faf3: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.2:33419
I20260630 12:36:42.482623  6396 tablet_copy_service.cc:140] P e1d144f13afa485e8bb4a796c79b058c: Received BeginTabletCopySession request for tablet b0098e332ab04c8799682e1a7b52010d from peer 1161f264d3a94236b5659347f748faf3 ({username='slave'} at 127.0.0.1:54094)
I20260630 12:36:42.483152  6396 tablet_copy_service.cc:161] P e1d144f13afa485e8bb4a796c79b058c: Beginning new tablet copy session on tablet b0098e332ab04c8799682e1a7b52010d from peer 1161f264d3a94236b5659347f748faf3 at {username='slave'} at 127.0.0.1:54094: session id = 1161f264d3a94236b5659347f748faf3-b0098e332ab04c8799682e1a7b52010d
I20260630 12:36:42.489171  6396 tablet_copy_source_session.cc:215] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:42.492003  6631 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b0098e332ab04c8799682e1a7b52010d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:42.502954  6631 tablet_copy_client.cc:806] T b0098e332ab04c8799682e1a7b52010d P 1161f264d3a94236b5659347f748faf3: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:42.503587  6631 tablet_copy_client.cc:670] T b0098e332ab04c8799682e1a7b52010d P 1161f264d3a94236b5659347f748faf3: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:42.507357  6631 tablet_copy_client.cc:538] T b0098e332ab04c8799682e1a7b52010d P 1161f264d3a94236b5659347f748faf3: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:42.513919  6631 tablet_bootstrap.cc:492] T b0098e332ab04c8799682e1a7b52010d P 1161f264d3a94236b5659347f748faf3: Bootstrap starting.
I20260630 12:36:42.528826  6631 tablet_bootstrap.cc:492] T b0098e332ab04c8799682e1a7b52010d P 1161f264d3a94236b5659347f748faf3: 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:42.529583  6631 tablet_bootstrap.cc:492] T b0098e332ab04c8799682e1a7b52010d P 1161f264d3a94236b5659347f748faf3: Bootstrap complete.
I20260630 12:36:42.530181  6631 ts_tablet_manager.cc:1403] T b0098e332ab04c8799682e1a7b52010d P 1161f264d3a94236b5659347f748faf3: Time spent bootstrapping tablet: real 0.016s	user 0.007s	sys 0.008s
I20260630 12:36:42.532691  6631 raft_consensus.cc:359] T b0098e332ab04c8799682e1a7b52010d P 1161f264d3a94236b5659347f748faf3 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } attrs { replace: true } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: true } }
I20260630 12:36:42.533321  6631 raft_consensus.cc:740] T b0098e332ab04c8799682e1a7b52010d P 1161f264d3a94236b5659347f748faf3 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 1161f264d3a94236b5659347f748faf3, State: Initialized, Role: LEARNER
I20260630 12:36:42.533846  6631 consensus_queue.cc:260] T b0098e332ab04c8799682e1a7b52010d P 1161f264d3a94236b5659347f748faf3 [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: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } attrs { replace: true } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: true } }
I20260630 12:36:42.535866  6631 ts_tablet_manager.cc:1434] T b0098e332ab04c8799682e1a7b52010d P 1161f264d3a94236b5659347f748faf3: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:36:42.537919  6396 tablet_copy_service.cc:342] P e1d144f13afa485e8bb4a796c79b058c: Request end of tablet copy session 1161f264d3a94236b5659347f748faf3-b0098e332ab04c8799682e1a7b52010d received from {username='slave'} at 127.0.0.1:54094
I20260630 12:36:42.538389  6396 tablet_copy_service.cc:434] P e1d144f13afa485e8bb4a796c79b058c: ending tablet copy session 1161f264d3a94236b5659347f748faf3-b0098e332ab04c8799682e1a7b52010d on tablet b0098e332ab04c8799682e1a7b52010d with peer 1161f264d3a94236b5659347f748faf3
I20260630 12:36:42.714972  6512 raft_consensus.cc:1064] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454: attempting to promote NON_VOTER 1161f264d3a94236b5659347f748faf3 to VOTER
I20260630 12:36:42.717702  6512 consensus_queue.cc:237] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 [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: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } attrs { replace: true } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: false } }
I20260630 12:36:42.724292  6576 raft_consensus.cc:1275] T 67e448cf9d39455e9541d0f4f38e40c3 P 1161f264d3a94236b5659347f748faf3 [term 2 LEARNER]: Refusing update from remote peer faa7ab2de6454e1fb9103566649a1454: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:36:42.724543  6460 raft_consensus.cc:1275] T 67e448cf9d39455e9541d0f4f38e40c3 P 54c19b18c62d4bd88aafa8adae9c96b3 [term 2 FOLLOWER]: Refusing update from remote peer faa7ab2de6454e1fb9103566649a1454: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:36:42.724960  6386 raft_consensus.cc:1275] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [term 2 FOLLOWER]: Refusing update from remote peer faa7ab2de6454e1fb9103566649a1454: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:36:42.726348  6618 consensus_queue.cc:1048] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 [LEADER]: Connected to new peer: Peer: permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } 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:36:42.727370  6625 consensus_queue.cc:1048] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:36:42.728396  6512 consensus_queue.cc:1048] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37999 } 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:42.740711  6576 raft_consensus.cc:2955] T 67e448cf9d39455e9541d0f4f38e40c3 P 1161f264d3a94236b5659347f748faf3 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 1161f264d3a94236b5659347f748faf3 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } attrs { replace: true } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: false } } }
I20260630 12:36:42.740533  6460 raft_consensus.cc:2955] T 67e448cf9d39455e9541d0f4f38e40c3 P 54c19b18c62d4bd88aafa8adae9c96b3 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 1161f264d3a94236b5659347f748faf3 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } attrs { replace: true } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: false } } }
I20260630 12:36:42.754536  6208 catalog_manager.cc:5697] T 67e448cf9d39455e9541d0f4f38e40c3 P 1161f264d3a94236b5659347f748faf3 reported cstate change: config changed from index 3 to 4, 1161f264d3a94236b5659347f748faf3 (127.0.192.4) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "faa7ab2de6454e1fb9103566649a1454" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } attrs { replace: true } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: false } } }
I20260630 12:36:42.763839  6262 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:42.766839  6262 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:42.767366  6262 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:42.779425  6576 raft_consensus.cc:1217] T b0098e332ab04c8799682e1a7b52010d P 1161f264d3a94236b5659347f748faf3 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:36:42.927477  6625 raft_consensus.cc:2955] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 1161f264d3a94236b5659347f748faf3 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } attrs { replace: true } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: false } } }
I20260630 12:36:42.939947  6386 raft_consensus.cc:2955] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 1161f264d3a94236b5659347f748faf3 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } attrs { replace: true } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: false } } }
I20260630 12:36:42.947717  6310 consensus_queue.cc:237] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 [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: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: false } }
I20260630 12:36:42.955858  6576 raft_consensus.cc:1275] T 67e448cf9d39455e9541d0f4f38e40c3 P 1161f264d3a94236b5659347f748faf3 [term 2 FOLLOWER]: Refusing update from remote peer faa7ab2de6454e1fb9103566649a1454: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:36:42.955880  6386 raft_consensus.cc:1275] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [term 2 FOLLOWER]: Refusing update from remote peer faa7ab2de6454e1fb9103566649a1454: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:36:42.957882  6512 consensus_queue.cc:1048] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:36:42.958765  6618 consensus_queue.cc:1048] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37999 } 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:36:42.968611  6576 raft_consensus.cc:2955] T 67e448cf9d39455e9541d0f4f38e40c3 P 1161f264d3a94236b5659347f748faf3 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 54c19b18c62d4bd88aafa8adae9c96b3 (127.0.192.3) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: false } } }
I20260630 12:36:42.969111  6385 raft_consensus.cc:2955] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 54c19b18c62d4bd88aafa8adae9c96b3 (127.0.192.3) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: false } } }
I20260630 12:36:42.982723  6208 catalog_manager.cc:5697] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c reported cstate change: config changed from index 4 to 5, VOTER 54c19b18c62d4bd88aafa8adae9c96b3 (127.0.192.3) evicted. New cstate: current_term: 2 leader_uuid: "faa7ab2de6454e1fb9103566649a1454" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: false } } }
I20260630 12:36:43.163300  6449 tablet_service.cc:1558] Processing DeleteTablet for tablet 67e448cf9d39455e9541d0f4f38e40c3 with delete_type TABLET_DATA_TOMBSTONED (TS 54c19b18c62d4bd88aafa8adae9c96b3 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:37198
I20260630 12:36:43.165269  6647 tablet_replica.cc:333] T 67e448cf9d39455e9541d0f4f38e40c3 P 54c19b18c62d4bd88aafa8adae9c96b3: stopping tablet replica
I20260630 12:36:43.166173  6647 raft_consensus.cc:2243] T 67e448cf9d39455e9541d0f4f38e40c3 P 54c19b18c62d4bd88aafa8adae9c96b3 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:43.166886  6647 raft_consensus.cc:2272] T 67e448cf9d39455e9541d0f4f38e40c3 P 54c19b18c62d4bd88aafa8adae9c96b3 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:43.169934  6647 ts_tablet_manager.cc:1916] T 67e448cf9d39455e9541d0f4f38e40c3 P 54c19b18c62d4bd88aafa8adae9c96b3: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:43.186579  6647 ts_tablet_manager.cc:1929] T 67e448cf9d39455e9541d0f4f38e40c3 P 54c19b18c62d4bd88aafa8adae9c96b3: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260630 12:36:43.186997  6647 log.cc:1199] T 67e448cf9d39455e9541d0f4f38e40c3 P 54c19b18c62d4bd88aafa8adae9c96b3: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822852710831-768-0/minicluster-data/ts-2-root/wals/67e448cf9d39455e9541d0f4f38e40c3
I20260630 12:36:43.188905  6196 catalog_manager.cc:5028] TS 54c19b18c62d4bd88aafa8adae9c96b3 (127.0.192.3:33103): tablet 67e448cf9d39455e9541d0f4f38e40c3 (table test-workload [id=3176a2d4f52e4b3d84542407e80f7986]) successfully deleted
I20260630 12:36:43.315713  6526 raft_consensus.cc:1064] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c: attempting to promote NON_VOTER 1161f264d3a94236b5659347f748faf3 to VOTER
I20260630 12:36:43.317960  6526 consensus_queue.cc:237] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [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: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } attrs { replace: true } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: false } }
I20260630 12:36:43.324852  6576 raft_consensus.cc:1275] T b0098e332ab04c8799682e1a7b52010d P 1161f264d3a94236b5659347f748faf3 [term 1 LEARNER]: Refusing update from remote peer e1d144f13afa485e8bb4a796c79b058c: 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:43.325690  6460 raft_consensus.cc:1275] T b0098e332ab04c8799682e1a7b52010d P 54c19b18c62d4bd88aafa8adae9c96b3 [term 1 FOLLOWER]: Refusing update from remote peer e1d144f13afa485e8bb4a796c79b058c: 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:43.326709  6310 raft_consensus.cc:1275] T b0098e332ab04c8799682e1a7b52010d P faa7ab2de6454e1fb9103566649a1454 [term 1 FOLLOWER]: Refusing update from remote peer e1d144f13afa485e8bb4a796c79b058c: 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:43.326929  6649 consensus_queue.cc:1048] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [LEADER]: Connected to new peer: Peer: permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37999 } 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:43.327965  6526 consensus_queue.cc:1048] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [LEADER]: Connected to new peer: Peer: permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:43.328938  6636 consensus_queue.cc:1048] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [LEADER]: Connected to new peer: Peer: permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } 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:43.353523  6460 raft_consensus.cc:2955] T b0098e332ab04c8799682e1a7b52010d P 54c19b18c62d4bd88aafa8adae9c96b3 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 1161f264d3a94236b5659347f748faf3 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } attrs { replace: true } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: false } } }
I20260630 12:36:43.353890  6576 raft_consensus.cc:2955] T b0098e332ab04c8799682e1a7b52010d P 1161f264d3a94236b5659347f748faf3 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 1161f264d3a94236b5659347f748faf3 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } attrs { replace: true } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: false } } }
I20260630 12:36:43.365276  6206 catalog_manager.cc:5697] T b0098e332ab04c8799682e1a7b52010d P 54c19b18c62d4bd88aafa8adae9c96b3 reported cstate change: config changed from index 2 to 3, 1161f264d3a94236b5659347f748faf3 (127.0.192.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "e1d144f13afa485e8bb4a796c79b058c" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } attrs { replace: true } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: false } } }
I20260630 12:36:43.467810  6636 raft_consensus.cc:2955] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 1161f264d3a94236b5659347f748faf3 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } attrs { replace: true } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: false } } }
I20260630 12:36:43.479418  6310 raft_consensus.cc:2955] T b0098e332ab04c8799682e1a7b52010d P faa7ab2de6454e1fb9103566649a1454 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 1161f264d3a94236b5659347f748faf3 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } attrs { replace: true } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: false } } }
I20260630 12:36:43.517557  6385 consensus_queue.cc:237] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [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: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: false } }
I20260630 12:36:43.522351  6576 raft_consensus.cc:1275] T b0098e332ab04c8799682e1a7b52010d P 1161f264d3a94236b5659347f748faf3 [term 1 FOLLOWER]: Refusing update from remote peer e1d144f13afa485e8bb4a796c79b058c: 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:43.523614  6653 consensus_queue.cc:1048] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [LEADER]: Connected to new peer: Peer: permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37999 } 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:43.523783  6460 raft_consensus.cc:1275] T b0098e332ab04c8799682e1a7b52010d P 54c19b18c62d4bd88aafa8adae9c96b3 [term 1 FOLLOWER]: Refusing update from remote peer e1d144f13afa485e8bb4a796c79b058c: 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:43.525288  6649 consensus_queue.cc:1048] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [LEADER]: Connected to new peer: Peer: permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:43.531955  6576 raft_consensus.cc:2955] T b0098e332ab04c8799682e1a7b52010d P 1161f264d3a94236b5659347f748faf3 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER faa7ab2de6454e1fb9103566649a1454 (127.0.192.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: false } } }
I20260630 12:36:43.535041  6460 raft_consensus.cc:2955] T b0098e332ab04c8799682e1a7b52010d P 54c19b18c62d4bd88aafa8adae9c96b3 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER faa7ab2de6454e1fb9103566649a1454 (127.0.192.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: false } } }
I20260630 12:36:43.546460  6209 catalog_manager.cc:5697] T b0098e332ab04c8799682e1a7b52010d P 1161f264d3a94236b5659347f748faf3 reported cstate change: config changed from index 3 to 4, VOTER faa7ab2de6454e1fb9103566649a1454 (127.0.192.1) evicted. New cstate: current_term: 1 leader_uuid: "e1d144f13afa485e8bb4a796c79b058c" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: false } } }
I20260630 12:36:43.734421  6618 raft_consensus.cc:2955] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 54c19b18c62d4bd88aafa8adae9c96b3 (127.0.192.3) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "faa7ab2de6454e1fb9103566649a1454" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43635 } } peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: false } } }
I20260630 12:36:43.744973  6196 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 67e448cf9d39455e9541d0f4f38e40c3 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:43.883872  6300 tablet_service.cc:1558] Processing DeleteTablet for tablet b0098e332ab04c8799682e1a7b52010d with delete_type TABLET_DATA_TOMBSTONED (TS faa7ab2de6454e1fb9103566649a1454 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:57092
I20260630 12:36:43.892387  6656 tablet_replica.cc:333] T b0098e332ab04c8799682e1a7b52010d P faa7ab2de6454e1fb9103566649a1454: stopping tablet replica
I20260630 12:36:43.894738  6656 raft_consensus.cc:2243] T b0098e332ab04c8799682e1a7b52010d P faa7ab2de6454e1fb9103566649a1454 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:43.896701  6656 raft_consensus.cc:2272] T b0098e332ab04c8799682e1a7b52010d P faa7ab2de6454e1fb9103566649a1454 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:43.900552  6656 ts_tablet_manager.cc:1916] T b0098e332ab04c8799682e1a7b52010d P faa7ab2de6454e1fb9103566649a1454: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:43.916086  6656 ts_tablet_manager.cc:1929] T b0098e332ab04c8799682e1a7b52010d P faa7ab2de6454e1fb9103566649a1454: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:36:43.916477  6656 log.cc:1199] T b0098e332ab04c8799682e1a7b52010d P faa7ab2de6454e1fb9103566649a1454: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822852710831-768-0/minicluster-data/ts-0-root/wals/b0098e332ab04c8799682e1a7b52010d
I20260630 12:36:43.918740  6196 catalog_manager.cc:5028] TS faa7ab2de6454e1fb9103566649a1454 (127.0.192.1:43635): tablet b0098e332ab04c8799682e1a7b52010d (table test-workload [id=3176a2d4f52e4b3d84542407e80f7986]) successfully deleted
I20260630 12:36:44.132550  6653 raft_consensus.cc:2955] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER faa7ab2de6454e1fb9103566649a1454 (127.0.192.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e1d144f13afa485e8bb4a796c79b058c" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33419 } } peers { permanent_uuid: "54c19b18c62d4bd88aafa8adae9c96b3" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33103 } } peers { permanent_uuid: "1161f264d3a94236b5659347f748faf3" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37999 } attrs { promote: false } } }
I20260630 12:36:44.143826  6193 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet b0098e332ab04c8799682e1a7b52010d with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:44.768564  6262 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:44.771590  6262 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:44.772012  6262 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:46.773079  6262 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:46.775873  6262 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:46.776329  6262 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:48.777354  6262 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:48.780112  6262 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:48.780537  6262 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:50.781559  6262 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:50.784176  6262 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:50.784582  6262 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:50.865268   768 tablet_server.cc:179] TabletServer@127.0.192.1:0 shutting down...
I20260630 12:36:50.898336   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:50.899039   768 tablet_replica.cc:333] T 30b5e12fca7a4fb6ae956ab215dd2943 P faa7ab2de6454e1fb9103566649a1454: stopping tablet replica
I20260630 12:36:50.899549   768 raft_consensus.cc:2243] T 30b5e12fca7a4fb6ae956ab215dd2943 P faa7ab2de6454e1fb9103566649a1454 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:50.900031   768 raft_consensus.cc:2272] T 30b5e12fca7a4fb6ae956ab215dd2943 P faa7ab2de6454e1fb9103566649a1454 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:50.902127   768 tablet_replica.cc:333] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454: stopping tablet replica
I20260630 12:36:50.902715   768 raft_consensus.cc:2243] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:36:50.903582   768 raft_consensus.cc:2272] T 67e448cf9d39455e9541d0f4f38e40c3 P faa7ab2de6454e1fb9103566649a1454 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:50.922821   768 tablet_server.cc:196] TabletServer@127.0.192.1:0 shutdown complete.
I20260630 12:36:50.942263   768 tablet_server.cc:179] TabletServer@127.0.192.2:0 shutting down...
I20260630 12:36:50.969655   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:50.970440   768 tablet_replica.cc:333] T 30b5e12fca7a4fb6ae956ab215dd2943 P e1d144f13afa485e8bb4a796c79b058c: stopping tablet replica
I20260630 12:36:50.971098   768 raft_consensus.cc:2243] T 30b5e12fca7a4fb6ae956ab215dd2943 P e1d144f13afa485e8bb4a796c79b058c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:50.971671   768 raft_consensus.cc:2272] T 30b5e12fca7a4fb6ae956ab215dd2943 P e1d144f13afa485e8bb4a796c79b058c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:50.973901   768 tablet_replica.cc:333] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c: stopping tablet replica
I20260630 12:36:50.974602   768 raft_consensus.cc:2243] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:50.975278   768 raft_consensus.cc:2272] T 67e448cf9d39455e9541d0f4f38e40c3 P e1d144f13afa485e8bb4a796c79b058c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:50.977545   768 tablet_replica.cc:333] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c: stopping tablet replica
I20260630 12:36:50.978230   768 raft_consensus.cc:2243] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:50.979068   768 raft_consensus.cc:2272] T b0098e332ab04c8799682e1a7b52010d P e1d144f13afa485e8bb4a796c79b058c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:51.003925   768 tablet_server.cc:196] TabletServer@127.0.192.2:0 shutdown complete.
I20260630 12:36:51.019049   768 tablet_server.cc:179] TabletServer@127.0.192.3:0 shutting down...
I20260630 12:36:51.044938   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:51.045645   768 tablet_replica.cc:333] T b0098e332ab04c8799682e1a7b52010d P 54c19b18c62d4bd88aafa8adae9c96b3: stopping tablet replica
I20260630 12:36:51.046257   768 raft_consensus.cc:2243] T b0098e332ab04c8799682e1a7b52010d P 54c19b18c62d4bd88aafa8adae9c96b3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:51.047165   768 raft_consensus.cc:2272] T b0098e332ab04c8799682e1a7b52010d P 54c19b18c62d4bd88aafa8adae9c96b3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:51.049294   768 tablet_replica.cc:333] T 30b5e12fca7a4fb6ae956ab215dd2943 P 54c19b18c62d4bd88aafa8adae9c96b3: stopping tablet replica
I20260630 12:36:51.049737   768 raft_consensus.cc:2243] T 30b5e12fca7a4fb6ae956ab215dd2943 P 54c19b18c62d4bd88aafa8adae9c96b3 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:51.050673   768 raft_consensus.cc:2272] T 30b5e12fca7a4fb6ae956ab215dd2943 P 54c19b18c62d4bd88aafa8adae9c96b3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:51.074424   768 tablet_server.cc:196] TabletServer@127.0.192.3:0 shutdown complete.
I20260630 12:36:51.088410   768 tablet_server.cc:179] TabletServer@127.0.192.4:0 shutting down...
I20260630 12:36:51.110294   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:51.110929   768 tablet_replica.cc:333] T b0098e332ab04c8799682e1a7b52010d P 1161f264d3a94236b5659347f748faf3: stopping tablet replica
I20260630 12:36:51.111466   768 raft_consensus.cc:2243] T b0098e332ab04c8799682e1a7b52010d P 1161f264d3a94236b5659347f748faf3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:51.112248   768 raft_consensus.cc:2272] T b0098e332ab04c8799682e1a7b52010d P 1161f264d3a94236b5659347f748faf3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:51.114854   768 tablet_replica.cc:333] T 67e448cf9d39455e9541d0f4f38e40c3 P 1161f264d3a94236b5659347f748faf3: stopping tablet replica
I20260630 12:36:51.115343   768 raft_consensus.cc:2243] T 67e448cf9d39455e9541d0f4f38e40c3 P 1161f264d3a94236b5659347f748faf3 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:51.116003   768 raft_consensus.cc:2272] T 67e448cf9d39455e9541d0f4f38e40c3 P 1161f264d3a94236b5659347f748faf3 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:51.136682   768 tablet_server.cc:196] TabletServer@127.0.192.4:0 shutdown complete.
I20260630 12:36:51.149631   768 master.cc:562] Master@127.0.192.62:36275 shutting down...
I20260630 12:36:51.170733   768 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 14e827e00d954ed78c744f3a921727a2 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:51.171306   768 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 14e827e00d954ed78c744f3a921727a2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:51.171607   768 tablet_replica.cc:333] T 00000000000000000000000000000000 P 14e827e00d954ed78c744f3a921727a2: stopping tablet replica
I20260630 12:36:51.192452   768 master.cc:584] Master@127.0.192.62:36275 shutdown complete.
[       OK ] AutoRebalancerTest.AutoRebalancingUnstableCluster (12630 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor
I20260630 12:36:51.233737   768 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.192.62:38523
I20260630 12:36:51.234859   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:51.240621  6658 instance_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:51.240698  6659 instance_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:51.241523  6661 instance_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:51.242273   768 server_base.cc:1061] running on GCE node
I20260630 12:36:51.243052   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:51.243222   768 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:51.243333   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823011243322 us; error 0 us; skew 500 ppm
I20260630 12:36:51.243767   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:51.246136   768 webserver.cc:533] Webserver started at http://127.0.192.62:40045/ using document root <none> and password file <none>
I20260630 12:36:51.246883   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:51.247160   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:51.247421   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:51.248466   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822852710831-768-0/minicluster-data/master-0-root/instance:
uuid: "9eeb8595a62b4ecdadef4b07043f4b84"
format_stamp: "Formatted at 2026-06-30 12:36:51 on dist-test-slave-n0zz"
I20260630 12:36:51.252883   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:36:51.256297  6666 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:51.257047   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:36:51.257367   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822852710831-768-0/minicluster-data/master-0-root
uuid: "9eeb8595a62b4ecdadef4b07043f4b84"
format_stamp: "Formatted at 2026-06-30 12:36:51 on dist-test-slave-n0zz"
I20260630 12:36:51.257615   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822852710831-768-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822852710831-768-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822852710831-768-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:51.267287   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:51.268481   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:51.307987   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.62:38523
I20260630 12:36:51.308092  6717 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.62:38523 every 8 connection(s)
I20260630 12:36:51.312014  6718 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:51.323154  6718 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9eeb8595a62b4ecdadef4b07043f4b84: Bootstrap starting.
I20260630 12:36:51.327869  6718 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9eeb8595a62b4ecdadef4b07043f4b84: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:51.332252  6718 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9eeb8595a62b4ecdadef4b07043f4b84: No bootstrap required, opened a new log
I20260630 12:36:51.334453  6718 raft_consensus.cc:359] T 00000000000000000000000000000000 P 9eeb8595a62b4ecdadef4b07043f4b84 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9eeb8595a62b4ecdadef4b07043f4b84" member_type: VOTER }
I20260630 12:36:51.334826  6718 raft_consensus.cc:385] T 00000000000000000000000000000000 P 9eeb8595a62b4ecdadef4b07043f4b84 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:51.335016  6718 raft_consensus.cc:740] T 00000000000000000000000000000000 P 9eeb8595a62b4ecdadef4b07043f4b84 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9eeb8595a62b4ecdadef4b07043f4b84, State: Initialized, Role: FOLLOWER
I20260630 12:36:51.335513  6718 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9eeb8595a62b4ecdadef4b07043f4b84 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "9eeb8595a62b4ecdadef4b07043f4b84" member_type: VOTER }
I20260630 12:36:51.335953  6718 raft_consensus.cc:399] T 00000000000000000000000000000000 P 9eeb8595a62b4ecdadef4b07043f4b84 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:51.336164  6718 raft_consensus.cc:493] T 00000000000000000000000000000000 P 9eeb8595a62b4ecdadef4b07043f4b84 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:51.336380  6718 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 9eeb8595a62b4ecdadef4b07043f4b84 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:51.341193  6718 raft_consensus.cc:515] T 00000000000000000000000000000000 P 9eeb8595a62b4ecdadef4b07043f4b84 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9eeb8595a62b4ecdadef4b07043f4b84" member_type: VOTER }
I20260630 12:36:51.341693  6718 leader_election.cc:304] T 00000000000000000000000000000000 P 9eeb8595a62b4ecdadef4b07043f4b84 [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: 9eeb8595a62b4ecdadef4b07043f4b84; no voters: 
I20260630 12:36:51.342798  6718 leader_election.cc:290] T 00000000000000000000000000000000 P 9eeb8595a62b4ecdadef4b07043f4b84 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:51.343189  6721 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 9eeb8595a62b4ecdadef4b07043f4b84 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:51.344488  6721 raft_consensus.cc:697] T 00000000000000000000000000000000 P 9eeb8595a62b4ecdadef4b07043f4b84 [term 1 LEADER]: Becoming Leader. State: Replica: 9eeb8595a62b4ecdadef4b07043f4b84, State: Running, Role: LEADER
I20260630 12:36:51.345178  6721 consensus_queue.cc:237] T 00000000000000000000000000000000 P 9eeb8595a62b4ecdadef4b07043f4b84 [LEADER]: Queue going to LEADER mode. State: All 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: "9eeb8595a62b4ecdadef4b07043f4b84" member_type: VOTER }
I20260630 12:36:51.345959  6718 sys_catalog.cc:565] T 00000000000000000000000000000000 P 9eeb8595a62b4ecdadef4b07043f4b84 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:36:51.349642  6722 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9eeb8595a62b4ecdadef4b07043f4b84 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "9eeb8595a62b4ecdadef4b07043f4b84" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9eeb8595a62b4ecdadef4b07043f4b84" member_type: VOTER } }
I20260630 12:36:51.349962  6723 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9eeb8595a62b4ecdadef4b07043f4b84 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 9eeb8595a62b4ecdadef4b07043f4b84. Latest consensus state: current_term: 1 leader_uuid: "9eeb8595a62b4ecdadef4b07043f4b84" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9eeb8595a62b4ecdadef4b07043f4b84" member_type: VOTER } }
I20260630 12:36:51.350487  6722 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9eeb8595a62b4ecdadef4b07043f4b84 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:51.350859  6723 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9eeb8595a62b4ecdadef4b07043f4b84 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:51.356566  6727 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:36:51.364620  6727 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:36:51.365602   768 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:36:51.374051  6727 catalog_manager.cc:1383] Generated new cluster ID: 8d985a2c042447c685ff51716310571e
I20260630 12:36:51.374401  6727 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:36:51.413261  6727 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:36:51.414702  6727 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:36:51.430431  6727 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 9eeb8595a62b4ecdadef4b07043f4b84: Generated new TSK 0
I20260630 12:36:51.431156  6727 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:36:51.496688   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:51.503777  6739 instance_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:51.504618  6740 instance_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:51.506312  6742 instance_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:51.507231   768 server_base.cc:1061] running on GCE node
I20260630 12:36:51.508255   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:51.508520   768 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:51.508713   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823011508689 us; error 0 us; skew 500 ppm
I20260630 12:36:51.509261   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:51.511906   768 webserver.cc:533] Webserver started at http://127.0.192.1:43027/ using document root <none> and password file <none>
I20260630 12:36:51.512432   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:51.512663   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:51.512971   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:51.514250   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822852710831-768-0/minicluster-data/ts-0-root/instance:
uuid: "235e3420110f4a859686b722b313901b"
format_stamp: "Formatted at 2026-06-30 12:36:51 on dist-test-slave-n0zz"
I20260630 12:36:51.519160   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:36:51.522979  6747 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:51.523910   768 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260630 12:36:51.524196   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822852710831-768-0/minicluster-data/ts-0-root
uuid: "235e3420110f4a859686b722b313901b"
format_stamp: "Formatted at 2026-06-30 12:36:51 on dist-test-slave-n0zz"
I20260630 12:36:51.524441   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822852710831-768-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822852710831-768-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822852710831-768-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:51.549294   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:51.550446   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:51.551894   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:51.554368   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:51.554544   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:51.554831   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:51.555049   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:51.596284   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.1:46871
I20260630 12:36:51.596386  6809 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.1:46871 every 8 connection(s)
I20260630 12:36:51.601303   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:51.609176  6814 instance_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:51.611323  6815 instance_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:51.613399   768 server_base.cc:1061] running on GCE node
W20260630 12:36:51.614383  6817 instance_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:51.615634   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:51.615911   768 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:51.616180   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823011616159 us; error 0 us; skew 500 ppm
I20260630 12:36:51.616737  6810 heartbeater.cc:344] Connected to a master server at 127.0.192.62:38523
I20260630 12:36:51.616823   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:51.617244  6810 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:51.618137  6810 heartbeater.cc:507] Master 127.0.192.62:38523 requested a full tablet report, sending...
I20260630 12:36:51.619639   768 webserver.cc:533] Webserver started at http://127.0.192.2:42993/ using document root <none> and password file <none>
I20260630 12:36:51.620213   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:51.620430   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:51.620692   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:51.620607  6683 ts_manager.cc:194] Registered new tserver with Master: 235e3420110f4a859686b722b313901b (127.0.192.1:46871)
I20260630 12:36:51.621944   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822852710831-768-0/minicluster-data/ts-1-root/instance:
uuid: "c512241fcad24b1d9007e5b228758e59"
format_stamp: "Formatted at 2026-06-30 12:36:51 on dist-test-slave-n0zz"
I20260630 12:36:51.622711  6683 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33874
I20260630 12:36:51.626809   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:36:51.630163  6822 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:51.631004   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:36:51.631305   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822852710831-768-0/minicluster-data/ts-1-root
uuid: "c512241fcad24b1d9007e5b228758e59"
format_stamp: "Formatted at 2026-06-30 12:36:51 on dist-test-slave-n0zz"
I20260630 12:36:51.631601   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822852710831-768-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822852710831-768-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822852710831-768-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:51.651619   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:51.652839   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:51.654465   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:51.656800   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:51.657040   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:51.657290   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:51.657457   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:51.698673   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.2:40733
I20260630 12:36:51.698755  6884 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.2:40733 every 8 connection(s)
I20260630 12:36:51.703594   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:51.711066  6888 instance_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:51.713233  6889 instance_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:51.715257   768 server_base.cc:1061] running on GCE node
W20260630 12:36:51.715781  6892 instance_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:51.716789  6885 heartbeater.cc:344] Connected to a master server at 127.0.192.62:38523
I20260630 12:36:51.716846   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:51.717304   768 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:51.717388  6885 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:51.717542   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823011717522 us; error 0 us; skew 500 ppm
I20260630 12:36:51.718329   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:51.718356  6885 heartbeater.cc:507] Master 127.0.192.62:38523 requested a full tablet report, sending...
I20260630 12:36:51.720991  6683 ts_manager.cc:194] Registered new tserver with Master: c512241fcad24b1d9007e5b228758e59 (127.0.192.2:40733)
I20260630 12:36:51.721529   768 webserver.cc:533] Webserver started at http://127.0.192.3:33717/ using document root <none> and password file <none>
I20260630 12:36:51.722083   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:51.722347   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:51.722628   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:51.722818  6683 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33876
I20260630 12:36:51.724119   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822852710831-768-0/minicluster-data/ts-2-root/instance:
uuid: "9df7431328dd4c36a30ca5b9fe69fca1"
format_stamp: "Formatted at 2026-06-30 12:36:51 on dist-test-slave-n0zz"
I20260630 12:36:51.729290   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260630 12:36:51.732645  6896 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:51.733747   768 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:36:51.734014   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822852710831-768-0/minicluster-data/ts-2-root
uuid: "9df7431328dd4c36a30ca5b9fe69fca1"
format_stamp: "Formatted at 2026-06-30 12:36:51 on dist-test-slave-n0zz"
I20260630 12:36:51.734354   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822852710831-768-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822852710831-768-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822852710831-768-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:51.765041   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:51.766256   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:51.767606   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:51.769969   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:51.770157   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:51.770488   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:51.770640   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:51.810272   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.3:44217
I20260630 12:36:51.810451  6958 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.3:44217 every 8 connection(s)
I20260630 12:36:51.824177  6959 heartbeater.cc:344] Connected to a master server at 127.0.192.62:38523
I20260630 12:36:51.824594  6959 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:51.825316  6959 heartbeater.cc:507] Master 127.0.192.62:38523 requested a full tablet report, sending...
I20260630 12:36:51.827463  6683 ts_manager.cc:194] Registered new tserver with Master: 9df7431328dd4c36a30ca5b9fe69fca1 (127.0.192.3:44217)
I20260630 12:36:51.828272   768 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014669041s
I20260630 12:36:51.829121  6683 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33882
I20260630 12:36:52.625660  6810 heartbeater.cc:499] Master 127.0.192.62:38523 was elected leader, sending a full tablet report...
I20260630 12:36:52.726011  6885 heartbeater.cc:499] Master 127.0.192.62:38523 was elected leader, sending a full tablet report...
I20260630 12:36:52.832443  6959 heartbeater.cc:499] Master 127.0.192.62:38523 was elected leader, sending a full tablet report...
I20260630 12:36:52.886482  6683 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:33892:
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:52.888432  6683 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:52.940548  6850 tablet_service.cc:1511] Processing CreateTablet for tablet 6c3266f853234008bca2ff40ca9333bc (DEFAULT_TABLE table=test-workload [id=27656e84ccbf4c12891cec2c69e5b7e5]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:52.941980  6850 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6c3266f853234008bca2ff40ca9333bc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:52.945374  6775 tablet_service.cc:1511] Processing CreateTablet for tablet 6c3266f853234008bca2ff40ca9333bc (DEFAULT_TABLE table=test-workload [id=27656e84ccbf4c12891cec2c69e5b7e5]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:52.945443  6924 tablet_service.cc:1511] Processing CreateTablet for tablet 6c3266f853234008bca2ff40ca9333bc (DEFAULT_TABLE table=test-workload [id=27656e84ccbf4c12891cec2c69e5b7e5]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:52.946599  6775 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6c3266f853234008bca2ff40ca9333bc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:52.946779  6924 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6c3266f853234008bca2ff40ca9333bc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:52.961218  6979 tablet_bootstrap.cc:492] T 6c3266f853234008bca2ff40ca9333bc P 235e3420110f4a859686b722b313901b: Bootstrap starting.
I20260630 12:36:52.962754  6980 tablet_bootstrap.cc:492] T 6c3266f853234008bca2ff40ca9333bc P c512241fcad24b1d9007e5b228758e59: Bootstrap starting.
I20260630 12:36:52.966152  6981 tablet_bootstrap.cc:492] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1: Bootstrap starting.
I20260630 12:36:52.969745  6980 tablet_bootstrap.cc:654] T 6c3266f853234008bca2ff40ca9333bc P c512241fcad24b1d9007e5b228758e59: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:52.969846  6979 tablet_bootstrap.cc:654] T 6c3266f853234008bca2ff40ca9333bc P 235e3420110f4a859686b722b313901b: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:52.972294  6981 tablet_bootstrap.cc:654] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:52.976305  6979 tablet_bootstrap.cc:492] T 6c3266f853234008bca2ff40ca9333bc P 235e3420110f4a859686b722b313901b: No bootstrap required, opened a new log
I20260630 12:36:52.976778  6980 tablet_bootstrap.cc:492] T 6c3266f853234008bca2ff40ca9333bc P c512241fcad24b1d9007e5b228758e59: No bootstrap required, opened a new log
I20260630 12:36:52.976804  6979 ts_tablet_manager.cc:1403] T 6c3266f853234008bca2ff40ca9333bc P 235e3420110f4a859686b722b313901b: Time spent bootstrapping tablet: real 0.016s	user 0.012s	sys 0.000s
I20260630 12:36:52.977521  6980 ts_tablet_manager.cc:1403] T 6c3266f853234008bca2ff40ca9333bc P c512241fcad24b1d9007e5b228758e59: Time spent bootstrapping tablet: real 0.015s	user 0.004s	sys 0.008s
I20260630 12:36:52.977813  6981 tablet_bootstrap.cc:492] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1: No bootstrap required, opened a new log
I20260630 12:36:52.978389  6981 ts_tablet_manager.cc:1403] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1: Time spent bootstrapping tablet: real 0.013s	user 0.008s	sys 0.004s
I20260630 12:36:52.979911  6979 raft_consensus.cc:359] T 6c3266f853234008bca2ff40ca9333bc P 235e3420110f4a859686b722b313901b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c512241fcad24b1d9007e5b228758e59" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40733 } } peers { permanent_uuid: "235e3420110f4a859686b722b313901b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 46871 } } peers { permanent_uuid: "9df7431328dd4c36a30ca5b9fe69fca1" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 44217 } }
I20260630 12:36:52.980777  6979 raft_consensus.cc:385] T 6c3266f853234008bca2ff40ca9333bc P 235e3420110f4a859686b722b313901b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:52.980685  6980 raft_consensus.cc:359] T 6c3266f853234008bca2ff40ca9333bc P c512241fcad24b1d9007e5b228758e59 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c512241fcad24b1d9007e5b228758e59" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40733 } } peers { permanent_uuid: "235e3420110f4a859686b722b313901b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 46871 } } peers { permanent_uuid: "9df7431328dd4c36a30ca5b9fe69fca1" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 44217 } }
I20260630 12:36:52.981298  6979 raft_consensus.cc:740] T 6c3266f853234008bca2ff40ca9333bc P 235e3420110f4a859686b722b313901b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 235e3420110f4a859686b722b313901b, State: Initialized, Role: FOLLOWER
I20260630 12:36:52.981654  6980 raft_consensus.cc:385] T 6c3266f853234008bca2ff40ca9333bc P c512241fcad24b1d9007e5b228758e59 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:52.981335  6981 raft_consensus.cc:359] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c512241fcad24b1d9007e5b228758e59" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40733 } } peers { permanent_uuid: "235e3420110f4a859686b722b313901b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 46871 } } peers { permanent_uuid: "9df7431328dd4c36a30ca5b9fe69fca1" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 44217 } }
I20260630 12:36:52.982079  6980 raft_consensus.cc:740] T 6c3266f853234008bca2ff40ca9333bc P c512241fcad24b1d9007e5b228758e59 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c512241fcad24b1d9007e5b228758e59, State: Initialized, Role: FOLLOWER
I20260630 12:36:52.982338  6981 raft_consensus.cc:385] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:52.982780  6981 raft_consensus.cc:740] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9df7431328dd4c36a30ca5b9fe69fca1, State: Initialized, Role: FOLLOWER
I20260630 12:36:52.982501  6979 consensus_queue.cc:260] T 6c3266f853234008bca2ff40ca9333bc P 235e3420110f4a859686b722b313901b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c512241fcad24b1d9007e5b228758e59" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40733 } } peers { permanent_uuid: "235e3420110f4a859686b722b313901b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 46871 } } peers { permanent_uuid: "9df7431328dd4c36a30ca5b9fe69fca1" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 44217 } }
I20260630 12:36:52.983065  6980 consensus_queue.cc:260] T 6c3266f853234008bca2ff40ca9333bc P c512241fcad24b1d9007e5b228758e59 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c512241fcad24b1d9007e5b228758e59" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40733 } } peers { permanent_uuid: "235e3420110f4a859686b722b313901b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 46871 } } peers { permanent_uuid: "9df7431328dd4c36a30ca5b9fe69fca1" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 44217 } }
I20260630 12:36:52.983616  6981 consensus_queue.cc:260] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c512241fcad24b1d9007e5b228758e59" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40733 } } peers { permanent_uuid: "235e3420110f4a859686b722b313901b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 46871 } } peers { permanent_uuid: "9df7431328dd4c36a30ca5b9fe69fca1" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 44217 } }
I20260630 12:36:52.985742  6979 ts_tablet_manager.cc:1434] T 6c3266f853234008bca2ff40ca9333bc P 235e3420110f4a859686b722b313901b: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:36:52.992201  6981 ts_tablet_manager.cc:1434] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.005s
I20260630 12:36:52.994740  6980 ts_tablet_manager.cc:1434] T 6c3266f853234008bca2ff40ca9333bc P c512241fcad24b1d9007e5b228758e59: Time spent starting tablet: real 0.017s	user 0.013s	sys 0.005s
I20260630 12:36:53.054483  6987 raft_consensus.cc:493] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:53.055076  6987 raft_consensus.cc:515] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c512241fcad24b1d9007e5b228758e59" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40733 } } peers { permanent_uuid: "235e3420110f4a859686b722b313901b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 46871 } } peers { permanent_uuid: "9df7431328dd4c36a30ca5b9fe69fca1" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 44217 } }
I20260630 12:36:53.057520  6987 leader_election.cc:290] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c512241fcad24b1d9007e5b228758e59 (127.0.192.2:40733), 235e3420110f4a859686b722b313901b (127.0.192.1:46871)
W20260630 12:36:53.065637  6960 tablet.cc:2406] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:36:53.071409  6785 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6c3266f853234008bca2ff40ca9333bc" candidate_uuid: "9df7431328dd4c36a30ca5b9fe69fca1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "235e3420110f4a859686b722b313901b" is_pre_election: true
I20260630 12:36:53.071394  6860 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6c3266f853234008bca2ff40ca9333bc" candidate_uuid: "9df7431328dd4c36a30ca5b9fe69fca1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c512241fcad24b1d9007e5b228758e59" is_pre_election: true
I20260630 12:36:53.072213  6785 raft_consensus.cc:2468] T 6c3266f853234008bca2ff40ca9333bc P 235e3420110f4a859686b722b313901b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9df7431328dd4c36a30ca5b9fe69fca1 in term 0.
I20260630 12:36:53.072220  6860 raft_consensus.cc:2468] T 6c3266f853234008bca2ff40ca9333bc P c512241fcad24b1d9007e5b228758e59 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9df7431328dd4c36a30ca5b9fe69fca1 in term 0.
I20260630 12:36:53.073506  6897 leader_election.cc:304] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 235e3420110f4a859686b722b313901b, 9df7431328dd4c36a30ca5b9fe69fca1; no voters: 
I20260630 12:36:53.074260  6987 raft_consensus.cc:2804] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:53.074656  6987 raft_consensus.cc:493] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:53.074898  6987 raft_consensus.cc:3060] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:53.080236  6987 raft_consensus.cc:515] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c512241fcad24b1d9007e5b228758e59" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40733 } } peers { permanent_uuid: "235e3420110f4a859686b722b313901b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 46871 } } peers { permanent_uuid: "9df7431328dd4c36a30ca5b9fe69fca1" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 44217 } }
I20260630 12:36:53.081964  6987 leader_election.cc:290] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1 [CANDIDATE]: Term 1 election: Requested vote from peers c512241fcad24b1d9007e5b228758e59 (127.0.192.2:40733), 235e3420110f4a859686b722b313901b (127.0.192.1:46871)
I20260630 12:36:53.082984  6860 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6c3266f853234008bca2ff40ca9333bc" candidate_uuid: "9df7431328dd4c36a30ca5b9fe69fca1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c512241fcad24b1d9007e5b228758e59"
I20260630 12:36:53.082984  6785 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6c3266f853234008bca2ff40ca9333bc" candidate_uuid: "9df7431328dd4c36a30ca5b9fe69fca1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "235e3420110f4a859686b722b313901b"
I20260630 12:36:53.083923  6860 raft_consensus.cc:3060] T 6c3266f853234008bca2ff40ca9333bc P c512241fcad24b1d9007e5b228758e59 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:53.083943  6785 raft_consensus.cc:3060] T 6c3266f853234008bca2ff40ca9333bc P 235e3420110f4a859686b722b313901b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:53.091800  6785 raft_consensus.cc:2468] T 6c3266f853234008bca2ff40ca9333bc P 235e3420110f4a859686b722b313901b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9df7431328dd4c36a30ca5b9fe69fca1 in term 1.
I20260630 12:36:53.091801  6860 raft_consensus.cc:2468] T 6c3266f853234008bca2ff40ca9333bc P c512241fcad24b1d9007e5b228758e59 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9df7431328dd4c36a30ca5b9fe69fca1 in term 1.
I20260630 12:36:53.093390  6897 leader_election.cc:304] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 235e3420110f4a859686b722b313901b, 9df7431328dd4c36a30ca5b9fe69fca1; no voters: 
I20260630 12:36:53.094298  6987 raft_consensus.cc:2804] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:53.095597  6987 raft_consensus.cc:697] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1 [term 1 LEADER]: Becoming Leader. State: Replica: 9df7431328dd4c36a30ca5b9fe69fca1, State: Running, Role: LEADER
I20260630 12:36:53.096277  6987 consensus_queue.cc:237] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c512241fcad24b1d9007e5b228758e59" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40733 } } peers { permanent_uuid: "235e3420110f4a859686b722b313901b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 46871 } } peers { permanent_uuid: "9df7431328dd4c36a30ca5b9fe69fca1" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 44217 } }
I20260630 12:36:53.103762  6682 catalog_manager.cc:5697] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9df7431328dd4c36a30ca5b9fe69fca1 (127.0.192.3). New cstate: current_term: 1 leader_uuid: "9df7431328dd4c36a30ca5b9fe69fca1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c512241fcad24b1d9007e5b228758e59" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40733 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "235e3420110f4a859686b722b313901b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 46871 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9df7431328dd4c36a30ca5b9fe69fca1" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 44217 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:53.133746   768 tablet_server.cc:179] TabletServer@127.0.192.1:0 shutting down...
I20260630 12:36:53.152393   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:53.153292   768 tablet_replica.cc:333] T 6c3266f853234008bca2ff40ca9333bc P 235e3420110f4a859686b722b313901b: stopping tablet replica
I20260630 12:36:53.153877   768 raft_consensus.cc:2243] T 6c3266f853234008bca2ff40ca9333bc P 235e3420110f4a859686b722b313901b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:53.154353   768 raft_consensus.cc:2272] T 6c3266f853234008bca2ff40ca9333bc P 235e3420110f4a859686b722b313901b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:53.173285   768 tablet_server.cc:196] TabletServer@127.0.192.1:0 shutdown complete.
I20260630 12:36:53.362735  6736 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:53.364192  6736 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:53.364530  6736 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:36:53.507015  6897 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.192.1:46871: connect: Connection refused (error 111) [suppressed 38 similar messages]
W20260630 12:36:53.510249  6897 consensus_peers.cc:597] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1 -> Peer 235e3420110f4a859686b722b313901b (127.0.192.1:46871): Couldn't send request to peer 235e3420110f4a859686b722b313901b. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:46871: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:53.523237  6987 consensus_queue.cc:1048] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c512241fcad24b1d9007e5b228758e59" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40733 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:55.365684  6736 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:55.367566  6736 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:55.368002  6736 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:36:56.222363  6897 consensus_peers.cc:597] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1 -> Peer 235e3420110f4a859686b722b313901b (127.0.192.1:46871): Couldn't send request to peer 235e3420110f4a859686b722b313901b. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:46871: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
I20260630 12:36:57.369045  6736 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:57.370425  6736 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:57.370886  6736 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:36:58.580714  6897 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.192.1:46871: connect: Connection refused (error 111) [suppressed 9 similar messages]
W20260630 12:36:58.583298  6897 consensus_peers.cc:597] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1 -> Peer 235e3420110f4a859686b722b313901b (127.0.192.1:46871): Couldn't send request to peer 235e3420110f4a859686b722b313901b. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:46871: connect: Connection refused (error 111). This is attempt 11: this message will repeat every 5th retry.
I20260630 12:36:59.371855  6736 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:59.373229  6736 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:59.373571  6736 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:37:00.930326  6897 consensus_peers.cc:597] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1 -> Peer 235e3420110f4a859686b722b313901b (127.0.192.1:46871): Couldn't send request to peer 235e3420110f4a859686b722b313901b. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:46871: connect: Connection refused (error 111). This is attempt 16: this message will repeat every 5th retry.
I20260630 12:37:01.374679  6736 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:37:01.376065  6736 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:37:01.376403  6736 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:37:03.317559  6897 consensus_peers.cc:597] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1 -> Peer 235e3420110f4a859686b722b313901b (127.0.192.1:46871): Couldn't send request to peer 235e3420110f4a859686b722b313901b. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:46871: connect: Connection refused (error 111). This is attempt 21: this message will repeat every 5th retry.
I20260630 12:37:03.377671  6736 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:37:03.379256  6736 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:37:03.379587  6736 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:37:03.805269  6897 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.192.1:46871: connect: Connection refused (error 111) [suppressed 10 similar messages]
I20260630 12:37:04.246445   768 tablet_server.cc:179] TabletServer@127.0.192.2:0 shutting down...
I20260630 12:37:04.279950   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:04.280840   768 tablet_replica.cc:333] T 6c3266f853234008bca2ff40ca9333bc P c512241fcad24b1d9007e5b228758e59: stopping tablet replica
I20260630 12:37:04.281484   768 raft_consensus.cc:2243] T 6c3266f853234008bca2ff40ca9333bc P c512241fcad24b1d9007e5b228758e59 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:04.282140   768 raft_consensus.cc:2272] T 6c3266f853234008bca2ff40ca9333bc P c512241fcad24b1d9007e5b228758e59 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:04.312338   768 tablet_server.cc:196] TabletServer@127.0.192.2:0 shutdown complete.
I20260630 12:37:04.327821   768 tablet_server.cc:179] TabletServer@127.0.192.3:0 shutting down...
I20260630 12:37:04.353255   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:04.353953   768 tablet_replica.cc:333] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1: stopping tablet replica
I20260630 12:37:04.354534   768 raft_consensus.cc:2243] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:04.355515   768 raft_consensus.cc:2272] T 6c3266f853234008bca2ff40ca9333bc P 9df7431328dd4c36a30ca5b9fe69fca1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:04.376148   768 tablet_server.cc:196] TabletServer@127.0.192.3:0 shutdown complete.
I20260630 12:37:04.389735   768 master.cc:562] Master@127.0.192.62:38523 shutting down...
I20260630 12:37:04.417168   768 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 9eeb8595a62b4ecdadef4b07043f4b84 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:04.417835   768 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 9eeb8595a62b4ecdadef4b07043f4b84 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:04.418135   768 tablet_replica.cc:333] T 00000000000000000000000000000000 P 9eeb8595a62b4ecdadef4b07043f4b84: stopping tablet replica
I20260630 12:37:04.438027   768 master.cc:584] Master@127.0.192.62:38523 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor (13242 ms)
[ RUN      ] AutoRebalancerTest.NoRebalancingIfReplicasRecovering
I20260630 12:37:04.476941   768 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.192.62:36843
I20260630 12:37:04.478087   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:04.484685  7021 instance_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:04.484931  7020 instance_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:04.485163  7023 instance_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:04.486006   768 server_base.cc:1061] running on GCE node
I20260630 12:37:04.486934   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:04.487118   768 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:04.487231   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823024487219 us; error 0 us; skew 500 ppm
I20260630 12:37:04.487674   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:04.490118   768 webserver.cc:533] Webserver started at http://127.0.192.62:36039/ using document root <none> and password file <none>
I20260630 12:37:04.490849   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:04.491055   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:04.491343   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:04.492597   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822852710831-768-0/minicluster-data/master-0-root/instance:
uuid: "2b6f996cc49f4909879c80ef17b95abb"
format_stamp: "Formatted at 2026-06-30 12:37:04 on dist-test-slave-n0zz"
I20260630 12:37:04.497255   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:37:04.500959  7028 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:04.501931   768 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:37:04.502301   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822852710831-768-0/minicluster-data/master-0-root
uuid: "2b6f996cc49f4909879c80ef17b95abb"
format_stamp: "Formatted at 2026-06-30 12:37:04 on dist-test-slave-n0zz"
I20260630 12:37:04.502652   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822852710831-768-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822852710831-768-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822852710831-768-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:04.531375   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:04.532593   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:04.572013   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.62:36843
I20260630 12:37:04.572149  7079 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.62:36843 every 8 connection(s)
I20260630 12:37:04.576092  7080 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:04.589818  7080 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2b6f996cc49f4909879c80ef17b95abb: Bootstrap starting.
I20260630 12:37:04.594933  7080 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2b6f996cc49f4909879c80ef17b95abb: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:04.599381  7080 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2b6f996cc49f4909879c80ef17b95abb: No bootstrap required, opened a new log
I20260630 12:37:04.601619  7080 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2b6f996cc49f4909879c80ef17b95abb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2b6f996cc49f4909879c80ef17b95abb" member_type: VOTER }
I20260630 12:37:04.602057  7080 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2b6f996cc49f4909879c80ef17b95abb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:04.602324  7080 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2b6f996cc49f4909879c80ef17b95abb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2b6f996cc49f4909879c80ef17b95abb, State: Initialized, Role: FOLLOWER
I20260630 12:37:04.602866  7080 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2b6f996cc49f4909879c80ef17b95abb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "2b6f996cc49f4909879c80ef17b95abb" member_type: VOTER }
I20260630 12:37:04.603319  7080 raft_consensus.cc:399] T 00000000000000000000000000000000 P 2b6f996cc49f4909879c80ef17b95abb [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:04.603521  7080 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2b6f996cc49f4909879c80ef17b95abb [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:04.603785  7080 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2b6f996cc49f4909879c80ef17b95abb [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:04.609071  7080 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2b6f996cc49f4909879c80ef17b95abb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2b6f996cc49f4909879c80ef17b95abb" member_type: VOTER }
I20260630 12:37:04.609663  7080 leader_election.cc:304] T 00000000000000000000000000000000 P 2b6f996cc49f4909879c80ef17b95abb [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: 2b6f996cc49f4909879c80ef17b95abb; no voters: 
I20260630 12:37:04.610839  7080 leader_election.cc:290] T 00000000000000000000000000000000 P 2b6f996cc49f4909879c80ef17b95abb [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:04.611220  7083 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2b6f996cc49f4909879c80ef17b95abb [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:04.612577  7083 raft_consensus.cc:697] T 00000000000000000000000000000000 P 2b6f996cc49f4909879c80ef17b95abb [term 1 LEADER]: Becoming Leader. State: Replica: 2b6f996cc49f4909879c80ef17b95abb, State: Running, Role: LEADER
I20260630 12:37:04.613317  7083 consensus_queue.cc:237] T 00000000000000000000000000000000 P 2b6f996cc49f4909879c80ef17b95abb [LEADER]: Queue going to LEADER mode. State: All 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: "2b6f996cc49f4909879c80ef17b95abb" member_type: VOTER }
I20260630 12:37:04.613906  7080 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2b6f996cc49f4909879c80ef17b95abb [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:04.616766  7085 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2b6f996cc49f4909879c80ef17b95abb [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2b6f996cc49f4909879c80ef17b95abb. Latest consensus state: current_term: 1 leader_uuid: "2b6f996cc49f4909879c80ef17b95abb" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2b6f996cc49f4909879c80ef17b95abb" member_type: VOTER } }
I20260630 12:37:04.616686  7084 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2b6f996cc49f4909879c80ef17b95abb [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "2b6f996cc49f4909879c80ef17b95abb" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2b6f996cc49f4909879c80ef17b95abb" member_type: VOTER } }
I20260630 12:37:04.617547  7085 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2b6f996cc49f4909879c80ef17b95abb [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:04.617651  7084 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2b6f996cc49f4909879c80ef17b95abb [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:04.626765  7088 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:04.632928  7088 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:04.634130   768 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:04.642524  7088 catalog_manager.cc:1383] Generated new cluster ID: 2bab7448e55048d9920195dce152a5f7
I20260630 12:37:04.642839  7088 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:04.658056  7088 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:04.659618  7088 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:04.675859  7088 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 2b6f996cc49f4909879c80ef17b95abb: Generated new TSK 0
I20260630 12:37:04.676502  7088 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:04.701683   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:04.708196  7101 instance_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:04.709532  7102 instance_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:04.711634   768 server_base.cc:1061] running on GCE node
W20260630 12:37:04.711700  7104 instance_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:04.712738   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:04.712991   768 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:04.713187   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823024713169 us; error 0 us; skew 500 ppm
I20260630 12:37:04.713727   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:04.716367   768 webserver.cc:533] Webserver started at http://127.0.192.1:38735/ using document root <none> and password file <none>
I20260630 12:37:04.716883   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:04.717072   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:04.717345   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:04.718528   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822852710831-768-0/minicluster-data/ts-0-root/instance:
uuid: "6dc2818bd11e4c9bb61e9a9b797e426f"
format_stamp: "Formatted at 2026-06-30 12:37:04 on dist-test-slave-n0zz"
I20260630 12:37:04.723099   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:37:04.726600  7109 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:04.727342   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.002s
I20260630 12:37:04.727651   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822852710831-768-0/minicluster-data/ts-0-root
uuid: "6dc2818bd11e4c9bb61e9a9b797e426f"
format_stamp: "Formatted at 2026-06-30 12:37:04 on dist-test-slave-n0zz"
I20260630 12:37:04.728055   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822852710831-768-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822852710831-768-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822852710831-768-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:04.741178   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:04.742446   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:04.744035   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:04.746505   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:04.746775   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:04.747023   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:04.747205   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:04.789196   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.1:41123
I20260630 12:37:04.789299  7172 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.1:41123 every 8 connection(s)
I20260630 12:37:04.795262   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:04.803335  7177 instance_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:04.803620  7178 instance_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:04.813037  7180 instance_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:04.813294   768 server_base.cc:1061] running on GCE node
I20260630 12:37:04.814702   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:04.814913   768 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:04.815088   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823024815070 us; error 0 us; skew 500 ppm
I20260630 12:37:04.815651   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:04.819181   768 webserver.cc:533] Webserver started at http://127.0.192.2:34135/ using document root <none> and password file <none>
I20260630 12:37:04.819677   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:04.819887   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:04.820233   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:04.820605  7173 heartbeater.cc:344] Connected to a master server at 127.0.192.62:36843
I20260630 12:37:04.821020  7173 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:04.821681   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822852710831-768-0/minicluster-data/ts-1-root/instance:
uuid: "d27f11e923ee4c70975c236734cdfda4"
format_stamp: "Formatted at 2026-06-30 12:37:04 on dist-test-slave-n0zz"
I20260630 12:37:04.821776  7173 heartbeater.cc:507] Master 127.0.192.62:36843 requested a full tablet report, sending...
I20260630 12:37:04.824138  7045 ts_manager.cc:194] Registered new tserver with Master: 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123)
I20260630 12:37:04.826160  7045 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55188
I20260630 12:37:04.827109   768 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.002s
I20260630 12:37:04.830859  7185 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:04.831836   768 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260630 12:37:04.832093   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822852710831-768-0/minicluster-data/ts-1-root
uuid: "d27f11e923ee4c70975c236734cdfda4"
format_stamp: "Formatted at 2026-06-30 12:37:04 on dist-test-slave-n0zz"
I20260630 12:37:04.832341   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822852710831-768-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822852710831-768-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822852710831-768-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:04.844556   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:04.845714   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:04.847291   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:04.849807   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:04.850100   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:04.850427   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:04.850610   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:04.891844   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.2:33803
I20260630 12:37:04.892048  7247 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.2:33803 every 8 connection(s)
I20260630 12:37:04.896814   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:04.904856  7251 instance_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:04.905887  7252 instance_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:04.908986   768 server_base.cc:1061] running on GCE node
W20260630 12:37:04.909114  7254 instance_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:04.910477   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:04.910732   768 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:04.910809  7248 heartbeater.cc:344] Connected to a master server at 127.0.192.62:36843
I20260630 12:37:04.910969   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823024910947 us; error 0 us; skew 500 ppm
I20260630 12:37:04.911243  7248 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:04.911726   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:04.912168  7248 heartbeater.cc:507] Master 127.0.192.62:36843 requested a full tablet report, sending...
I20260630 12:37:04.914623   768 webserver.cc:533] Webserver started at http://127.0.192.3:42597/ using document root <none> and password file <none>
I20260630 12:37:04.914816  7045 ts_manager.cc:194] Registered new tserver with Master: d27f11e923ee4c70975c236734cdfda4 (127.0.192.2:33803)
I20260630 12:37:04.915297   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:04.915602   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:04.915928   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:04.916754  7045 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55198
I20260630 12:37:04.917562   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822852710831-768-0/minicluster-data/ts-2-root/instance:
uuid: "86e67e1a371b4993a16bd2fae2cf6587"
format_stamp: "Formatted at 2026-06-30 12:37:04 on dist-test-slave-n0zz"
I20260630 12:37:04.922883   768 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.001s
I20260630 12:37:04.926831  7259 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:04.927973   768 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.002s
I20260630 12:37:04.928308   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822852710831-768-0/minicluster-data/ts-2-root
uuid: "86e67e1a371b4993a16bd2fae2cf6587"
format_stamp: "Formatted at 2026-06-30 12:37:04 on dist-test-slave-n0zz"
I20260630 12:37:04.928614   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822852710831-768-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822852710831-768-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822852710831-768-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:04.942458   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:04.943640   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:04.945144   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:04.947556   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:04.947803   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:04.948051   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:04.948227   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:04.988866   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.3:35617
I20260630 12:37:04.988966  7321 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.3:35617 every 8 connection(s)
I20260630 12:37:05.003734  7322 heartbeater.cc:344] Connected to a master server at 127.0.192.62:36843
I20260630 12:37:05.004164  7322 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:05.004908  7322 heartbeater.cc:507] Master 127.0.192.62:36843 requested a full tablet report, sending...
I20260630 12:37:05.006880  7045 ts_manager.cc:194] Registered new tserver with Master: 86e67e1a371b4993a16bd2fae2cf6587 (127.0.192.3:35617)
I20260630 12:37:05.007257   768 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015003344s
I20260630 12:37:05.008708  7045 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55208
I20260630 12:37:05.829075  7173 heartbeater.cc:499] Master 127.0.192.62:36843 was elected leader, sending a full tablet report...
I20260630 12:37:05.919987  7248 heartbeater.cc:499] Master 127.0.192.62:36843 was elected leader, sending a full tablet report...
I20260630 12:37:06.011689  7322 heartbeater.cc:499] Master 127.0.192.62:36843 was elected leader, sending a full tablet report...
I20260630 12:37:06.064661  7045 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:55224:
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:06.067116  7045 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:06.122056  7213 tablet_service.cc:1511] Processing CreateTablet for tablet 2585b56ce3764d31a8548101baef6061 (DEFAULT_TABLE table=test-workload [id=301615bbc8c141198f648cdefcac76b4]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:06.123842  7213 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2585b56ce3764d31a8548101baef6061. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:06.127087  7287 tablet_service.cc:1511] Processing CreateTablet for tablet 2585b56ce3764d31a8548101baef6061 (DEFAULT_TABLE table=test-workload [id=301615bbc8c141198f648cdefcac76b4]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:06.129017  7287 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2585b56ce3764d31a8548101baef6061. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:06.130081  7212 tablet_service.cc:1511] Processing CreateTablet for tablet e2befa5756f249778e002dca9186a43f (DEFAULT_TABLE table=test-workload [id=301615bbc8c141198f648cdefcac76b4]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:06.132069  7212 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e2befa5756f249778e002dca9186a43f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:06.134613  7286 tablet_service.cc:1511] Processing CreateTablet for tablet e2befa5756f249778e002dca9186a43f (DEFAULT_TABLE table=test-workload [id=301615bbc8c141198f648cdefcac76b4]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:06.136341  7286 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e2befa5756f249778e002dca9186a43f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:06.145656  7211 tablet_service.cc:1511] Processing CreateTablet for tablet 6661831f040e46e980e74da39eb7c278 (DEFAULT_TABLE table=test-workload [id=301615bbc8c141198f648cdefcac76b4]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:06.147231  7211 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6661831f040e46e980e74da39eb7c278. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:06.148782  7285 tablet_service.cc:1511] Processing CreateTablet for tablet 6661831f040e46e980e74da39eb7c278 (DEFAULT_TABLE table=test-workload [id=301615bbc8c141198f648cdefcac76b4]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:06.150287  7285 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6661831f040e46e980e74da39eb7c278. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:06.156129  7210 tablet_service.cc:1511] Processing CreateTablet for tablet c60b6024494047a8af7ba8da72d4ab1a (DEFAULT_TABLE table=test-workload [id=301615bbc8c141198f648cdefcac76b4]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:06.158336  7284 tablet_service.cc:1511] Processing CreateTablet for tablet c60b6024494047a8af7ba8da72d4ab1a (DEFAULT_TABLE table=test-workload [id=301615bbc8c141198f648cdefcac76b4]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:06.159786  7284 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c60b6024494047a8af7ba8da72d4ab1a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:06.158351  7210 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c60b6024494047a8af7ba8da72d4ab1a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:06.183947  7342 tablet_bootstrap.cc:492] T 2585b56ce3764d31a8548101baef6061 P d27f11e923ee4c70975c236734cdfda4: Bootstrap starting.
I20260630 12:37:06.191985  7342 tablet_bootstrap.cc:654] T 2585b56ce3764d31a8548101baef6061 P d27f11e923ee4c70975c236734cdfda4: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:06.195521  7137 tablet_service.cc:1511] Processing CreateTablet for tablet 2585b56ce3764d31a8548101baef6061 (DEFAULT_TABLE table=test-workload [id=301615bbc8c141198f648cdefcac76b4]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:06.196497  7136 tablet_service.cc:1511] Processing CreateTablet for tablet e2befa5756f249778e002dca9186a43f (DEFAULT_TABLE table=test-workload [id=301615bbc8c141198f648cdefcac76b4]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:06.197078  7137 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2585b56ce3764d31a8548101baef6061. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:06.197928  7136 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e2befa5756f249778e002dca9186a43f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:06.203617  7135 tablet_service.cc:1511] Processing CreateTablet for tablet 6661831f040e46e980e74da39eb7c278 (DEFAULT_TABLE table=test-workload [id=301615bbc8c141198f648cdefcac76b4]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:06.205186  7135 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6661831f040e46e980e74da39eb7c278. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:06.207469  7134 tablet_service.cc:1511] Processing CreateTablet for tablet c60b6024494047a8af7ba8da72d4ab1a (DEFAULT_TABLE table=test-workload [id=301615bbc8c141198f648cdefcac76b4]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:06.208994  7134 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c60b6024494047a8af7ba8da72d4ab1a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:06.222836  7342 tablet_bootstrap.cc:492] T 2585b56ce3764d31a8548101baef6061 P d27f11e923ee4c70975c236734cdfda4: No bootstrap required, opened a new log
I20260630 12:37:06.223563  7342 ts_tablet_manager.cc:1403] T 2585b56ce3764d31a8548101baef6061 P d27f11e923ee4c70975c236734cdfda4: Time spent bootstrapping tablet: real 0.040s	user 0.017s	sys 0.020s
I20260630 12:37:06.226843  7342 raft_consensus.cc:359] T 2585b56ce3764d31a8548101baef6061 P d27f11e923ee4c70975c236734cdfda4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } }
I20260630 12:37:06.227684  7342 raft_consensus.cc:385] T 2585b56ce3764d31a8548101baef6061 P d27f11e923ee4c70975c236734cdfda4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:06.228029  7342 raft_consensus.cc:740] T 2585b56ce3764d31a8548101baef6061 P d27f11e923ee4c70975c236734cdfda4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d27f11e923ee4c70975c236734cdfda4, State: Initialized, Role: FOLLOWER
I20260630 12:37:06.228833  7342 consensus_queue.cc:260] T 2585b56ce3764d31a8548101baef6061 P d27f11e923ee4c70975c236734cdfda4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } }
I20260630 12:37:06.229357  7343 tablet_bootstrap.cc:492] T 6661831f040e46e980e74da39eb7c278 P 86e67e1a371b4993a16bd2fae2cf6587: Bootstrap starting.
I20260630 12:37:06.244884  7342 ts_tablet_manager.cc:1434] T 2585b56ce3764d31a8548101baef6061 P d27f11e923ee4c70975c236734cdfda4: Time spent starting tablet: real 0.021s	user 0.009s	sys 0.011s
I20260630 12:37:06.246100  7342 tablet_bootstrap.cc:492] T e2befa5756f249778e002dca9186a43f P d27f11e923ee4c70975c236734cdfda4: Bootstrap starting.
I20260630 12:37:06.250128  7343 tablet_bootstrap.cc:654] T 6661831f040e46e980e74da39eb7c278 P 86e67e1a371b4993a16bd2fae2cf6587: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:06.253002  7342 tablet_bootstrap.cc:654] T e2befa5756f249778e002dca9186a43f P d27f11e923ee4c70975c236734cdfda4: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:06.245733  7346 tablet_bootstrap.cc:492] T c60b6024494047a8af7ba8da72d4ab1a P 6dc2818bd11e4c9bb61e9a9b797e426f: Bootstrap starting.
I20260630 12:37:06.262221  7342 tablet_bootstrap.cc:492] T e2befa5756f249778e002dca9186a43f P d27f11e923ee4c70975c236734cdfda4: No bootstrap required, opened a new log
I20260630 12:37:06.262223  7343 tablet_bootstrap.cc:492] T 6661831f040e46e980e74da39eb7c278 P 86e67e1a371b4993a16bd2fae2cf6587: No bootstrap required, opened a new log
I20260630 12:37:06.262991  7342 ts_tablet_manager.cc:1403] T e2befa5756f249778e002dca9186a43f P d27f11e923ee4c70975c236734cdfda4: Time spent bootstrapping tablet: real 0.017s	user 0.009s	sys 0.007s
I20260630 12:37:06.263098  7343 ts_tablet_manager.cc:1403] T 6661831f040e46e980e74da39eb7c278 P 86e67e1a371b4993a16bd2fae2cf6587: Time spent bootstrapping tablet: real 0.045s	user 0.011s	sys 0.006s
I20260630 12:37:06.265465  7342 raft_consensus.cc:359] T e2befa5756f249778e002dca9186a43f P d27f11e923ee4c70975c236734cdfda4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } }
I20260630 12:37:06.266084  7346 tablet_bootstrap.cc:654] T c60b6024494047a8af7ba8da72d4ab1a P 6dc2818bd11e4c9bb61e9a9b797e426f: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:06.266081  7342 raft_consensus.cc:385] T e2befa5756f249778e002dca9186a43f P d27f11e923ee4c70975c236734cdfda4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:06.266862  7342 raft_consensus.cc:740] T e2befa5756f249778e002dca9186a43f P d27f11e923ee4c70975c236734cdfda4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d27f11e923ee4c70975c236734cdfda4, State: Initialized, Role: FOLLOWER
I20260630 12:37:06.266390  7343 raft_consensus.cc:359] T 6661831f040e46e980e74da39eb7c278 P 86e67e1a371b4993a16bd2fae2cf6587 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } }
I20260630 12:37:06.267364  7343 raft_consensus.cc:385] T 6661831f040e46e980e74da39eb7c278 P 86e67e1a371b4993a16bd2fae2cf6587 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:06.267709  7343 raft_consensus.cc:740] T 6661831f040e46e980e74da39eb7c278 P 86e67e1a371b4993a16bd2fae2cf6587 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 86e67e1a371b4993a16bd2fae2cf6587, State: Initialized, Role: FOLLOWER
I20260630 12:37:06.267714  7342 consensus_queue.cc:260] T e2befa5756f249778e002dca9186a43f P d27f11e923ee4c70975c236734cdfda4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } }
I20260630 12:37:06.270125  7342 ts_tablet_manager.cc:1434] T e2befa5756f249778e002dca9186a43f P d27f11e923ee4c70975c236734cdfda4: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.003s
I20260630 12:37:06.268704  7343 consensus_queue.cc:260] T 6661831f040e46e980e74da39eb7c278 P 86e67e1a371b4993a16bd2fae2cf6587 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } }
I20260630 12:37:06.271239  7342 tablet_bootstrap.cc:492] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4: Bootstrap starting.
I20260630 12:37:06.273146  7346 tablet_bootstrap.cc:492] T c60b6024494047a8af7ba8da72d4ab1a P 6dc2818bd11e4c9bb61e9a9b797e426f: No bootstrap required, opened a new log
I20260630 12:37:06.273916  7346 ts_tablet_manager.cc:1403] T c60b6024494047a8af7ba8da72d4ab1a P 6dc2818bd11e4c9bb61e9a9b797e426f: Time spent bootstrapping tablet: real 0.029s	user 0.000s	sys 0.015s
I20260630 12:37:06.277786  7342 tablet_bootstrap.cc:654] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:06.277519  7346 raft_consensus.cc:359] T c60b6024494047a8af7ba8da72d4ab1a P 6dc2818bd11e4c9bb61e9a9b797e426f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } }
I20260630 12:37:06.278600  7346 raft_consensus.cc:385] T c60b6024494047a8af7ba8da72d4ab1a P 6dc2818bd11e4c9bb61e9a9b797e426f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:06.279044  7346 raft_consensus.cc:740] T c60b6024494047a8af7ba8da72d4ab1a P 6dc2818bd11e4c9bb61e9a9b797e426f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6dc2818bd11e4c9bb61e9a9b797e426f, State: Initialized, Role: FOLLOWER
I20260630 12:37:06.280067  7346 consensus_queue.cc:260] T c60b6024494047a8af7ba8da72d4ab1a P 6dc2818bd11e4c9bb61e9a9b797e426f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } }
I20260630 12:37:06.284049  7343 ts_tablet_manager.cc:1434] T 6661831f040e46e980e74da39eb7c278 P 86e67e1a371b4993a16bd2fae2cf6587: Time spent starting tablet: real 0.021s	user 0.012s	sys 0.004s
I20260630 12:37:06.285300  7343 tablet_bootstrap.cc:492] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587: Bootstrap starting.
I20260630 12:37:06.293258  7343 tablet_bootstrap.cc:654] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:06.296376  7342 tablet_bootstrap.cc:492] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4: No bootstrap required, opened a new log
I20260630 12:37:06.296936  7342 ts_tablet_manager.cc:1403] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4: Time spent bootstrapping tablet: real 0.026s	user 0.008s	sys 0.015s
I20260630 12:37:06.299886  7342 raft_consensus.cc:359] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } }
I20260630 12:37:06.300384  7346 ts_tablet_manager.cc:1434] T c60b6024494047a8af7ba8da72d4ab1a P 6dc2818bd11e4c9bb61e9a9b797e426f: Time spent starting tablet: real 0.026s	user 0.007s	sys 0.003s
I20260630 12:37:06.300719  7342 raft_consensus.cc:385] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:06.301148  7342 raft_consensus.cc:740] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d27f11e923ee4c70975c236734cdfda4, State: Initialized, Role: FOLLOWER
I20260630 12:37:06.302006  7342 consensus_queue.cc:260] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } }
I20260630 12:37:06.304055  7343 tablet_bootstrap.cc:492] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587: No bootstrap required, opened a new log
I20260630 12:37:06.304872  7343 ts_tablet_manager.cc:1403] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587: Time spent bootstrapping tablet: real 0.020s	user 0.012s	sys 0.002s
I20260630 12:37:06.304975  7342 ts_tablet_manager.cc:1434] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4: Time spent starting tablet: real 0.008s	user 0.009s	sys 0.000s
I20260630 12:37:06.305951  7346 tablet_bootstrap.cc:492] T 6661831f040e46e980e74da39eb7c278 P 6dc2818bd11e4c9bb61e9a9b797e426f: Bootstrap starting.
I20260630 12:37:06.306198  7342 tablet_bootstrap.cc:492] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4: Bootstrap starting.
I20260630 12:37:06.308066  7343 raft_consensus.cc:359] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } }
I20260630 12:37:06.308895  7343 raft_consensus.cc:385] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:06.309252  7343 raft_consensus.cc:740] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 86e67e1a371b4993a16bd2fae2cf6587, State: Initialized, Role: FOLLOWER
I20260630 12:37:06.310374  7343 consensus_queue.cc:260] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } }
I20260630 12:37:06.312739  7343 ts_tablet_manager.cc:1434] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:37:06.313385  7342 tablet_bootstrap.cc:654] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:06.313891  7343 tablet_bootstrap.cc:492] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587: Bootstrap starting.
I20260630 12:37:06.315493  7346 tablet_bootstrap.cc:654] T 6661831f040e46e980e74da39eb7c278 P 6dc2818bd11e4c9bb61e9a9b797e426f: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:06.318668  7350 raft_consensus.cc:493] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:06.319341  7350 raft_consensus.cc:515] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } }
I20260630 12:37:06.323185  7343 tablet_bootstrap.cc:654] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:06.332881  7350 leader_election.cc:290] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d27f11e923ee4c70975c236734cdfda4 (127.0.192.2:33803), 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123)
I20260630 12:37:06.362352  7342 tablet_bootstrap.cc:492] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4: No bootstrap required, opened a new log
I20260630 12:37:06.363080  7342 ts_tablet_manager.cc:1403] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4: Time spent bootstrapping tablet: real 0.057s	user 0.025s	sys 0.031s
I20260630 12:37:06.365003  7346 tablet_bootstrap.cc:492] T 6661831f040e46e980e74da39eb7c278 P 6dc2818bd11e4c9bb61e9a9b797e426f: No bootstrap required, opened a new log
I20260630 12:37:06.364904  7223 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2585b56ce3764d31a8548101baef6061" candidate_uuid: "86e67e1a371b4993a16bd2fae2cf6587" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d27f11e923ee4c70975c236734cdfda4" is_pre_election: true
I20260630 12:37:06.365777  7346 ts_tablet_manager.cc:1403] T 6661831f040e46e980e74da39eb7c278 P 6dc2818bd11e4c9bb61e9a9b797e426f: Time spent bootstrapping tablet: real 0.064s	user 0.017s	sys 0.017s
I20260630 12:37:06.365844  7223 raft_consensus.cc:2468] T 2585b56ce3764d31a8548101baef6061 P d27f11e923ee4c70975c236734cdfda4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 86e67e1a371b4993a16bd2fae2cf6587 in term 0.
I20260630 12:37:06.366248  7342 raft_consensus.cc:359] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } }
I20260630 12:37:06.367023  7342 raft_consensus.cc:385] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:06.367327  7342 raft_consensus.cc:740] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d27f11e923ee4c70975c236734cdfda4, State: Initialized, Role: FOLLOWER
I20260630 12:37:06.367609  7261 leader_election.cc:304] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 86e67e1a371b4993a16bd2fae2cf6587, d27f11e923ee4c70975c236734cdfda4; no voters: 
I20260630 12:37:06.368112  7147 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2585b56ce3764d31a8548101baef6061" candidate_uuid: "86e67e1a371b4993a16bd2fae2cf6587" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" is_pre_election: true
I20260630 12:37:06.368642  7350 raft_consensus.cc:2804] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:06.368300  7342 consensus_queue.cc:260] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } }
I20260630 12:37:06.369001  7350 raft_consensus.cc:493] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:06.369400  7350 raft_consensus.cc:3060] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:06.369678  7343 tablet_bootstrap.cc:492] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587: No bootstrap required, opened a new log
W20260630 12:37:06.369886  7262 leader_election.cc:343] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:06.370159  7343 ts_tablet_manager.cc:1403] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587: Time spent bootstrapping tablet: real 0.057s	user 0.011s	sys 0.033s
I20260630 12:37:06.372610  7342 ts_tablet_manager.cc:1434] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260630 12:37:06.373276  7343 raft_consensus.cc:359] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } }
I20260630 12:37:06.373893  7343 raft_consensus.cc:385] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:06.374130  7343 raft_consensus.cc:740] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 86e67e1a371b4993a16bd2fae2cf6587, State: Initialized, Role: FOLLOWER
I20260630 12:37:06.375129  7343 consensus_queue.cc:260] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } }
I20260630 12:37:06.376616  7346 raft_consensus.cc:359] T 6661831f040e46e980e74da39eb7c278 P 6dc2818bd11e4c9bb61e9a9b797e426f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } }
I20260630 12:37:06.377079  7350 raft_consensus.cc:515] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } }
I20260630 12:37:06.377696  7346 raft_consensus.cc:385] T 6661831f040e46e980e74da39eb7c278 P 6dc2818bd11e4c9bb61e9a9b797e426f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:06.378269  7346 raft_consensus.cc:740] T 6661831f040e46e980e74da39eb7c278 P 6dc2818bd11e4c9bb61e9a9b797e426f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6dc2818bd11e4c9bb61e9a9b797e426f, State: Initialized, Role: FOLLOWER
I20260630 12:37:06.379436  7346 consensus_queue.cc:260] T 6661831f040e46e980e74da39eb7c278 P 6dc2818bd11e4c9bb61e9a9b797e426f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } }
I20260630 12:37:06.382664  7346 ts_tablet_manager.cc:1434] T 6661831f040e46e980e74da39eb7c278 P 6dc2818bd11e4c9bb61e9a9b797e426f: Time spent starting tablet: real 0.016s	user 0.007s	sys 0.002s
I20260630 12:37:06.380311  7223 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2585b56ce3764d31a8548101baef6061" candidate_uuid: "86e67e1a371b4993a16bd2fae2cf6587" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d27f11e923ee4c70975c236734cdfda4"
I20260630 12:37:06.384169  7346 tablet_bootstrap.cc:492] T 2585b56ce3764d31a8548101baef6061 P 6dc2818bd11e4c9bb61e9a9b797e426f: Bootstrap starting.
I20260630 12:37:06.384649  7223 raft_consensus.cc:3060] T 2585b56ce3764d31a8548101baef6061 P d27f11e923ee4c70975c236734cdfda4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:06.393131  7223 raft_consensus.cc:2468] T 2585b56ce3764d31a8548101baef6061 P d27f11e923ee4c70975c236734cdfda4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 86e67e1a371b4993a16bd2fae2cf6587 in term 1.
I20260630 12:37:06.394066  7346 tablet_bootstrap.cc:654] T 2585b56ce3764d31a8548101baef6061 P 6dc2818bd11e4c9bb61e9a9b797e426f: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:06.396046  7261 leader_election.cc:304] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 86e67e1a371b4993a16bd2fae2cf6587, d27f11e923ee4c70975c236734cdfda4; no voters: 
I20260630 12:37:06.399124  7360 raft_consensus.cc:2804] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:06.399726  7360 raft_consensus.cc:697] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [term 1 LEADER]: Becoming Leader. State: Replica: 86e67e1a371b4993a16bd2fae2cf6587, State: Running, Role: LEADER
I20260630 12:37:06.400619  7360 consensus_queue.cc:237] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } }
I20260630 12:37:06.401302  7343 ts_tablet_manager.cc:1434] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587: Time spent starting tablet: real 0.031s	user 0.008s	sys 0.021s
I20260630 12:37:06.402995  7343 tablet_bootstrap.cc:492] T c60b6024494047a8af7ba8da72d4ab1a P 86e67e1a371b4993a16bd2fae2cf6587: Bootstrap starting.
I20260630 12:37:06.406898  7147 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2585b56ce3764d31a8548101baef6061" candidate_uuid: "86e67e1a371b4993a16bd2fae2cf6587" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f"
W20260630 12:37:06.409294  7262 leader_election.cc:343] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:06.411959  7343 tablet_bootstrap.cc:654] T c60b6024494047a8af7ba8da72d4ab1a P 86e67e1a371b4993a16bd2fae2cf6587: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:06.412401  7350 leader_election.cc:290] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [CANDIDATE]: Term 1 election: Requested vote from peers d27f11e923ee4c70975c236734cdfda4 (127.0.192.2:33803), 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123)
I20260630 12:37:06.416499  7346 tablet_bootstrap.cc:492] T 2585b56ce3764d31a8548101baef6061 P 6dc2818bd11e4c9bb61e9a9b797e426f: No bootstrap required, opened a new log
I20260630 12:37:06.417152  7346 ts_tablet_manager.cc:1403] T 2585b56ce3764d31a8548101baef6061 P 6dc2818bd11e4c9bb61e9a9b797e426f: Time spent bootstrapping tablet: real 0.033s	user 0.013s	sys 0.018s
I20260630 12:37:06.418563  7343 tablet_bootstrap.cc:492] T c60b6024494047a8af7ba8da72d4ab1a P 86e67e1a371b4993a16bd2fae2cf6587: No bootstrap required, opened a new log
I20260630 12:37:06.419121  7343 ts_tablet_manager.cc:1403] T c60b6024494047a8af7ba8da72d4ab1a P 86e67e1a371b4993a16bd2fae2cf6587: Time spent bootstrapping tablet: real 0.016s	user 0.008s	sys 0.007s
I20260630 12:37:06.419063  7045 catalog_manager.cc:5697] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 reported cstate change: term changed from 0 to 1, leader changed from <none> to 86e67e1a371b4993a16bd2fae2cf6587 (127.0.192.3). New cstate: current_term: 1 leader_uuid: "86e67e1a371b4993a16bd2fae2cf6587" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:06.420298  7346 raft_consensus.cc:359] T 2585b56ce3764d31a8548101baef6061 P 6dc2818bd11e4c9bb61e9a9b797e426f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } }
I20260630 12:37:06.421065  7346 raft_consensus.cc:385] T 2585b56ce3764d31a8548101baef6061 P 6dc2818bd11e4c9bb61e9a9b797e426f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:06.421530  7345 raft_consensus.cc:493] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:06.421653  7346 raft_consensus.cc:740] T 2585b56ce3764d31a8548101baef6061 P 6dc2818bd11e4c9bb61e9a9b797e426f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6dc2818bd11e4c9bb61e9a9b797e426f, State: Initialized, Role: FOLLOWER
I20260630 12:37:06.422135  7345 raft_consensus.cc:515] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } }
I20260630 12:37:06.422415  7343 raft_consensus.cc:359] T c60b6024494047a8af7ba8da72d4ab1a P 86e67e1a371b4993a16bd2fae2cf6587 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } }
I20260630 12:37:06.422653  7346 consensus_queue.cc:260] T 2585b56ce3764d31a8548101baef6061 P 6dc2818bd11e4c9bb61e9a9b797e426f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } }
I20260630 12:37:06.423161  7343 raft_consensus.cc:385] T c60b6024494047a8af7ba8da72d4ab1a P 86e67e1a371b4993a16bd2fae2cf6587 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:06.423489  7343 raft_consensus.cc:740] T c60b6024494047a8af7ba8da72d4ab1a P 86e67e1a371b4993a16bd2fae2cf6587 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 86e67e1a371b4993a16bd2fae2cf6587, State: Initialized, Role: FOLLOWER
I20260630 12:37:06.424333  7343 consensus_queue.cc:260] T c60b6024494047a8af7ba8da72d4ab1a P 86e67e1a371b4993a16bd2fae2cf6587 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } }
I20260630 12:37:06.424963  7346 ts_tablet_manager.cc:1434] T 2585b56ce3764d31a8548101baef6061 P 6dc2818bd11e4c9bb61e9a9b797e426f: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:37:06.426050  7346 tablet_bootstrap.cc:492] T e2befa5756f249778e002dca9186a43f P 6dc2818bd11e4c9bb61e9a9b797e426f: Bootstrap starting.
I20260630 12:37:06.426287  7360 raft_consensus.cc:493] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:06.426748  7360 raft_consensus.cc:515] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } }
I20260630 12:37:06.428251  7352 raft_consensus.cc:493] T c60b6024494047a8af7ba8da72d4ab1a P 6dc2818bd11e4c9bb61e9a9b797e426f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:06.429025  7360 leader_election.cc:290] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123), d27f11e923ee4c70975c236734cdfda4 (127.0.192.2:33803)
I20260630 12:37:06.429032  7352 raft_consensus.cc:515] T c60b6024494047a8af7ba8da72d4ab1a P 6dc2818bd11e4c9bb61e9a9b797e426f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } }
I20260630 12:37:06.430968  7343 ts_tablet_manager.cc:1434] T c60b6024494047a8af7ba8da72d4ab1a P 86e67e1a371b4993a16bd2fae2cf6587: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.003s
I20260630 12:37:06.432711  7346 tablet_bootstrap.cc:654] T e2befa5756f249778e002dca9186a43f P 6dc2818bd11e4c9bb61e9a9b797e426f: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:06.432168  7352 leader_election.cc:290] T c60b6024494047a8af7ba8da72d4ab1a P 6dc2818bd11e4c9bb61e9a9b797e426f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d27f11e923ee4c70975c236734cdfda4 (127.0.192.2:33803), 86e67e1a371b4993a16bd2fae2cf6587 (127.0.192.3:35617)
I20260630 12:37:06.434788  7147 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2befa5756f249778e002dca9186a43f" candidate_uuid: "86e67e1a371b4993a16bd2fae2cf6587" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" is_pre_election: true
I20260630 12:37:06.435690  7345 leader_election.cc:290] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123), 86e67e1a371b4993a16bd2fae2cf6587 (127.0.192.3:35617)
W20260630 12:37:06.439199  7262 leader_election.cc:343] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:06.450677  7223 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2befa5756f249778e002dca9186a43f" candidate_uuid: "86e67e1a371b4993a16bd2fae2cf6587" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d27f11e923ee4c70975c236734cdfda4" is_pre_election: true
I20260630 12:37:06.451467  7223 raft_consensus.cc:2468] T e2befa5756f249778e002dca9186a43f P d27f11e923ee4c70975c236734cdfda4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 86e67e1a371b4993a16bd2fae2cf6587 in term 0.
I20260630 12:37:06.455894  7223 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c60b6024494047a8af7ba8da72d4ab1a" candidate_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d27f11e923ee4c70975c236734cdfda4" is_pre_election: true
I20260630 12:37:06.456650  7223 raft_consensus.cc:2468] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6dc2818bd11e4c9bb61e9a9b797e426f in term 0.
I20260630 12:37:06.458164  7111 leader_election.cc:304] T c60b6024494047a8af7ba8da72d4ab1a P 6dc2818bd11e4c9bb61e9a9b797e426f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6dc2818bd11e4c9bb61e9a9b797e426f, d27f11e923ee4c70975c236734cdfda4; no voters: 
I20260630 12:37:06.458732  7261 leader_election.cc:304] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [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: 86e67e1a371b4993a16bd2fae2cf6587, d27f11e923ee4c70975c236734cdfda4; no voters: 6dc2818bd11e4c9bb61e9a9b797e426f
I20260630 12:37:06.459189  7352 raft_consensus.cc:2804] T c60b6024494047a8af7ba8da72d4ab1a P 6dc2818bd11e4c9bb61e9a9b797e426f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:06.459586  7352 raft_consensus.cc:493] T c60b6024494047a8af7ba8da72d4ab1a P 6dc2818bd11e4c9bb61e9a9b797e426f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:06.459901  7352 raft_consensus.cc:3060] T c60b6024494047a8af7ba8da72d4ab1a P 6dc2818bd11e4c9bb61e9a9b797e426f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:06.460000  7360 raft_consensus.cc:2804] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:06.460392  7360 raft_consensus.cc:493] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:06.460727  7360 raft_consensus.cc:3060] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:06.465786  7346 tablet_bootstrap.cc:492] T e2befa5756f249778e002dca9186a43f P 6dc2818bd11e4c9bb61e9a9b797e426f: No bootstrap required, opened a new log
I20260630 12:37:06.466395  7346 ts_tablet_manager.cc:1403] T e2befa5756f249778e002dca9186a43f P 6dc2818bd11e4c9bb61e9a9b797e426f: Time spent bootstrapping tablet: real 0.041s	user 0.025s	sys 0.013s
I20260630 12:37:06.468910  7360 raft_consensus.cc:515] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } }
I20260630 12:37:06.469292  7346 raft_consensus.cc:359] T e2befa5756f249778e002dca9186a43f P 6dc2818bd11e4c9bb61e9a9b797e426f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } }
I20260630 12:37:06.470153  7346 raft_consensus.cc:385] T e2befa5756f249778e002dca9186a43f P 6dc2818bd11e4c9bb61e9a9b797e426f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:06.470487  7346 raft_consensus.cc:740] T e2befa5756f249778e002dca9186a43f P 6dc2818bd11e4c9bb61e9a9b797e426f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6dc2818bd11e4c9bb61e9a9b797e426f, State: Initialized, Role: FOLLOWER
I20260630 12:37:06.473048  7352 raft_consensus.cc:515] T c60b6024494047a8af7ba8da72d4ab1a P 6dc2818bd11e4c9bb61e9a9b797e426f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } }
I20260630 12:37:06.472404  7147 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2befa5756f249778e002dca9186a43f" candidate_uuid: "86e67e1a371b4993a16bd2fae2cf6587" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f"
I20260630 12:37:06.473790  7297 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6661831f040e46e980e74da39eb7c278" candidate_uuid: "d27f11e923ee4c70975c236734cdfda4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "86e67e1a371b4993a16bd2fae2cf6587" is_pre_election: true
I20260630 12:37:06.474562  7297 raft_consensus.cc:2468] T 6661831f040e46e980e74da39eb7c278 P 86e67e1a371b4993a16bd2fae2cf6587 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d27f11e923ee4c70975c236734cdfda4 in term 0.
I20260630 12:37:06.476109  7189 leader_election.cc:304] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 86e67e1a371b4993a16bd2fae2cf6587, d27f11e923ee4c70975c236734cdfda4; no voters: 
I20260630 12:37:06.476521  7222 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c60b6024494047a8af7ba8da72d4ab1a" candidate_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d27f11e923ee4c70975c236734cdfda4"
I20260630 12:37:06.477020  7345 raft_consensus.cc:2804] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:06.477272  7222 raft_consensus.cc:3060] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:06.477639  7360 leader_election.cc:290] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [CANDIDATE]: Term 1 election: Requested vote from peers 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123), d27f11e923ee4c70975c236734cdfda4 (127.0.192.2:33803)
I20260630 12:37:06.477391  7346 consensus_queue.cc:260] T e2befa5756f249778e002dca9186a43f P 6dc2818bd11e4c9bb61e9a9b797e426f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } }
I20260630 12:37:06.478581  7297 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c60b6024494047a8af7ba8da72d4ab1a" candidate_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "86e67e1a371b4993a16bd2fae2cf6587" is_pre_election: true
I20260630 12:37:06.479336  7297 raft_consensus.cc:2468] T c60b6024494047a8af7ba8da72d4ab1a P 86e67e1a371b4993a16bd2fae2cf6587 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6dc2818bd11e4c9bb61e9a9b797e426f in term 0.
I20260630 12:37:06.479969  7147 raft_consensus.cc:3060] T e2befa5756f249778e002dca9186a43f P 6dc2818bd11e4c9bb61e9a9b797e426f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:06.477437  7345 raft_consensus.cc:493] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:06.480834  7345 raft_consensus.cc:3060] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:06.482612  7223 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2befa5756f249778e002dca9186a43f" candidate_uuid: "86e67e1a371b4993a16bd2fae2cf6587" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d27f11e923ee4c70975c236734cdfda4"
I20260630 12:37:06.483249  7223 raft_consensus.cc:3060] T e2befa5756f249778e002dca9186a43f P d27f11e923ee4c70975c236734cdfda4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:06.488011  7147 raft_consensus.cc:2468] T e2befa5756f249778e002dca9186a43f P 6dc2818bd11e4c9bb61e9a9b797e426f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 86e67e1a371b4993a16bd2fae2cf6587 in term 1.
I20260630 12:37:06.490034  7262 leader_election.cc:304] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6dc2818bd11e4c9bb61e9a9b797e426f, 86e67e1a371b4993a16bd2fae2cf6587; no voters: 
I20260630 12:37:06.491096  7360 raft_consensus.cc:2804] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:06.492390  7360 raft_consensus.cc:697] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [term 1 LEADER]: Becoming Leader. State: Replica: 86e67e1a371b4993a16bd2fae2cf6587, State: Running, Role: LEADER
I20260630 12:37:06.493448  7223 raft_consensus.cc:2468] T e2befa5756f249778e002dca9186a43f P d27f11e923ee4c70975c236734cdfda4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 86e67e1a371b4993a16bd2fae2cf6587 in term 1.
I20260630 12:37:06.493750  7345 raft_consensus.cc:515] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } }
I20260630 12:37:06.495611  7222 raft_consensus.cc:2468] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6dc2818bd11e4c9bb61e9a9b797e426f in term 1.
I20260630 12:37:06.496182  7297 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c60b6024494047a8af7ba8da72d4ab1a" candidate_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "86e67e1a371b4993a16bd2fae2cf6587"
I20260630 12:37:06.496857  7111 leader_election.cc:304] T c60b6024494047a8af7ba8da72d4ab1a P 6dc2818bd11e4c9bb61e9a9b797e426f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6dc2818bd11e4c9bb61e9a9b797e426f, d27f11e923ee4c70975c236734cdfda4; no voters: 
I20260630 12:37:06.497014  7297 raft_consensus.cc:3060] T c60b6024494047a8af7ba8da72d4ab1a P 86e67e1a371b4993a16bd2fae2cf6587 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:06.494207  7360 consensus_queue.cc:237] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } }
I20260630 12:37:06.502696  7352 leader_election.cc:290] T c60b6024494047a8af7ba8da72d4ab1a P 6dc2818bd11e4c9bb61e9a9b797e426f [CANDIDATE]: Term 1 election: Requested vote from peers d27f11e923ee4c70975c236734cdfda4 (127.0.192.2:33803), 86e67e1a371b4993a16bd2fae2cf6587 (127.0.192.3:35617)
I20260630 12:37:06.510140  7297 raft_consensus.cc:2468] T c60b6024494047a8af7ba8da72d4ab1a P 86e67e1a371b4993a16bd2fae2cf6587 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6dc2818bd11e4c9bb61e9a9b797e426f in term 1.
I20260630 12:37:06.513585  7146 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6661831f040e46e980e74da39eb7c278" candidate_uuid: "d27f11e923ee4c70975c236734cdfda4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f"
I20260630 12:37:06.515810  7146 raft_consensus.cc:3060] T 6661831f040e46e980e74da39eb7c278 P 6dc2818bd11e4c9bb61e9a9b797e426f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:06.517690  7346 ts_tablet_manager.cc:1434] T e2befa5756f249778e002dca9186a43f P 6dc2818bd11e4c9bb61e9a9b797e426f: Time spent starting tablet: real 0.051s	user 0.020s	sys 0.022s
I20260630 12:37:06.514058  7296 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6661831f040e46e980e74da39eb7c278" candidate_uuid: "d27f11e923ee4c70975c236734cdfda4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "86e67e1a371b4993a16bd2fae2cf6587"
I20260630 12:37:06.518779  7296 raft_consensus.cc:3060] T 6661831f040e46e980e74da39eb7c278 P 86e67e1a371b4993a16bd2fae2cf6587 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:06.514564  7371 raft_consensus.cc:2804] T c60b6024494047a8af7ba8da72d4ab1a P 6dc2818bd11e4c9bb61e9a9b797e426f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:06.514536  7147 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6661831f040e46e980e74da39eb7c278" candidate_uuid: "d27f11e923ee4c70975c236734cdfda4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" is_pre_election: true
I20260630 12:37:06.514837  7345 leader_election.cc:290] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 [CANDIDATE]: Term 1 election: Requested vote from peers 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123), 86e67e1a371b4993a16bd2fae2cf6587 (127.0.192.3:35617)
I20260630 12:37:06.523829  7371 raft_consensus.cc:697] T c60b6024494047a8af7ba8da72d4ab1a P 6dc2818bd11e4c9bb61e9a9b797e426f [term 1 LEADER]: Becoming Leader. State: Replica: 6dc2818bd11e4c9bb61e9a9b797e426f, State: Running, Role: LEADER
I20260630 12:37:06.524536  7146 raft_consensus.cc:2468] T 6661831f040e46e980e74da39eb7c278 P 6dc2818bd11e4c9bb61e9a9b797e426f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d27f11e923ee4c70975c236734cdfda4 in term 1.
I20260630 12:37:06.523178  7044 catalog_manager.cc:5697] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 reported cstate change: term changed from 0 to 1, leader changed from <none> to 86e67e1a371b4993a16bd2fae2cf6587 (127.0.192.3). New cstate: current_term: 1 leader_uuid: "86e67e1a371b4993a16bd2fae2cf6587" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:06.525008  7371 consensus_queue.cc:237] T c60b6024494047a8af7ba8da72d4ab1a P 6dc2818bd11e4c9bb61e9a9b797e426f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } }
I20260630 12:37:06.525954  7188 leader_election.cc:304] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6dc2818bd11e4c9bb61e9a9b797e426f, d27f11e923ee4c70975c236734cdfda4; no voters: 
I20260630 12:37:06.526983  7345 raft_consensus.cc:2804] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:06.526973  7296 raft_consensus.cc:2468] T 6661831f040e46e980e74da39eb7c278 P 86e67e1a371b4993a16bd2fae2cf6587 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d27f11e923ee4c70975c236734cdfda4 in term 1.
I20260630 12:37:06.530822  7345 raft_consensus.cc:697] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 [term 1 LEADER]: Becoming Leader. State: Replica: d27f11e923ee4c70975c236734cdfda4, State: Running, Role: LEADER
I20260630 12:37:06.531852  7345 consensus_queue.cc:237] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } }
I20260630 12:37:06.542826  7045 catalog_manager.cc:5697] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 reported cstate change: term changed from 0 to 1, leader changed from <none> to d27f11e923ee4c70975c236734cdfda4 (127.0.192.2). New cstate: current_term: 1 leader_uuid: "d27f11e923ee4c70975c236734cdfda4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:06.542826  7044 catalog_manager.cc:5697] T c60b6024494047a8af7ba8da72d4ab1a P 6dc2818bd11e4c9bb61e9a9b797e426f reported cstate change: term changed from 0 to 1, leader changed from <none> to 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1). New cstate: current_term: 1 leader_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:06.622155   768 tablet_server.cc:179] TabletServer@127.0.192.1:0 shutting down...
I20260630 12:37:06.629249  7371 raft_consensus.cc:493] T 2585b56ce3764d31a8548101baef6061 P 6dc2818bd11e4c9bb61e9a9b797e426f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:06.629990  7371 raft_consensus.cc:515] T 2585b56ce3764d31a8548101baef6061 P 6dc2818bd11e4c9bb61e9a9b797e426f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } }
I20260630 12:37:06.632707  7371 leader_election.cc:290] T 2585b56ce3764d31a8548101baef6061 P 6dc2818bd11e4c9bb61e9a9b797e426f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d27f11e923ee4c70975c236734cdfda4 (127.0.192.2:33803), 86e67e1a371b4993a16bd2fae2cf6587 (127.0.192.3:35617)
I20260630 12:37:06.633127  7222 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2585b56ce3764d31a8548101baef6061" candidate_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d27f11e923ee4c70975c236734cdfda4" is_pre_election: true
I20260630 12:37:06.633296  7297 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2585b56ce3764d31a8548101baef6061" candidate_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "86e67e1a371b4993a16bd2fae2cf6587" is_pre_election: true
I20260630 12:37:06.634136  7222 raft_consensus.cc:2393] T 2585b56ce3764d31a8548101baef6061 P d27f11e923ee4c70975c236734cdfda4 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 6dc2818bd11e4c9bb61e9a9b797e426f in current term 1: Already voted for candidate 86e67e1a371b4993a16bd2fae2cf6587 in this term.
I20260630 12:37:06.635383  7111 leader_election.cc:304] T 2585b56ce3764d31a8548101baef6061 P 6dc2818bd11e4c9bb61e9a9b797e426f [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: 6dc2818bd11e4c9bb61e9a9b797e426f; no voters: 86e67e1a371b4993a16bd2fae2cf6587, d27f11e923ee4c70975c236734cdfda4
I20260630 12:37:06.636059  7371 raft_consensus.cc:3060] T 2585b56ce3764d31a8548101baef6061 P 6dc2818bd11e4c9bb61e9a9b797e426f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:06.643857  7371 raft_consensus.cc:2749] T 2585b56ce3764d31a8548101baef6061 P 6dc2818bd11e4c9bb61e9a9b797e426f [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:06.675681   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:06.676688   768 tablet_replica.cc:333] T 2585b56ce3764d31a8548101baef6061 P 6dc2818bd11e4c9bb61e9a9b797e426f: stopping tablet replica
I20260630 12:37:06.677338   768 raft_consensus.cc:2243] T 2585b56ce3764d31a8548101baef6061 P 6dc2818bd11e4c9bb61e9a9b797e426f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:06.677778   768 raft_consensus.cc:2272] T 2585b56ce3764d31a8548101baef6061 P 6dc2818bd11e4c9bb61e9a9b797e426f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:06.679903   768 tablet_replica.cc:333] T 6661831f040e46e980e74da39eb7c278 P 6dc2818bd11e4c9bb61e9a9b797e426f: stopping tablet replica
I20260630 12:37:06.680434   768 raft_consensus.cc:2243] T 6661831f040e46e980e74da39eb7c278 P 6dc2818bd11e4c9bb61e9a9b797e426f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:06.680810   768 raft_consensus.cc:2272] T 6661831f040e46e980e74da39eb7c278 P 6dc2818bd11e4c9bb61e9a9b797e426f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:06.682803   768 tablet_replica.cc:333] T e2befa5756f249778e002dca9186a43f P 6dc2818bd11e4c9bb61e9a9b797e426f: stopping tablet replica
I20260630 12:37:06.683312   768 raft_consensus.cc:2243] T e2befa5756f249778e002dca9186a43f P 6dc2818bd11e4c9bb61e9a9b797e426f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:06.683672   768 raft_consensus.cc:2272] T e2befa5756f249778e002dca9186a43f P 6dc2818bd11e4c9bb61e9a9b797e426f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:06.685600   768 tablet_replica.cc:333] T c60b6024494047a8af7ba8da72d4ab1a P 6dc2818bd11e4c9bb61e9a9b797e426f: stopping tablet replica
I20260630 12:37:06.686088   768 raft_consensus.cc:2243] T c60b6024494047a8af7ba8da72d4ab1a P 6dc2818bd11e4c9bb61e9a9b797e426f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:06.686736   768 pending_rounds.cc:70] T c60b6024494047a8af7ba8da72d4ab1a P 6dc2818bd11e4c9bb61e9a9b797e426f: Trying to abort 1 pending ops.
I20260630 12:37:06.686908   768 pending_rounds.cc:77] T c60b6024494047a8af7ba8da72d4ab1a P 6dc2818bd11e4c9bb61e9a9b797e426f: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443116658065408 op_type: NO_OP noop_request { }
I20260630 12:37:06.687240   768 raft_consensus.cc:2889] T c60b6024494047a8af7ba8da72d4ab1a P 6dc2818bd11e4c9bb61e9a9b797e426f [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:06.687542   768 raft_consensus.cc:2272] T c60b6024494047a8af7ba8da72d4ab1a P 6dc2818bd11e4c9bb61e9a9b797e426f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:06.711503   768 tablet_server.cc:196] TabletServer@127.0.192.1:0 shutdown complete.
W20260630 12:37:06.894423  7262 consensus_peers.cc:597] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 -> Peer 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123): Couldn't send request to peer 6dc2818bd11e4c9bb61e9a9b797e426f. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:41123: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:06.904938  7360 consensus_queue.cc:1048] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:37:06.909305  7262 consensus_peers.cc:597] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 -> Peer 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123): Couldn't send request to peer 6dc2818bd11e4c9bb61e9a9b797e426f. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:41123: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:06.924180  7373 consensus_queue.cc:1048] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:37:06.940304  7188 consensus_peers.cc:597] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 -> Peer 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123): Couldn't send request to peer 6dc2818bd11e4c9bb61e9a9b797e426f. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:41123: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:06.943296  7360 consensus_queue.cc:1048] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:37:07.671000  7093 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 6dc2818bd11e4c9bb61e9a9b797e426f not available for placement
I20260630 12:37:07.755736   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:07.761790  7385 instance_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:07.763947  7388 instance_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:37:07.763864  7386 instance_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:07.764931   768 server_base.cc:1061] running on GCE node
I20260630 12:37:07.766538   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:07.766752   768 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:07.766880   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823027766869 us; error 0 us; skew 500 ppm
I20260630 12:37:07.767328   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:07.769971   768 webserver.cc:533] Webserver started at http://127.0.192.4:40057/ using document root <none> and password file <none>
I20260630 12:37:07.770496   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:07.770678   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:07.770889   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:07.772078   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822852710831-768-0/minicluster-data/ts-3-root/instance:
uuid: "fb52d83dccc54d7d87acabad8eeedeb0"
format_stamp: "Formatted at 2026-06-30 12:37:07 on dist-test-slave-n0zz"
I20260630 12:37:07.777107   768 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.004s
I20260630 12:37:07.780781  7393 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:07.781710   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:07.781991   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822852710831-768-0/minicluster-data/ts-3-root
uuid: "fb52d83dccc54d7d87acabad8eeedeb0"
format_stamp: "Formatted at 2026-06-30 12:37:07 on dist-test-slave-n0zz"
I20260630 12:37:07.782382   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822852710831-768-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822852710831-768-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822852710831-768-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:07.795147   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:07.796342   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:07.797889   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:07.800482   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:07.800722   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:07.801002   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:07.801304   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:07.848750   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.4:37853
I20260630 12:37:07.848871  7455 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.4:37853 every 8 connection(s)
I20260630 12:37:07.854527  7360 consensus_queue.cc:579] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [LEADER]: Leader has been unable to successfully communicate with peer 6dc2818bd11e4c9bb61e9a9b797e426f for more than 1 seconds (1.348s)
W20260630 12:37:07.865424  7045 catalog_manager.cc:5375] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet e2befa5756f249778e002dca9186a43f with cas_config_opid_index -1: no extra replica candidate found for tablet e2befa5756f249778e002dca9186a43f (table test-workload [id=301615bbc8c141198f648cdefcac76b4]): Not found: could not select location for extra replica: not enough tablet servers to satisfy replica placement policy: the total number of registered tablet servers (3) does not allow for adding an extra replica; consider bringing up more to have at least 4 tablet servers up and running
I20260630 12:37:07.868192  7456 heartbeater.cc:344] Connected to a master server at 127.0.192.62:36843
I20260630 12:37:07.868613  7456 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:07.869489  7456 heartbeater.cc:507] Master 127.0.192.62:36843 requested a full tablet report, sending...
I20260630 12:37:07.871450  7045 ts_manager.cc:194] Registered new tserver with Master: fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4:37853)
I20260630 12:37:07.872825  7045 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55226
I20260630 12:37:07.874966  7461 consensus_queue.cc:579] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [LEADER]: Leader has been unable to successfully communicate with peer 6dc2818bd11e4c9bb61e9a9b797e426f for more than 1 seconds (1.472s)
I20260630 12:37:07.884001  7297 consensus_queue.cc:237] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [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: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: true } }
I20260630 12:37:07.891045  7222 raft_consensus.cc:1275] T 2585b56ce3764d31a8548101baef6061 P d27f11e923ee4c70975c236734cdfda4 [term 1 FOLLOWER]: Refusing update from remote peer 86e67e1a371b4993a16bd2fae2cf6587: 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:07.892938  7360 consensus_queue.cc:1048] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:37:07.896692  7297 consensus_queue.cc:237] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [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: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: true } }
W20260630 12:37:07.897612  7262 consensus_peers.cc:597] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 -> Peer 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123): Couldn't send request to peer 6dc2818bd11e4c9bb61e9a9b797e426f. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:41123: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:07.902163  7460 raft_consensus.cc:2955] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: true } } }
W20260630 12:37:07.906669  7263 consensus_peers.cc:597] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 -> Peer fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4:37853): Couldn't send request to peer fb52d83dccc54d7d87acabad8eeedeb0. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 2585b56ce3764d31a8548101baef6061. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:07.906770  7223 raft_consensus.cc:1275] T e2befa5756f249778e002dca9186a43f P d27f11e923ee4c70975c236734cdfda4 [term 1 FOLLOWER]: Refusing update from remote peer 86e67e1a371b4993a16bd2fae2cf6587: 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:07.907919  7263 consensus_peers.cc:597] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 -> Peer fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4:37853): Couldn't send request to peer fb52d83dccc54d7d87acabad8eeedeb0. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e2befa5756f249778e002dca9186a43f. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:07.910979  7461 consensus_queue.cc:1048] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:37:07.904493  7222 raft_consensus.cc:2955] T 2585b56ce3764d31a8548101baef6061 P d27f11e923ee4c70975c236734cdfda4 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: true } } }
I20260630 12:37:07.914413  7032 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 2585b56ce3764d31a8548101baef6061 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
W20260630 12:37:07.918047  7262 consensus_peers.cc:597] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 -> Peer 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123): Couldn't send request to peer 6dc2818bd11e4c9bb61e9a9b797e426f. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:41123: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:07.922492  7360 raft_consensus.cc:2955] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: true } } }
I20260630 12:37:07.924573  7045 catalog_manager.cc:5697] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 reported cstate change: config changed from index -1 to 2, NON_VOTER fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "86e67e1a371b4993a16bd2fae2cf6587" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:07.927155  7223 raft_consensus.cc:2955] T e2befa5756f249778e002dca9186a43f P d27f11e923ee4c70975c236734cdfda4 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: true } } }
I20260630 12:37:07.937086  7382 consensus_queue.cc:579] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 [LEADER]: Leader has been unable to successfully communicate with peer 6dc2818bd11e4c9bb61e9a9b797e426f for more than 1 seconds (1.403s)
I20260630 12:37:07.939494  7032 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet e2befa5756f249778e002dca9186a43f with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 2)
I20260630 12:37:07.955435  7044 catalog_manager.cc:5697] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 reported cstate change: config changed from index -1 to 2, NON_VOTER fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "86e67e1a371b4993a16bd2fae2cf6587" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:07.969512  7223 consensus_queue.cc:237] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 [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: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: true } }
I20260630 12:37:07.977370  7297 raft_consensus.cc:1275] T 6661831f040e46e980e74da39eb7c278 P 86e67e1a371b4993a16bd2fae2cf6587 [term 1 FOLLOWER]: Refusing update from remote peer d27f11e923ee4c70975c236734cdfda4: 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:07.979007  7382 consensus_queue.cc:1048] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:37:07.981220  7188 consensus_peers.cc:597] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 -> Peer 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123): Couldn't send request to peer 6dc2818bd11e4c9bb61e9a9b797e426f. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:41123: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:37:07.986289  7189 consensus_peers.cc:597] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 -> Peer fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4:37853): Couldn't send request to peer fb52d83dccc54d7d87acabad8eeedeb0. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6661831f040e46e980e74da39eb7c278. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:07.987798  7470 raft_consensus.cc:2955] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: true } } }
I20260630 12:37:07.989753  7297 raft_consensus.cc:2955] T 6661831f040e46e980e74da39eb7c278 P 86e67e1a371b4993a16bd2fae2cf6587 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: true } } }
I20260630 12:37:07.996426  7030 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 6661831f040e46e980e74da39eb7c278 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260630 12:37:08.000921  7045 catalog_manager.cc:5697] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 reported cstate change: config changed from index -1 to 2, NON_VOTER fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "d27f11e923ee4c70975c236734cdfda4" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:08.085088  7382 raft_consensus.cc:493] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:08.085696  7382 raft_consensus.cc:515] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } }
I20260630 12:37:08.087839  7382 leader_election.cc:290] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123), 86e67e1a371b4993a16bd2fae2cf6587 (127.0.192.3:35617)
I20260630 12:37:08.089306  7297 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c60b6024494047a8af7ba8da72d4ab1a" candidate_uuid: "d27f11e923ee4c70975c236734cdfda4" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "86e67e1a371b4993a16bd2fae2cf6587" is_pre_election: true
I20260630 12:37:08.090101  7297 raft_consensus.cc:2468] T c60b6024494047a8af7ba8da72d4ab1a P 86e67e1a371b4993a16bd2fae2cf6587 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d27f11e923ee4c70975c236734cdfda4 in term 1.
I20260630 12:37:08.091436  7189 leader_election.cc:304] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [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: 86e67e1a371b4993a16bd2fae2cf6587, d27f11e923ee4c70975c236734cdfda4; no voters: 
W20260630 12:37:08.092041  7188 leader_election.cc:336] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123): Network error: Client connection negotiation failed: client connection to 127.0.192.1:41123: connect: Connection refused (error 111)
I20260630 12:37:08.092278  7382 raft_consensus.cc:2804] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:08.092723  7382 raft_consensus.cc:493] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:08.093048  7382 raft_consensus.cc:3060] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:08.098611  7382 raft_consensus.cc:515] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } }
I20260630 12:37:08.100489  7382 leader_election.cc:290] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [CANDIDATE]: Term 2 election: Requested vote from peers 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123), 86e67e1a371b4993a16bd2fae2cf6587 (127.0.192.3:35617)
I20260630 12:37:08.101661  7297 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c60b6024494047a8af7ba8da72d4ab1a" candidate_uuid: "d27f11e923ee4c70975c236734cdfda4" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "86e67e1a371b4993a16bd2fae2cf6587"
I20260630 12:37:08.102353  7297 raft_consensus.cc:3060] T c60b6024494047a8af7ba8da72d4ab1a P 86e67e1a371b4993a16bd2fae2cf6587 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:37:08.104832  7188 leader_election.cc:336] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123): Network error: Client connection negotiation failed: client connection to 127.0.192.1:41123: connect: Connection refused (error 111)
I20260630 12:37:08.107797  7297 raft_consensus.cc:2468] T c60b6024494047a8af7ba8da72d4ab1a P 86e67e1a371b4993a16bd2fae2cf6587 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d27f11e923ee4c70975c236734cdfda4 in term 2.
I20260630 12:37:08.109123  7189 leader_election.cc:304] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [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: 86e67e1a371b4993a16bd2fae2cf6587, d27f11e923ee4c70975c236734cdfda4; no voters: 6dc2818bd11e4c9bb61e9a9b797e426f
I20260630 12:37:08.109954  7382 raft_consensus.cc:2804] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:08.110502  7382 raft_consensus.cc:697] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [term 2 LEADER]: Becoming Leader. State: Replica: d27f11e923ee4c70975c236734cdfda4, State: Running, Role: LEADER
I20260630 12:37:08.111132  7382 consensus_queue.cc:237] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [LEADER]: Queue going to LEADER 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: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } }
I20260630 12:37:08.120355  7044 catalog_manager.cc:5697] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 reported cstate change: term changed from 1 to 2, leader changed from 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1) to d27f11e923ee4c70975c236734cdfda4 (127.0.192.2). New cstate: current_term: 2 leader_uuid: "d27f11e923ee4c70975c236734cdfda4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:08.330950  7479 ts_tablet_manager.cc:933] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0: Initiating tablet copy from peer 86e67e1a371b4993a16bd2fae2cf6587 (127.0.192.3:35617)
I20260630 12:37:08.332484  7479 tablet_copy_client.cc:323] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.3:35617
I20260630 12:37:08.342826  7307 tablet_copy_service.cc:140] P 86e67e1a371b4993a16bd2fae2cf6587: Received BeginTabletCopySession request for tablet e2befa5756f249778e002dca9186a43f from peer fb52d83dccc54d7d87acabad8eeedeb0 ({username='slave'} at 127.0.0.1:42434)
I20260630 12:37:08.343357  7307 tablet_copy_service.cc:161] P 86e67e1a371b4993a16bd2fae2cf6587: Beginning new tablet copy session on tablet e2befa5756f249778e002dca9186a43f from peer fb52d83dccc54d7d87acabad8eeedeb0 at {username='slave'} at 127.0.0.1:42434: session id = fb52d83dccc54d7d87acabad8eeedeb0-e2befa5756f249778e002dca9186a43f
I20260630 12:37:08.348904  7307 tablet_copy_source_session.cc:215] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:08.351811  7479 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e2befa5756f249778e002dca9186a43f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:08.363204  7479 tablet_copy_client.cc:806] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:08.363768  7479 tablet_copy_client.cc:670] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:08.367568  7479 tablet_copy_client.cc:538] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:08.373973  7479 tablet_bootstrap.cc:492] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0: Bootstrap starting.
I20260630 12:37:08.389305  7483 ts_tablet_manager.cc:933] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0: Initiating tablet copy from peer d27f11e923ee4c70975c236734cdfda4 (127.0.192.2:33803)
I20260630 12:37:08.391218  7483 tablet_copy_client.cc:323] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.2:33803
I20260630 12:37:08.392225  7479 tablet_bootstrap.cc:492] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0: 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:08.393216  7479 tablet_bootstrap.cc:492] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0: Bootstrap complete.
I20260630 12:37:08.394006  7479 ts_tablet_manager.cc:1403] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0: Time spent bootstrapping tablet: real 0.020s	user 0.022s	sys 0.000s
I20260630 12:37:08.396518  7479 raft_consensus.cc:359] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: true } }
I20260630 12:37:08.397110  7479 raft_consensus.cc:740] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: fb52d83dccc54d7d87acabad8eeedeb0, State: Initialized, Role: LEARNER
I20260630 12:37:08.397814  7479 consensus_queue.cc:260] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0 [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: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: true } }
I20260630 12:37:08.399878  7456 heartbeater.cc:499] Master 127.0.192.62:36843 was elected leader, sending a full tablet report...
I20260630 12:37:08.400385  7479 ts_tablet_manager.cc:1434] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0: Time spent starting tablet: real 0.006s	user 0.001s	sys 0.004s
I20260630 12:37:08.402312  7307 tablet_copy_service.cc:342] P 86e67e1a371b4993a16bd2fae2cf6587: Request end of tablet copy session fb52d83dccc54d7d87acabad8eeedeb0-e2befa5756f249778e002dca9186a43f received from {username='slave'} at 127.0.0.1:42434
I20260630 12:37:08.402730  7307 tablet_copy_service.cc:434] P 86e67e1a371b4993a16bd2fae2cf6587: ending tablet copy session fb52d83dccc54d7d87acabad8eeedeb0-e2befa5756f249778e002dca9186a43f on tablet e2befa5756f249778e002dca9186a43f with peer fb52d83dccc54d7d87acabad8eeedeb0
I20260630 12:37:08.405467  7233 tablet_copy_service.cc:140] P d27f11e923ee4c70975c236734cdfda4: Received BeginTabletCopySession request for tablet 6661831f040e46e980e74da39eb7c278 from peer fb52d83dccc54d7d87acabad8eeedeb0 ({username='slave'} at 127.0.0.1:44768)
I20260630 12:37:08.405989  7233 tablet_copy_service.cc:161] P d27f11e923ee4c70975c236734cdfda4: Beginning new tablet copy session on tablet 6661831f040e46e980e74da39eb7c278 from peer fb52d83dccc54d7d87acabad8eeedeb0 at {username='slave'} at 127.0.0.1:44768: session id = fb52d83dccc54d7d87acabad8eeedeb0-6661831f040e46e980e74da39eb7c278
I20260630 12:37:08.411482  7233 tablet_copy_source_session.cc:215] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:08.414113  7483 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6661831f040e46e980e74da39eb7c278. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:08.426712  7483 tablet_copy_client.cc:806] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:08.427270  7483 tablet_copy_client.cc:670] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:08.430608  7483 tablet_copy_client.cc:538] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:08.436944  7483 tablet_bootstrap.cc:492] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0: Bootstrap starting.
I20260630 12:37:08.450995  7483 tablet_bootstrap.cc:492] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0: 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:08.451704  7483 tablet_bootstrap.cc:492] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0: Bootstrap complete.
I20260630 12:37:08.452267  7483 ts_tablet_manager.cc:1403] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0: Time spent bootstrapping tablet: real 0.015s	user 0.011s	sys 0.005s
I20260630 12:37:08.454295  7483 raft_consensus.cc:359] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: true } }
I20260630 12:37:08.454880  7483 raft_consensus.cc:740] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: fb52d83dccc54d7d87acabad8eeedeb0, State: Initialized, Role: LEARNER
I20260630 12:37:08.455399  7483 consensus_queue.cc:260] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0 [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: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: true } }
I20260630 12:37:08.456991  7483 ts_tablet_manager.cc:1434] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0: Time spent starting tablet: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:37:08.458886  7233 tablet_copy_service.cc:342] P d27f11e923ee4c70975c236734cdfda4: Request end of tablet copy session fb52d83dccc54d7d87acabad8eeedeb0-6661831f040e46e980e74da39eb7c278 received from {username='slave'} at 127.0.0.1:44768
I20260630 12:37:08.459329  7233 tablet_copy_service.cc:434] P d27f11e923ee4c70975c236734cdfda4: ending tablet copy session fb52d83dccc54d7d87acabad8eeedeb0-6661831f040e46e980e74da39eb7c278 on tablet 6661831f040e46e980e74da39eb7c278 with peer fb52d83dccc54d7d87acabad8eeedeb0
I20260630 12:37:08.500789  7483 ts_tablet_manager.cc:933] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0: Initiating tablet copy from peer 86e67e1a371b4993a16bd2fae2cf6587 (127.0.192.3:35617)
I20260630 12:37:08.502198  7483 tablet_copy_client.cc:323] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.3:35617
I20260630 12:37:08.503720  7307 tablet_copy_service.cc:140] P 86e67e1a371b4993a16bd2fae2cf6587: Received BeginTabletCopySession request for tablet 2585b56ce3764d31a8548101baef6061 from peer fb52d83dccc54d7d87acabad8eeedeb0 ({username='slave'} at 127.0.0.1:42434)
I20260630 12:37:08.504158  7307 tablet_copy_service.cc:161] P 86e67e1a371b4993a16bd2fae2cf6587: Beginning new tablet copy session on tablet 2585b56ce3764d31a8548101baef6061 from peer fb52d83dccc54d7d87acabad8eeedeb0 at {username='slave'} at 127.0.0.1:42434: session id = fb52d83dccc54d7d87acabad8eeedeb0-2585b56ce3764d31a8548101baef6061
I20260630 12:37:08.509263  7307 tablet_copy_source_session.cc:215] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:08.511950  7483 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2585b56ce3764d31a8548101baef6061. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:08.522938  7483 tablet_copy_client.cc:806] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:08.523479  7483 tablet_copy_client.cc:670] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:08.526705  7483 tablet_copy_client.cc:538] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:08.533205  7483 tablet_bootstrap.cc:492] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0: Bootstrap starting.
I20260630 12:37:08.546428  7483 tablet_bootstrap.cc:492] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0: 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:08.547055  7483 tablet_bootstrap.cc:492] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0: Bootstrap complete.
I20260630 12:37:08.547557  7483 ts_tablet_manager.cc:1403] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0: Time spent bootstrapping tablet: real 0.015s	user 0.015s	sys 0.000s
I20260630 12:37:08.549497  7483 raft_consensus.cc:359] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: true } }
I20260630 12:37:08.550048  7483 raft_consensus.cc:740] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: fb52d83dccc54d7d87acabad8eeedeb0, State: Initialized, Role: LEARNER
I20260630 12:37:08.550587  7483 consensus_queue.cc:260] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0 [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: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: true } }
I20260630 12:37:08.552101  7483 ts_tablet_manager.cc:1434] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0: Time spent starting tablet: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:37:08.553972  7307 tablet_copy_service.cc:342] P 86e67e1a371b4993a16bd2fae2cf6587: Request end of tablet copy session fb52d83dccc54d7d87acabad8eeedeb0-2585b56ce3764d31a8548101baef6061 received from {username='slave'} at 127.0.0.1:42434
I20260630 12:37:08.554412  7307 tablet_copy_service.cc:434] P 86e67e1a371b4993a16bd2fae2cf6587: ending tablet copy session fb52d83dccc54d7d87acabad8eeedeb0-2585b56ce3764d31a8548101baef6061 on tablet 2585b56ce3764d31a8548101baef6061 with peer fb52d83dccc54d7d87acabad8eeedeb0
I20260630 12:37:08.628720  7297 raft_consensus.cc:1275] T c60b6024494047a8af7ba8da72d4ab1a P 86e67e1a371b4993a16bd2fae2cf6587 [term 2 FOLLOWER]: Refusing update from remote peer d27f11e923ee4c70975c236734cdfda4: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:37:08.629987  7472 consensus_queue.cc:1048] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:37:08.644878  7188 consensus_peers.cc:597] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 -> Peer 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123): Couldn't send request to peer 6dc2818bd11e4c9bb61e9a9b797e426f. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:41123: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:37:08.673038  7093 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 6dc2818bd11e4c9bb61e9a9b797e426f not available for placement
I20260630 12:37:08.716253  7430 raft_consensus.cc:1217] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:37:08.921916  7494 consensus_queue.cc:579] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [LEADER]: Leader has been unable to successfully communicate with peer 6dc2818bd11e4c9bb61e9a9b797e426f for more than 1 seconds (1.024s)
W20260630 12:37:08.925519  7262 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.192.1:41123: connect: Connection refused (error 111) [suppressed 20 similar messages]
I20260630 12:37:08.925664  7430 raft_consensus.cc:1217] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:37:09.105315  7430 raft_consensus.cc:1217] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:37:09.145061  7495 consensus_queue.cc:579] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [LEADER]: Leader has been unable to successfully communicate with peer 6dc2818bd11e4c9bb61e9a9b797e426f for more than 1 seconds (1.033s)
I20260630 12:37:09.154759  7223 consensus_queue.cc:237] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 2.1, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: true } }
W20260630 12:37:09.160830  7189 consensus_peers.cc:597] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 -> Peer fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4:37853): Couldn't send request to peer fb52d83dccc54d7d87acabad8eeedeb0. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c60b6024494047a8af7ba8da72d4ab1a. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:09.160964  7297 raft_consensus.cc:1275] T c60b6024494047a8af7ba8da72d4ab1a P 86e67e1a371b4993a16bd2fae2cf6587 [term 2 FOLLOWER]: Refusing update from remote peer d27f11e923ee4c70975c236734cdfda4: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:37:09.162585  7382 consensus_queue.cc:1048] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:37:09.163863  7188 consensus_peers.cc:597] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 -> Peer 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123): Couldn't send request to peer 6dc2818bd11e4c9bb61e9a9b797e426f. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:41123: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:09.168767  7495 raft_consensus.cc:2955] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: true } } }
I20260630 12:37:09.170634  7297 raft_consensus.cc:2955] T c60b6024494047a8af7ba8da72d4ab1a P 86e67e1a371b4993a16bd2fae2cf6587 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: true } } }
I20260630 12:37:09.179391  7030 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet c60b6024494047a8af7ba8da72d4ab1a with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260630 12:37:09.183158  7044 catalog_manager.cc:5697] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 reported cstate change: config changed from index -1 to 2, NON_VOTER fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4) added. New cstate: current_term: 2 leader_uuid: "d27f11e923ee4c70975c236734cdfda4" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:09.191594  7494 consensus_queue.cc:579] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [LEADER]: Leader has been unable to successfully communicate with peer 6dc2818bd11e4c9bb61e9a9b797e426f for more than 1 seconds (1.306s)
I20260630 12:37:09.227061  7494 raft_consensus.cc:1064] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587: attempting to promote NON_VOTER fb52d83dccc54d7d87acabad8eeedeb0 to VOTER
I20260630 12:37:09.229022  7494 consensus_queue.cc:237] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [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: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } }
I20260630 12:37:09.235908  7223 raft_consensus.cc:1275] T e2befa5756f249778e002dca9186a43f P d27f11e923ee4c70975c236734cdfda4 [term 1 FOLLOWER]: Refusing update from remote peer 86e67e1a371b4993a16bd2fae2cf6587: 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:09.236685  7430 raft_consensus.cc:1275] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 LEARNER]: Refusing update from remote peer 86e67e1a371b4993a16bd2fae2cf6587: 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:09.237373  7501 consensus_queue.cc:1048] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:09.238425  7494 consensus_queue.cc:1048] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } 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:37:09.239722  7262 consensus_peers.cc:597] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 -> Peer 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123): Couldn't send request to peer 6dc2818bd11e4c9bb61e9a9b797e426f. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:41123: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:09.248358  7501 raft_consensus.cc:2955] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } } }
I20260630 12:37:09.250424  7430 raft_consensus.cc:2955] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } } }
I20260630 12:37:09.261369  7223 raft_consensus.cc:2955] T e2befa5756f249778e002dca9186a43f P d27f11e923ee4c70975c236734cdfda4 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } } }
I20260630 12:37:09.264396  7044 catalog_manager.cc:5697] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 reported cstate change: config changed from index 2 to 3, fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "86e67e1a371b4993a16bd2fae2cf6587" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:09.277333  7297 consensus_queue.cc:237] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [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: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } }
I20260630 12:37:09.282626  7223 raft_consensus.cc:1275] T e2befa5756f249778e002dca9186a43f P d27f11e923ee4c70975c236734cdfda4 [term 1 FOLLOWER]: Refusing update from remote peer 86e67e1a371b4993a16bd2fae2cf6587: 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:09.282631  7430 raft_consensus.cc:1275] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Refusing update from remote peer 86e67e1a371b4993a16bd2fae2cf6587: 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:09.284021  7493 consensus_queue.cc:1048] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:09.284734  7504 consensus_queue.cc:1048] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } 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:09.291415  7501 raft_consensus.cc:2955] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } } }
I20260630 12:37:09.293316  7430 raft_consensus.cc:2955] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } } }
I20260630 12:37:09.293535  7223 raft_consensus.cc:2955] T e2befa5756f249778e002dca9186a43f P d27f11e923ee4c70975c236734cdfda4 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } } }
I20260630 12:37:09.302963  7032 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet e2befa5756f249778e002dca9186a43f with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:09.305855  7043 catalog_manager.cc:5697] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0 reported cstate change: config changed from index 3 to 4, VOTER 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1) evicted. New cstate: current_term: 1 leader_uuid: "86e67e1a371b4993a16bd2fae2cf6587" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } } }
W20260630 12:37:09.321784  7031 catalog_manager.cc:4755] TS 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet e2befa5756f249778e002dca9186a43f: Network error: Client connection negotiation failed: client connection to 127.0.192.1:41123: connect: Connection refused (error 111)
I20260630 12:37:09.328954  7472 raft_consensus.cc:1064] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4: attempting to promote NON_VOTER fb52d83dccc54d7d87acabad8eeedeb0 to VOTER
I20260630 12:37:09.331315  7472 consensus_queue.cc:237] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 [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: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } }
I20260630 12:37:09.338766  7430 raft_consensus.cc:1275] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 LEARNER]: Refusing update from remote peer d27f11e923ee4c70975c236734cdfda4: 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:09.338816  7297 raft_consensus.cc:1275] T 6661831f040e46e980e74da39eb7c278 P 86e67e1a371b4993a16bd2fae2cf6587 [term 1 FOLLOWER]: Refusing update from remote peer d27f11e923ee4c70975c236734cdfda4: 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:09.340732  7472 consensus_queue.cc:1048] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:09.341646  7508 consensus_queue.cc:1048] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
W20260630 12:37:09.342578  7188 consensus_peers.cc:597] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 -> Peer 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123): Couldn't send request to peer 6dc2818bd11e4c9bb61e9a9b797e426f. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:41123: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:09.351949  7508 raft_consensus.cc:2955] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } } }
I20260630 12:37:09.353963  7297 raft_consensus.cc:2955] T 6661831f040e46e980e74da39eb7c278 P 86e67e1a371b4993a16bd2fae2cf6587 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } } }
I20260630 12:37:09.362612  7430 raft_consensus.cc:2955] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } } }
I20260630 12:37:09.364847  7045 catalog_manager.cc:5697] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 reported cstate change: config changed from index 2 to 3, fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "d27f11e923ee4c70975c236734cdfda4" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:09.377169  7223 consensus_queue.cc:237] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 [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: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } }
I20260630 12:37:09.382905  7430 raft_consensus.cc:1275] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Refusing update from remote peer d27f11e923ee4c70975c236734cdfda4: 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:09.383019  7297 raft_consensus.cc:1275] T 6661831f040e46e980e74da39eb7c278 P 86e67e1a371b4993a16bd2fae2cf6587 [term 1 FOLLOWER]: Refusing update from remote peer d27f11e923ee4c70975c236734cdfda4: 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:09.384397  7495 consensus_queue.cc:1048] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } 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:09.385272  7508 consensus_queue.cc:1048] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:09.392189  7495 raft_consensus.cc:2955] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } } }
I20260630 12:37:09.394927  7430 raft_consensus.cc:2955] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } } }
I20260630 12:37:09.395241  7297 raft_consensus.cc:2955] T 6661831f040e46e980e74da39eb7c278 P 86e67e1a371b4993a16bd2fae2cf6587 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } } }
I20260630 12:37:09.402602  7030 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 6661831f040e46e980e74da39eb7c278 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:09.408584  7043 catalog_manager.cc:5697] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 reported cstate change: config changed from index 3 to 4, VOTER 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1) evicted. New cstate: current_term: 1 leader_uuid: "d27f11e923ee4c70975c236734cdfda4" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:09.490222  7493 raft_consensus.cc:1064] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587: attempting to promote NON_VOTER fb52d83dccc54d7d87acabad8eeedeb0 to VOTER
I20260630 12:37:09.492287  7493 consensus_queue.cc:237] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [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: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } }
I20260630 12:37:09.498667  7223 raft_consensus.cc:1275] T 2585b56ce3764d31a8548101baef6061 P d27f11e923ee4c70975c236734cdfda4 [term 1 FOLLOWER]: Refusing update from remote peer 86e67e1a371b4993a16bd2fae2cf6587: 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:09.498687  7430 raft_consensus.cc:1275] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 LEARNER]: Refusing update from remote peer 86e67e1a371b4993a16bd2fae2cf6587: 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:09.500205  7504 consensus_queue.cc:1048] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:09.501608  7493 consensus_queue.cc:1048] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } 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:37:09.502274  7262 consensus_peers.cc:597] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 -> Peer 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123): Couldn't send request to peer 6dc2818bd11e4c9bb61e9a9b797e426f. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:41123: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:09.510341  7504 raft_consensus.cc:2955] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } } }
I20260630 12:37:09.512151  7430 raft_consensus.cc:2955] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } } }
I20260630 12:37:09.522665  7223 raft_consensus.cc:2955] T 2585b56ce3764d31a8548101baef6061 P d27f11e923ee4c70975c236734cdfda4 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } } }
I20260630 12:37:09.524999  7045 catalog_manager.cc:5697] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 reported cstate change: config changed from index 2 to 3, fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "86e67e1a371b4993a16bd2fae2cf6587" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:09.539094  7297 consensus_queue.cc:237] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [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: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } }
I20260630 12:37:09.545023  7430 raft_consensus.cc:1275] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Refusing update from remote peer 86e67e1a371b4993a16bd2fae2cf6587: 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:09.545622  7223 raft_consensus.cc:1275] T 2585b56ce3764d31a8548101baef6061 P d27f11e923ee4c70975c236734cdfda4 [term 1 FOLLOWER]: Refusing update from remote peer 86e67e1a371b4993a16bd2fae2cf6587: 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:09.546622  7504 consensus_queue.cc:1048] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } 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:09.547333  7493 consensus_queue.cc:1048] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:09.553930  7360 raft_consensus.cc:2955] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } } }
I20260630 12:37:09.556488  7430 raft_consensus.cc:2955] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } } }
I20260630 12:37:09.556355  7223 raft_consensus.cc:2955] T 2585b56ce3764d31a8548101baef6061 P d27f11e923ee4c70975c236734cdfda4 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } } }
I20260630 12:37:09.561352  7032 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 2585b56ce3764d31a8548101baef6061 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:09.565917  7043 catalog_manager.cc:5697] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 reported cstate change: config changed from index 3 to 4, VOTER 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1) evicted. New cstate: current_term: 1 leader_uuid: "86e67e1a371b4993a16bd2fae2cf6587" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
W20260630 12:37:09.676865  7093 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 6dc2818bd11e4c9bb61e9a9b797e426f not available for placement
I20260630 12:37:09.717267  7514 ts_tablet_manager.cc:933] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0: Initiating tablet copy from peer d27f11e923ee4c70975c236734cdfda4 (127.0.192.2:33803)
I20260630 12:37:09.718931  7514 tablet_copy_client.cc:323] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.2:33803
I20260630 12:37:09.720511  7233 tablet_copy_service.cc:140] P d27f11e923ee4c70975c236734cdfda4: Received BeginTabletCopySession request for tablet c60b6024494047a8af7ba8da72d4ab1a from peer fb52d83dccc54d7d87acabad8eeedeb0 ({username='slave'} at 127.0.0.1:44768)
I20260630 12:37:09.720912  7233 tablet_copy_service.cc:161] P d27f11e923ee4c70975c236734cdfda4: Beginning new tablet copy session on tablet c60b6024494047a8af7ba8da72d4ab1a from peer fb52d83dccc54d7d87acabad8eeedeb0 at {username='slave'} at 127.0.0.1:44768: session id = fb52d83dccc54d7d87acabad8eeedeb0-c60b6024494047a8af7ba8da72d4ab1a
I20260630 12:37:09.726392  7233 tablet_copy_source_session.cc:215] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:09.729080  7514 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c60b6024494047a8af7ba8da72d4ab1a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:09.740684  7514 tablet_copy_client.cc:806] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:09.741259  7514 tablet_copy_client.cc:670] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:09.744882  7514 tablet_copy_client.cc:538] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:09.751183  7514 tablet_bootstrap.cc:492] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0: Bootstrap starting.
I20260630 12:37:09.765374  7514 tablet_bootstrap.cc:492] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0: 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:09.766413  7514 tablet_bootstrap.cc:492] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0: Bootstrap complete.
I20260630 12:37:09.767077  7514 ts_tablet_manager.cc:1403] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0: Time spent bootstrapping tablet: real 0.016s	user 0.006s	sys 0.010s
I20260630 12:37:09.769090  7514 raft_consensus.cc:359] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: true } }
I20260630 12:37:09.769677  7514 raft_consensus.cc:740] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: fb52d83dccc54d7d87acabad8eeedeb0, State: Initialized, Role: LEARNER
I20260630 12:37:09.770315  7514 consensus_queue.cc:260] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 2, Last appended: 2.2, Last appended by leader: 2, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: true } }
I20260630 12:37:09.771912  7514 ts_tablet_manager.cc:1434] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0: Time spent starting tablet: real 0.005s	user 0.002s	sys 0.002s
I20260630 12:37:09.773625  7233 tablet_copy_service.cc:342] P d27f11e923ee4c70975c236734cdfda4: Request end of tablet copy session fb52d83dccc54d7d87acabad8eeedeb0-c60b6024494047a8af7ba8da72d4ab1a received from {username='slave'} at 127.0.0.1:44768
I20260630 12:37:09.773983  7233 tablet_copy_service.cc:434] P d27f11e923ee4c70975c236734cdfda4: ending tablet copy session fb52d83dccc54d7d87acabad8eeedeb0-c60b6024494047a8af7ba8da72d4ab1a on tablet c60b6024494047a8af7ba8da72d4ab1a with peer fb52d83dccc54d7d87acabad8eeedeb0
I20260630 12:37:10.129696  7430 raft_consensus.cc:1217] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.1->[2.2-2.2]   Dedup: 2.2->[]
I20260630 12:37:10.215742  7495 consensus_queue.cc:579] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [LEADER]: Leader has been unable to successfully communicate with peer 6dc2818bd11e4c9bb61e9a9b797e426f for more than 1 seconds (1.060s)
W20260630 12:37:10.489517  7031 catalog_manager.cc:4755] TS 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet e2befa5756f249778e002dca9186a43f: Network error: Client connection negotiation failed: client connection to 127.0.192.1:41123: connect: Connection refused (error 111)
I20260630 12:37:10.560598  7495 raft_consensus.cc:1064] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4: attempting to promote NON_VOTER fb52d83dccc54d7d87acabad8eeedeb0 to VOTER
I20260630 12:37:10.563024  7495 consensus_queue.cc:237] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 2.2, Last appended by leader: 0, Current term: 2, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } }
I20260630 12:37:10.569497  7297 raft_consensus.cc:1275] T c60b6024494047a8af7ba8da72d4ab1a P 86e67e1a371b4993a16bd2fae2cf6587 [term 2 FOLLOWER]: Refusing update from remote peer d27f11e923ee4c70975c236734cdfda4: 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:10.570825  7430 raft_consensus.cc:1275] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0 [term 2 LEARNER]: Refusing update from remote peer d27f11e923ee4c70975c236734cdfda4: 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:10.571147  7517 consensus_queue.cc:1048] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:37:10.572505  7522 consensus_queue.cc:1048] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } 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:37:10.573249  7188 consensus_peers.cc:597] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 -> Peer 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123): Couldn't send request to peer 6dc2818bd11e4c9bb61e9a9b797e426f. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:41123: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:10.580396  7522 raft_consensus.cc:2955] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index 2 to 3, fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } } }
I20260630 12:37:10.582016  7430 raft_consensus.cc:2955] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } } }
I20260630 12:37:10.593631  7297 raft_consensus.cc:2955] T c60b6024494047a8af7ba8da72d4ab1a P 86e67e1a371b4993a16bd2fae2cf6587 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } } }
I20260630 12:37:10.596514  7043 catalog_manager.cc:5697] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0 reported cstate change: config changed from index 2 to 3, fb52d83dccc54d7d87acabad8eeedeb0 (127.0.192.4) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "d27f11e923ee4c70975c236734cdfda4" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6dc2818bd11e4c9bb61e9a9b797e426f" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41123 } } peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } } }
I20260630 12:37:10.614881  7223 consensus_queue.cc:237] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 2.3, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } }
I20260630 12:37:10.620016  7430 raft_consensus.cc:1275] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0 [term 2 FOLLOWER]: Refusing update from remote peer d27f11e923ee4c70975c236734cdfda4: 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:10.620180  7297 raft_consensus.cc:1275] T c60b6024494047a8af7ba8da72d4ab1a P 86e67e1a371b4993a16bd2fae2cf6587 [term 2 FOLLOWER]: Refusing update from remote peer d27f11e923ee4c70975c236734cdfda4: 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:10.621552  7517 consensus_queue.cc:1048] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } 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:10.622233  7518 consensus_queue.cc:1048] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:10.629014  7517 raft_consensus.cc:2955] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } } }
I20260630 12:37:10.631114  7297 raft_consensus.cc:2955] T c60b6024494047a8af7ba8da72d4ab1a P 86e67e1a371b4993a16bd2fae2cf6587 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } } }
I20260630 12:37:10.631916  7430 raft_consensus.cc:2955] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } } }
I20260630 12:37:10.637476  7030 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet c60b6024494047a8af7ba8da72d4ab1a with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:10.641714  7044 catalog_manager.cc:5697] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 reported cstate change: config changed from index 3 to 4, VOTER 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1) evicted. New cstate: current_term: 2 leader_uuid: "d27f11e923ee4c70975c236734cdfda4" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
W20260630 12:37:11.539650  7031 catalog_manager.cc:4755] TS 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet e2befa5756f249778e002dca9186a43f: Network error: Client connection negotiation failed: client connection to 127.0.192.1:41123: connect: Connection refused (error 111)
W20260630 12:37:12.879861  7031 catalog_manager.cc:4755] TS 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet c60b6024494047a8af7ba8da72d4ab1a: Network error: Client connection negotiation failed: client connection to 127.0.192.1:41123: connect: Connection refused (error 111)
W20260630 12:37:14.706230  7093 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver d27f11e923ee4c70975c236734cdfda4 not available for placement
W20260630 12:37:14.964425  7031 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.192.1:41123: connect: Connection refused (error 111) [suppressed 45 similar messages]
W20260630 12:37:14.968019  7031 catalog_manager.cc:4755] TS 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet c60b6024494047a8af7ba8da72d4ab1a: Network error: Client connection negotiation failed: client connection to 127.0.192.1:41123: connect: Connection refused (error 111)
I20260630 12:37:14.998793   768 tablet_server.cc:179] TabletServer@127.0.192.2:0 shutting down...
I20260630 12:37:15.025931   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:15.026718   768 tablet_replica.cc:333] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4: stopping tablet replica
I20260630 12:37:15.027460   768 raft_consensus.cc:2243] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:15.028587   768 raft_consensus.cc:2272] T 6661831f040e46e980e74da39eb7c278 P d27f11e923ee4c70975c236734cdfda4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:15.031538   768 tablet_replica.cc:333] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4: stopping tablet replica
I20260630 12:37:15.032153   768 raft_consensus.cc:2243] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:15.033133   768 raft_consensus.cc:2272] T c60b6024494047a8af7ba8da72d4ab1a P d27f11e923ee4c70975c236734cdfda4 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:15.035709   768 tablet_replica.cc:333] T e2befa5756f249778e002dca9186a43f P d27f11e923ee4c70975c236734cdfda4: stopping tablet replica
I20260630 12:37:15.036326   768 raft_consensus.cc:2243] T e2befa5756f249778e002dca9186a43f P d27f11e923ee4c70975c236734cdfda4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:15.037549   768 raft_consensus.cc:2272] T e2befa5756f249778e002dca9186a43f P d27f11e923ee4c70975c236734cdfda4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:15.039954   768 tablet_replica.cc:333] T 2585b56ce3764d31a8548101baef6061 P d27f11e923ee4c70975c236734cdfda4: stopping tablet replica
I20260630 12:37:15.040504   768 raft_consensus.cc:2243] T 2585b56ce3764d31a8548101baef6061 P d27f11e923ee4c70975c236734cdfda4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:15.041527   768 raft_consensus.cc:2272] T 2585b56ce3764d31a8548101baef6061 P d27f11e923ee4c70975c236734cdfda4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:15.071111   768 tablet_server.cc:196] TabletServer@127.0.192.2:0 shutdown complete.
I20260630 12:37:15.091369   768 tablet_server.cc:179] TabletServer@127.0.192.3:0 shutting down...
I20260630 12:37:15.116154   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:15.116878   768 tablet_replica.cc:333] T c60b6024494047a8af7ba8da72d4ab1a P 86e67e1a371b4993a16bd2fae2cf6587: stopping tablet replica
I20260630 12:37:15.117825   768 raft_consensus.cc:2243] T c60b6024494047a8af7ba8da72d4ab1a P 86e67e1a371b4993a16bd2fae2cf6587 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:15.119114   768 raft_consensus.cc:2272] T c60b6024494047a8af7ba8da72d4ab1a P 86e67e1a371b4993a16bd2fae2cf6587 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:15.121500   768 tablet_replica.cc:333] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587: stopping tablet replica
I20260630 12:37:15.122026   768 raft_consensus.cc:2243] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:15.123004   768 raft_consensus.cc:2272] T e2befa5756f249778e002dca9186a43f P 86e67e1a371b4993a16bd2fae2cf6587 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:15.125380   768 tablet_replica.cc:333] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587: stopping tablet replica
I20260630 12:37:15.125922   768 raft_consensus.cc:2243] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:15.126863   768 raft_consensus.cc:2272] T 2585b56ce3764d31a8548101baef6061 P 86e67e1a371b4993a16bd2fae2cf6587 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:15.129151   768 tablet_replica.cc:333] T 6661831f040e46e980e74da39eb7c278 P 86e67e1a371b4993a16bd2fae2cf6587: stopping tablet replica
I20260630 12:37:15.129614   768 raft_consensus.cc:2243] T 6661831f040e46e980e74da39eb7c278 P 86e67e1a371b4993a16bd2fae2cf6587 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:15.131119   768 raft_consensus.cc:2272] T 6661831f040e46e980e74da39eb7c278 P 86e67e1a371b4993a16bd2fae2cf6587 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:37:15.756340  7318 debug-util.cc:398] Leaking SignalData structure 0x7b080017d580 after lost signal to thread 771
W20260630 12:37:15.757395  7318 debug-util.cc:398] Leaking SignalData structure 0x7b080026c760 after lost signal to thread 7079
W20260630 12:37:15.759918  7318 debug-util.cc:398] Leaking SignalData structure 0x7b08002c6b40 after lost signal to thread 7455
W20260630 12:37:16.147902   768 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 7318)
I20260630 12:37:16.204962  7538 raft_consensus.cc:493] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 86e67e1a371b4993a16bd2fae2cf6587)
I20260630 12:37:16.205592  7538 raft_consensus.cc:515] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } }
I20260630 12:37:16.208720  7538 leader_election.cc:290] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers d27f11e923ee4c70975c236734cdfda4 (127.0.192.2:33803), 86e67e1a371b4993a16bd2fae2cf6587 (127.0.192.3:35617)
W20260630 12:37:16.215912  7395 leader_election.cc:336] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer d27f11e923ee4c70975c236734cdfda4 (127.0.192.2:33803): Network error: Client connection negotiation failed: client connection to 127.0.192.2:33803: connect: Connection refused (error 111)
W20260630 12:37:16.218071  7397 leader_election.cc:336] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 86e67e1a371b4993a16bd2fae2cf6587 (127.0.192.3:35617): Network error: Client connection negotiation failed: client connection to 127.0.192.3:35617: connect: Connection refused (error 111)
I20260630 12:37:16.218622  7397 leader_election.cc:304] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0 [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: fb52d83dccc54d7d87acabad8eeedeb0; no voters: 86e67e1a371b4993a16bd2fae2cf6587, d27f11e923ee4c70975c236734cdfda4
I20260630 12:37:16.219566  7538 raft_consensus.cc:2749] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:37:16.288085  7538 raft_consensus.cc:493] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0 [term 2 FOLLOWER]: Starting pre-election (detected failure of leader d27f11e923ee4c70975c236734cdfda4)
I20260630 12:37:16.288763  7538 raft_consensus.cc:515] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } }
I20260630 12:37:16.291294  7538 leader_election.cc:290] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers d27f11e923ee4c70975c236734cdfda4 (127.0.192.2:33803), 86e67e1a371b4993a16bd2fae2cf6587 (127.0.192.3:35617)
W20260630 12:37:16.296945  7397 leader_election.cc:336] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0 [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer 86e67e1a371b4993a16bd2fae2cf6587 (127.0.192.3:35617): Network error: Client connection negotiation failed: client connection to 127.0.192.3:35617: connect: Connection refused (error 111)
W20260630 12:37:16.297452  7395 leader_election.cc:336] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0 [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer d27f11e923ee4c70975c236734cdfda4 (127.0.192.2:33803): Network error: Client connection negotiation failed: client connection to 127.0.192.2:33803: connect: Connection refused (error 111)
I20260630 12:37:16.297869  7395 leader_election.cc:304] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0 [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: fb52d83dccc54d7d87acabad8eeedeb0; no voters: 86e67e1a371b4993a16bd2fae2cf6587, d27f11e923ee4c70975c236734cdfda4
I20260630 12:37:16.298710  7538 raft_consensus.cc:2749] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0 [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
I20260630 12:37:16.406366  7538 raft_consensus.cc:493] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader d27f11e923ee4c70975c236734cdfda4)
I20260630 12:37:16.406985  7538 raft_consensus.cc:515] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } }
I20260630 12:37:16.409471  7538 leader_election.cc:290] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers d27f11e923ee4c70975c236734cdfda4 (127.0.192.2:33803), 86e67e1a371b4993a16bd2fae2cf6587 (127.0.192.3:35617)
W20260630 12:37:16.413828  7395 leader_election.cc:336] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer d27f11e923ee4c70975c236734cdfda4 (127.0.192.2:33803): Network error: Client connection negotiation failed: client connection to 127.0.192.2:33803: connect: Connection refused (error 111)
W20260630 12:37:16.414716  7397 leader_election.cc:336] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 86e67e1a371b4993a16bd2fae2cf6587 (127.0.192.3:35617): Network error: Client connection negotiation failed: client connection to 127.0.192.3:35617: connect: Connection refused (error 111)
I20260630 12:37:16.415249  7397 leader_election.cc:304] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0 [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: fb52d83dccc54d7d87acabad8eeedeb0; no voters: 86e67e1a371b4993a16bd2fae2cf6587, d27f11e923ee4c70975c236734cdfda4
I20260630 12:37:16.416049  7538 raft_consensus.cc:2749] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:37:16.546022  7538 raft_consensus.cc:493] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 86e67e1a371b4993a16bd2fae2cf6587)
I20260630 12:37:16.546608  7538 raft_consensus.cc:515] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } }
I20260630 12:37:16.548395  7538 leader_election.cc:290] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers d27f11e923ee4c70975c236734cdfda4 (127.0.192.2:33803), 86e67e1a371b4993a16bd2fae2cf6587 (127.0.192.3:35617)
W20260630 12:37:16.553195  7395 leader_election.cc:336] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer d27f11e923ee4c70975c236734cdfda4 (127.0.192.2:33803): Network error: Client connection negotiation failed: client connection to 127.0.192.2:33803: connect: Connection refused (error 111)
W20260630 12:37:16.554896  7397 leader_election.cc:336] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 86e67e1a371b4993a16bd2fae2cf6587 (127.0.192.3:35617): Network error: Client connection negotiation failed: client connection to 127.0.192.3:35617: connect: Connection refused (error 111)
I20260630 12:37:16.555260  7397 leader_election.cc:304] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0 [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: fb52d83dccc54d7d87acabad8eeedeb0; no voters: 86e67e1a371b4993a16bd2fae2cf6587, d27f11e923ee4c70975c236734cdfda4
I20260630 12:37:16.555897  7538 raft_consensus.cc:2749] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260630 12:37:16.715972  7093 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver d27f11e923ee4c70975c236734cdfda4 not available for placement
W20260630 12:37:17.148423   768 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 7318)
W20260630 12:37:17.718437  7093 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver d27f11e923ee4c70975c236734cdfda4 not available for placement
W20260630 12:37:17.739259  7031 catalog_manager.cc:4755] TS 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet e2befa5756f249778e002dca9186a43f: Network error: Client connection negotiation failed: client connection to 127.0.192.1:41123: connect: Connection refused (error 111)
I20260630 12:37:18.042470  7544 raft_consensus.cc:493] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0 [term 2 FOLLOWER]: Starting pre-election (detected failure of leader d27f11e923ee4c70975c236734cdfda4)
I20260630 12:37:18.043035  7544 raft_consensus.cc:515] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } }
I20260630 12:37:18.045125  7544 leader_election.cc:290] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers d27f11e923ee4c70975c236734cdfda4 (127.0.192.2:33803), 86e67e1a371b4993a16bd2fae2cf6587 (127.0.192.3:35617)
W20260630 12:37:18.051184  7395 leader_election.cc:336] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0 [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer d27f11e923ee4c70975c236734cdfda4 (127.0.192.2:33803): Network error: Client connection negotiation failed: client connection to 127.0.192.2:33803: connect: Connection refused (error 111)
W20260630 12:37:18.051718  7397 leader_election.cc:336] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0 [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer 86e67e1a371b4993a16bd2fae2cf6587 (127.0.192.3:35617): Network error: Client connection negotiation failed: client connection to 127.0.192.3:35617: connect: Connection refused (error 111)
I20260630 12:37:18.052104  7397 leader_election.cc:304] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0 [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: fb52d83dccc54d7d87acabad8eeedeb0; no voters: 86e67e1a371b4993a16bd2fae2cf6587, d27f11e923ee4c70975c236734cdfda4
I20260630 12:37:18.052724  7544 raft_consensus.cc:2749] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0 [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
W20260630 12:37:18.148967   768 thread.cc:527] Waited for 3000ms trying to join with diag-logger (tid 7318)
I20260630 12:37:18.164004  7544 raft_consensus.cc:493] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 86e67e1a371b4993a16bd2fae2cf6587)
I20260630 12:37:18.164630  7544 raft_consensus.cc:515] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } }
I20260630 12:37:18.166707  7544 leader_election.cc:290] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers d27f11e923ee4c70975c236734cdfda4 (127.0.192.2:33803), 86e67e1a371b4993a16bd2fae2cf6587 (127.0.192.3:35617)
W20260630 12:37:18.171562  7395 leader_election.cc:336] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer d27f11e923ee4c70975c236734cdfda4 (127.0.192.2:33803): Network error: Client connection negotiation failed: client connection to 127.0.192.2:33803: connect: Connection refused (error 111)
W20260630 12:37:18.172178  7397 leader_election.cc:336] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 86e67e1a371b4993a16bd2fae2cf6587 (127.0.192.3:35617): Network error: Client connection negotiation failed: client connection to 127.0.192.3:35617: connect: Connection refused (error 111)
I20260630 12:37:18.172663  7397 leader_election.cc:304] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0 [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: fb52d83dccc54d7d87acabad8eeedeb0; no voters: 86e67e1a371b4993a16bd2fae2cf6587, d27f11e923ee4c70975c236734cdfda4
I20260630 12:37:18.173437  7544 raft_consensus.cc:2749] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:37:18.360237  7544 raft_consensus.cc:493] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 86e67e1a371b4993a16bd2fae2cf6587)
I20260630 12:37:18.360880  7544 raft_consensus.cc:515] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } }
I20260630 12:37:18.363338  7544 leader_election.cc:290] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers d27f11e923ee4c70975c236734cdfda4 (127.0.192.2:33803), 86e67e1a371b4993a16bd2fae2cf6587 (127.0.192.3:35617)
W20260630 12:37:18.367651  7397 leader_election.cc:336] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 86e67e1a371b4993a16bd2fae2cf6587 (127.0.192.3:35617): Network error: Client connection negotiation failed: client connection to 127.0.192.3:35617: connect: Connection refused (error 111)
W20260630 12:37:18.368287  7395 leader_election.cc:336] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer d27f11e923ee4c70975c236734cdfda4 (127.0.192.2:33803): Network error: Client connection negotiation failed: client connection to 127.0.192.2:33803: connect: Connection refused (error 111)
I20260630 12:37:18.368677  7395 leader_election.cc:304] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0 [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: fb52d83dccc54d7d87acabad8eeedeb0; no voters: 86e67e1a371b4993a16bd2fae2cf6587, d27f11e923ee4c70975c236734cdfda4
I20260630 12:37:18.369336  7544 raft_consensus.cc:2749] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:37:18.484040  7544 raft_consensus.cc:493] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader d27f11e923ee4c70975c236734cdfda4)
I20260630 12:37:18.484679  7544 raft_consensus.cc:515] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d27f11e923ee4c70975c236734cdfda4" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33803 } } peers { permanent_uuid: "86e67e1a371b4993a16bd2fae2cf6587" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35617 } } peers { permanent_uuid: "fb52d83dccc54d7d87acabad8eeedeb0" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 37853 } attrs { promote: false } }
I20260630 12:37:18.487145  7544 leader_election.cc:290] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers d27f11e923ee4c70975c236734cdfda4 (127.0.192.2:33803), 86e67e1a371b4993a16bd2fae2cf6587 (127.0.192.3:35617)
W20260630 12:37:18.491557  7395 leader_election.cc:336] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer d27f11e923ee4c70975c236734cdfda4 (127.0.192.2:33803): Network error: Client connection negotiation failed: client connection to 127.0.192.2:33803: connect: Connection refused (error 111)
W20260630 12:37:18.492132  7397 leader_election.cc:336] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 86e67e1a371b4993a16bd2fae2cf6587 (127.0.192.3:35617): Network error: Client connection negotiation failed: client connection to 127.0.192.3:35617: connect: Connection refused (error 111)
I20260630 12:37:18.492652  7397 leader_election.cc:304] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0 [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: fb52d83dccc54d7d87acabad8eeedeb0; no voters: 86e67e1a371b4993a16bd2fae2cf6587, d27f11e923ee4c70975c236734cdfda4
I20260630 12:37:18.493463  7544 raft_consensus.cc:2749] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:37:18.617302   768 tablet_server.cc:196] TabletServer@127.0.192.3:0 shutdown complete.
I20260630 12:37:18.636500   768 tablet_server.cc:179] TabletServer@127.0.192.4:0 shutting down...
I20260630 12:37:18.659304   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:18.660039   768 tablet_replica.cc:333] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0: stopping tablet replica
I20260630 12:37:18.660665   768 raft_consensus.cc:2243] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:18.661470   768 raft_consensus.cc:2272] T 2585b56ce3764d31a8548101baef6061 P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:18.663920   768 tablet_replica.cc:333] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0: stopping tablet replica
I20260630 12:37:18.664453   768 raft_consensus.cc:2243] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:18.665115   768 raft_consensus.cc:2272] T 6661831f040e46e980e74da39eb7c278 P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:18.667357   768 tablet_replica.cc:333] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0: stopping tablet replica
I20260630 12:37:18.667874   768 raft_consensus.cc:2243] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:18.668574   768 raft_consensus.cc:2272] T c60b6024494047a8af7ba8da72d4ab1a P fb52d83dccc54d7d87acabad8eeedeb0 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:18.670953   768 tablet_replica.cc:333] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0: stopping tablet replica
I20260630 12:37:18.671458   768 raft_consensus.cc:2243] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:18.672171   768 raft_consensus.cc:2272] T e2befa5756f249778e002dca9186a43f P fb52d83dccc54d7d87acabad8eeedeb0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:18.697496   768 tablet_server.cc:196] TabletServer@127.0.192.4:0 shutdown complete.
I20260630 12:37:18.715410   768 master.cc:562] Master@127.0.192.62:36843 shutting down...
W20260630 12:37:18.720469  7093 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver d27f11e923ee4c70975c236734cdfda4 not available for placement
W20260630 12:37:19.077721  7031 catalog_manager.cc:4755] TS 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet c60b6024494047a8af7ba8da72d4ab1a: Network error: Client connection negotiation failed: client connection to 127.0.192.1:41123: connect: Connection refused (error 111)
W20260630 12:37:25.973067  7031 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.192.1:41123: connect: Connection refused (error 111) [suppressed 20 similar messages]
W20260630 12:37:25.976883  7031 catalog_manager.cc:4755] TS 6dc2818bd11e4c9bb61e9a9b797e426f (127.0.192.1:41123): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet e2befa5756f249778e002dca9186a43f: Network error: Client connection negotiation failed: client connection to 127.0.192.1:41123: connect: Connection refused (error 111)
I20260630 12:37:27.463337   768 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 2b6f996cc49f4909879c80ef17b95abb [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:27.464700   768 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 2b6f996cc49f4909879c80ef17b95abb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:27.465131   768 tablet_replica.cc:333] T 00000000000000000000000000000000 P 2b6f996cc49f4909879c80ef17b95abb: stopping tablet replica
I20260630 12:37:27.494995   768 master.cc:584] Master@127.0.192.62:36843 shutdown complete.
[       OK ] AutoRebalancerTest.NoRebalancingIfReplicasRecovering (23077 ms)
[ RUN      ] AutoRebalancerTest.TestHandlingFailedTservers
I20260630 12:37:27.555007   768 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.192.62:41361
I20260630 12:37:27.556169   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:27.562186  7554 instance_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:27.562237  7553 instance_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:27.563022  7556 instance_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:27.564157   768 server_base.cc:1061] running on GCE node
I20260630 12:37:27.565095   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:27.565303   768 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:27.565480   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823047565444 us; error 0 us; skew 500 ppm
I20260630 12:37:27.565992   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:27.568485   768 webserver.cc:533] Webserver started at http://127.0.192.62:41005/ using document root <none> and password file <none>
I20260630 12:37:27.569041   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:27.569252   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:27.569577   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:27.571007   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-0/minicluster-data/master-0-root/instance:
uuid: "341a39fa49fb488faed4ba7c207705c9"
format_stamp: "Formatted at 2026-06-30 12:37:27 on dist-test-slave-n0zz"
I20260630 12:37:27.575778   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260630 12:37:27.579149  7561 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:27.580053   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:27.580287   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-0/minicluster-data/master-0-root
uuid: "341a39fa49fb488faed4ba7c207705c9"
format_stamp: "Formatted at 2026-06-30 12:37:27 on dist-test-slave-n0zz"
I20260630 12:37:27.580549   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-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:27.599558   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:27.600914   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:27.643086   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.62:41361
I20260630 12:37:27.643199  7612 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.62:41361 every 8 connection(s)
I20260630 12:37:27.647555  7613 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:27.660887  7613 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 341a39fa49fb488faed4ba7c207705c9: Bootstrap starting.
I20260630 12:37:27.665956  7613 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 341a39fa49fb488faed4ba7c207705c9: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:27.670368  7613 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 341a39fa49fb488faed4ba7c207705c9: No bootstrap required, opened a new log
I20260630 12:37:27.672612  7613 raft_consensus.cc:359] T 00000000000000000000000000000000 P 341a39fa49fb488faed4ba7c207705c9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "341a39fa49fb488faed4ba7c207705c9" member_type: VOTER }
I20260630 12:37:27.673065  7613 raft_consensus.cc:385] T 00000000000000000000000000000000 P 341a39fa49fb488faed4ba7c207705c9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:27.673319  7613 raft_consensus.cc:740] T 00000000000000000000000000000000 P 341a39fa49fb488faed4ba7c207705c9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 341a39fa49fb488faed4ba7c207705c9, State: Initialized, Role: FOLLOWER
I20260630 12:37:27.673928  7613 consensus_queue.cc:260] T 00000000000000000000000000000000 P 341a39fa49fb488faed4ba7c207705c9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "341a39fa49fb488faed4ba7c207705c9" member_type: VOTER }
I20260630 12:37:27.674419  7613 raft_consensus.cc:399] T 00000000000000000000000000000000 P 341a39fa49fb488faed4ba7c207705c9 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:27.674666  7613 raft_consensus.cc:493] T 00000000000000000000000000000000 P 341a39fa49fb488faed4ba7c207705c9 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:27.674929  7613 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 341a39fa49fb488faed4ba7c207705c9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:27.679998  7613 raft_consensus.cc:515] T 00000000000000000000000000000000 P 341a39fa49fb488faed4ba7c207705c9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "341a39fa49fb488faed4ba7c207705c9" member_type: VOTER }
I20260630 12:37:27.680549  7613 leader_election.cc:304] T 00000000000000000000000000000000 P 341a39fa49fb488faed4ba7c207705c9 [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: 341a39fa49fb488faed4ba7c207705c9; no voters: 
I20260630 12:37:27.681744  7613 leader_election.cc:290] T 00000000000000000000000000000000 P 341a39fa49fb488faed4ba7c207705c9 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:27.682206  7616 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 341a39fa49fb488faed4ba7c207705c9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:27.683766  7616 raft_consensus.cc:697] T 00000000000000000000000000000000 P 341a39fa49fb488faed4ba7c207705c9 [term 1 LEADER]: Becoming Leader. State: Replica: 341a39fa49fb488faed4ba7c207705c9, State: Running, Role: LEADER
I20260630 12:37:27.684410  7616 consensus_queue.cc:237] T 00000000000000000000000000000000 P 341a39fa49fb488faed4ba7c207705c9 [LEADER]: Queue going to LEADER mode. State: All 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: "341a39fa49fb488faed4ba7c207705c9" member_type: VOTER }
I20260630 12:37:27.684944  7613 sys_catalog.cc:565] T 00000000000000000000000000000000 P 341a39fa49fb488faed4ba7c207705c9 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:27.691368  7618 sys_catalog.cc:455] T 00000000000000000000000000000000 P 341a39fa49fb488faed4ba7c207705c9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 341a39fa49fb488faed4ba7c207705c9. Latest consensus state: current_term: 1 leader_uuid: "341a39fa49fb488faed4ba7c207705c9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "341a39fa49fb488faed4ba7c207705c9" member_type: VOTER } }
I20260630 12:37:27.692018  7618 sys_catalog.cc:458] T 00000000000000000000000000000000 P 341a39fa49fb488faed4ba7c207705c9 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:27.691826  7617 sys_catalog.cc:455] T 00000000000000000000000000000000 P 341a39fa49fb488faed4ba7c207705c9 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "341a39fa49fb488faed4ba7c207705c9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "341a39fa49fb488faed4ba7c207705c9" member_type: VOTER } }
I20260630 12:37:27.692725  7617 sys_catalog.cc:458] T 00000000000000000000000000000000 P 341a39fa49fb488faed4ba7c207705c9 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:27.695638  7624 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:27.703820  7624 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:27.704809   768 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:27.713351  7624 catalog_manager.cc:1383] Generated new cluster ID: 543312fc6c194cbf8193b6e552e68ac6
I20260630 12:37:27.713685  7624 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:27.731199  7624 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:27.732643  7624 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:27.746284  7624 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 341a39fa49fb488faed4ba7c207705c9: Generated new TSK 0
I20260630 12:37:27.746929  7624 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:27.771358   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:27.777922  7634 instance_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:27.778713  7635 instance_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:27.780803  7637 instance_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:27.781054   768 server_base.cc:1061] running on GCE node
I20260630 12:37:27.782083   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:27.782367   768 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:27.782562   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823047782543 us; error 0 us; skew 500 ppm
I20260630 12:37:27.783207   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:27.786298   768 webserver.cc:533] Webserver started at http://127.0.192.1:35387/ using document root <none> and password file <none>
I20260630 12:37:27.786912   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:27.787128   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:27.787410   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:27.788693   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-0/minicluster-data/ts-0-root/instance:
uuid: "a087c78ecb2c428bad019f560f5261ef"
format_stamp: "Formatted at 2026-06-30 12:37:27 on dist-test-slave-n0zz"
I20260630 12:37:27.793566   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260630 12:37:27.797390  7642 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:27.798357   768 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:37:27.798624   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-0/minicluster-data/ts-0-root
uuid: "a087c78ecb2c428bad019f560f5261ef"
format_stamp: "Formatted at 2026-06-30 12:37:27 on dist-test-slave-n0zz"
I20260630 12:37:27.798864   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-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:27.813594   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:27.814922   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:27.816397   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:27.818903   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:27.819103   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:27.819402   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:27.819684   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:27.862663   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.1:39439
I20260630 12:37:27.862834  7704 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.1:39439 every 8 connection(s)
I20260630 12:37:27.868001   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:27.876085  7709 instance_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:27.878204  7710 instance_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:27.880481   768 server_base.cc:1061] running on GCE node
W20260630 12:37:27.881114  7712 instance_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:27.882498   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:37:27.882668  7705 heartbeater.cc:344] Connected to a master server at 127.0.192.62:41361
W20260630 12:37:27.882777   768 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:27.883155   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823047883138 us; error 0 us; skew 500 ppm
I20260630 12:37:27.883225  7705 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:27.883821   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:27.884132  7705 heartbeater.cc:507] Master 127.0.192.62:41361 requested a full tablet report, sending...
I20260630 12:37:27.886665  7578 ts_manager.cc:194] Registered new tserver with Master: a087c78ecb2c428bad019f560f5261ef (127.0.192.1:39439)
I20260630 12:37:27.887184   768 webserver.cc:533] Webserver started at http://127.0.192.2:46471/ using document root <none> and password file <none>
I20260630 12:37:27.887771   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:27.887998   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:27.888288   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:27.888854  7578 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35612
I20260630 12:37:27.889746   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-0/minicluster-data/ts-1-root/instance:
uuid: "94f3a13eb91243638a3c07ea3cbec1f1"
format_stamp: "Formatted at 2026-06-30 12:37:27 on dist-test-slave-n0zz"
I20260630 12:37:27.894719   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.003s
I20260630 12:37:27.898118  7717 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:27.898881   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:37:27.899173   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-0/minicluster-data/ts-1-root
uuid: "94f3a13eb91243638a3c07ea3cbec1f1"
format_stamp: "Formatted at 2026-06-30 12:37:27 on dist-test-slave-n0zz"
I20260630 12:37:27.899466   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-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:27.912066   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:27.913293   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:27.914914   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:27.917127   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:27.917353   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:27.917596   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:27.917764   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:27.958912   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.2:45927
I20260630 12:37:27.959052  7779 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.2:45927 every 8 connection(s)
I20260630 12:37:27.963831   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:27.971431  7783 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:27.974737  7784 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:27.976226  7786 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:27.976804   768 server_base.cc:1061] running on GCE node
I20260630 12:37:27.977635  7780 heartbeater.cc:344] Connected to a master server at 127.0.192.62:41361
I20260630 12:37:27.977960   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:37:27.978073  7780 heartbeater.cc:461] Registering TS with master...
W20260630 12:37:27.978353   768 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:27.978586   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823047978569 us; error 0 us; skew 500 ppm
I20260630 12:37:27.979164  7780 heartbeater.cc:507] Master 127.0.192.62:41361 requested a full tablet report, sending...
I20260630 12:37:27.979393   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:27.981769  7578 ts_manager.cc:194] Registered new tserver with Master: 94f3a13eb91243638a3c07ea3cbec1f1 (127.0.192.2:45927)
I20260630 12:37:27.982424   768 webserver.cc:533] Webserver started at http://127.0.192.3:36759/ using document root <none> and password file <none>
I20260630 12:37:27.983044   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:27.983246   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:27.983541   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:27.983552  7578 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35626
I20260630 12:37:27.985172   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-0/minicluster-data/ts-2-root/instance:
uuid: "d2179e8201bb4d3c9176b4adb91168cb"
format_stamp: "Formatted at 2026-06-30 12:37:27 on dist-test-slave-n0zz"
I20260630 12:37:27.990097   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260630 12:37:27.993638  7791 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:27.994621   768 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:37:27.994936   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-0/minicluster-data/ts-2-root
uuid: "d2179e8201bb4d3c9176b4adb91168cb"
format_stamp: "Formatted at 2026-06-30 12:37:27 on dist-test-slave-n0zz"
I20260630 12:37:27.995236   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-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.026036   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:28.027328   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:28.028806   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:28.031257   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:28.031507   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:28.031755   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:28.031930   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:28.071615   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.3:39905
I20260630 12:37:28.071731  7853 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.3:39905 every 8 connection(s)
I20260630 12:37:28.086850  7854 heartbeater.cc:344] Connected to a master server at 127.0.192.62:41361
I20260630 12:37:28.087196  7854 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:28.088012  7854 heartbeater.cc:507] Master 127.0.192.62:41361 requested a full tablet report, sending...
I20260630 12:37:28.089998  7578 ts_manager.cc:194] Registered new tserver with Master: d2179e8201bb4d3c9176b4adb91168cb (127.0.192.3:39905)
I20260630 12:37:28.091045   768 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015965099s
I20260630 12:37:28.091531  7578 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35632
I20260630 12:37:28.891685  7705 heartbeater.cc:499] Master 127.0.192.62:41361 was elected leader, sending a full tablet report...
I20260630 12:37:28.986749  7780 heartbeater.cc:499] Master 127.0.192.62:41361 was elected leader, sending a full tablet report...
I20260630 12:37:29.095072  7854 heartbeater.cc:499] Master 127.0.192.62:41361 was elected leader, sending a full tablet report...
I20260630 12:37:29.147385  7578 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:35642:
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.149837  7578 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.208729  7745 tablet_service.cc:1511] Processing CreateTablet for tablet e14046064f644deda9c441566bb04731 (DEFAULT_TABLE table=test-workload [id=7ad0dffad240411b8f1fc95a3ea0e3fe]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:29.210578  7745 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e14046064f644deda9c441566bb04731. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:29.212478  7744 tablet_service.cc:1511] Processing CreateTablet for tablet 87d72e9bdf8f4c81b3b79ced9f6a9c8b (DEFAULT_TABLE table=test-workload [id=7ad0dffad240411b8f1fc95a3ea0e3fe]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:29.214011  7744 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 87d72e9bdf8f4c81b3b79ced9f6a9c8b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:29.216354  7743 tablet_service.cc:1511] Processing CreateTablet for tablet ee7d1e98c2e44a9db079a108e72a8f14 (DEFAULT_TABLE table=test-workload [id=7ad0dffad240411b8f1fc95a3ea0e3fe]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:29.217825  7743 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ee7d1e98c2e44a9db079a108e72a8f14. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:29.226023  7819 tablet_service.cc:1511] Processing CreateTablet for tablet e14046064f644deda9c441566bb04731 (DEFAULT_TABLE table=test-workload [id=7ad0dffad240411b8f1fc95a3ea0e3fe]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:29.226761  7818 tablet_service.cc:1511] Processing CreateTablet for tablet 87d72e9bdf8f4c81b3b79ced9f6a9c8b (DEFAULT_TABLE table=test-workload [id=7ad0dffad240411b8f1fc95a3ea0e3fe]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:29.227701  7819 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e14046064f644deda9c441566bb04731. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:29.229194  7817 tablet_service.cc:1511] Processing CreateTablet for tablet ee7d1e98c2e44a9db079a108e72a8f14 (DEFAULT_TABLE table=test-workload [id=7ad0dffad240411b8f1fc95a3ea0e3fe]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:29.230686  7817 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ee7d1e98c2e44a9db079a108e72a8f14. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:29.231475  7742 tablet_service.cc:1511] Processing CreateTablet for tablet c921a75380784fdcb5ce6d3661d80563 (DEFAULT_TABLE table=test-workload [id=7ad0dffad240411b8f1fc95a3ea0e3fe]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:29.232951  7742 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c921a75380784fdcb5ce6d3661d80563. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:29.234573  7818 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 87d72e9bdf8f4c81b3b79ced9f6a9c8b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:29.254606  7874 tablet_bootstrap.cc:492] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1: Bootstrap starting.
I20260630 12:37:29.255673  7670 tablet_service.cc:1511] Processing CreateTablet for tablet e14046064f644deda9c441566bb04731 (DEFAULT_TABLE table=test-workload [id=7ad0dffad240411b8f1fc95a3ea0e3fe]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:29.257110  7670 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e14046064f644deda9c441566bb04731. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:29.261587  7874 tablet_bootstrap.cc:654] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:29.261346  7669 tablet_service.cc:1511] Processing CreateTablet for tablet 87d72e9bdf8f4c81b3b79ced9f6a9c8b (DEFAULT_TABLE table=test-workload [id=7ad0dffad240411b8f1fc95a3ea0e3fe]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:29.262861  7669 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 87d72e9bdf8f4c81b3b79ced9f6a9c8b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:29.265879  7668 tablet_service.cc:1511] Processing CreateTablet for tablet ee7d1e98c2e44a9db079a108e72a8f14 (DEFAULT_TABLE table=test-workload [id=7ad0dffad240411b8f1fc95a3ea0e3fe]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:29.267531  7668 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ee7d1e98c2e44a9db079a108e72a8f14. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:29.265887  7667 tablet_service.cc:1511] Processing CreateTablet for tablet c921a75380784fdcb5ce6d3661d80563 (DEFAULT_TABLE table=test-workload [id=7ad0dffad240411b8f1fc95a3ea0e3fe]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:29.270052  7816 tablet_service.cc:1511] Processing CreateTablet for tablet c921a75380784fdcb5ce6d3661d80563 (DEFAULT_TABLE table=test-workload [id=7ad0dffad240411b8f1fc95a3ea0e3fe]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:29.271102  7667 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c921a75380784fdcb5ce6d3661d80563. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:29.271629  7816 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c921a75380784fdcb5ce6d3661d80563. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:29.306516  7874 tablet_bootstrap.cc:492] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1: No bootstrap required, opened a new log
I20260630 12:37:29.307188  7874 ts_tablet_manager.cc:1403] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1: Time spent bootstrapping tablet: real 0.053s	user 0.014s	sys 0.003s
I20260630 12:37:29.311529  7875 tablet_bootstrap.cc:492] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb: Bootstrap starting.
I20260630 12:37:29.316252  7874 raft_consensus.cc:359] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.318122  7874 raft_consensus.cc:385] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:29.317281  7877 tablet_bootstrap.cc:492] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef: Bootstrap starting.
I20260630 12:37:29.318586  7874 raft_consensus.cc:740] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 94f3a13eb91243638a3c07ea3cbec1f1, State: Initialized, Role: FOLLOWER
I20260630 12:37:29.322961  7874 consensus_queue.cc:260] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.324223  7875 tablet_bootstrap.cc:654] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:29.326025  7874 ts_tablet_manager.cc:1434] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1: Time spent starting tablet: real 0.018s	user 0.004s	sys 0.003s
I20260630 12:37:29.327111  7874 tablet_bootstrap.cc:492] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1: Bootstrap starting.
I20260630 12:37:29.328150  7877 tablet_bootstrap.cc:654] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:29.333856  7874 tablet_bootstrap.cc:654] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:29.340303  7875 tablet_bootstrap.cc:492] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb: No bootstrap required, opened a new log
I20260630 12:37:29.340916  7875 ts_tablet_manager.cc:1403] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb: Time spent bootstrapping tablet: real 0.030s	user 0.009s	sys 0.010s
I20260630 12:37:29.340972  7874 tablet_bootstrap.cc:492] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1: No bootstrap required, opened a new log
I20260630 12:37:29.341712  7874 ts_tablet_manager.cc:1403] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1: Time spent bootstrapping tablet: real 0.015s	user 0.005s	sys 0.009s
I20260630 12:37:29.344426  7875 raft_consensus.cc:359] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.345546  7875 raft_consensus.cc:385] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:29.345896  7875 raft_consensus.cc:740] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d2179e8201bb4d3c9176b4adb91168cb, State: Initialized, Role: FOLLOWER
I20260630 12:37:29.344655  7874 raft_consensus.cc:359] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.346721  7874 raft_consensus.cc:385] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:29.346678  7875 consensus_queue.cc:260] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.347237  7874 raft_consensus.cc:740] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 94f3a13eb91243638a3c07ea3cbec1f1, State: Initialized, Role: FOLLOWER
I20260630 12:37:29.348814  7874 consensus_queue.cc:260] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.349745  7875 ts_tablet_manager.cc:1434] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:37:29.350275  7877 tablet_bootstrap.cc:492] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef: No bootstrap required, opened a new log
I20260630 12:37:29.350816  7877 ts_tablet_manager.cc:1403] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef: Time spent bootstrapping tablet: real 0.034s	user 0.012s	sys 0.016s
I20260630 12:37:29.351084  7874 ts_tablet_manager.cc:1434] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.001s
I20260630 12:37:29.352145  7874 tablet_bootstrap.cc:492] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1: Bootstrap starting.
I20260630 12:37:29.354074  7877 raft_consensus.cc:359] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.354868  7877 raft_consensus.cc:385] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:29.355183  7877 raft_consensus.cc:740] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a087c78ecb2c428bad019f560f5261ef, State: Initialized, Role: FOLLOWER
I20260630 12:37:29.355983  7877 consensus_queue.cc:260] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.350867  7875 tablet_bootstrap.cc:492] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb: Bootstrap starting.
I20260630 12:37:29.358806  7874 tablet_bootstrap.cc:654] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:29.364720  7874 tablet_bootstrap.cc:492] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1: No bootstrap required, opened a new log
I20260630 12:37:29.364807  7875 tablet_bootstrap.cc:654] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:29.365332  7874 ts_tablet_manager.cc:1403] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1: Time spent bootstrapping tablet: real 0.013s	user 0.009s	sys 0.004s
I20260630 12:37:29.368674  7874 raft_consensus.cc:359] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.369484  7874 raft_consensus.cc:385] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:29.369815  7874 raft_consensus.cc:740] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 94f3a13eb91243638a3c07ea3cbec1f1, State: Initialized, Role: FOLLOWER
I20260630 12:37:29.370251  7882 raft_consensus.cc:493] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:29.370967  7882 raft_consensus.cc:515] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.371820  7874 consensus_queue.cc:260] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.374421  7874 ts_tablet_manager.cc:1434] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.001s
I20260630 12:37:29.375478  7874 tablet_bootstrap.cc:492] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1: Bootstrap starting.
I20260630 12:37:29.378623  7875 tablet_bootstrap.cc:492] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb: No bootstrap required, opened a new log
I20260630 12:37:29.379411  7875 ts_tablet_manager.cc:1403] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb: Time spent bootstrapping tablet: real 0.029s	user 0.007s	sys 0.014s
I20260630 12:37:29.382087  7874 tablet_bootstrap.cc:654] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:29.383694  7875 raft_consensus.cc:359] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.384750  7875 raft_consensus.cc:385] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:29.385182  7875 raft_consensus.cc:740] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d2179e8201bb4d3c9176b4adb91168cb, State: Initialized, Role: FOLLOWER
I20260630 12:37:29.386631  7875 consensus_queue.cc:260] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.394210  7875 ts_tablet_manager.cc:1434] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb: Time spent starting tablet: real 0.014s	user 0.005s	sys 0.006s
I20260630 12:37:29.397147  7882 leader_election.cc:290] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a087c78ecb2c428bad019f560f5261ef (127.0.192.1:39439), 94f3a13eb91243638a3c07ea3cbec1f1 (127.0.192.2:45927)
I20260630 12:37:29.399613  7877 ts_tablet_manager.cc:1434] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef: Time spent starting tablet: real 0.048s	user 0.018s	sys 0.024s
I20260630 12:37:29.400189  7875 tablet_bootstrap.cc:492] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb: Bootstrap starting.
I20260630 12:37:29.401856  7874 tablet_bootstrap.cc:492] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1: No bootstrap required, opened a new log
I20260630 12:37:29.402448  7874 ts_tablet_manager.cc:1403] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1: Time spent bootstrapping tablet: real 0.027s	user 0.017s	sys 0.005s
I20260630 12:37:29.405537  7874 raft_consensus.cc:359] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.406320  7874 raft_consensus.cc:385] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:29.406647  7874 raft_consensus.cc:740] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 94f3a13eb91243638a3c07ea3cbec1f1, State: Initialized, Role: FOLLOWER
I20260630 12:37:29.407723  7875 tablet_bootstrap.cc:654] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:29.407450  7874 consensus_queue.cc:260] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.408553  7877 tablet_bootstrap.cc:492] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef: Bootstrap starting.
I20260630 12:37:29.410044  7874 ts_tablet_manager.cc:1434] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.001s
I20260630 12:37:29.415942  7877 tablet_bootstrap.cc:654] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:29.420213  7875 tablet_bootstrap.cc:492] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb: No bootstrap required, opened a new log
I20260630 12:37:29.420823  7875 ts_tablet_manager.cc:1403] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb: Time spent bootstrapping tablet: real 0.021s	user 0.010s	sys 0.009s
I20260630 12:37:29.423846  7875 raft_consensus.cc:359] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.424603  7878 raft_consensus.cc:493] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:29.424786  7875 raft_consensus.cc:385] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:29.425179  7878 raft_consensus.cc:515] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.428531  7878 leader_election.cc:290] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a087c78ecb2c428bad019f560f5261ef (127.0.192.1:39439), d2179e8201bb4d3c9176b4adb91168cb (127.0.192.3:39905)
I20260630 12:37:29.425182  7875 raft_consensus.cc:740] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d2179e8201bb4d3c9176b4adb91168cb, State: Initialized, Role: FOLLOWER
I20260630 12:37:29.435489  7875 consensus_queue.cc:260] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.437973  7875 ts_tablet_manager.cc:1434] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb: Time spent starting tablet: real 0.017s	user 0.005s	sys 0.001s
I20260630 12:37:29.437700  7755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "87d72e9bdf8f4c81b3b79ced9f6a9c8b" candidate_uuid: "d2179e8201bb4d3c9176b4adb91168cb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" is_pre_election: true
I20260630 12:37:29.439193  7755 raft_consensus.cc:2468] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d2179e8201bb4d3c9176b4adb91168cb in term 0.
I20260630 12:37:29.440696  7792 leader_election.cc:304] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 94f3a13eb91243638a3c07ea3cbec1f1, d2179e8201bb4d3c9176b4adb91168cb; no voters: 
I20260630 12:37:29.441720  7887 raft_consensus.cc:2804] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:29.442111  7887 raft_consensus.cc:493] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:29.442481  7887 raft_consensus.cc:3060] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:29.444103  7875 tablet_bootstrap.cc:492] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb: Bootstrap starting.
I20260630 12:37:29.445891  7680 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "87d72e9bdf8f4c81b3b79ced9f6a9c8b" candidate_uuid: "d2179e8201bb4d3c9176b4adb91168cb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a087c78ecb2c428bad019f560f5261ef" is_pre_election: true
I20260630 12:37:29.446656  7680 raft_consensus.cc:2468] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d2179e8201bb4d3c9176b4adb91168cb in term 0.
I20260630 12:37:29.452883  7887 raft_consensus.cc:515] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.456106  7887 leader_election.cc:290] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [CANDIDATE]: Term 1 election: Requested vote from peers a087c78ecb2c428bad019f560f5261ef (127.0.192.1:39439), 94f3a13eb91243638a3c07ea3cbec1f1 (127.0.192.2:45927)
I20260630 12:37:29.457442  7875 tablet_bootstrap.cc:654] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:29.459901  7680 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "87d72e9bdf8f4c81b3b79ced9f6a9c8b" candidate_uuid: "d2179e8201bb4d3c9176b4adb91168cb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a087c78ecb2c428bad019f560f5261ef"
I20260630 12:37:29.460350  7878 raft_consensus.cc:493] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:29.460765  7680 raft_consensus.cc:3060] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:29.460815  7878 raft_consensus.cc:515] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.463492  7878 leader_election.cc:290] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a087c78ecb2c428bad019f560f5261ef (127.0.192.1:39439), d2179e8201bb4d3c9176b4adb91168cb (127.0.192.3:39905)
I20260630 12:37:29.466276  7755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "87d72e9bdf8f4c81b3b79ced9f6a9c8b" candidate_uuid: "d2179e8201bb4d3c9176b4adb91168cb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "94f3a13eb91243638a3c07ea3cbec1f1"
I20260630 12:37:29.466864  7755 raft_consensus.cc:3060] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:29.467761  7877 tablet_bootstrap.cc:492] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef: No bootstrap required, opened a new log
I20260630 12:37:29.468295  7877 ts_tablet_manager.cc:1403] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef: Time spent bootstrapping tablet: real 0.060s	user 0.025s	sys 0.011s
W20260630 12:37:29.468710  7781 tablet.cc:2406] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:37:29.472914  7877 raft_consensus.cc:359] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.473724  7877 raft_consensus.cc:385] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:29.474061  7877 raft_consensus.cc:740] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a087c78ecb2c428bad019f560f5261ef, State: Initialized, Role: FOLLOWER
I20260630 12:37:29.474252  7680 raft_consensus.cc:2468] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d2179e8201bb4d3c9176b4adb91168cb in term 1.
I20260630 12:37:29.475126  7877 consensus_queue.cc:260] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.475939  7795 leader_election.cc:304] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a087c78ecb2c428bad019f560f5261ef, d2179e8201bb4d3c9176b4adb91168cb; no voters: 
I20260630 12:37:29.476842  7887 raft_consensus.cc:2804] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:29.477344  7887 raft_consensus.cc:697] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [term 1 LEADER]: Becoming Leader. State: Replica: d2179e8201bb4d3c9176b4adb91168cb, State: Running, Role: LEADER
I20260630 12:37:29.478123  7887 consensus_queue.cc:237] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.480101  7877 ts_tablet_manager.cc:1434] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.000s
I20260630 12:37:29.481206  7877 tablet_bootstrap.cc:492] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef: Bootstrap starting.
I20260630 12:37:29.475239  7755 raft_consensus.cc:2468] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d2179e8201bb4d3c9176b4adb91168cb in term 1.
I20260630 12:37:29.484962  7679 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c921a75380784fdcb5ce6d3661d80563" candidate_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a087c78ecb2c428bad019f560f5261ef" is_pre_election: true
W20260630 12:37:29.487260  7721 leader_election.cc:343] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer a087c78ecb2c428bad019f560f5261ef (127.0.192.1:39439): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:29.493857  7875 tablet_bootstrap.cc:492] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb: No bootstrap required, opened a new log
I20260630 12:37:29.494489  7875 ts_tablet_manager.cc:1403] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb: Time spent bootstrapping tablet: real 0.051s	user 0.024s	sys 0.012s
I20260630 12:37:29.496035  7877 tablet_bootstrap.cc:654] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:29.497854  7680 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e14046064f644deda9c441566bb04731" candidate_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a087c78ecb2c428bad019f560f5261ef" is_pre_election: true
I20260630 12:37:29.497773  7875 raft_consensus.cc:359] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.498728  7875 raft_consensus.cc:385] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:29.498767  7680 raft_consensus.cc:2468] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 94f3a13eb91243638a3c07ea3cbec1f1 in term 0.
I20260630 12:37:29.499218  7875 raft_consensus.cc:740] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d2179e8201bb4d3c9176b4adb91168cb, State: Initialized, Role: FOLLOWER
I20260630 12:37:29.500185  7721 leader_election.cc:304] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 94f3a13eb91243638a3c07ea3cbec1f1, a087c78ecb2c428bad019f560f5261ef; no voters: 
I20260630 12:37:29.500339  7875 consensus_queue.cc:260] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.500072  7575 catalog_manager.cc:5697] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb reported cstate change: term changed from 0 to 1, leader changed from <none> to d2179e8201bb4d3c9176b4adb91168cb (127.0.192.3). New cstate: current_term: 1 leader_uuid: "d2179e8201bb4d3c9176b4adb91168cb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:29.501312  7878 raft_consensus.cc:2804] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:29.501741  7878 raft_consensus.cc:493] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:29.502074  7878 raft_consensus.cc:3060] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:29.501999  7829 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e14046064f644deda9c441566bb04731" candidate_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2179e8201bb4d3c9176b4adb91168cb" is_pre_election: true
I20260630 12:37:29.502884  7829 raft_consensus.cc:2468] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 94f3a13eb91243638a3c07ea3cbec1f1 in term 0.
I20260630 12:37:29.503312  7875 ts_tablet_manager.cc:1434] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:37:29.504149  7828 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c921a75380784fdcb5ce6d3661d80563" candidate_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2179e8201bb4d3c9176b4adb91168cb" is_pre_election: true
I20260630 12:37:29.504609  7828 raft_consensus.cc:2468] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 94f3a13eb91243638a3c07ea3cbec1f1 in term 0.
I20260630 12:37:29.505892  7720 leader_election.cc:304] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [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: 94f3a13eb91243638a3c07ea3cbec1f1, d2179e8201bb4d3c9176b4adb91168cb; no voters: a087c78ecb2c428bad019f560f5261ef
I20260630 12:37:29.510695  7878 raft_consensus.cc:515] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.513134  7878 leader_election.cc:290] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [CANDIDATE]: Term 1 election: Requested vote from peers a087c78ecb2c428bad019f560f5261ef (127.0.192.1:39439), d2179e8201bb4d3c9176b4adb91168cb (127.0.192.3:39905)
I20260630 12:37:29.513760  7878 raft_consensus.cc:2804] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:29.513947  7680 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e14046064f644deda9c441566bb04731" candidate_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a087c78ecb2c428bad019f560f5261ef"
I20260630 12:37:29.514199  7878 raft_consensus.cc:493] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:29.514673  7680 raft_consensus.cc:3060] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:29.515318  7878 raft_consensus.cc:3060] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:29.516460  7828 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e14046064f644deda9c441566bb04731" candidate_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2179e8201bb4d3c9176b4adb91168cb"
I20260630 12:37:29.517073  7828 raft_consensus.cc:3060] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:29.524528  7878 raft_consensus.cc:515] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.526795  7828 raft_consensus.cc:2468] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 94f3a13eb91243638a3c07ea3cbec1f1 in term 1.
I20260630 12:37:29.527902  7878 leader_election.cc:290] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [CANDIDATE]: Term 1 election: Requested vote from peers a087c78ecb2c428bad019f560f5261ef (127.0.192.1:39439), d2179e8201bb4d3c9176b4adb91168cb (127.0.192.3:39905)
I20260630 12:37:29.528494  7720 leader_election.cc:304] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 94f3a13eb91243638a3c07ea3cbec1f1, d2179e8201bb4d3c9176b4adb91168cb; no voters: 
I20260630 12:37:29.528635  7679 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c921a75380784fdcb5ce6d3661d80563" candidate_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a087c78ecb2c428bad019f560f5261ef"
I20260630 12:37:29.528028  7877 tablet_bootstrap.cc:492] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef: No bootstrap required, opened a new log
I20260630 12:37:29.529223  7878 raft_consensus.cc:2804] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:29.527107  7680 raft_consensus.cc:2468] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 94f3a13eb91243638a3c07ea3cbec1f1 in term 1.
W20260630 12:37:29.529819  7721 leader_election.cc:343] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer a087c78ecb2c428bad019f560f5261ef (127.0.192.1:39439): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:29.530021  7829 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c921a75380784fdcb5ce6d3661d80563" candidate_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2179e8201bb4d3c9176b4adb91168cb"
I20260630 12:37:29.531141  7829 raft_consensus.cc:3060] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:29.529771  7878 raft_consensus.cc:697] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 LEADER]: Becoming Leader. State: Replica: 94f3a13eb91243638a3c07ea3cbec1f1, State: Running, Role: LEADER
I20260630 12:37:29.532001  7878 consensus_queue.cc:237] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.529712  7877 ts_tablet_manager.cc:1403] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef: Time spent bootstrapping tablet: real 0.049s	user 0.015s	sys 0.010s
I20260630 12:37:29.537616  7829 raft_consensus.cc:2468] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 94f3a13eb91243638a3c07ea3cbec1f1 in term 1.
I20260630 12:37:29.537626  7877 raft_consensus.cc:359] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.538489  7877 raft_consensus.cc:385] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:29.538792  7877 raft_consensus.cc:740] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a087c78ecb2c428bad019f560f5261ef, State: Initialized, Role: FOLLOWER
I20260630 12:37:29.538816  7720 leader_election.cc:304] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [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: 94f3a13eb91243638a3c07ea3cbec1f1, d2179e8201bb4d3c9176b4adb91168cb; no voters: a087c78ecb2c428bad019f560f5261ef
I20260630 12:37:29.539685  7878 raft_consensus.cc:2804] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:29.539496  7877 consensus_queue.cc:260] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.540182  7878 raft_consensus.cc:697] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 LEADER]: Becoming Leader. State: Replica: 94f3a13eb91243638a3c07ea3cbec1f1, State: Running, Role: LEADER
I20260630 12:37:29.541101  7878 consensus_queue.cc:237] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.541916  7877 ts_tablet_manager.cc:1434] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef: Time spent starting tablet: real 0.007s	user 0.001s	sys 0.005s
I20260630 12:37:29.543028  7877 tablet_bootstrap.cc:492] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef: Bootstrap starting.
I20260630 12:37:29.542991  7575 catalog_manager.cc:5697] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 reported cstate change: term changed from 0 to 1, leader changed from <none> to 94f3a13eb91243638a3c07ea3cbec1f1 (127.0.192.2). New cstate: current_term: 1 leader_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:29.551875  7877 tablet_bootstrap.cc:654] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:29.557550  7877 tablet_bootstrap.cc:492] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef: No bootstrap required, opened a new log
I20260630 12:37:29.557971  7877 ts_tablet_manager.cc:1403] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef: Time spent bootstrapping tablet: real 0.015s	user 0.009s	sys 0.004s
I20260630 12:37:29.559001  7575 catalog_manager.cc:5697] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 reported cstate change: term changed from 0 to 1, leader changed from <none> to 94f3a13eb91243638a3c07ea3cbec1f1 (127.0.192.2). New cstate: current_term: 1 leader_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:29.560154  7877 raft_consensus.cc:359] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.560693  7877 raft_consensus.cc:385] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:29.560907  7877 raft_consensus.cc:740] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a087c78ecb2c428bad019f560f5261ef, State: Initialized, Role: FOLLOWER
I20260630 12:37:29.561580  7877 consensus_queue.cc:260] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.563163  7878 raft_consensus.cc:493] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:29.563612  7877 ts_tablet_manager.cc:1434] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:37:29.563730  7878 raft_consensus.cc:515] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.566612  7878 leader_election.cc:290] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a087c78ecb2c428bad019f560f5261ef (127.0.192.1:39439), d2179e8201bb4d3c9176b4adb91168cb (127.0.192.3:39905)
I20260630 12:37:29.566928  7829 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ee7d1e98c2e44a9db079a108e72a8f14" candidate_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2179e8201bb4d3c9176b4adb91168cb" is_pre_election: true
I20260630 12:37:29.567653  7829 raft_consensus.cc:2468] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 94f3a13eb91243638a3c07ea3cbec1f1 in term 0.
I20260630 12:37:29.568066  7680 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ee7d1e98c2e44a9db079a108e72a8f14" candidate_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a087c78ecb2c428bad019f560f5261ef" is_pre_election: true
I20260630 12:37:29.568756  7680 raft_consensus.cc:2468] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 94f3a13eb91243638a3c07ea3cbec1f1 in term 0.
I20260630 12:37:29.568727  7720 leader_election.cc:304] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 94f3a13eb91243638a3c07ea3cbec1f1, d2179e8201bb4d3c9176b4adb91168cb; no voters: 
I20260630 12:37:29.570142  7878 raft_consensus.cc:2804] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:29.570526  7878 raft_consensus.cc:493] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:29.570885  7878 raft_consensus.cc:3060] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:29.578050  7878 raft_consensus.cc:515] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.580087  7878 leader_election.cc:290] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [CANDIDATE]: Term 1 election: Requested vote from peers a087c78ecb2c428bad019f560f5261ef (127.0.192.1:39439), d2179e8201bb4d3c9176b4adb91168cb (127.0.192.3:39905)
I20260630 12:37:29.580778  7680 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ee7d1e98c2e44a9db079a108e72a8f14" candidate_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a087c78ecb2c428bad019f560f5261ef"
I20260630 12:37:29.581019  7829 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ee7d1e98c2e44a9db079a108e72a8f14" candidate_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2179e8201bb4d3c9176b4adb91168cb"
I20260630 12:37:29.581321  7680 raft_consensus.cc:3060] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:29.581585  7829 raft_consensus.cc:3060] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:29.586302  7680 raft_consensus.cc:2468] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 94f3a13eb91243638a3c07ea3cbec1f1 in term 1.
I20260630 12:37:29.586506  7829 raft_consensus.cc:2468] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 94f3a13eb91243638a3c07ea3cbec1f1 in term 1.
I20260630 12:37:29.587534  7721 leader_election.cc:304] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 94f3a13eb91243638a3c07ea3cbec1f1, a087c78ecb2c428bad019f560f5261ef; no voters: 
I20260630 12:37:29.588249  7878 raft_consensus.cc:2804] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:29.588660  7878 raft_consensus.cc:697] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 LEADER]: Becoming Leader. State: Replica: 94f3a13eb91243638a3c07ea3cbec1f1, State: Running, Role: LEADER
I20260630 12:37:29.589265  7878 consensus_queue.cc:237] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.596047  7576 catalog_manager.cc:5697] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 reported cstate change: term changed from 0 to 1, leader changed from <none> to 94f3a13eb91243638a3c07ea3cbec1f1 (127.0.192.2). New cstate: current_term: 1 leader_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:29.608047  7883 raft_consensus.cc:493] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:29.608489  7883 raft_consensus.cc:515] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:29.610710  7883 leader_election.cc:290] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 94f3a13eb91243638a3c07ea3cbec1f1 (127.0.192.2:45927), d2179e8201bb4d3c9176b4adb91168cb (127.0.192.3:39905)
I20260630 12:37:29.620811  7755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c921a75380784fdcb5ce6d3661d80563" candidate_uuid: "a087c78ecb2c428bad019f560f5261ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" is_pre_election: true
I20260630 12:37:29.621480  7829 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c921a75380784fdcb5ce6d3661d80563" candidate_uuid: "a087c78ecb2c428bad019f560f5261ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2179e8201bb4d3c9176b4adb91168cb" is_pre_election: true
I20260630 12:37:29.622262  7829 raft_consensus.cc:2393] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate a087c78ecb2c428bad019f560f5261ef in current term 1: Already voted for candidate 94f3a13eb91243638a3c07ea3cbec1f1 in this term.
I20260630 12:37:29.623230  7645 leader_election.cc:304] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [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: a087c78ecb2c428bad019f560f5261ef; no voters: 94f3a13eb91243638a3c07ea3cbec1f1, d2179e8201bb4d3c9176b4adb91168cb
I20260630 12:37:29.623883  7883 raft_consensus.cc:3060] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:29.629027  7883 raft_consensus.cc:2749] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:29.650308   768 tablet_server.cc:179] TabletServer@127.0.192.1:0 shutting down...
I20260630 12:37:29.670018   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:29.671130   768 tablet_replica.cc:333] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef: stopping tablet replica
I20260630 12:37:29.671780   768 raft_consensus.cc:2243] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:29.672255   768 raft_consensus.cc:2272] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:29.674324   768 tablet_replica.cc:333] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef: stopping tablet replica
I20260630 12:37:29.674853   768 raft_consensus.cc:2243] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:29.675246   768 raft_consensus.cc:2272] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:29.677201   768 tablet_replica.cc:333] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef: stopping tablet replica
I20260630 12:37:29.677723   768 raft_consensus.cc:2243] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:29.678117   768 raft_consensus.cc:2272] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:29.680215   768 tablet_replica.cc:333] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef: stopping tablet replica
I20260630 12:37:29.680719   768 raft_consensus.cc:2243] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:29.681109   768 raft_consensus.cc:2272] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:29.705946   768 tablet_server.cc:196] TabletServer@127.0.192.1:0 shutdown complete.
I20260630 12:37:29.717782   768 tablet_server.cc:179] TabletServer@127.0.192.2:0 shutting down...
I20260630 12:37:29.741112   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:29.741993   768 tablet_replica.cc:333] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1: stopping tablet replica
I20260630 12:37:29.742650   768 raft_consensus.cc:2243] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:29.743242   768 pending_rounds.cc:70] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1: Trying to abort 1 pending ops.
I20260630 12:37:29.743429   768 pending_rounds.cc:77] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443210931347456 op_type: NO_OP noop_request { }
I20260630 12:37:29.743700   768 raft_consensus.cc:2889] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:29.743937   768 raft_consensus.cc:2272] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:29.746250   768 tablet_replica.cc:333] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1: stopping tablet replica
I20260630 12:37:29.746798   768 raft_consensus.cc:2243] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:29.747327   768 pending_rounds.cc:70] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1: Trying to abort 1 pending ops.
I20260630 12:37:29.747507   768 pending_rounds.cc:77] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443211124670464 op_type: NO_OP noop_request { }
I20260630 12:37:29.747726   768 raft_consensus.cc:2889] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:29.747944   768 raft_consensus.cc:2272] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:29.750242   768 tablet_replica.cc:333] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1: stopping tablet replica
I20260630 12:37:29.750803   768 raft_consensus.cc:2243] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:29.751127   768 raft_consensus.cc:2272] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:29.752997   768 tablet_replica.cc:333] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1: stopping tablet replica
I20260630 12:37:29.753438   768 raft_consensus.cc:2243] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:29.753979   768 pending_rounds.cc:70] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1: Trying to abort 1 pending ops.
I20260630 12:37:29.754123   768 pending_rounds.cc:77] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443210890981376 op_type: NO_OP noop_request { }
I20260630 12:37:29.754444   768 raft_consensus.cc:2889] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:29.754658   768 raft_consensus.cc:2272] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:29.778277   768 tablet_server.cc:196] TabletServer@127.0.192.2:0 shutdown complete.
I20260630 12:37:29.790123   768 tablet_server.cc:179] TabletServer@127.0.192.3:0 shutting down...
I20260630 12:37:29.809760   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:29.810668   768 tablet_replica.cc:333] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb: stopping tablet replica
I20260630 12:37:29.811265   768 raft_consensus.cc:2243] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:29.811702   768 raft_consensus.cc:2272] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:29.813788   768 tablet_replica.cc:333] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb: stopping tablet replica
I20260630 12:37:29.814390   768 raft_consensus.cc:2243] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:29.814780   768 raft_consensus.cc:2272] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:29.816681   768 tablet_replica.cc:333] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb: stopping tablet replica
I20260630 12:37:29.817193   768 raft_consensus.cc:2243] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:29.817570   768 raft_consensus.cc:2272] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:29.819581   768 tablet_replica.cc:333] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb: stopping tablet replica
I20260630 12:37:29.820077   768 raft_consensus.cc:2243] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:29.820652   768 pending_rounds.cc:70] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb: Trying to abort 1 pending ops.
I20260630 12:37:29.820849   768 pending_rounds.cc:77] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443210674061312 op_type: NO_OP noop_request { }
I20260630 12:37:29.821130   768 raft_consensus.cc:2889] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:29.821398   768 raft_consensus.cc:2272] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:29.844182   768 tablet_server.cc:196] TabletServer@127.0.192.3:0 shutdown complete.
I20260630 12:37:29.857057   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:29.862983  7905 instance_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:29.863300  7906 instance_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:29.864532  7908 instance_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:29.865960   768 server_base.cc:1061] running on GCE node
I20260630 12:37:29.867169   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:29.867486   768 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:29.867750   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823049867735 us; error 0 us; skew 500 ppm
I20260630 12:37:29.868393   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:29.870831   768 webserver.cc:533] Webserver started at http://127.0.192.4:39499/ using document root <none> and password file <none>
I20260630 12:37:29.871410   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:29.871704   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:29.872063   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:29.873246   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-0/minicluster-data/ts-3-root/instance:
uuid: "99e7be7cf9384a84ad9903fc70cc7b20"
format_stamp: "Formatted at 2026-06-30 12:37:29 on dist-test-slave-n0zz"
I20260630 12:37:29.877898   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.003s
I20260630 12:37:29.881256  7913 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:29.882157   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:29.882654   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-0/minicluster-data/ts-3-root
uuid: "99e7be7cf9384a84ad9903fc70cc7b20"
format_stamp: "Formatted at 2026-06-30 12:37:29 on dist-test-slave-n0zz"
I20260630 12:37:29.883071   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-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:29.905158   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:29.906388   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:29.907913   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:29.910313   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:29.910640   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:29.910956   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:29.911222   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:29.948321   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.4:39095
I20260630 12:37:29.948417  7975 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.4:39095 every 8 connection(s)
I20260630 12:37:29.967032  7976 heartbeater.cc:344] Connected to a master server at 127.0.192.62:41361
I20260630 12:37:29.967559  7976 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:29.968400  7976 heartbeater.cc:507] Master 127.0.192.62:41361 requested a full tablet report, sending...
I20260630 12:37:29.970674  7576 ts_manager.cc:194] Registered new tserver with Master: 99e7be7cf9384a84ad9903fc70cc7b20 (127.0.192.4:39095)
I20260630 12:37:29.972254  7576 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35658
W20260630 12:37:30.712466  7626 auto_rebalancer.cc:320] could not retrieve auto-rebalancing replica moves: Not found: table 7ad0dffad240411b8f1fc95a3ea0e3fe: could not find any suitable replica to move from server 94f3a13eb91243638a3c07ea3cbec1f1 to server 99e7be7cf9384a84ad9903fc70cc7b20
I20260630 12:37:30.975020  7976 heartbeater.cc:499] Master 127.0.192.62:41361 was elected leader, sending a full tablet report...
W20260630 12:37:31.724728  7626 auto_rebalancer.cc:639] Failed to schedule move for tablet 87d72e9bdf8f4c81b3b79ced9f6a9c8b: Network error: Client connection negotiation failed: client connection to 127.0.192.3:39905: connect: Connection refused (error 111)
W20260630 12:37:31.728364  7626 auto_rebalancer.cc:639] Failed to schedule move for tablet e14046064f644deda9c441566bb04731: Network error: Client connection negotiation failed: client connection to 127.0.192.2:45927: connect: Connection refused (error 111)
W20260630 12:37:31.731644  7626 auto_rebalancer.cc:639] Failed to schedule move for tablet ee7d1e98c2e44a9db079a108e72a8f14: Network error: Client connection negotiation failed: client connection to 127.0.192.2:45927: connect: Connection refused (error 111)
W20260630 12:37:32.744402  7626 auto_rebalancer.cc:639] Failed to schedule move for tablet e14046064f644deda9c441566bb04731: Network error: Client connection negotiation failed: client connection to 127.0.192.2:45927: connect: Connection refused (error 111)
W20260630 12:37:32.747741  7626 auto_rebalancer.cc:639] Failed to schedule move for tablet c921a75380784fdcb5ce6d3661d80563: Network error: Client connection negotiation failed: client connection to 127.0.192.2:45927: connect: Connection refused (error 111)
W20260630 12:37:32.750948  7626 auto_rebalancer.cc:639] Failed to schedule move for tablet 87d72e9bdf8f4c81b3b79ced9f6a9c8b: Network error: Client connection negotiation failed: client connection to 127.0.192.3:39905: connect: Connection refused (error 111)
W20260630 12:37:33.764549  7626 auto_rebalancer.cc:639] Failed to schedule move for tablet ee7d1e98c2e44a9db079a108e72a8f14: Network error: Client connection negotiation failed: client connection to 127.0.192.2:45927: connect: Connection refused (error 111)
W20260630 12:37:33.767874  7626 auto_rebalancer.cc:639] Failed to schedule move for tablet 87d72e9bdf8f4c81b3b79ced9f6a9c8b: Network error: Client connection negotiation failed: client connection to 127.0.192.3:39905: connect: Connection refused (error 111)
W20260630 12:37:33.771073  7626 auto_rebalancer.cc:639] Failed to schedule move for tablet e14046064f644deda9c441566bb04731: Network error: Client connection negotiation failed: client connection to 127.0.192.2:45927: connect: Connection refused (error 111)
W20260630 12:37:34.774047  7626 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 94f3a13eb91243638a3c07ea3cbec1f1 not available for placement
W20260630 12:37:35.776299  7626 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 94f3a13eb91243638a3c07ea3cbec1f1 not available for placement
W20260630 12:37:36.778388  7626 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 94f3a13eb91243638a3c07ea3cbec1f1 not available for placement
I20260630 12:37:36.987461   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:36.995674  7984 instance_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:36.997450  7985 instance_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:36.998533  7987 instance_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:37.000730   768 server_base.cc:1061] running on GCE node
I20260630 12:37:37.002990   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:37.003250   768 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:37.003474   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823057003441 us; error 0 us; skew 500 ppm
I20260630 12:37:37.004079   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:37.006803   768 webserver.cc:533] Webserver started at http://127.0.192.1:35387/ using document root <none> and password file <none>
I20260630 12:37:37.007340   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:37.007535   768 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:37:37.011695   768 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.001s	sys 0.004s
I20260630 12:37:37.015144  7992 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:37.015954   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:37.016264   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-0/minicluster-data/ts-0-root
uuid: "a087c78ecb2c428bad019f560f5261ef"
format_stamp: "Formatted at 2026-06-30 12:37:27 on dist-test-slave-n0zz"
I20260630 12:37:37.016680   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-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:37.031083   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:37.032397   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:37.033958   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:37.037690  7999 ts_tablet_manager.cc:548] Loading tablet metadata (0/4 complete)
I20260630 12:37:37.060091   768 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260630 12:37:37.060425   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.024s	user 0.000s	sys 0.002s
I20260630 12:37:37.060732   768 ts_tablet_manager.cc:600] Registering tablets (0/4 complete)
I20260630 12:37:37.066428  7999 tablet_bootstrap.cc:492] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef: Bootstrap starting.
I20260630 12:37:37.077355   768 ts_tablet_manager.cc:616] Registered 4 tablets
I20260630 12:37:37.077689   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.017s	user 0.014s	sys 0.000s
I20260630 12:37:37.078410  7999 tablet_bootstrap.cc:492] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef: 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:37.079191  7999 tablet_bootstrap.cc:492] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef: Bootstrap complete.
I20260630 12:37:37.079783  7999 ts_tablet_manager.cc:1403] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef: Time spent bootstrapping tablet: real 0.014s	user 0.011s	sys 0.000s
I20260630 12:37:37.082391  7999 raft_consensus.cc:359] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:37.083350  7999 raft_consensus.cc:740] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: a087c78ecb2c428bad019f560f5261ef, State: Initialized, Role: FOLLOWER
I20260630 12:37:37.084028  7999 consensus_queue.cc:260] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:37.086640  7999 ts_tablet_manager.cc:1434] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.001s
I20260630 12:37:37.087364  7999 tablet_bootstrap.cc:492] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef: Bootstrap starting.
I20260630 12:37:37.099889  7999 tablet_bootstrap.cc:492] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef: 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:37.100675  7999 tablet_bootstrap.cc:492] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef: Bootstrap complete.
I20260630 12:37:37.101281  7999 ts_tablet_manager.cc:1403] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef: Time spent bootstrapping tablet: real 0.014s	user 0.008s	sys 0.002s
I20260630 12:37:37.103528  7999 raft_consensus.cc:359] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:37.104115  7999 raft_consensus.cc:740] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: a087c78ecb2c428bad019f560f5261ef, State: Initialized, Role: FOLLOWER
I20260630 12:37:37.104822  7999 consensus_queue.cc:260] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:37.106616  7999 ts_tablet_manager.cc:1434] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef: Time spent starting tablet: real 0.005s	user 0.008s	sys 0.000s
I20260630 12:37:37.107441  7999 tablet_bootstrap.cc:492] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef: Bootstrap starting.
I20260630 12:37:37.119666  7999 tablet_bootstrap.cc:492] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef: 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:37.120380  7999 tablet_bootstrap.cc:492] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef: Bootstrap complete.
I20260630 12:37:37.120990  7999 ts_tablet_manager.cc:1403] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef: Time spent bootstrapping tablet: real 0.014s	user 0.006s	sys 0.004s
I20260630 12:37:37.123170  7999 raft_consensus.cc:359] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:37.123790  7999 raft_consensus.cc:740] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: a087c78ecb2c428bad019f560f5261ef, State: Initialized, Role: FOLLOWER
I20260630 12:37:37.124533  7999 consensus_queue.cc:260] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:37.126586  7999 ts_tablet_manager.cc:1434] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef: Time spent starting tablet: real 0.005s	user 0.008s	sys 0.000s
I20260630 12:37:37.127298  7999 tablet_bootstrap.cc:492] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef: Bootstrap starting.
I20260630 12:37:37.139751  7999 tablet_bootstrap.cc:492] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef: 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:37.140533  7999 tablet_bootstrap.cc:492] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef: Bootstrap complete.
I20260630 12:37:37.141161  7999 ts_tablet_manager.cc:1403] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef: Time spent bootstrapping tablet: real 0.014s	user 0.008s	sys 0.004s
I20260630 12:37:37.142442   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.1:39439
I20260630 12:37:37.142572  8060 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.1:39439 every 8 connection(s)
I20260630 12:37:37.143832  7999 raft_consensus.cc:359] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:37.144438  7999 raft_consensus.cc:740] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: a087c78ecb2c428bad019f560f5261ef, State: Initialized, Role: FOLLOWER
I20260630 12:37:37.145227  7999 consensus_queue.cc:260] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:37.147547  7999 ts_tablet_manager.cc:1434] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.003s
I20260630 12:37:37.148558   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:37.157900  8065 instance_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:37.158327  8066 instance_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:37.162168   768 server_base.cc:1061] running on GCE node
W20260630 12:37:37.164368  8068 instance_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:37.165616  8061 heartbeater.cc:344] Connected to a master server at 127.0.192.62:41361
I20260630 12:37:37.165746   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:37.166128   768 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:37.166239  8061 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:37.166386   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823057166367 us; error 0 us; skew 500 ppm
I20260630 12:37:37.167232   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:37.167320  8061 heartbeater.cc:507] Master 127.0.192.62:41361 requested a full tablet report, sending...
I20260630 12:37:37.170280   768 webserver.cc:533] Webserver started at http://127.0.192.2:46471/ using document root <none> and password file <none>
I20260630 12:37:37.170934   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:37.171155   768 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:37:37.172448  7576 ts_manager.cc:194] Re-registered known tserver with Master: a087c78ecb2c428bad019f560f5261ef (127.0.192.1:39439)
I20260630 12:37:37.175356   768 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:37:37.178100  7576 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48712
I20260630 12:37:37.179169  8073 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:37.180160   768 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:37:37.180485   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-0/minicluster-data/ts-1-root
uuid: "94f3a13eb91243638a3c07ea3cbec1f1"
format_stamp: "Formatted at 2026-06-30 12:37:27 on dist-test-slave-n0zz"
I20260630 12:37:37.180787   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-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:37.181741  8061 heartbeater.cc:499] Master 127.0.192.62:41361 was elected leader, sending a full tablet report...
I20260630 12:37:37.192634   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:37.193984   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:37.195528   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:37.222450   768 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260630 12:37:37.222769   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.025s	user 0.002s	sys 0.000s
I20260630 12:37:37.227886  8080 tablet_bootstrap.cc:492] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1: Bootstrap starting.
I20260630 12:37:37.239711   768 ts_tablet_manager.cc:616] Registered 4 tablets
I20260630 12:37:37.240056   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.017s	user 0.005s	sys 0.011s
I20260630 12:37:37.240713  8080 tablet_bootstrap.cc:492] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1: 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:37.241688  8080 tablet_bootstrap.cc:492] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1: Bootstrap complete.
I20260630 12:37:37.242311  8080 ts_tablet_manager.cc:1403] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1: Time spent bootstrapping tablet: real 0.015s	user 0.009s	sys 0.005s
I20260630 12:37:37.244469  8080 raft_consensus.cc:359] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:37.245237  8080 raft_consensus.cc:740] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 94f3a13eb91243638a3c07ea3cbec1f1, State: Initialized, Role: FOLLOWER
I20260630 12:37:37.245887  8080 consensus_queue.cc:260] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [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: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:37.248627  8080 ts_tablet_manager.cc:1434] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:37:37.249629  8080 tablet_bootstrap.cc:492] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1: Bootstrap starting.
I20260630 12:37:37.262519  8080 tablet_bootstrap.cc:492] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1: 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:37.263551  8080 tablet_bootstrap.cc:492] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1: Bootstrap complete.
I20260630 12:37:37.264245  8080 ts_tablet_manager.cc:1403] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1: Time spent bootstrapping tablet: real 0.015s	user 0.011s	sys 0.001s
I20260630 12:37:37.266707  8080 raft_consensus.cc:359] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:37.267400  8080 raft_consensus.cc:740] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 94f3a13eb91243638a3c07ea3cbec1f1, State: Initialized, Role: FOLLOWER
I20260630 12:37:37.268287  8080 consensus_queue.cc:260] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:37.270638  8080 ts_tablet_manager.cc:1434] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.002s
I20260630 12:37:37.271373  8080 tablet_bootstrap.cc:492] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1: Bootstrap starting.
I20260630 12:37:37.287773  8080 tablet_bootstrap.cc:492] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1: 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:37.288735  8080 tablet_bootstrap.cc:492] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1: Bootstrap complete.
I20260630 12:37:37.289505  8080 ts_tablet_manager.cc:1403] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1: Time spent bootstrapping tablet: real 0.018s	user 0.014s	sys 0.000s
I20260630 12:37:37.292215  8080 raft_consensus.cc:359] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:37.292932  8080 raft_consensus.cc:740] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 94f3a13eb91243638a3c07ea3cbec1f1, State: Initialized, Role: FOLLOWER
I20260630 12:37:37.293660  8080 consensus_queue.cc:260] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [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: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:37.295423  8080 ts_tablet_manager.cc:1434] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260630 12:37:37.296169  8080 tablet_bootstrap.cc:492] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1: Bootstrap starting.
I20260630 12:37:37.300174   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.2:45927
I20260630 12:37:37.300410  8140 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.2:45927 every 8 connection(s)
I20260630 12:37:37.305150   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:37:37.311941  8080 tablet_bootstrap.cc:492] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1: 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:37.314230  8080 tablet_bootstrap.cc:492] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1: Bootstrap complete.
W20260630 12:37:37.314502  8145 instance_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:37.315030  8080 ts_tablet_manager.cc:1403] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1: Time spent bootstrapping tablet: real 0.019s	user 0.016s	sys 0.000s
W20260630 12:37:37.317060  8146 instance_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:37.321965  8141 heartbeater.cc:344] Connected to a master server at 127.0.192.62:41361
I20260630 12:37:37.322566  8141 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:37.322000  8080 raft_consensus.cc:359] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:37.323154  8080 raft_consensus.cc:740] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 94f3a13eb91243638a3c07ea3cbec1f1, State: Initialized, Role: FOLLOWER
I20260630 12:37:37.323557  8141 heartbeater.cc:507] Master 127.0.192.62:41361 requested a full tablet report, sending...
W20260630 12:37:37.323760  8149 instance_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:37.324071  8080 consensus_queue.cc:260] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [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: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:37.324723   768 server_base.cc:1061] running on GCE node
I20260630 12:37:37.326012   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:37.326331   768 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:37.326578   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823057326560 us; error 0 us; skew 500 ppm
I20260630 12:37:37.327158   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:37.327339  8080 ts_tablet_manager.cc:1434] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.001s
I20260630 12:37:37.330075   768 webserver.cc:533] Webserver started at http://127.0.192.3:36759/ using document root <none> and password file <none>
I20260630 12:37:37.330755   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:37.330941   768 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:37:37.331511  7576 ts_manager.cc:194] Re-registered known tserver with Master: 94f3a13eb91243638a3c07ea3cbec1f1 (127.0.192.2:45927)
I20260630 12:37:37.334944   768 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.003s	sys 0.001s
I20260630 12:37:37.336007  7576 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48726
I20260630 12:37:37.338876  8141 heartbeater.cc:499] Master 127.0.192.62:41361 was elected leader, sending a full tablet report...
I20260630 12:37:37.338881  8153 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:37.340202   768 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.002s
I20260630 12:37:37.340567   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-0/minicluster-data/ts-2-root
uuid: "d2179e8201bb4d3c9176b4adb91168cb"
format_stamp: "Formatted at 2026-06-30 12:37:27 on dist-test-slave-n0zz"
I20260630 12:37:37.340929   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-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:37.354311   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:37.355548   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:37.357347   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:37.389704   768 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260630 12:37:37.390084   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.030s	user 0.002s	sys 0.000s
I20260630 12:37:37.395615  8160 tablet_bootstrap.cc:492] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb: Bootstrap starting.
I20260630 12:37:37.406733   768 ts_tablet_manager.cc:616] Registered 4 tablets
I20260630 12:37:37.407079   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.016s	user 0.016s	sys 0.000s
I20260630 12:37:37.408375  8160 tablet_bootstrap.cc:492] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb: 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:37.409161  8160 tablet_bootstrap.cc:492] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb: Bootstrap complete.
I20260630 12:37:37.409781  8160 ts_tablet_manager.cc:1403] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb: Time spent bootstrapping tablet: real 0.014s	user 0.010s	sys 0.000s
I20260630 12:37:37.412071  8160 raft_consensus.cc:359] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:37.412743  8160 raft_consensus.cc:740] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: d2179e8201bb4d3c9176b4adb91168cb, State: Initialized, Role: FOLLOWER
I20260630 12:37:37.413605  8160 consensus_queue.cc:260] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:37.416165  8160 ts_tablet_manager.cc:1434] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb: Time spent starting tablet: real 0.006s	user 0.009s	sys 0.000s
I20260630 12:37:37.417109  8160 tablet_bootstrap.cc:492] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb: Bootstrap starting.
I20260630 12:37:37.431351  8160 tablet_bootstrap.cc:492] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb: 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:37.432210  8160 tablet_bootstrap.cc:492] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb: Bootstrap complete.
I20260630 12:37:37.432801  8160 ts_tablet_manager.cc:1403] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb: Time spent bootstrapping tablet: real 0.016s	user 0.013s	sys 0.000s
I20260630 12:37:37.435029  8160 raft_consensus.cc:359] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:37.435721  8160 raft_consensus.cc:740] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: d2179e8201bb4d3c9176b4adb91168cb, State: Initialized, Role: FOLLOWER
I20260630 12:37:37.436373  8160 consensus_queue.cc:260] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [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: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:37.438068  8160 ts_tablet_manager.cc:1434] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:37:37.438822  8160 tablet_bootstrap.cc:492] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb: Bootstrap starting.
I20260630 12:37:37.450260  8160 tablet_bootstrap.cc:492] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb: 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:37.451009  8160 tablet_bootstrap.cc:492] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb: Bootstrap complete.
I20260630 12:37:37.451609  8160 ts_tablet_manager.cc:1403] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb: Time spent bootstrapping tablet: real 0.013s	user 0.007s	sys 0.004s
I20260630 12:37:37.453730  8160 raft_consensus.cc:359] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:37.454305  8160 raft_consensus.cc:740] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: d2179e8201bb4d3c9176b4adb91168cb, State: Initialized, Role: FOLLOWER
I20260630 12:37:37.454984  8160 consensus_queue.cc:260] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:37.456598  8160 ts_tablet_manager.cc:1434] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:37:37.457296  8160 tablet_bootstrap.cc:492] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb: Bootstrap starting.
I20260630 12:37:37.468708  8160 tablet_bootstrap.cc:492] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb: 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:37.469252   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.3:39905
I20260630 12:37:37.469424  8160 tablet_bootstrap.cc:492] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb: Bootstrap complete.
I20260630 12:37:37.469481  8221 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.3:39905 every 8 connection(s)
I20260630 12:37:37.470444  8160 ts_tablet_manager.cc:1403] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb: Time spent bootstrapping tablet: real 0.013s	user 0.004s	sys 0.009s
I20260630 12:37:37.472620  8160 raft_consensus.cc:359] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:37.473178  8160 raft_consensus.cc:740] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: d2179e8201bb4d3c9176b4adb91168cb, State: Initialized, Role: FOLLOWER
I20260630 12:37:37.474279  8160 consensus_queue.cc:260] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:37.477216  8160 ts_tablet_manager.cc:1434] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:37:37.485293  8222 heartbeater.cc:344] Connected to a master server at 127.0.192.62:41361
I20260630 12:37:37.485877  8222 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:37.486862  8222 heartbeater.cc:507] Master 127.0.192.62:41361 requested a full tablet report, sending...
I20260630 12:37:37.490579  7576 ts_manager.cc:194] Re-registered known tserver with Master: d2179e8201bb4d3c9176b4adb91168cb (127.0.192.3:39905)
I20260630 12:37:37.494844  7576 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48742
I20260630 12:37:37.497466  8222 heartbeater.cc:499] Master 127.0.192.62:41361 was elected leader, sending a full tablet report...
W20260630 12:37:37.787333  7626 auto_rebalancer.cc:320] could not retrieve auto-rebalancing replica moves: Not found: table 7ad0dffad240411b8f1fc95a3ea0e3fe: could not find any suitable replica to move from server 94f3a13eb91243638a3c07ea3cbec1f1 to server 99e7be7cf9384a84ad9903fc70cc7b20
I20260630 12:37:38.266721  8225 raft_consensus.cc:493] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:38.267438  8225 raft_consensus.cc:515] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:38.269604  8225 leader_election.cc:290] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 94f3a13eb91243638a3c07ea3cbec1f1 (127.0.192.2:45927), d2179e8201bb4d3c9176b4adb91168cb (127.0.192.3:39905)
I20260630 12:37:38.284700  8195 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ee7d1e98c2e44a9db079a108e72a8f14" candidate_uuid: "a087c78ecb2c428bad019f560f5261ef" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2179e8201bb4d3c9176b4adb91168cb" is_pre_election: true
I20260630 12:37:38.284758  8115 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ee7d1e98c2e44a9db079a108e72a8f14" candidate_uuid: "a087c78ecb2c428bad019f560f5261ef" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" is_pre_election: true
I20260630 12:37:38.285785  8195 raft_consensus.cc:2468] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a087c78ecb2c428bad019f560f5261ef in term 1.
I20260630 12:37:38.286481  8115 raft_consensus.cc:2410] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate a087c78ecb2c428bad019f560f5261ef 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:38.287284  7995 leader_election.cc:304] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [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: a087c78ecb2c428bad019f560f5261ef, d2179e8201bb4d3c9176b4adb91168cb; no voters: 
I20260630 12:37:38.288517  8225 raft_consensus.cc:2804] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:38.289100  8225 raft_consensus.cc:493] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:38.289713  8225 raft_consensus.cc:3060] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:38.297528  8225 raft_consensus.cc:515] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:38.299516  8225 leader_election.cc:290] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [CANDIDATE]: Term 2 election: Requested vote from peers 94f3a13eb91243638a3c07ea3cbec1f1 (127.0.192.2:45927), d2179e8201bb4d3c9176b4adb91168cb (127.0.192.3:39905)
I20260630 12:37:38.300503  8115 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ee7d1e98c2e44a9db079a108e72a8f14" candidate_uuid: "a087c78ecb2c428bad019f560f5261ef" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "94f3a13eb91243638a3c07ea3cbec1f1"
I20260630 12:37:38.300627  8195 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ee7d1e98c2e44a9db079a108e72a8f14" candidate_uuid: "a087c78ecb2c428bad019f560f5261ef" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2179e8201bb4d3c9176b4adb91168cb"
I20260630 12:37:38.301283  8115 raft_consensus.cc:3060] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:38.301649  8195 raft_consensus.cc:3060] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:38.308166  8115 raft_consensus.cc:2410] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate a087c78ecb2c428bad019f560f5261ef 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:38.308105  8195 raft_consensus.cc:2468] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a087c78ecb2c428bad019f560f5261ef in term 2.
I20260630 12:37:38.309690  7995 leader_election.cc:304] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [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: a087c78ecb2c428bad019f560f5261ef, d2179e8201bb4d3c9176b4adb91168cb; no voters: 94f3a13eb91243638a3c07ea3cbec1f1
I20260630 12:37:38.310613  8225 raft_consensus.cc:2804] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:38.311965  8225 raft_consensus.cc:697] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [term 2 LEADER]: Becoming Leader. State: Replica: a087c78ecb2c428bad019f560f5261ef, State: Running, Role: LEADER
I20260630 12:37:38.313061  8225 consensus_queue.cc:237] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [LEADER]: Queue going to LEADER 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: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:38.319984  7576 catalog_manager.cc:5697] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef reported cstate change: term changed from 1 to 2, leader changed from 94f3a13eb91243638a3c07ea3cbec1f1 (127.0.192.2) to a087c78ecb2c428bad019f560f5261ef (127.0.192.1). New cstate: current_term: 2 leader_uuid: "a087c78ecb2c428bad019f560f5261ef" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:38.418784  8225 raft_consensus.cc:493] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:38.419451  8225 raft_consensus.cc:515] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:38.421263  8225 leader_election.cc:290] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 94f3a13eb91243638a3c07ea3cbec1f1 (127.0.192.2:45927), d2179e8201bb4d3c9176b4adb91168cb (127.0.192.3:39905)
I20260630 12:37:38.422313  8115 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c921a75380784fdcb5ce6d3661d80563" candidate_uuid: "a087c78ecb2c428bad019f560f5261ef" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" is_pre_election: true
I20260630 12:37:38.422513  8195 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c921a75380784fdcb5ce6d3661d80563" candidate_uuid: "a087c78ecb2c428bad019f560f5261ef" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2179e8201bb4d3c9176b4adb91168cb" is_pre_election: true
I20260630 12:37:38.423271  8115 raft_consensus.cc:2410] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate a087c78ecb2c428bad019f560f5261ef 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:38.423411  8195 raft_consensus.cc:2468] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a087c78ecb2c428bad019f560f5261ef in term 1.
I20260630 12:37:38.424775  7995 leader_election.cc:304] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [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: a087c78ecb2c428bad019f560f5261ef, d2179e8201bb4d3c9176b4adb91168cb; no voters: 94f3a13eb91243638a3c07ea3cbec1f1
I20260630 12:37:38.425601  8225 raft_consensus.cc:2804] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:38.426061  8225 raft_consensus.cc:493] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:38.426478  8225 raft_consensus.cc:3060] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:38.431452  8225 raft_consensus.cc:515] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:38.433284  8225 leader_election.cc:290] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [CANDIDATE]: Term 2 election: Requested vote from peers 94f3a13eb91243638a3c07ea3cbec1f1 (127.0.192.2:45927), d2179e8201bb4d3c9176b4adb91168cb (127.0.192.3:39905)
I20260630 12:37:38.434190  8115 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c921a75380784fdcb5ce6d3661d80563" candidate_uuid: "a087c78ecb2c428bad019f560f5261ef" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "94f3a13eb91243638a3c07ea3cbec1f1"
I20260630 12:37:38.434551  8195 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c921a75380784fdcb5ce6d3661d80563" candidate_uuid: "a087c78ecb2c428bad019f560f5261ef" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2179e8201bb4d3c9176b4adb91168cb"
I20260630 12:37:38.435122  8115 raft_consensus.cc:3060] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:38.435380  8195 raft_consensus.cc:3060] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:38.442636  8195 raft_consensus.cc:2468] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a087c78ecb2c428bad019f560f5261ef in term 2.
I20260630 12:37:38.442989  8115 raft_consensus.cc:2410] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate a087c78ecb2c428bad019f560f5261ef 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:38.444188  7995 leader_election.cc:304] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [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: a087c78ecb2c428bad019f560f5261ef, d2179e8201bb4d3c9176b4adb91168cb; no voters: 
I20260630 12:37:38.445196  8225 raft_consensus.cc:2804] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:38.445763  8225 raft_consensus.cc:697] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [term 2 LEADER]: Becoming Leader. State: Replica: a087c78ecb2c428bad019f560f5261ef, State: Running, Role: LEADER
I20260630 12:37:38.446570  8225 consensus_queue.cc:237] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [LEADER]: Queue going to LEADER 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: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:38.453284  7576 catalog_manager.cc:5697] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef reported cstate change: term changed from 1 to 2, leader changed from 94f3a13eb91243638a3c07ea3cbec1f1 (127.0.192.2) to a087c78ecb2c428bad019f560f5261ef (127.0.192.1). New cstate: current_term: 2 leader_uuid: "a087c78ecb2c428bad019f560f5261ef" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:38.465593  8237 raft_consensus.cc:493] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:38.466331  8237 raft_consensus.cc:515] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:38.468592  8237 leader_election.cc:290] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers a087c78ecb2c428bad019f560f5261ef (127.0.192.1:39439), d2179e8201bb4d3c9176b4adb91168cb (127.0.192.3:39905)
I20260630 12:37:38.483068  8034 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ee7d1e98c2e44a9db079a108e72a8f14" candidate_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "a087c78ecb2c428bad019f560f5261ef" is_pre_election: true
I20260630 12:37:38.483270  8195 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ee7d1e98c2e44a9db079a108e72a8f14" candidate_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "d2179e8201bb4d3c9176b4adb91168cb" is_pre_election: true
I20260630 12:37:38.484309  8195 raft_consensus.cc:2468] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 94f3a13eb91243638a3c07ea3cbec1f1 in term 2.
I20260630 12:37:38.485540  8076 leader_election.cc:304] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [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: 94f3a13eb91243638a3c07ea3cbec1f1, d2179e8201bb4d3c9176b4adb91168cb; no voters: a087c78ecb2c428bad019f560f5261ef
I20260630 12:37:38.486457  8237 raft_consensus.cc:2804] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260630 12:37:38.487001  8237 raft_consensus.cc:493] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:38.487398  8237 raft_consensus.cc:3060] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:37:38.492868  8237 raft_consensus.cc:515] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:38.494830  8237 leader_election.cc:290] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [CANDIDATE]: Term 3 election: Requested vote from peers a087c78ecb2c428bad019f560f5261ef (127.0.192.1:39439), d2179e8201bb4d3c9176b4adb91168cb (127.0.192.3:39905)
I20260630 12:37:38.495672  8034 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ee7d1e98c2e44a9db079a108e72a8f14" candidate_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "a087c78ecb2c428bad019f560f5261ef"
I20260630 12:37:38.495923  8195 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ee7d1e98c2e44a9db079a108e72a8f14" candidate_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "d2179e8201bb4d3c9176b4adb91168cb"
I20260630 12:37:38.496927  8195 raft_consensus.cc:3060] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:37:38.502158  8195 raft_consensus.cc:2468] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 94f3a13eb91243638a3c07ea3cbec1f1 in term 3.
I20260630 12:37:38.503448  8076 leader_election.cc:304] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [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: 94f3a13eb91243638a3c07ea3cbec1f1, d2179e8201bb4d3c9176b4adb91168cb; no voters: a087c78ecb2c428bad019f560f5261ef
I20260630 12:37:38.504359  8237 raft_consensus.cc:2804] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:37:38.505743  8237 raft_consensus.cc:697] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 3 LEADER]: Becoming Leader. State: Replica: 94f3a13eb91243638a3c07ea3cbec1f1, State: Running, Role: LEADER
I20260630 12:37:38.506821  8237 consensus_queue.cc:237] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 1.1, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:38.514459  7576 catalog_manager.cc:5697] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 reported cstate change: term changed from 2 to 3, leader changed from a087c78ecb2c428bad019f560f5261ef (127.0.192.1) to 94f3a13eb91243638a3c07ea3cbec1f1 (127.0.192.2). New cstate: current_term: 3 leader_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:38.535585  8237 raft_consensus.cc:493] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:38.536263  8237 raft_consensus.cc:515] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:38.538488  8237 leader_election.cc:290] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers a087c78ecb2c428bad019f560f5261ef (127.0.192.1:39439), d2179e8201bb4d3c9176b4adb91168cb (127.0.192.3:39905)
I20260630 12:37:38.539283  8034 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "87d72e9bdf8f4c81b3b79ced9f6a9c8b" candidate_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a087c78ecb2c428bad019f560f5261ef" is_pre_election: true
I20260630 12:37:38.539712  8195 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "87d72e9bdf8f4c81b3b79ced9f6a9c8b" candidate_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2179e8201bb4d3c9176b4adb91168cb" is_pre_election: true
I20260630 12:37:38.540094  8034 raft_consensus.cc:2468] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 94f3a13eb91243638a3c07ea3cbec1f1 in term 1.
I20260630 12:37:38.540877  8195 raft_consensus.cc:2410] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 94f3a13eb91243638a3c07ea3cbec1f1 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:38.541656  8077 leader_election.cc:304] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [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: 94f3a13eb91243638a3c07ea3cbec1f1, a087c78ecb2c428bad019f560f5261ef; no voters: 
I20260630 12:37:38.542768  8237 raft_consensus.cc:2804] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:38.543354  8237 raft_consensus.cc:493] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:38.543781  8237 raft_consensus.cc:3060] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:38.549273  8237 raft_consensus.cc:515] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:38.551353  8237 leader_election.cc:290] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [CANDIDATE]: Term 2 election: Requested vote from peers a087c78ecb2c428bad019f560f5261ef (127.0.192.1:39439), d2179e8201bb4d3c9176b4adb91168cb (127.0.192.3:39905)
I20260630 12:37:38.552114  8034 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "87d72e9bdf8f4c81b3b79ced9f6a9c8b" candidate_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a087c78ecb2c428bad019f560f5261ef"
I20260630 12:37:38.552490  8195 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "87d72e9bdf8f4c81b3b79ced9f6a9c8b" candidate_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2179e8201bb4d3c9176b4adb91168cb"
I20260630 12:37:38.552786  8034 raft_consensus.cc:3060] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:38.553272  8195 raft_consensus.cc:3060] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:38.558523  8034 raft_consensus.cc:2468] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 94f3a13eb91243638a3c07ea3cbec1f1 in term 2.
I20260630 12:37:38.559088  8195 raft_consensus.cc:2410] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 94f3a13eb91243638a3c07ea3cbec1f1 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:38.559804  8077 leader_election.cc:304] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [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: 94f3a13eb91243638a3c07ea3cbec1f1, a087c78ecb2c428bad019f560f5261ef; no voters: 
I20260630 12:37:38.560714  8237 raft_consensus.cc:2804] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:38.561316  8237 raft_consensus.cc:697] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [term 2 LEADER]: Becoming Leader. State: Replica: 94f3a13eb91243638a3c07ea3cbec1f1, State: Running, Role: LEADER
I20260630 12:37:38.562057  8237 consensus_queue.cc:237] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [LEADER]: Queue going to LEADER 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: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:38.569777  7576 catalog_manager.cc:5697] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 reported cstate change: term changed from 1 to 2, leader changed from d2179e8201bb4d3c9176b4adb91168cb (127.0.192.3) to 94f3a13eb91243638a3c07ea3cbec1f1 (127.0.192.2). New cstate: current_term: 2 leader_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:38.586354  8244 raft_consensus.cc:493] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:38.587160  8244 raft_consensus.cc:515] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:38.589412  8244 leader_election.cc:290] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 94f3a13eb91243638a3c07ea3cbec1f1 (127.0.192.2:45927), a087c78ecb2c428bad019f560f5261ef (127.0.192.1:39439)
I20260630 12:37:38.591717  8225 raft_consensus.cc:493] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:38.592428  8225 raft_consensus.cc:515] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:38.595378  8115 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e14046064f644deda9c441566bb04731" candidate_uuid: "a087c78ecb2c428bad019f560f5261ef" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" is_pre_election: true
I20260630 12:37:38.595825  8195 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e14046064f644deda9c441566bb04731" candidate_uuid: "a087c78ecb2c428bad019f560f5261ef" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2179e8201bb4d3c9176b4adb91168cb" is_pre_election: true
I20260630 12:37:38.596482  8115 raft_consensus.cc:2410] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate a087c78ecb2c428bad019f560f5261ef 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:38.596668  8195 raft_consensus.cc:2468] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a087c78ecb2c428bad019f560f5261ef in term 1.
I20260630 12:37:38.598152  7995 leader_election.cc:304] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [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: a087c78ecb2c428bad019f560f5261ef, d2179e8201bb4d3c9176b4adb91168cb; no voters: 
I20260630 12:37:38.599445  8230 raft_consensus.cc:2804] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:38.600015  8230 raft_consensus.cc:493] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:38.600569  8230 raft_consensus.cc:3060] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:38.598234  8225 leader_election.cc:290] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 94f3a13eb91243638a3c07ea3cbec1f1 (127.0.192.2:45927), d2179e8201bb4d3c9176b4adb91168cb (127.0.192.3:39905)
I20260630 12:37:38.602331  8115 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e14046064f644deda9c441566bb04731" candidate_uuid: "d2179e8201bb4d3c9176b4adb91168cb" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" is_pre_election: true
I20260630 12:37:38.603189  8034 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e14046064f644deda9c441566bb04731" candidate_uuid: "d2179e8201bb4d3c9176b4adb91168cb" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a087c78ecb2c428bad019f560f5261ef" is_pre_election: true
I20260630 12:37:38.603696  8115 raft_consensus.cc:2410] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate d2179e8201bb4d3c9176b4adb91168cb 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:38.606640  8244 raft_consensus.cc:493] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:38.607197  8244 raft_consensus.cc:515] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:38.608114  8230 raft_consensus.cc:515] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:38.609257  8244 leader_election.cc:290] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers a087c78ecb2c428bad019f560f5261ef (127.0.192.1:39439), 94f3a13eb91243638a3c07ea3cbec1f1 (127.0.192.2:45927)
I20260630 12:37:38.610420  8034 raft_consensus.cc:2393] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate d2179e8201bb4d3c9176b4adb91168cb in current term 2: Already voted for candidate a087c78ecb2c428bad019f560f5261ef in this term.
I20260630 12:37:38.610240  8033 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "87d72e9bdf8f4c81b3b79ced9f6a9c8b" candidate_uuid: "d2179e8201bb4d3c9176b4adb91168cb" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "a087c78ecb2c428bad019f560f5261ef" is_pre_election: true
I20260630 12:37:38.610930  8115 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "87d72e9bdf8f4c81b3b79ced9f6a9c8b" candidate_uuid: "d2179e8201bb4d3c9176b4adb91168cb" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" is_pre_election: true
I20260630 12:37:38.611532  8195 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e14046064f644deda9c441566bb04731" candidate_uuid: "a087c78ecb2c428bad019f560f5261ef" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2179e8201bb4d3c9176b4adb91168cb"
I20260630 12:37:38.612510  8195 raft_consensus.cc:3060] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:38.611676  8033 raft_consensus.cc:2468] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d2179e8201bb4d3c9176b4adb91168cb in term 2.
I20260630 12:37:38.612882  8114 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e14046064f644deda9c441566bb04731" candidate_uuid: "a087c78ecb2c428bad019f560f5261ef" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "94f3a13eb91243638a3c07ea3cbec1f1"
I20260630 12:37:38.613356  8230 leader_election.cc:290] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [CANDIDATE]: Term 2 election: Requested vote from peers 94f3a13eb91243638a3c07ea3cbec1f1 (127.0.192.2:45927), d2179e8201bb4d3c9176b4adb91168cb (127.0.192.3:39905)
I20260630 12:37:38.614259  8157 leader_election.cc:304] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb [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: d2179e8201bb4d3c9176b4adb91168cb; no voters: 94f3a13eb91243638a3c07ea3cbec1f1, a087c78ecb2c428bad019f560f5261ef
I20260630 12:37:38.614929  8114 raft_consensus.cc:3060] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:38.616374  8157 leader_election.cc:304] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [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: a087c78ecb2c428bad019f560f5261ef, d2179e8201bb4d3c9176b4adb91168cb; no voters: 94f3a13eb91243638a3c07ea3cbec1f1
I20260630 12:37:38.618707  8247 raft_consensus.cc:2804] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260630 12:37:38.619342  8247 raft_consensus.cc:493] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:38.619449  8195 raft_consensus.cc:2468] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a087c78ecb2c428bad019f560f5261ef in term 2.
I20260630 12:37:38.620013  8247 raft_consensus.cc:3060] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:37:38.620455  8244 raft_consensus.cc:2749] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb [term 2 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:37:38.621063  7995 leader_election.cc:304] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [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: a087c78ecb2c428bad019f560f5261ef, d2179e8201bb4d3c9176b4adb91168cb; no voters: 
I20260630 12:37:38.622260  8230 raft_consensus.cc:2804] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:38.622953  8230 raft_consensus.cc:697] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [term 2 LEADER]: Becoming Leader. State: Replica: a087c78ecb2c428bad019f560f5261ef, State: Running, Role: LEADER
I20260630 12:37:38.623921  8114 raft_consensus.cc:2410] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate a087c78ecb2c428bad019f560f5261ef 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:38.624238  8230 consensus_queue.cc:237] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [LEADER]: Queue going to LEADER 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: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:38.628980  8247 raft_consensus.cc:515] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:38.631166  8247 leader_election.cc:290] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [CANDIDATE]: Term 3 election: Requested vote from peers a087c78ecb2c428bad019f560f5261ef (127.0.192.1:39439), 94f3a13eb91243638a3c07ea3cbec1f1 (127.0.192.2:45927)
I20260630 12:37:38.631785  8033 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "87d72e9bdf8f4c81b3b79ced9f6a9c8b" candidate_uuid: "d2179e8201bb4d3c9176b4adb91168cb" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "a087c78ecb2c428bad019f560f5261ef"
I20260630 12:37:38.632167  8114 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "87d72e9bdf8f4c81b3b79ced9f6a9c8b" candidate_uuid: "d2179e8201bb4d3c9176b4adb91168cb" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "94f3a13eb91243638a3c07ea3cbec1f1"
I20260630 12:37:38.633123  8033 raft_consensus.cc:3060] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:37:38.633622  7576 catalog_manager.cc:5697] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef reported cstate change: term changed from 1 to 2, leader changed from 94f3a13eb91243638a3c07ea3cbec1f1 (127.0.192.2) to a087c78ecb2c428bad019f560f5261ef (127.0.192.1). New cstate: current_term: 2 leader_uuid: "a087c78ecb2c428bad019f560f5261ef" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:38.639724  8033 raft_consensus.cc:2468] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d2179e8201bb4d3c9176b4adb91168cb in term 3.
I20260630 12:37:38.641040  8157 leader_election.cc:304] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [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: a087c78ecb2c428bad019f560f5261ef, d2179e8201bb4d3c9176b4adb91168cb; no voters: 94f3a13eb91243638a3c07ea3cbec1f1
I20260630 12:37:38.642019  8247 raft_consensus.cc:2804] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:37:38.642678  8247 raft_consensus.cc:697] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [term 3 LEADER]: Becoming Leader. State: Replica: d2179e8201bb4d3c9176b4adb91168cb, State: Running, Role: LEADER
I20260630 12:37:38.643639  8247 consensus_queue.cc:237] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 1.1, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:38.650147  7576 catalog_manager.cc:5697] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb reported cstate change: term changed from 2 to 3, leader changed from 94f3a13eb91243638a3c07ea3cbec1f1 (127.0.192.2) to d2179e8201bb4d3c9176b4adb91168cb (127.0.192.3). New cstate: current_term: 3 leader_uuid: "d2179e8201bb4d3c9176b4adb91168cb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:38.719630  8195 raft_consensus.cc:1240] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb [term 3 FOLLOWER]: Rejecting Update request from peer a087c78ecb2c428bad019f560f5261ef for earlier term 2. Current term is 3. Ops: []
I20260630 12:37:38.721264  8230 consensus_queue.cc:1059] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 }, Status: INVALID_TERM, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:38.722144  8225 raft_consensus.cc:3055] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [term 2 LEADER]: Stepping down as leader of term 2
I20260630 12:37:38.722698  8225 raft_consensus.cc:740] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [term 2 LEADER]: Becoming Follower/Learner. State: Replica: a087c78ecb2c428bad019f560f5261ef, State: Running, Role: LEADER
I20260630 12:37:38.723506  8225 consensus_queue.cc:260] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 2.1, Last appended by leader: 1, Current term: 2, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:38.724596  8225 raft_consensus.cc:3060] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [term 2 FOLLOWER]: Advancing to term 3
W20260630 12:37:38.805527  7626 auto_rebalancer.cc:639] Failed to schedule move for tablet 87d72e9bdf8f4c81b3b79ced9f6a9c8b: Illegal state: Leader has not yet committed an operation in its own term
W20260630 12:37:38.818125  7626 auto_rebalancer.cc:639] Failed to schedule move for tablet e14046064f644deda9c441566bb04731: Illegal state: Leader has not yet committed an operation in its own term
W20260630 12:37:38.821681  7626 auto_rebalancer.cc:639] Failed to schedule move for tablet c921a75380784fdcb5ce6d3661d80563: Illegal state: Leader has not yet committed an operation in its own term
I20260630 12:37:38.879248  8114 raft_consensus.cc:1275] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 2 FOLLOWER]: Refusing update from remote peer a087c78ecb2c428bad019f560f5261ef: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 1. (term mismatch)
I20260630 12:37:38.879840  8114 pending_rounds.cc:85] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1: Aborting all ops after (but not including) 0
I20260630 12:37:38.880225  8114 pending_rounds.cc:107] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1: Aborting uncommitted NO_OP operation due to leader change: 1.1
I20260630 12:37:38.880594  8114 raft_consensus.cc:2889] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 2 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:37:38.882344  8225 consensus_queue.cc:1048] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:38.895124  8195 raft_consensus.cc:1275] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb [term 2 FOLLOWER]: Refusing update from remote peer a087c78ecb2c428bad019f560f5261ef: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:37:38.896719  8225 consensus_queue.cc:1048] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:38.924271  8195 raft_consensus.cc:1275] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb [term 3 FOLLOWER]: Refusing update from remote peer 94f3a13eb91243638a3c07ea3cbec1f1: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:37:38.925767  8237 consensus_queue.cc:1048] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:38.937707  8033 raft_consensus.cc:1275] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [term 3 FOLLOWER]: Refusing update from remote peer 94f3a13eb91243638a3c07ea3cbec1f1: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:37:38.939669  8257 consensus_queue.cc:1048] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:38.940758  8257 consensus_queue.cc:1243] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [LEADER]: Peer a087c78ecb2c428bad019f560f5261ef log is divergent from this leader: its last log entry 2.1 is not in this leader's log and it has not received anything from this leader yet. Falling back to committed index 0
I20260630 12:37:38.944007  8033 pending_rounds.cc:85] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef: Aborting all ops after (but not including) 0
I20260630 12:37:38.944396  8033 pending_rounds.cc:107] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef: Aborting uncommitted NO_OP operation due to leader change: 2.1
I20260630 12:37:38.944736  8033 raft_consensus.cc:2889] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [term 3 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:37:39.023962  8195 raft_consensus.cc:1275] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb [term 2 FOLLOWER]: Refusing update from remote peer a087c78ecb2c428bad019f560f5261ef: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:37:39.025595  8225 consensus_queue.cc:1048] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:39.035319  8114 raft_consensus.cc:1275] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 2 FOLLOWER]: Refusing update from remote peer a087c78ecb2c428bad019f560f5261ef: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 1. (term mismatch)
I20260630 12:37:39.035940  8114 pending_rounds.cc:85] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1: Aborting all ops after (but not including) 0
I20260630 12:37:39.036350  8114 pending_rounds.cc:107] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1: Aborting uncommitted NO_OP operation due to leader change: 1.1
I20260630 12:37:39.036783  8114 raft_consensus.cc:2889] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 2 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:37:39.037189  8033 raft_consensus.cc:1240] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef [term 3 FOLLOWER]: Rejecting Update request from peer 94f3a13eb91243638a3c07ea3cbec1f1 for earlier term 2. Current term is 3. Ops: []
I20260630 12:37:39.039750  8257 consensus_queue.cc:1059] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 }, Status: INVALID_TERM, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:39.040865  8257 raft_consensus.cc:3055] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [term 2 LEADER]: Stepping down as leader of term 2
I20260630 12:37:39.041364  8257 raft_consensus.cc:740] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 94f3a13eb91243638a3c07ea3cbec1f1, State: Running, Role: LEADER
I20260630 12:37:39.039320  8259 consensus_queue.cc:1048] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.003s
I20260630 12:37:39.042923  8257 consensus_queue.cc:260] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 2.1, Last appended by leader: 1, Current term: 2, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } }
I20260630 12:37:39.046170  8033 raft_consensus.cc:1275] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef [term 3 FOLLOWER]: Refusing update from remote peer d2179e8201bb4d3c9176b4adb91168cb: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:37:39.050047  8257 raft_consensus.cc:3060] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:37:39.055258  8247 consensus_queue.cc:1048] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [LEADER]: Connected to new peer: Peer: permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:39.072465  8114 raft_consensus.cc:1275] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [term 3 FOLLOWER]: Refusing update from remote peer d2179e8201bb4d3c9176b4adb91168cb: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:37:39.075199  8247 consensus_queue.cc:1048] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [LEADER]: Connected to new peer: Peer: permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:39.076283  8247 consensus_queue.cc:1243] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [LEADER]: Peer 94f3a13eb91243638a3c07ea3cbec1f1 log is divergent from this leader: its last log entry 2.1 is not in this leader's log and it has not received anything from this leader yet. Falling back to committed index 0
I20260630 12:37:39.093924  8114 pending_rounds.cc:85] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1: Aborting all ops after (but not including) 0
I20260630 12:37:39.094547  8114 pending_rounds.cc:107] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1: Aborting uncommitted NO_OP operation due to leader change: 2.1
I20260630 12:37:39.095026  8114 raft_consensus.cc:2889] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [term 3 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:37:39.844396  8114 consensus_queue.cc:237] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 3.2, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } attrs { replace: true } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: true } }
I20260630 12:37:39.850790  8033 raft_consensus.cc:1275] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [term 3 FOLLOWER]: Refusing update from remote peer 94f3a13eb91243638a3c07ea3cbec1f1: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260630 12:37:39.851850  8195 raft_consensus.cc:1275] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb [term 3 FOLLOWER]: Refusing update from remote peer 94f3a13eb91243638a3c07ea3cbec1f1: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260630 12:37:39.852543  8265 consensus_queue.cc:1048] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } 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:39.853771  8257 consensus_queue.cc:1048] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:37:39.862011  8076 consensus_peers.cc:597] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 -> Peer 99e7be7cf9384a84ad9903fc70cc7b20 (127.0.192.4:39095): Couldn't send request to peer 99e7be7cf9384a84ad9903fc70cc7b20. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ee7d1e98c2e44a9db079a108e72a8f14. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:39.861301  8265 raft_consensus.cc:2955] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 3 LEADER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 99e7be7cf9384a84ad9903fc70cc7b20 (127.0.192.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } attrs { replace: true } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: true } } }
I20260630 12:37:39.863899  8195 raft_consensus.cc:2955] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 99e7be7cf9384a84ad9903fc70cc7b20 (127.0.192.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } attrs { replace: true } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: true } } }
I20260630 12:37:39.863973  8033 raft_consensus.cc:2955] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 99e7be7cf9384a84ad9903fc70cc7b20 (127.0.192.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } attrs { replace: true } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: true } } }
I20260630 12:37:39.875489  7577 catalog_manager.cc:5697] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb reported cstate change: config changed from index -1 to 3, NON_VOTER 99e7be7cf9384a84ad9903fc70cc7b20 (127.0.192.4) added. New cstate: current_term: 3 leader_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } attrs { replace: true } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: true } } }
I20260630 12:37:39.879341  8034 consensus_queue.cc:237] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 2.1, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } attrs { replace: true } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: true } }
I20260630 12:37:39.893407  8114 raft_consensus.cc:1275] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 2 FOLLOWER]: Refusing update from remote peer a087c78ecb2c428bad019f560f5261ef: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:37:39.893405  8195 raft_consensus.cc:1275] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb [term 2 FOLLOWER]: Refusing update from remote peer a087c78ecb2c428bad019f560f5261ef: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:37:39.896338  8259 consensus_queue.cc:1048] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:39.897526  8230 consensus_queue.cc:1048] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } 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:37:39.904764  7995 consensus_peers.cc:597] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef -> Peer 99e7be7cf9384a84ad9903fc70cc7b20 (127.0.192.4:39095): Couldn't send request to peer 99e7be7cf9384a84ad9903fc70cc7b20. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c921a75380784fdcb5ce6d3661d80563. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:39.908149  8225 raft_consensus.cc:2955] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 99e7be7cf9384a84ad9903fc70cc7b20 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } attrs { replace: true } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: true } } }
I20260630 12:37:39.910282  8195 raft_consensus.cc:2955] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 99e7be7cf9384a84ad9903fc70cc7b20 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } attrs { replace: true } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: true } } }
I20260630 12:37:39.911541  8114 raft_consensus.cc:2955] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 99e7be7cf9384a84ad9903fc70cc7b20 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } attrs { replace: true } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: true } } }
I20260630 12:37:39.923023  7576 catalog_manager.cc:5697] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef reported cstate change: config changed from index -1 to 2, NON_VOTER 99e7be7cf9384a84ad9903fc70cc7b20 (127.0.192.4) added. New cstate: current_term: 2 leader_uuid: "a087c78ecb2c428bad019f560f5261ef" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:39.923511  8034 consensus_queue.cc:237] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 2.1, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } attrs { replace: true } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: true } }
W20260630 12:37:39.931741  7995 consensus_peers.cc:597] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef -> Peer 99e7be7cf9384a84ad9903fc70cc7b20 (127.0.192.4:39095): Couldn't send request to peer 99e7be7cf9384a84ad9903fc70cc7b20. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e14046064f644deda9c441566bb04731. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:39.931831  8195 raft_consensus.cc:1275] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb [term 2 FOLLOWER]: Refusing update from remote peer a087c78ecb2c428bad019f560f5261ef: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:37:39.934067  8230 consensus_queue.cc:1048] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:37:39.935187  8114 raft_consensus.cc:1275] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 2 FOLLOWER]: Refusing update from remote peer a087c78ecb2c428bad019f560f5261ef: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:37:39.936972  8230 consensus_queue.cc:1048] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } 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:39.943418  8225 raft_consensus.cc:2955] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 99e7be7cf9384a84ad9903fc70cc7b20 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } attrs { replace: true } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: true } } }
I20260630 12:37:39.945268  8195 raft_consensus.cc:2955] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 99e7be7cf9384a84ad9903fc70cc7b20 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } attrs { replace: true } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: true } } }
I20260630 12:37:39.946880  8114 raft_consensus.cc:2955] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 99e7be7cf9384a84ad9903fc70cc7b20 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } attrs { replace: true } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: true } } }
I20260630 12:37:39.959007  7576 catalog_manager.cc:5697] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 reported cstate change: config changed from index -1 to 2, NON_VOTER 99e7be7cf9384a84ad9903fc70cc7b20 (127.0.192.4) added. New cstate: current_term: 2 leader_uuid: "a087c78ecb2c428bad019f560f5261ef" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } attrs { replace: true } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: true } } }
W20260630 12:37:40.262593  7972 debug-util.cc:398] Leaking SignalData structure 0x7b080010ff80 after lost signal to thread 771
W20260630 12:37:40.263770  7972 debug-util.cc:398] Leaking SignalData structure 0x7b080012d240 after lost signal to thread 7612
W20260630 12:37:40.265740  7972 debug-util.cc:398] Leaking SignalData structure 0x7b0800129f20 after lost signal to thread 8060
W20260630 12:37:40.267621  7972 debug-util.cc:398] Leaking SignalData structure 0x7b0800136080 after lost signal to thread 8221
I20260630 12:37:40.273003  8279 ts_tablet_manager.cc:933] T ee7d1e98c2e44a9db079a108e72a8f14 P 99e7be7cf9384a84ad9903fc70cc7b20: Initiating tablet copy from peer 94f3a13eb91243638a3c07ea3cbec1f1 (127.0.192.2:45927)
I20260630 12:37:40.275269  8279 tablet_copy_client.cc:323] T ee7d1e98c2e44a9db079a108e72a8f14 P 99e7be7cf9384a84ad9903fc70cc7b20: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.2:45927
I20260630 12:37:40.286912  8126 tablet_copy_service.cc:140] P 94f3a13eb91243638a3c07ea3cbec1f1: Received BeginTabletCopySession request for tablet ee7d1e98c2e44a9db079a108e72a8f14 from peer 99e7be7cf9384a84ad9903fc70cc7b20 ({username='slave'} at 127.0.0.1:58198)
I20260630 12:37:40.287804  8126 tablet_copy_service.cc:161] P 94f3a13eb91243638a3c07ea3cbec1f1: Beginning new tablet copy session on tablet ee7d1e98c2e44a9db079a108e72a8f14 from peer 99e7be7cf9384a84ad9903fc70cc7b20 at {username='slave'} at 127.0.0.1:58198: session id = 99e7be7cf9384a84ad9903fc70cc7b20-ee7d1e98c2e44a9db079a108e72a8f14
I20260630 12:37:40.297783  8126 tablet_copy_source_session.cc:215] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:40.301168  8279 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ee7d1e98c2e44a9db079a108e72a8f14. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:40.314126  8279 tablet_copy_client.cc:806] T ee7d1e98c2e44a9db079a108e72a8f14 P 99e7be7cf9384a84ad9903fc70cc7b20: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:40.314957  8279 tablet_copy_client.cc:670] T ee7d1e98c2e44a9db079a108e72a8f14 P 99e7be7cf9384a84ad9903fc70cc7b20: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:40.318622  8279 tablet_copy_client.cc:538] T ee7d1e98c2e44a9db079a108e72a8f14 P 99e7be7cf9384a84ad9903fc70cc7b20: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:40.325003  8279 tablet_bootstrap.cc:492] T ee7d1e98c2e44a9db079a108e72a8f14 P 99e7be7cf9384a84ad9903fc70cc7b20: Bootstrap starting.
I20260630 12:37:40.342832  8279 tablet_bootstrap.cc:492] T ee7d1e98c2e44a9db079a108e72a8f14 P 99e7be7cf9384a84ad9903fc70cc7b20: 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:40.343789  8279 tablet_bootstrap.cc:492] T ee7d1e98c2e44a9db079a108e72a8f14 P 99e7be7cf9384a84ad9903fc70cc7b20: Bootstrap complete.
I20260630 12:37:40.344507  8279 ts_tablet_manager.cc:1403] T ee7d1e98c2e44a9db079a108e72a8f14 P 99e7be7cf9384a84ad9903fc70cc7b20: Time spent bootstrapping tablet: real 0.020s	user 0.015s	sys 0.004s
I20260630 12:37:40.346899  8279 raft_consensus.cc:359] T ee7d1e98c2e44a9db079a108e72a8f14 P 99e7be7cf9384a84ad9903fc70cc7b20 [term 3 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } attrs { replace: true } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: true } }
I20260630 12:37:40.347708  8279 raft_consensus.cc:740] T ee7d1e98c2e44a9db079a108e72a8f14 P 99e7be7cf9384a84ad9903fc70cc7b20 [term 3 LEARNER]: Becoming Follower/Learner. State: Replica: 99e7be7cf9384a84ad9903fc70cc7b20, State: Initialized, Role: LEARNER
I20260630 12:37:40.348362  8279 consensus_queue.cc:260] T ee7d1e98c2e44a9db079a108e72a8f14 P 99e7be7cf9384a84ad9903fc70cc7b20 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 3, Last appended: 3.3, Last appended by leader: 3, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } attrs { replace: true } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: true } }
I20260630 12:37:40.351168  8279 ts_tablet_manager.cc:1434] T ee7d1e98c2e44a9db079a108e72a8f14 P 99e7be7cf9384a84ad9903fc70cc7b20: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.000s
I20260630 12:37:40.353576  8126 tablet_copy_service.cc:342] P 94f3a13eb91243638a3c07ea3cbec1f1: Request end of tablet copy session 99e7be7cf9384a84ad9903fc70cc7b20-ee7d1e98c2e44a9db079a108e72a8f14 received from {username='slave'} at 127.0.0.1:58198
I20260630 12:37:40.354233  8126 tablet_copy_service.cc:434] P 94f3a13eb91243638a3c07ea3cbec1f1: ending tablet copy session 99e7be7cf9384a84ad9903fc70cc7b20-ee7d1e98c2e44a9db079a108e72a8f14 on tablet ee7d1e98c2e44a9db079a108e72a8f14 with peer 99e7be7cf9384a84ad9903fc70cc7b20
I20260630 12:37:40.414326  8279 ts_tablet_manager.cc:933] T e14046064f644deda9c441566bb04731 P 99e7be7cf9384a84ad9903fc70cc7b20: Initiating tablet copy from peer a087c78ecb2c428bad019f560f5261ef (127.0.192.1:39439)
I20260630 12:37:40.416399  8279 tablet_copy_client.cc:323] T e14046064f644deda9c441566bb04731 P 99e7be7cf9384a84ad9903fc70cc7b20: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.1:39439
I20260630 12:37:40.431496  8045 tablet_copy_service.cc:140] P a087c78ecb2c428bad019f560f5261ef: Received BeginTabletCopySession request for tablet e14046064f644deda9c441566bb04731 from peer 99e7be7cf9384a84ad9903fc70cc7b20 ({username='slave'} at 127.0.0.1:42628)
I20260630 12:37:40.432803  8045 tablet_copy_service.cc:161] P a087c78ecb2c428bad019f560f5261ef: Beginning new tablet copy session on tablet e14046064f644deda9c441566bb04731 from peer 99e7be7cf9384a84ad9903fc70cc7b20 at {username='slave'} at 127.0.0.1:42628: session id = 99e7be7cf9384a84ad9903fc70cc7b20-e14046064f644deda9c441566bb04731
I20260630 12:37:40.443533  8286 ts_tablet_manager.cc:933] T c921a75380784fdcb5ce6d3661d80563 P 99e7be7cf9384a84ad9903fc70cc7b20: Initiating tablet copy from peer a087c78ecb2c428bad019f560f5261ef (127.0.192.1:39439)
I20260630 12:37:40.446007  8045 tablet_copy_source_session.cc:215] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:40.450307  8279 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e14046064f644deda9c441566bb04731. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:40.452181  8286 tablet_copy_client.cc:323] T c921a75380784fdcb5ce6d3661d80563 P 99e7be7cf9384a84ad9903fc70cc7b20: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.1:39439
I20260630 12:37:40.454401  8044 tablet_copy_service.cc:140] P a087c78ecb2c428bad019f560f5261ef: Received BeginTabletCopySession request for tablet c921a75380784fdcb5ce6d3661d80563 from peer 99e7be7cf9384a84ad9903fc70cc7b20 ({username='slave'} at 127.0.0.1:42628)
I20260630 12:37:40.455130  8044 tablet_copy_service.cc:161] P a087c78ecb2c428bad019f560f5261ef: Beginning new tablet copy session on tablet c921a75380784fdcb5ce6d3661d80563 from peer 99e7be7cf9384a84ad9903fc70cc7b20 at {username='slave'} at 127.0.0.1:42628: session id = 99e7be7cf9384a84ad9903fc70cc7b20-c921a75380784fdcb5ce6d3661d80563
I20260630 12:37:40.463683  8044 tablet_copy_source_session.cc:215] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:40.467952  8286 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c921a75380784fdcb5ce6d3661d80563. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:40.472194  8279 tablet_copy_client.cc:806] T e14046064f644deda9c441566bb04731 P 99e7be7cf9384a84ad9903fc70cc7b20: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:40.473165  8279 tablet_copy_client.cc:670] T e14046064f644deda9c441566bb04731 P 99e7be7cf9384a84ad9903fc70cc7b20: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:40.487610  8286 tablet_copy_client.cc:806] T c921a75380784fdcb5ce6d3661d80563 P 99e7be7cf9384a84ad9903fc70cc7b20: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:40.488529  8286 tablet_copy_client.cc:670] T c921a75380784fdcb5ce6d3661d80563 P 99e7be7cf9384a84ad9903fc70cc7b20: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:40.491410  8279 tablet_copy_client.cc:538] T e14046064f644deda9c441566bb04731 P 99e7be7cf9384a84ad9903fc70cc7b20: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:40.495645  8286 tablet_copy_client.cc:538] T c921a75380784fdcb5ce6d3661d80563 P 99e7be7cf9384a84ad9903fc70cc7b20: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:40.501097  8279 tablet_bootstrap.cc:492] T e14046064f644deda9c441566bb04731 P 99e7be7cf9384a84ad9903fc70cc7b20: Bootstrap starting.
I20260630 12:37:40.505345  8286 tablet_bootstrap.cc:492] T c921a75380784fdcb5ce6d3661d80563 P 99e7be7cf9384a84ad9903fc70cc7b20: Bootstrap starting.
I20260630 12:37:40.537422  8279 tablet_bootstrap.cc:492] T e14046064f644deda9c441566bb04731 P 99e7be7cf9384a84ad9903fc70cc7b20: 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:40.538972  8279 tablet_bootstrap.cc:492] T e14046064f644deda9c441566bb04731 P 99e7be7cf9384a84ad9903fc70cc7b20: Bootstrap complete.
I20260630 12:37:40.539894  8279 ts_tablet_manager.cc:1403] T e14046064f644deda9c441566bb04731 P 99e7be7cf9384a84ad9903fc70cc7b20: Time spent bootstrapping tablet: real 0.039s	user 0.025s	sys 0.007s
I20260630 12:37:40.543349  8279 raft_consensus.cc:359] T e14046064f644deda9c441566bb04731 P 99e7be7cf9384a84ad9903fc70cc7b20 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } attrs { replace: true } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: true } }
I20260630 12:37:40.544600  8279 raft_consensus.cc:740] T e14046064f644deda9c441566bb04731 P 99e7be7cf9384a84ad9903fc70cc7b20 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 99e7be7cf9384a84ad9903fc70cc7b20, State: Initialized, Role: LEARNER
I20260630 12:37:40.545671  8286 tablet_bootstrap.cc:492] T c921a75380784fdcb5ce6d3661d80563 P 99e7be7cf9384a84ad9903fc70cc7b20: 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:40.545569  8279 consensus_queue.cc:260] T e14046064f644deda9c441566bb04731 P 99e7be7cf9384a84ad9903fc70cc7b20 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 2, Last appended: 2.2, Last appended by leader: 2, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } attrs { replace: true } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: true } }
I20260630 12:37:40.547165  8286 tablet_bootstrap.cc:492] T c921a75380784fdcb5ce6d3661d80563 P 99e7be7cf9384a84ad9903fc70cc7b20: Bootstrap complete.
I20260630 12:37:40.548591  8286 ts_tablet_manager.cc:1403] T c921a75380784fdcb5ce6d3661d80563 P 99e7be7cf9384a84ad9903fc70cc7b20: Time spent bootstrapping tablet: real 0.043s	user 0.036s	sys 0.009s
I20260630 12:37:40.549101  8279 ts_tablet_manager.cc:1434] T e14046064f644deda9c441566bb04731 P 99e7be7cf9384a84ad9903fc70cc7b20: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:37:40.551788  8286 raft_consensus.cc:359] T c921a75380784fdcb5ce6d3661d80563 P 99e7be7cf9384a84ad9903fc70cc7b20 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } attrs { replace: true } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: true } }
I20260630 12:37:40.553048  8286 raft_consensus.cc:740] T c921a75380784fdcb5ce6d3661d80563 P 99e7be7cf9384a84ad9903fc70cc7b20 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 99e7be7cf9384a84ad9903fc70cc7b20, State: Initialized, Role: LEARNER
I20260630 12:37:40.554131  8044 tablet_copy_service.cc:342] P a087c78ecb2c428bad019f560f5261ef: Request end of tablet copy session 99e7be7cf9384a84ad9903fc70cc7b20-e14046064f644deda9c441566bb04731 received from {username='slave'} at 127.0.0.1:42628
I20260630 12:37:40.553980  8286 consensus_queue.cc:260] T c921a75380784fdcb5ce6d3661d80563 P 99e7be7cf9384a84ad9903fc70cc7b20 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 2, Last appended: 2.2, Last appended by leader: 2, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } attrs { replace: true } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: true } }
I20260630 12:37:40.554781  8044 tablet_copy_service.cc:434] P a087c78ecb2c428bad019f560f5261ef: ending tablet copy session 99e7be7cf9384a84ad9903fc70cc7b20-e14046064f644deda9c441566bb04731 on tablet e14046064f644deda9c441566bb04731 with peer 99e7be7cf9384a84ad9903fc70cc7b20
I20260630 12:37:40.558732  8286 ts_tablet_manager.cc:1434] T c921a75380784fdcb5ce6d3661d80563 P 99e7be7cf9384a84ad9903fc70cc7b20: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260630 12:37:40.561030  8044 tablet_copy_service.cc:342] P a087c78ecb2c428bad019f560f5261ef: Request end of tablet copy session 99e7be7cf9384a84ad9903fc70cc7b20-c921a75380784fdcb5ce6d3661d80563 received from {username='slave'} at 127.0.0.1:42628
I20260630 12:37:40.561650  8044 tablet_copy_service.cc:434] P a087c78ecb2c428bad019f560f5261ef: ending tablet copy session 99e7be7cf9384a84ad9903fc70cc7b20-c921a75380784fdcb5ce6d3661d80563 on tablet c921a75380784fdcb5ce6d3661d80563 with peer 99e7be7cf9384a84ad9903fc70cc7b20
I20260630 12:37:40.821473  7951 raft_consensus.cc:1217] T ee7d1e98c2e44a9db079a108e72a8f14 P 99e7be7cf9384a84ad9903fc70cc7b20 [term 3 LEARNER]: Deduplicated request from leader. Original: 3.2->[3.3-3.3]   Dedup: 3.3->[]
I20260630 12:37:40.889683  7951 raft_consensus.cc:1217] T e14046064f644deda9c441566bb04731 P 99e7be7cf9384a84ad9903fc70cc7b20 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.1->[2.2-2.2]   Dedup: 2.2->[]
I20260630 12:37:41.042615  7951 raft_consensus.cc:1217] T c921a75380784fdcb5ce6d3661d80563 P 99e7be7cf9384a84ad9903fc70cc7b20 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.1->[2.2-2.2]   Dedup: 2.2->[]
I20260630 12:37:41.341192  8292 raft_consensus.cc:1064] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1: attempting to promote NON_VOTER 99e7be7cf9384a84ad9903fc70cc7b20 to VOTER
I20260630 12:37:41.344158  8292 consensus_queue.cc:237] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 3.3, Last appended by leader: 1, Current term: 3, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } attrs { replace: true } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } }
I20260630 12:37:41.352571  7951 raft_consensus.cc:1275] T ee7d1e98c2e44a9db079a108e72a8f14 P 99e7be7cf9384a84ad9903fc70cc7b20 [term 3 LEARNER]: Refusing update from remote peer 94f3a13eb91243638a3c07ea3cbec1f1: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:37:41.354534  8195 raft_consensus.cc:1275] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb [term 3 FOLLOWER]: Refusing update from remote peer 94f3a13eb91243638a3c07ea3cbec1f1: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:37:41.354692  8291 consensus_queue.cc:1048] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } 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:41.358703  8291 consensus_queue.cc:1048] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:41.360276  8034 raft_consensus.cc:1275] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [term 3 FOLLOWER]: Refusing update from remote peer 94f3a13eb91243638a3c07ea3cbec1f1: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:37:41.362193  8296 consensus_queue.cc:1048] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } 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:41.375941  8225 raft_consensus.cc:1064] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef: attempting to promote NON_VOTER 99e7be7cf9384a84ad9903fc70cc7b20 to VOTER
I20260630 12:37:41.378813  8225 consensus_queue.cc:237] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 2.2, Last appended by leader: 0, Current term: 2, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } attrs { replace: true } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } }
I20260630 12:37:41.387038  8291 raft_consensus.cc:2955] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 3 LEADER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 99e7be7cf9384a84ad9903fc70cc7b20 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } attrs { replace: true } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } } }
I20260630 12:37:41.400115  8034 raft_consensus.cc:2955] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 99e7be7cf9384a84ad9903fc70cc7b20 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } attrs { replace: true } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } } }
I20260630 12:37:41.402304  8195 raft_consensus.cc:2955] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 99e7be7cf9384a84ad9903fc70cc7b20 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } attrs { replace: true } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } } }
I20260630 12:37:41.408932  7575 catalog_manager.cc:5697] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 reported cstate change: config changed from index 3 to 4, 99e7be7cf9384a84ad9903fc70cc7b20 (127.0.192.4) changed from NON_VOTER to VOTER. New cstate: current_term: 3 leader_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:41.423027  7950 raft_consensus.cc:1275] T e14046064f644deda9c441566bb04731 P 99e7be7cf9384a84ad9903fc70cc7b20 [term 2 LEARNER]: Refusing update from remote peer a087c78ecb2c428bad019f560f5261ef: 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:41.425134  8288 consensus_queue.cc:1048] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } 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:37:41.440032  7949 raft_consensus.cc:2955] T ee7d1e98c2e44a9db079a108e72a8f14 P 99e7be7cf9384a84ad9903fc70cc7b20 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 99e7be7cf9384a84ad9903fc70cc7b20 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } attrs { replace: true } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } } }
I20260630 12:37:41.464562  8195 raft_consensus.cc:1275] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb [term 2 FOLLOWER]: Refusing update from remote peer a087c78ecb2c428bad019f560f5261ef: 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:41.466251  8114 raft_consensus.cc:1275] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 2 FOLLOWER]: Refusing update from remote peer a087c78ecb2c428bad019f560f5261ef: 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:41.466356  8294 consensus_queue.cc:1048] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:37:41.468488  8294 consensus_queue.cc:1048] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } 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:37:41.503139  8294 raft_consensus.cc:2955] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 99e7be7cf9384a84ad9903fc70cc7b20 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } attrs { replace: true } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } } }
I20260630 12:37:41.506450  8114 raft_consensus.cc:2955] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 99e7be7cf9384a84ad9903fc70cc7b20 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } attrs { replace: true } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } } }
I20260630 12:37:41.519335  7949 raft_consensus.cc:2955] T e14046064f644deda9c441566bb04731 P 99e7be7cf9384a84ad9903fc70cc7b20 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 99e7be7cf9384a84ad9903fc70cc7b20 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } attrs { replace: true } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } } }
I20260630 12:37:41.521062  8195 raft_consensus.cc:2955] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 99e7be7cf9384a84ad9903fc70cc7b20 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } attrs { replace: true } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } } }
I20260630 12:37:41.548367  8294 raft_consensus.cc:1064] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef: attempting to promote NON_VOTER 99e7be7cf9384a84ad9903fc70cc7b20 to VOTER
I20260630 12:37:41.551077  8294 consensus_queue.cc:237] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 2.2, Last appended by leader: 0, Current term: 2, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } attrs { replace: true } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } }
I20260630 12:37:41.563885  7577 catalog_manager.cc:5697] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 reported cstate change: config changed from index 2 to 3, 99e7be7cf9384a84ad9903fc70cc7b20 (127.0.192.4) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "a087c78ecb2c428bad019f560f5261ef" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } attrs { replace: true } } peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } } }
I20260630 12:37:41.567041  7949 raft_consensus.cc:1275] T c921a75380784fdcb5ce6d3661d80563 P 99e7be7cf9384a84ad9903fc70cc7b20 [term 2 LEARNER]: Refusing update from remote peer a087c78ecb2c428bad019f560f5261ef: 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:41.570779  8195 raft_consensus.cc:1275] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb [term 2 FOLLOWER]: Refusing update from remote peer a087c78ecb2c428bad019f560f5261ef: 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:41.572693  8225 consensus_queue.cc:1048] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } 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:37:41.575282  8305 consensus_queue.cc:1048] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } 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:37:41.586404  8114 raft_consensus.cc:1275] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 2 FOLLOWER]: Refusing update from remote peer a087c78ecb2c428bad019f560f5261ef: 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:41.590298  8294 consensus_queue.cc:1048] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:41.635731  8225 raft_consensus.cc:2955] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 99e7be7cf9384a84ad9903fc70cc7b20 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } attrs { replace: true } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } } }
I20260630 12:37:41.638942  8115 raft_consensus.cc:2955] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 99e7be7cf9384a84ad9903fc70cc7b20 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } attrs { replace: true } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } } }
I20260630 12:37:41.643705  8034 consensus_queue.cc:237] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 2.3, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } }
I20260630 12:37:41.644896  8195 raft_consensus.cc:2955] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 99e7be7cf9384a84ad9903fc70cc7b20 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } attrs { replace: true } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } } }
I20260630 12:37:41.651103  7950 raft_consensus.cc:1275] T e14046064f644deda9c441566bb04731 P 99e7be7cf9384a84ad9903fc70cc7b20 [term 2 FOLLOWER]: Refusing update from remote peer a087c78ecb2c428bad019f560f5261ef: 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:41.650317  7949 raft_consensus.cc:2955] T c921a75380784fdcb5ce6d3661d80563 P 99e7be7cf9384a84ad9903fc70cc7b20 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 99e7be7cf9384a84ad9903fc70cc7b20 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } attrs { replace: true } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } } }
I20260630 12:37:41.653050  8288 consensus_queue.cc:1048] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } 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:41.661909  8288 raft_consensus.cc:2955] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 94f3a13eb91243638a3c07ea3cbec1f1 (127.0.192.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } } }
I20260630 12:37:41.665970  7577 catalog_manager.cc:5697] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef reported cstate change: config changed from index 2 to 3, 99e7be7cf9384a84ad9903fc70cc7b20 (127.0.192.4) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "a087c78ecb2c428bad019f560f5261ef" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:41.671887  8194 raft_consensus.cc:1275] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb [term 2 FOLLOWER]: Refusing update from remote peer a087c78ecb2c428bad019f560f5261ef: 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:41.676255  8294 consensus_queue.cc:1048] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:41.678082  7565 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet e14046064f644deda9c441566bb04731 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:41.678984  7949 raft_consensus.cc:2955] T e14046064f644deda9c441566bb04731 P 99e7be7cf9384a84ad9903fc70cc7b20 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 94f3a13eb91243638a3c07ea3cbec1f1 (127.0.192.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } } }
I20260630 12:37:41.684994  8034 consensus_queue.cc:237] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 2.3, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } }
I20260630 12:37:41.689124  8195 raft_consensus.cc:2955] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 94f3a13eb91243638a3c07ea3cbec1f1 (127.0.192.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } } }
I20260630 12:37:41.696206  7574 catalog_manager.cc:5697] T e14046064f644deda9c441566bb04731 P 99e7be7cf9384a84ad9903fc70cc7b20 reported cstate change: config changed from index 3 to 4, VOTER 94f3a13eb91243638a3c07ea3cbec1f1 (127.0.192.2) evicted. New cstate: current_term: 2 leader_uuid: "a087c78ecb2c428bad019f560f5261ef" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } } }
I20260630 12:37:41.699785  8115 consensus_queue.cc:237] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 3.4, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } }
I20260630 12:37:41.703080  7949 raft_consensus.cc:1275] T c921a75380784fdcb5ce6d3661d80563 P 99e7be7cf9384a84ad9903fc70cc7b20 [term 2 FOLLOWER]: Refusing update from remote peer a087c78ecb2c428bad019f560f5261ef: 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:41.705253  8288 consensus_queue.cc:1048] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } 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:41.707832  8114 raft_consensus.cc:1275] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 2 FOLLOWER]: Refusing update from remote peer a087c78ecb2c428bad019f560f5261ef: 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:41.709738  8294 consensus_queue.cc:1048] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:41.713433  8288 raft_consensus.cc:2955] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER d2179e8201bb4d3c9176b4adb91168cb (127.0.192.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } } }
I20260630 12:37:41.717442  7949 raft_consensus.cc:2955] T c921a75380784fdcb5ce6d3661d80563 P 99e7be7cf9384a84ad9903fc70cc7b20 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER d2179e8201bb4d3c9176b4adb91168cb (127.0.192.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } } }
I20260630 12:37:41.726336  7950 raft_consensus.cc:1275] T ee7d1e98c2e44a9db079a108e72a8f14 P 99e7be7cf9384a84ad9903fc70cc7b20 [term 3 FOLLOWER]: Refusing update from remote peer 94f3a13eb91243638a3c07ea3cbec1f1: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260630 12:37:41.726516  8105 tablet_service.cc:1558] Processing DeleteTablet for tablet e14046064f644deda9c441566bb04731 with delete_type TABLET_DATA_TOMBSTONED (TS 94f3a13eb91243638a3c07ea3cbec1f1 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:52338
I20260630 12:37:41.728724  8292 consensus_queue.cc:1048] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } 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:41.721654  8114 raft_consensus.cc:2955] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER d2179e8201bb4d3c9176b4adb91168cb (127.0.192.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } } }
I20260630 12:37:41.735813  8194 raft_consensus.cc:1275] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb [term 3 FOLLOWER]: Refusing update from remote peer 94f3a13eb91243638a3c07ea3cbec1f1: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260630 12:37:41.737135  8296 raft_consensus.cc:2955] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 3 LEADER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER a087c78ecb2c428bad019f560f5261ef (127.0.192.1) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } } }
I20260630 12:37:41.745806  7565 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet c921a75380784fdcb5ce6d3661d80563 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:41.748924  8292 consensus_queue.cc:1048] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260630 12:37:41.750730  7574 catalog_manager.cc:5697] T c921a75380784fdcb5ce6d3661d80563 P 99e7be7cf9384a84ad9903fc70cc7b20 reported cstate change: config changed from index 3 to 4, VOTER d2179e8201bb4d3c9176b4adb91168cb (127.0.192.3) evicted. New cstate: current_term: 2 leader_uuid: "a087c78ecb2c428bad019f560f5261ef" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a087c78ecb2c428bad019f560f5261ef" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 39439 } } peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } } }
I20260630 12:37:41.740815  8319 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:41.754654  8319 raft_consensus.cc:2243] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:41.740767  7950 raft_consensus.cc:2955] T ee7d1e98c2e44a9db079a108e72a8f14 P 99e7be7cf9384a84ad9903fc70cc7b20 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER a087c78ecb2c428bad019f560f5261ef (127.0.192.1) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } } }
I20260630 12:37:41.758132  8319 raft_consensus.cc:2272] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:41.755358  8194 raft_consensus.cc:2955] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER a087c78ecb2c428bad019f560f5261ef (127.0.192.1) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } } }
I20260630 12:37:41.771757  8319 ts_tablet_manager.cc:1916] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:41.778082  7562 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet ee7d1e98c2e44a9db079a108e72a8f14 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:41.791458  7576 catalog_manager.cc:5697] T ee7d1e98c2e44a9db079a108e72a8f14 P 99e7be7cf9384a84ad9903fc70cc7b20 reported cstate change: config changed from index 4 to 5, VOTER a087c78ecb2c428bad019f560f5261ef (127.0.192.1) evicted. New cstate: current_term: 3 leader_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "94f3a13eb91243638a3c07ea3cbec1f1" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45927 } } peers { permanent_uuid: "d2179e8201bb4d3c9176b4adb91168cb" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39905 } } peers { permanent_uuid: "99e7be7cf9384a84ad9903fc70cc7b20" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 39095 } attrs { promote: false } } }
I20260630 12:37:41.802834  8319 ts_tablet_manager.cc:1929] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.3
I20260630 12:37:41.803422  8319 log.cc:1199] T e14046064f644deda9c441566bb04731 P 94f3a13eb91243638a3c07ea3cbec1f1: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-0/minicluster-data/ts-1-root/wals/e14046064f644deda9c441566bb04731
I20260630 12:37:41.804664  8185 tablet_service.cc:1558] Processing DeleteTablet for tablet c921a75380784fdcb5ce6d3661d80563 with delete_type TABLET_DATA_TOMBSTONED (TS d2179e8201bb4d3c9176b4adb91168cb not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:47590
I20260630 12:37:41.807026  8024 tablet_service.cc:1558] Processing DeleteTablet for tablet ee7d1e98c2e44a9db079a108e72a8f14 with delete_type TABLET_DATA_TOMBSTONED (TS a087c78ecb2c428bad019f560f5261ef not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:43314
I20260630 12:37:41.807099  7562 catalog_manager.cc:5028] TS 94f3a13eb91243638a3c07ea3cbec1f1 (127.0.192.2:45927): tablet e14046064f644deda9c441566bb04731 (table test-workload [id=7ad0dffad240411b8f1fc95a3ea0e3fe]) successfully deleted
I20260630 12:37:41.812755  8322 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:41.813858  8322 raft_consensus.cc:2243] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:41.815351  8322 raft_consensus.cc:2272] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:41.815685  8321 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:41.816687  8321 raft_consensus.cc:2243] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:41.817253  8321 raft_consensus.cc:2272] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:41.818719  8322 ts_tablet_manager.cc:1916] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:41.819993  8321 ts_tablet_manager.cc:1916] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:41.831529  8321 ts_tablet_manager.cc:1929] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.3
I20260630 12:37:41.831904  8321 log.cc:1199] T c921a75380784fdcb5ce6d3661d80563 P d2179e8201bb4d3c9176b4adb91168cb: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-0/minicluster-data/ts-2-root/wals/c921a75380784fdcb5ce6d3661d80563
I20260630 12:37:41.833406  7564 catalog_manager.cc:5028] TS d2179e8201bb4d3c9176b4adb91168cb (127.0.192.3:39905): tablet c921a75380784fdcb5ce6d3661d80563 (table test-workload [id=7ad0dffad240411b8f1fc95a3ea0e3fe]) successfully deleted
I20260630 12:37:41.838254  8322 ts_tablet_manager.cc:1929] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 3.4
I20260630 12:37:41.838794  8322 log.cc:1199] T ee7d1e98c2e44a9db079a108e72a8f14 P a087c78ecb2c428bad019f560f5261ef: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822852710831-768-0/minicluster-data/ts-0-root/wals/ee7d1e98c2e44a9db079a108e72a8f14
I20260630 12:37:41.840673  7565 catalog_manager.cc:5028] TS a087c78ecb2c428bad019f560f5261ef (127.0.192.1:39439): tablet ee7d1e98c2e44a9db079a108e72a8f14 (table test-workload [id=7ad0dffad240411b8f1fc95a3ea0e3fe]) successfully deleted
I20260630 12:37:43.612300   768 tablet_server.cc:179] TabletServer@127.0.192.1:39439 shutting down...
I20260630 12:37:43.643841   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:43.644618   768 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:43.645237   768 raft_consensus.cc:2243] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:43.646135   768 raft_consensus.cc:2272] T c921a75380784fdcb5ce6d3661d80563 P a087c78ecb2c428bad019f560f5261ef [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:43.648187   768 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:43.648699   768 raft_consensus.cc:2243] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:43.649129   768 raft_consensus.cc:2272] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P a087c78ecb2c428bad019f560f5261ef [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:43.651050   768 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:43.651521   768 raft_consensus.cc:2243] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:43.652302   768 raft_consensus.cc:2272] T e14046064f644deda9c441566bb04731 P a087c78ecb2c428bad019f560f5261ef [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:43.678529   768 tablet_server.cc:196] TabletServer@127.0.192.1:39439 shutdown complete.
I20260630 12:37:43.697997   768 tablet_server.cc:179] TabletServer@127.0.192.2:45927 shutting down...
I20260630 12:37:43.723676   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:43.724349   768 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:43.724915   768 raft_consensus.cc:2243] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:43.725476   768 raft_consensus.cc:2272] T c921a75380784fdcb5ce6d3661d80563 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:43.727424   768 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:43.727937   768 raft_consensus.cc:2243] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:37:43.728741   768 raft_consensus.cc:2272] T ee7d1e98c2e44a9db079a108e72a8f14 P 94f3a13eb91243638a3c07ea3cbec1f1 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:43.730793   768 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:43.731282   768 raft_consensus.cc:2243] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:43.731729   768 raft_consensus.cc:2272] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P 94f3a13eb91243638a3c07ea3cbec1f1 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:43.755486   768 tablet_server.cc:196] TabletServer@127.0.192.2:45927 shutdown complete.
I20260630 12:37:43.774447   768 tablet_server.cc:179] TabletServer@127.0.192.3:39905 shutting down...
I20260630 12:37:43.801856   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:43.802666   768 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:43.803274   768 raft_consensus.cc:2243] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:43.803841   768 raft_consensus.cc:2272] T ee7d1e98c2e44a9db079a108e72a8f14 P d2179e8201bb4d3c9176b4adb91168cb [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:43.805711   768 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:43.806291   768 raft_consensus.cc:2243] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:37:43.807065   768 raft_consensus.cc:2272] T 87d72e9bdf8f4c81b3b79ced9f6a9c8b P d2179e8201bb4d3c9176b4adb91168cb [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:43.809005   768 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:43.809477   768 raft_consensus.cc:2243] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:43.809930   768 raft_consensus.cc:2272] T e14046064f644deda9c441566bb04731 P d2179e8201bb4d3c9176b4adb91168cb [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:43.836129   768 tablet_server.cc:196] TabletServer@127.0.192.3:39905 shutdown complete.
I20260630 12:37:43.850085   768 tablet_server.cc:179] TabletServer@127.0.192.4:0 shutting down...
I20260630 12:37:43.879777   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:43.880486   768 tablet_replica.cc:333] T c921a75380784fdcb5ce6d3661d80563 P 99e7be7cf9384a84ad9903fc70cc7b20: stopping tablet replica
I20260630 12:37:43.881053   768 raft_consensus.cc:2243] T c921a75380784fdcb5ce6d3661d80563 P 99e7be7cf9384a84ad9903fc70cc7b20 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:43.881680   768 raft_consensus.cc:2272] T c921a75380784fdcb5ce6d3661d80563 P 99e7be7cf9384a84ad9903fc70cc7b20 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:43.883586   768 tablet_replica.cc:333] T e14046064f644deda9c441566bb04731 P 99e7be7cf9384a84ad9903fc70cc7b20: stopping tablet replica
I20260630 12:37:43.884083   768 raft_consensus.cc:2243] T e14046064f644deda9c441566bb04731 P 99e7be7cf9384a84ad9903fc70cc7b20 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:43.884701   768 raft_consensus.cc:2272] T e14046064f644deda9c441566bb04731 P 99e7be7cf9384a84ad9903fc70cc7b20 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:43.886521   768 tablet_replica.cc:333] T ee7d1e98c2e44a9db079a108e72a8f14 P 99e7be7cf9384a84ad9903fc70cc7b20: stopping tablet replica
I20260630 12:37:43.886966   768 raft_consensus.cc:2243] T ee7d1e98c2e44a9db079a108e72a8f14 P 99e7be7cf9384a84ad9903fc70cc7b20 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:43.887437   768 raft_consensus.cc:2272] T ee7d1e98c2e44a9db079a108e72a8f14 P 99e7be7cf9384a84ad9903fc70cc7b20 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:44.407418   768 tablet_server.cc:196] TabletServer@127.0.192.4:0 shutdown complete.
I20260630 12:37:44.429996   768 master.cc:562] Master@127.0.192.62:41361 shutting down...
I20260630 12:37:44.453162   768 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 341a39fa49fb488faed4ba7c207705c9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:44.454038   768 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 341a39fa49fb488faed4ba7c207705c9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:44.454422   768 tablet_replica.cc:333] T 00000000000000000000000000000000 P 341a39fa49fb488faed4ba7c207705c9: stopping tablet replica
I20260630 12:37:44.476253   768 master.cc:584] Master@127.0.192.62:41361 shutdown complete.
[       OK ] AutoRebalancerTest.TestHandlingFailedTservers (16968 ms)
[ RUN      ] AutoRebalancerTest.TestDeletedTables
I20260630 12:37:44.523579   768 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.192.62:43859
I20260630 12:37:44.524739   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:44.531091  8327 instance_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.531064  8326 instance_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.532047  8329 instance_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.532421   768 server_base.cc:1061] running on GCE node
I20260630 12:37:44.533345   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:44.533531   768 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.533641   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823064533631 us; error 0 us; skew 500 ppm
I20260630 12:37:44.534132   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:44.536634   768 webserver.cc:533] Webserver started at http://127.0.192.62:40769/ using document root <none> and password file <none>
I20260630 12:37:44.537060   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:44.537218   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:44.537449   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:44.538794   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/master-0-root/instance:
uuid: "f14310dc30b5482fafb8a698557efa08"
format_stamp: "Formatted at 2026-06-30 12:37:44 on dist-test-slave-n0zz"
I20260630 12:37:44.543192   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:37:44.546437  8334 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.547158   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:37:44.547447   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/master-0-root
uuid: "f14310dc30b5482fafb8a698557efa08"
format_stamp: "Formatted at 2026-06-30 12:37:44 on dist-test-slave-n0zz"
I20260630 12:37:44.547732   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-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.576355   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:44.577694   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:44.617802   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.62:43859
I20260630 12:37:44.617921  8385 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.62:43859 every 8 connection(s)
I20260630 12:37:44.621831  8386 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.633705  8386 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f14310dc30b5482fafb8a698557efa08: Bootstrap starting.
I20260630 12:37:44.638413  8386 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f14310dc30b5482fafb8a698557efa08: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:44.642663  8386 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f14310dc30b5482fafb8a698557efa08: No bootstrap required, opened a new log
I20260630 12:37:44.644778  8386 raft_consensus.cc:359] T 00000000000000000000000000000000 P f14310dc30b5482fafb8a698557efa08 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f14310dc30b5482fafb8a698557efa08" member_type: VOTER }
I20260630 12:37:44.645224  8386 raft_consensus.cc:385] T 00000000000000000000000000000000 P f14310dc30b5482fafb8a698557efa08 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:44.645411  8386 raft_consensus.cc:740] T 00000000000000000000000000000000 P f14310dc30b5482fafb8a698557efa08 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f14310dc30b5482fafb8a698557efa08, State: Initialized, Role: FOLLOWER
I20260630 12:37:44.645897  8386 consensus_queue.cc:260] T 00000000000000000000000000000000 P f14310dc30b5482fafb8a698557efa08 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "f14310dc30b5482fafb8a698557efa08" member_type: VOTER }
I20260630 12:37:44.646346  8386 raft_consensus.cc:399] T 00000000000000000000000000000000 P f14310dc30b5482fafb8a698557efa08 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:44.646541  8386 raft_consensus.cc:493] T 00000000000000000000000000000000 P f14310dc30b5482fafb8a698557efa08 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:44.646755  8386 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f14310dc30b5482fafb8a698557efa08 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:44.651592  8386 raft_consensus.cc:515] T 00000000000000000000000000000000 P f14310dc30b5482fafb8a698557efa08 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f14310dc30b5482fafb8a698557efa08" member_type: VOTER }
I20260630 12:37:44.652063  8386 leader_election.cc:304] T 00000000000000000000000000000000 P f14310dc30b5482fafb8a698557efa08 [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: f14310dc30b5482fafb8a698557efa08; no voters: 
I20260630 12:37:44.653213  8386 leader_election.cc:290] T 00000000000000000000000000000000 P f14310dc30b5482fafb8a698557efa08 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:44.653613  8389 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f14310dc30b5482fafb8a698557efa08 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:44.655079  8389 raft_consensus.cc:697] T 00000000000000000000000000000000 P f14310dc30b5482fafb8a698557efa08 [term 1 LEADER]: Becoming Leader. State: Replica: f14310dc30b5482fafb8a698557efa08, State: Running, Role: LEADER
I20260630 12:37:44.655792  8389 consensus_queue.cc:237] T 00000000000000000000000000000000 P f14310dc30b5482fafb8a698557efa08 [LEADER]: Queue going to LEADER mode. State: All 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: "f14310dc30b5482fafb8a698557efa08" member_type: VOTER }
I20260630 12:37:44.656260  8386 sys_catalog.cc:565] T 00000000000000000000000000000000 P f14310dc30b5482fafb8a698557efa08 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:44.662390  8391 sys_catalog.cc:455] T 00000000000000000000000000000000 P f14310dc30b5482fafb8a698557efa08 [sys.catalog]: SysCatalogTable state changed. Reason: New leader f14310dc30b5482fafb8a698557efa08. Latest consensus state: current_term: 1 leader_uuid: "f14310dc30b5482fafb8a698557efa08" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f14310dc30b5482fafb8a698557efa08" member_type: VOTER } }
I20260630 12:37:44.663256  8391 sys_catalog.cc:458] T 00000000000000000000000000000000 P f14310dc30b5482fafb8a698557efa08 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:44.662949  8390 sys_catalog.cc:455] T 00000000000000000000000000000000 P f14310dc30b5482fafb8a698557efa08 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "f14310dc30b5482fafb8a698557efa08" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f14310dc30b5482fafb8a698557efa08" member_type: VOTER } }
I20260630 12:37:44.663786  8390 sys_catalog.cc:458] T 00000000000000000000000000000000 P f14310dc30b5482fafb8a698557efa08 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:44.667228  8397 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:44.672385  8397 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:44.674388   768 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:44.681846  8397 catalog_manager.cc:1383] Generated new cluster ID: 9cae642fef584201a0888a0b85e10ebd
I20260630 12:37:44.682204  8397 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:44.700045  8397 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:44.701375  8397 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:44.724092  8397 catalog_manager.cc:6070] T 00000000000000000000000000000000 P f14310dc30b5482fafb8a698557efa08: Generated new TSK 0
I20260630 12:37:44.724706  8397 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:44.740765   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:44.746799  8407 instance_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.747879  8408 instance_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.749660  8410 instance_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.749701   768 server_base.cc:1061] running on GCE node
I20260630 12:37:44.750923   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:44.751155   768 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.751331   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823064751314 us; error 0 us; skew 500 ppm
I20260630 12:37:44.751899   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:44.754232   768 webserver.cc:533] Webserver started at http://127.0.192.1:41895/ using document root <none> and password file <none>
I20260630 12:37:44.754711   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:44.754932   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:44.755208   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:44.756398   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/ts-0-root/instance:
uuid: "59d47b268d82473abf3ede19e681426b"
format_stamp: "Formatted at 2026-06-30 12:37:44 on dist-test-slave-n0zz"
I20260630 12:37:44.761011   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:37:44.764403  8415 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.765372   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:44.765671   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/ts-0-root
uuid: "59d47b268d82473abf3ede19e681426b"
format_stamp: "Formatted at 2026-06-30 12:37:44 on dist-test-slave-n0zz"
I20260630 12:37:44.765916   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-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.801604   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:44.803243   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:44.804739   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:44.807134   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:44.807315   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:44.807619   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:44.807775   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:44.850998   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.1:43983
I20260630 12:37:44.851073  8477 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.1:43983 every 8 connection(s)
I20260630 12:37:44.856621   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:44.864477  8482 instance_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.864631  8483 instance_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.868701  8485 instance_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.869159   768 server_base.cc:1061] running on GCE node
I20260630 12:37:44.870313   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:44.870584   768 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.870831   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823064870788 us; error 0 us; skew 500 ppm
I20260630 12:37:44.871511   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:44.874396  8478 heartbeater.cc:344] Connected to a master server at 127.0.192.62:43859
I20260630 12:37:44.874853  8478 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:44.874966   768 webserver.cc:533] Webserver started at http://127.0.192.2:35669/ using document root <none> and password file <none>
I20260630 12:37:44.875545   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:44.875762   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:44.875661  8478 heartbeater.cc:507] Master 127.0.192.62:43859 requested a full tablet report, sending...
I20260630 12:37:44.876246   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:44.877761   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/ts-1-root/instance:
uuid: "d9086b3ed0f24a3cbf16c14dbd867266"
format_stamp: "Formatted at 2026-06-30 12:37:44 on dist-test-slave-n0zz"
I20260630 12:37:44.878574  8351 ts_manager.cc:194] Registered new tserver with Master: 59d47b268d82473abf3ede19e681426b (127.0.192.1:43983)
I20260630 12:37:44.880501  8351 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56110
I20260630 12:37:44.882714   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260630 12:37:44.886482  8490 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.887250   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:37:44.887545   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/ts-1-root
uuid: "d9086b3ed0f24a3cbf16c14dbd867266"
format_stamp: "Formatted at 2026-06-30 12:37:44 on dist-test-slave-n0zz"
I20260630 12:37:44.887849   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-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.940734   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:44.941915   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:44.943485   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:44.945775   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:44.946015   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:44.946271   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:44.946453   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:44.988813   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.2:32957
I20260630 12:37:44.988929  8552 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.2:32957 every 8 connection(s)
I20260630 12:37:44.993960   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:45.001948  8556 instance_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:45.003088  8557 instance_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:45.006655   768 server_base.cc:1061] running on GCE node
W20260630 12:37:45.006534  8559 instance_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:45.007997   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:37:45.008132  8553 heartbeater.cc:344] Connected to a master server at 127.0.192.62:43859
W20260630 12:37:45.008327   768 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:45.008558   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823065008539 us; error 0 us; skew 500 ppm
I20260630 12:37:45.008572  8553 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:45.009402   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:45.009665  8553 heartbeater.cc:507] Master 127.0.192.62:43859 requested a full tablet report, sending...
I20260630 12:37:45.012197   768 webserver.cc:533] Webserver started at http://127.0.192.3:38215/ using document root <none> and password file <none>
I20260630 12:37:45.012293  8351 ts_manager.cc:194] Registered new tserver with Master: d9086b3ed0f24a3cbf16c14dbd867266 (127.0.192.2:32957)
I20260630 12:37:45.012794   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:45.013055   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:45.013326   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:45.014165  8351 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56114
I20260630 12:37:45.014732   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/ts-2-root/instance:
uuid: "862b36821f604ff1a3dd36af26259c42"
format_stamp: "Formatted at 2026-06-30 12:37:45 on dist-test-slave-n0zz"
I20260630 12:37:45.020331   768 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:37:45.023865  8564 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:45.024744   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:37:45.025086   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/ts-2-root
uuid: "862b36821f604ff1a3dd36af26259c42"
format_stamp: "Formatted at 2026-06-30 12:37:45 on dist-test-slave-n0zz"
I20260630 12:37:45.025388   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-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:45.045301   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:45.046663   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:45.047925   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:45.050366   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:45.050624   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:45.050973   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:45.051204   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:45.093088   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.3:38607
I20260630 12:37:45.093211  8626 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.3:38607 every 8 connection(s)
I20260630 12:37:45.108659  8627 heartbeater.cc:344] Connected to a master server at 127.0.192.62:43859
I20260630 12:37:45.109028  8627 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:45.109732  8627 heartbeater.cc:507] Master 127.0.192.62:43859 requested a full tablet report, sending...
I20260630 12:37:45.112187  8351 ts_manager.cc:194] Registered new tserver with Master: 862b36821f604ff1a3dd36af26259c42 (127.0.192.3:38607)
I20260630 12:37:45.112653   768 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.01636742s
I20260630 12:37:45.114323  8351 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56118
I20260630 12:37:45.883467  8478 heartbeater.cc:499] Master 127.0.192.62:43859 was elected leader, sending a full tablet report...
I20260630 12:37:46.017527  8553 heartbeater.cc:499] Master 127.0.192.62:43859 was elected leader, sending a full tablet report...
I20260630 12:37:46.117591  8627 heartbeater.cc:499] Master 127.0.192.62:43859 was elected leader, sending a full tablet report...
I20260630 12:37:46.169817  8351 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:56132:
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:46.172251  8351 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:46.228183  8518 tablet_service.cc:1511] Processing CreateTablet for tablet ab068336a5bc4548b2d8199017b03210 (DEFAULT_TABLE table=test-workload [id=a82320b0b91b4977b380e0c0265e3ddf]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:46.231663  8517 tablet_service.cc:1511] Processing CreateTablet for tablet f3f286b740b74586a62f75489540a7d8 (DEFAULT_TABLE table=test-workload [id=a82320b0b91b4977b380e0c0265e3ddf]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:46.230037  8518 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ab068336a5bc4548b2d8199017b03210. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.234513  8516 tablet_service.cc:1511] Processing CreateTablet for tablet 04c765dcc22545daa877c86aa9fb254c (DEFAULT_TABLE table=test-workload [id=a82320b0b91b4977b380e0c0265e3ddf]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:46.236385  8516 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 04c765dcc22545daa877c86aa9fb254c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.239702  8515 tablet_service.cc:1511] Processing CreateTablet for tablet edf391f5f0d74aa889e745bd967f7333 (DEFAULT_TABLE table=test-workload [id=a82320b0b91b4977b380e0c0265e3ddf]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:46.241266  8515 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet edf391f5f0d74aa889e745bd967f7333. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.242590  8517 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f3f286b740b74586a62f75489540a7d8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.259526  8647 tablet_bootstrap.cc:492] T ab068336a5bc4548b2d8199017b03210 P d9086b3ed0f24a3cbf16c14dbd867266: Bootstrap starting.
I20260630 12:37:46.261694  8592 tablet_service.cc:1511] Processing CreateTablet for tablet ab068336a5bc4548b2d8199017b03210 (DEFAULT_TABLE table=test-workload [id=a82320b0b91b4977b380e0c0265e3ddf]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:46.262993  8589 tablet_service.cc:1511] Processing CreateTablet for tablet edf391f5f0d74aa889e745bd967f7333 (DEFAULT_TABLE table=test-workload [id=a82320b0b91b4977b380e0c0265e3ddf]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:46.265544  8591 tablet_service.cc:1511] Processing CreateTablet for tablet f3f286b740b74586a62f75489540a7d8 (DEFAULT_TABLE table=test-workload [id=a82320b0b91b4977b380e0c0265e3ddf]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:46.266302  8647 tablet_bootstrap.cc:654] T ab068336a5bc4548b2d8199017b03210 P d9086b3ed0f24a3cbf16c14dbd867266: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.268857  8590 tablet_service.cc:1511] Processing CreateTablet for tablet 04c765dcc22545daa877c86aa9fb254c (DEFAULT_TABLE table=test-workload [id=a82320b0b91b4977b380e0c0265e3ddf]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:46.263814  8592 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ab068336a5bc4548b2d8199017b03210. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.273383  8589 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet edf391f5f0d74aa889e745bd967f7333. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.278331  8647 tablet_bootstrap.cc:492] T ab068336a5bc4548b2d8199017b03210 P d9086b3ed0f24a3cbf16c14dbd867266: No bootstrap required, opened a new log
I20260630 12:37:46.278661  8591 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f3f286b740b74586a62f75489540a7d8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.278916  8647 ts_tablet_manager.cc:1403] T ab068336a5bc4548b2d8199017b03210 P d9086b3ed0f24a3cbf16c14dbd867266: Time spent bootstrapping tablet: real 0.020s	user 0.004s	sys 0.014s
I20260630 12:37:46.282198  8647 raft_consensus.cc:359] T ab068336a5bc4548b2d8199017b03210 P d9086b3ed0f24a3cbf16c14dbd867266 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } }
I20260630 12:37:46.282635  8590 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 04c765dcc22545daa877c86aa9fb254c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.282944  8647 raft_consensus.cc:385] T ab068336a5bc4548b2d8199017b03210 P d9086b3ed0f24a3cbf16c14dbd867266 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.283365  8647 raft_consensus.cc:740] T ab068336a5bc4548b2d8199017b03210 P d9086b3ed0f24a3cbf16c14dbd867266 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d9086b3ed0f24a3cbf16c14dbd867266, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.284363  8647 consensus_queue.cc:260] T ab068336a5bc4548b2d8199017b03210 P d9086b3ed0f24a3cbf16c14dbd867266 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } }
I20260630 12:37:46.318958  8647 ts_tablet_manager.cc:1434] T ab068336a5bc4548b2d8199017b03210 P d9086b3ed0f24a3cbf16c14dbd867266: Time spent starting tablet: real 0.040s	user 0.009s	sys 0.011s
I20260630 12:37:46.328792  8647 tablet_bootstrap.cc:492] T f3f286b740b74586a62f75489540a7d8 P d9086b3ed0f24a3cbf16c14dbd867266: Bootstrap starting.
I20260630 12:37:46.339886  8647 tablet_bootstrap.cc:654] T f3f286b740b74586a62f75489540a7d8 P d9086b3ed0f24a3cbf16c14dbd867266: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.348793  8441 tablet_service.cc:1511] Processing CreateTablet for tablet 04c765dcc22545daa877c86aa9fb254c (DEFAULT_TABLE table=test-workload [id=a82320b0b91b4977b380e0c0265e3ddf]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:46.349154  8443 tablet_service.cc:1511] Processing CreateTablet for tablet ab068336a5bc4548b2d8199017b03210 (DEFAULT_TABLE table=test-workload [id=a82320b0b91b4977b380e0c0265e3ddf]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:46.350703  8441 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 04c765dcc22545daa877c86aa9fb254c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.351086  8442 tablet_service.cc:1511] Processing CreateTablet for tablet f3f286b740b74586a62f75489540a7d8 (DEFAULT_TABLE table=test-workload [id=a82320b0b91b4977b380e0c0265e3ddf]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:46.351939  8440 tablet_service.cc:1511] Processing CreateTablet for tablet edf391f5f0d74aa889e745bd967f7333 (DEFAULT_TABLE table=test-workload [id=a82320b0b91b4977b380e0c0265e3ddf]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:46.352460  8442 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f3f286b740b74586a62f75489540a7d8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.352574  8647 tablet_bootstrap.cc:492] T f3f286b740b74586a62f75489540a7d8 P d9086b3ed0f24a3cbf16c14dbd867266: No bootstrap required, opened a new log
I20260630 12:37:46.353160  8647 ts_tablet_manager.cc:1403] T f3f286b740b74586a62f75489540a7d8 P d9086b3ed0f24a3cbf16c14dbd867266: Time spent bootstrapping tablet: real 0.025s	user 0.006s	sys 0.012s
I20260630 12:37:46.353528  8440 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet edf391f5f0d74aa889e745bd967f7333. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.356629  8647 raft_consensus.cc:359] T f3f286b740b74586a62f75489540a7d8 P d9086b3ed0f24a3cbf16c14dbd867266 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:46.357563  8647 raft_consensus.cc:385] T f3f286b740b74586a62f75489540a7d8 P d9086b3ed0f24a3cbf16c14dbd867266 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.357865  8647 raft_consensus.cc:740] T f3f286b740b74586a62f75489540a7d8 P d9086b3ed0f24a3cbf16c14dbd867266 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d9086b3ed0f24a3cbf16c14dbd867266, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.358042  8443 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ab068336a5bc4548b2d8199017b03210. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.358711  8647 consensus_queue.cc:260] T f3f286b740b74586a62f75489540a7d8 P d9086b3ed0f24a3cbf16c14dbd867266 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:46.361006  8647 ts_tablet_manager.cc:1434] T f3f286b740b74586a62f75489540a7d8 P d9086b3ed0f24a3cbf16c14dbd867266: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260630 12:37:46.361961  8647 tablet_bootstrap.cc:492] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266: Bootstrap starting.
I20260630 12:37:46.368530  8647 tablet_bootstrap.cc:654] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.374926  8650 tablet_bootstrap.cc:492] T edf391f5f0d74aa889e745bd967f7333 P 862b36821f604ff1a3dd36af26259c42: Bootstrap starting.
I20260630 12:37:46.383383  8650 tablet_bootstrap.cc:654] T edf391f5f0d74aa889e745bd967f7333 P 862b36821f604ff1a3dd36af26259c42: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.386963  8653 tablet_bootstrap.cc:492] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b: Bootstrap starting.
I20260630 12:37:46.388366  8647 tablet_bootstrap.cc:492] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266: No bootstrap required, opened a new log
I20260630 12:37:46.389297  8647 ts_tablet_manager.cc:1403] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266: Time spent bootstrapping tablet: real 0.028s	user 0.007s	sys 0.006s
I20260630 12:37:46.393573  8647 raft_consensus.cc:359] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:46.394413  8647 raft_consensus.cc:385] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.394743  8647 raft_consensus.cc:740] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d9086b3ed0f24a3cbf16c14dbd867266, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.395702  8653 tablet_bootstrap.cc:654] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.395773  8650 tablet_bootstrap.cc:492] T edf391f5f0d74aa889e745bd967f7333 P 862b36821f604ff1a3dd36af26259c42: No bootstrap required, opened a new log
I20260630 12:37:46.395571  8647 consensus_queue.cc:260] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:46.396418  8650 ts_tablet_manager.cc:1403] T edf391f5f0d74aa889e745bd967f7333 P 862b36821f604ff1a3dd36af26259c42: Time spent bootstrapping tablet: real 0.022s	user 0.017s	sys 0.004s
I20260630 12:37:46.398013  8647 ts_tablet_manager.cc:1434] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.002s
I20260630 12:37:46.399160  8647 tablet_bootstrap.cc:492] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266: Bootstrap starting.
I20260630 12:37:46.399523  8650 raft_consensus.cc:359] T edf391f5f0d74aa889e745bd967f7333 P 862b36821f604ff1a3dd36af26259c42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:46.400301  8650 raft_consensus.cc:385] T edf391f5f0d74aa889e745bd967f7333 P 862b36821f604ff1a3dd36af26259c42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.400596  8650 raft_consensus.cc:740] T edf391f5f0d74aa889e745bd967f7333 P 862b36821f604ff1a3dd36af26259c42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 862b36821f604ff1a3dd36af26259c42, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.401510  8650 consensus_queue.cc:260] T edf391f5f0d74aa889e745bd967f7333 P 862b36821f604ff1a3dd36af26259c42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:46.407446  8647 tablet_bootstrap.cc:654] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.408375  8653 tablet_bootstrap.cc:492] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b: No bootstrap required, opened a new log
I20260630 12:37:46.408950  8653 ts_tablet_manager.cc:1403] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b: Time spent bootstrapping tablet: real 0.025s	user 0.006s	sys 0.011s
I20260630 12:37:46.409113  8650 ts_tablet_manager.cc:1434] T edf391f5f0d74aa889e745bd967f7333 P 862b36821f604ff1a3dd36af26259c42: Time spent starting tablet: real 0.012s	user 0.010s	sys 0.000s
I20260630 12:37:46.411816  8650 tablet_bootstrap.cc:492] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42: Bootstrap starting.
I20260630 12:37:46.412571  8653 raft_consensus.cc:359] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:46.413780  8653 raft_consensus.cc:385] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.414160  8653 raft_consensus.cc:740] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 59d47b268d82473abf3ede19e681426b, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.415443  8653 consensus_queue.cc:260] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:46.420244  8647 tablet_bootstrap.cc:492] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266: No bootstrap required, opened a new log
I20260630 12:37:46.420979  8647 ts_tablet_manager.cc:1403] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266: Time spent bootstrapping tablet: real 0.022s	user 0.003s	sys 0.016s
I20260630 12:37:46.421205  8650 tablet_bootstrap.cc:654] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.423905  8647 raft_consensus.cc:359] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:46.424737  8647 raft_consensus.cc:385] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.425042  8647 raft_consensus.cc:740] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d9086b3ed0f24a3cbf16c14dbd867266, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.425874  8647 consensus_queue.cc:260] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:46.420328  8653 ts_tablet_manager.cc:1434] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.006s
I20260630 12:37:46.428359  8647 ts_tablet_manager.cc:1434] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.004s
I20260630 12:37:46.429644  8653 tablet_bootstrap.cc:492] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b: Bootstrap starting.
I20260630 12:37:46.437433  8650 tablet_bootstrap.cc:492] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42: No bootstrap required, opened a new log
I20260630 12:37:46.437727  8653 tablet_bootstrap.cc:654] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.438079  8650 ts_tablet_manager.cc:1403] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42: Time spent bootstrapping tablet: real 0.026s	user 0.011s	sys 0.012s
I20260630 12:37:46.441120  8650 raft_consensus.cc:359] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } }
I20260630 12:37:46.441852  8650 raft_consensus.cc:385] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.442207  8650 raft_consensus.cc:740] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 862b36821f604ff1a3dd36af26259c42, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.443146  8650 consensus_queue.cc:260] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } }
I20260630 12:37:46.445658  8650 ts_tablet_manager.cc:1434] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:37:46.446697  8650 tablet_bootstrap.cc:492] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42: Bootstrap starting.
I20260630 12:37:46.452492  8650 tablet_bootstrap.cc:654] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.454295  8653 tablet_bootstrap.cc:492] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b: No bootstrap required, opened a new log
I20260630 12:37:46.454931  8653 ts_tablet_manager.cc:1403] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b: Time spent bootstrapping tablet: real 0.026s	user 0.015s	sys 0.002s
I20260630 12:37:46.457903  8653 raft_consensus.cc:359] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } }
I20260630 12:37:46.458683  8653 raft_consensus.cc:385] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.459007  8653 raft_consensus.cc:740] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 59d47b268d82473abf3ede19e681426b, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.459884  8653 consensus_queue.cc:260] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } }
I20260630 12:37:46.461126  8650 tablet_bootstrap.cc:492] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42: No bootstrap required, opened a new log
I20260630 12:37:46.461663  8650 ts_tablet_manager.cc:1403] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42: Time spent bootstrapping tablet: real 0.015s	user 0.009s	sys 0.000s
I20260630 12:37:46.462344  8653 ts_tablet_manager.cc:1434] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:37:46.463420  8653 tablet_bootstrap.cc:492] T f3f286b740b74586a62f75489540a7d8 P 59d47b268d82473abf3ede19e681426b: Bootstrap starting.
I20260630 12:37:46.464547  8650 raft_consensus.cc:359] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:46.465140  8650 raft_consensus.cc:385] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.465394  8650 raft_consensus.cc:740] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 862b36821f604ff1a3dd36af26259c42, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.466068  8650 consensus_queue.cc:260] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:46.468230  8650 ts_tablet_manager.cc:1434] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.003s
I20260630 12:37:46.469262  8650 tablet_bootstrap.cc:492] T 04c765dcc22545daa877c86aa9fb254c P 862b36821f604ff1a3dd36af26259c42: Bootstrap starting.
I20260630 12:37:46.470260  8653 tablet_bootstrap.cc:654] T f3f286b740b74586a62f75489540a7d8 P 59d47b268d82473abf3ede19e681426b: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.473697  8658 raft_consensus.cc:493] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:46.475196  8658 raft_consensus.cc:515] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:46.475785  8650 tablet_bootstrap.cc:654] T 04c765dcc22545daa877c86aa9fb254c P 862b36821f604ff1a3dd36af26259c42: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.482461  8658 leader_election.cc:290] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d9086b3ed0f24a3cbf16c14dbd867266 (127.0.192.2:32957), 862b36821f604ff1a3dd36af26259c42 (127.0.192.3:38607)
I20260630 12:37:46.485240  8650 tablet_bootstrap.cc:492] T 04c765dcc22545daa877c86aa9fb254c P 862b36821f604ff1a3dd36af26259c42: No bootstrap required, opened a new log
I20260630 12:37:46.485853  8650 ts_tablet_manager.cc:1403] T 04c765dcc22545daa877c86aa9fb254c P 862b36821f604ff1a3dd36af26259c42: Time spent bootstrapping tablet: real 0.017s	user 0.008s	sys 0.004s
I20260630 12:37:46.488509  8653 tablet_bootstrap.cc:492] T f3f286b740b74586a62f75489540a7d8 P 59d47b268d82473abf3ede19e681426b: No bootstrap required, opened a new log
I20260630 12:37:46.489043  8653 ts_tablet_manager.cc:1403] T f3f286b740b74586a62f75489540a7d8 P 59d47b268d82473abf3ede19e681426b: Time spent bootstrapping tablet: real 0.026s	user 0.015s	sys 0.002s
I20260630 12:37:46.488830  8650 raft_consensus.cc:359] T 04c765dcc22545daa877c86aa9fb254c P 862b36821f604ff1a3dd36af26259c42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:46.489732  8650 raft_consensus.cc:385] T 04c765dcc22545daa877c86aa9fb254c P 862b36821f604ff1a3dd36af26259c42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.490084  8650 raft_consensus.cc:740] T 04c765dcc22545daa877c86aa9fb254c P 862b36821f604ff1a3dd36af26259c42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 862b36821f604ff1a3dd36af26259c42, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.491009  8650 consensus_queue.cc:260] T 04c765dcc22545daa877c86aa9fb254c P 862b36821f604ff1a3dd36af26259c42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:46.492259  8653 raft_consensus.cc:359] T f3f286b740b74586a62f75489540a7d8 P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:46.493033  8653 raft_consensus.cc:385] T f3f286b740b74586a62f75489540a7d8 P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.493345  8653 raft_consensus.cc:740] T f3f286b740b74586a62f75489540a7d8 P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 59d47b268d82473abf3ede19e681426b, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.493883  8650 ts_tablet_manager.cc:1434] T 04c765dcc22545daa877c86aa9fb254c P 862b36821f604ff1a3dd36af26259c42: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:37:46.494412  8653 consensus_queue.cc:260] T f3f286b740b74586a62f75489540a7d8 P 59d47b268d82473abf3ede19e681426b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:46.496951  8653 ts_tablet_manager.cc:1434] T f3f286b740b74586a62f75489540a7d8 P 59d47b268d82473abf3ede19e681426b: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:37:46.498080  8653 tablet_bootstrap.cc:492] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b: Bootstrap starting.
I20260630 12:37:46.504526  8653 tablet_bootstrap.cc:654] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.509387  8602 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "04c765dcc22545daa877c86aa9fb254c" candidate_uuid: "59d47b268d82473abf3ede19e681426b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "862b36821f604ff1a3dd36af26259c42" is_pre_election: true
I20260630 12:37:46.510262  8602 raft_consensus.cc:2468] T 04c765dcc22545daa877c86aa9fb254c P 862b36821f604ff1a3dd36af26259c42 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 59d47b268d82473abf3ede19e681426b in term 0.
I20260630 12:37:46.510663  8649 raft_consensus.cc:493] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:46.511333  8649 raft_consensus.cc:515] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:46.512244  8418 leader_election.cc:304] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 59d47b268d82473abf3ede19e681426b, 862b36821f604ff1a3dd36af26259c42; no voters: 
I20260630 12:37:46.513163  8658 raft_consensus.cc:2804] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:46.513552  8658 raft_consensus.cc:493] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:46.513888  8658 raft_consensus.cc:3060] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:46.515858  8653 tablet_bootstrap.cc:492] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b: No bootstrap required, opened a new log
I20260630 12:37:46.509393  8528 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "04c765dcc22545daa877c86aa9fb254c" candidate_uuid: "59d47b268d82473abf3ede19e681426b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" is_pre_election: true
I20260630 12:37:46.516682  8653 ts_tablet_manager.cc:1403] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b: Time spent bootstrapping tablet: real 0.019s	user 0.009s	sys 0.004s
I20260630 12:37:46.516865  8649 leader_election.cc:290] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 59d47b268d82473abf3ede19e681426b (127.0.192.1:43983), 862b36821f604ff1a3dd36af26259c42 (127.0.192.3:38607)
I20260630 12:37:46.520325  8653 raft_consensus.cc:359] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:46.521083  8653 raft_consensus.cc:385] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.516741  8528 raft_consensus.cc:2468] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 59d47b268d82473abf3ede19e681426b in term 0.
I20260630 12:37:46.521575  8653 raft_consensus.cc:740] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 59d47b268d82473abf3ede19e681426b, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.522436  8653 consensus_queue.cc:260] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:46.524092  8658 raft_consensus.cc:515] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:46.528059  8653 ts_tablet_manager.cc:1434] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b: Time spent starting tablet: real 0.011s	user 0.003s	sys 0.008s
I20260630 12:37:46.527989  8528 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "04c765dcc22545daa877c86aa9fb254c" candidate_uuid: "59d47b268d82473abf3ede19e681426b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d9086b3ed0f24a3cbf16c14dbd867266"
I20260630 12:37:46.528600  8528 raft_consensus.cc:3060] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:46.535867  8602 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "04c765dcc22545daa877c86aa9fb254c" candidate_uuid: "59d47b268d82473abf3ede19e681426b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "862b36821f604ff1a3dd36af26259c42"
I20260630 12:37:46.536558  8602 raft_consensus.cc:3060] T 04c765dcc22545daa877c86aa9fb254c P 862b36821f604ff1a3dd36af26259c42 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:46.538605  8658 leader_election.cc:290] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [CANDIDATE]: Term 1 election: Requested vote from peers d9086b3ed0f24a3cbf16c14dbd867266 (127.0.192.2:32957), 862b36821f604ff1a3dd36af26259c42 (127.0.192.3:38607)
I20260630 12:37:46.540987  8453 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "edf391f5f0d74aa889e745bd967f7333" candidate_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "59d47b268d82473abf3ede19e681426b" is_pre_election: true
I20260630 12:37:46.541765  8453 raft_consensus.cc:2468] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d9086b3ed0f24a3cbf16c14dbd867266 in term 0.
I20260630 12:37:46.543074  8494 leader_election.cc:304] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 59d47b268d82473abf3ede19e681426b, d9086b3ed0f24a3cbf16c14dbd867266; no voters: 
I20260630 12:37:46.543402  8601 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "edf391f5f0d74aa889e745bd967f7333" candidate_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "862b36821f604ff1a3dd36af26259c42" is_pre_election: true
I20260630 12:37:46.544203  8601 raft_consensus.cc:2468] T edf391f5f0d74aa889e745bd967f7333 P 862b36821f604ff1a3dd36af26259c42 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d9086b3ed0f24a3cbf16c14dbd867266 in term 0.
I20260630 12:37:46.545017  8649 raft_consensus.cc:2804] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:46.545137  8528 raft_consensus.cc:2468] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 59d47b268d82473abf3ede19e681426b in term 1.
I20260630 12:37:46.545475  8649 raft_consensus.cc:493] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:46.545571  8602 raft_consensus.cc:2468] T 04c765dcc22545daa877c86aa9fb254c P 862b36821f604ff1a3dd36af26259c42 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 59d47b268d82473abf3ede19e681426b in term 1.
I20260630 12:37:46.545861  8649 raft_consensus.cc:3060] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:46.546526  8417 leader_election.cc:304] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 59d47b268d82473abf3ede19e681426b, d9086b3ed0f24a3cbf16c14dbd867266; no voters: 
I20260630 12:37:46.547461  8658 raft_consensus.cc:2804] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:46.548002  8658 raft_consensus.cc:697] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [term 1 LEADER]: Becoming Leader. State: Replica: 59d47b268d82473abf3ede19e681426b, State: Running, Role: LEADER
I20260630 12:37:46.548830  8658 consensus_queue.cc:237] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:46.550109  8656 raft_consensus.cc:493] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:46.550684  8656 raft_consensus.cc:515] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } }
I20260630 12:37:46.553104  8656 leader_election.cc:290] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d9086b3ed0f24a3cbf16c14dbd867266 (127.0.192.2:32957), 59d47b268d82473abf3ede19e681426b (127.0.192.1:43983)
I20260630 12:37:46.554509  8649 raft_consensus.cc:515] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:46.558135  8453 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "edf391f5f0d74aa889e745bd967f7333" candidate_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "59d47b268d82473abf3ede19e681426b"
I20260630 12:37:46.559123  8453 raft_consensus.cc:3060] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:46.559099  8602 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "edf391f5f0d74aa889e745bd967f7333" candidate_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "862b36821f604ff1a3dd36af26259c42"
I20260630 12:37:46.560170  8602 raft_consensus.cc:3060] T edf391f5f0d74aa889e745bd967f7333 P 862b36821f604ff1a3dd36af26259c42 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:46.565829  8350 catalog_manager.cc:5697] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b reported cstate change: term changed from 0 to 1, leader changed from <none> to 59d47b268d82473abf3ede19e681426b (127.0.192.1). New cstate: current_term: 1 leader_uuid: "59d47b268d82473abf3ede19e681426b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:46.559821  8649 leader_election.cc:290] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [CANDIDATE]: Term 1 election: Requested vote from peers 59d47b268d82473abf3ede19e681426b (127.0.192.1:43983), 862b36821f604ff1a3dd36af26259c42 (127.0.192.3:38607)
I20260630 12:37:46.568533  8453 raft_consensus.cc:2468] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d9086b3ed0f24a3cbf16c14dbd867266 in term 1.
I20260630 12:37:46.570087  8494 leader_election.cc:304] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 59d47b268d82473abf3ede19e681426b, d9086b3ed0f24a3cbf16c14dbd867266; no voters: 
I20260630 12:37:46.571344  8649 raft_consensus.cc:2804] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:46.575058  8602 raft_consensus.cc:2468] T edf391f5f0d74aa889e745bd967f7333 P 862b36821f604ff1a3dd36af26259c42 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d9086b3ed0f24a3cbf16c14dbd867266 in term 1.
I20260630 12:37:46.578608  8649 raft_consensus.cc:697] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 LEADER]: Becoming Leader. State: Replica: d9086b3ed0f24a3cbf16c14dbd867266, State: Running, Role: LEADER
I20260630 12:37:46.579612  8649 consensus_queue.cc:237] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:46.587366  8528 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ab068336a5bc4548b2d8199017b03210" candidate_uuid: "862b36821f604ff1a3dd36af26259c42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" is_pre_election: true
I20260630 12:37:46.588048  8528 raft_consensus.cc:2468] T ab068336a5bc4548b2d8199017b03210 P d9086b3ed0f24a3cbf16c14dbd867266 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 862b36821f604ff1a3dd36af26259c42 in term 0.
I20260630 12:37:46.589032  8350 catalog_manager.cc:5697] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 reported cstate change: term changed from 0 to 1, leader changed from <none> to d9086b3ed0f24a3cbf16c14dbd867266 (127.0.192.2). New cstate: current_term: 1 leader_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:46.590761  8566 leader_election.cc:304] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 862b36821f604ff1a3dd36af26259c42, d9086b3ed0f24a3cbf16c14dbd867266; no voters: 
I20260630 12:37:46.590840  8453 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ab068336a5bc4548b2d8199017b03210" candidate_uuid: "862b36821f604ff1a3dd36af26259c42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "59d47b268d82473abf3ede19e681426b" is_pre_election: true
I20260630 12:37:46.591737  8656 raft_consensus.cc:2804] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:46.591660  8453 raft_consensus.cc:2468] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 862b36821f604ff1a3dd36af26259c42 in term 0.
I20260630 12:37:46.592181  8656 raft_consensus.cc:493] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:46.592557  8656 raft_consensus.cc:3060] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:46.599032  8656 raft_consensus.cc:515] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } }
I20260630 12:37:46.600759  8656 leader_election.cc:290] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [CANDIDATE]: Term 1 election: Requested vote from peers d9086b3ed0f24a3cbf16c14dbd867266 (127.0.192.2:32957), 59d47b268d82473abf3ede19e681426b (127.0.192.1:43983)
I20260630 12:37:46.601573  8528 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ab068336a5bc4548b2d8199017b03210" candidate_uuid: "862b36821f604ff1a3dd36af26259c42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d9086b3ed0f24a3cbf16c14dbd867266"
I20260630 12:37:46.601801  8453 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ab068336a5bc4548b2d8199017b03210" candidate_uuid: "862b36821f604ff1a3dd36af26259c42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "59d47b268d82473abf3ede19e681426b"
I20260630 12:37:46.602257  8528 raft_consensus.cc:3060] T ab068336a5bc4548b2d8199017b03210 P d9086b3ed0f24a3cbf16c14dbd867266 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:46.602344  8453 raft_consensus.cc:3060] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:46.609545  8528 raft_consensus.cc:2468] T ab068336a5bc4548b2d8199017b03210 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 862b36821f604ff1a3dd36af26259c42 in term 1.
I20260630 12:37:46.609545  8453 raft_consensus.cc:2468] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 862b36821f604ff1a3dd36af26259c42 in term 1.
I20260630 12:37:46.611032  8566 leader_election.cc:304] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 862b36821f604ff1a3dd36af26259c42, d9086b3ed0f24a3cbf16c14dbd867266; no voters: 
I20260630 12:37:46.611733  8656 raft_consensus.cc:2804] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:46.612802  8656 raft_consensus.cc:697] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [term 1 LEADER]: Becoming Leader. State: Replica: 862b36821f604ff1a3dd36af26259c42, State: Running, Role: LEADER
I20260630 12:37:46.613667  8656 consensus_queue.cc:237] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } }
I20260630 12:37:46.620760  8349 catalog_manager.cc:5697] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 reported cstate change: term changed from 0 to 1, leader changed from <none> to 862b36821f604ff1a3dd36af26259c42 (127.0.192.3). New cstate: current_term: 1 leader_uuid: "862b36821f604ff1a3dd36af26259c42" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:46.622689  8656 raft_consensus.cc:493] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:46.623159  8656 raft_consensus.cc:515] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:46.624842  8656 leader_election.cc:290] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 59d47b268d82473abf3ede19e681426b (127.0.192.1:43983), d9086b3ed0f24a3cbf16c14dbd867266 (127.0.192.2:32957)
I20260630 12:37:46.625613  8453 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3f286b740b74586a62f75489540a7d8" candidate_uuid: "862b36821f604ff1a3dd36af26259c42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "59d47b268d82473abf3ede19e681426b" is_pre_election: true
I20260630 12:37:46.626282  8528 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3f286b740b74586a62f75489540a7d8" candidate_uuid: "862b36821f604ff1a3dd36af26259c42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" is_pre_election: true
I20260630 12:37:46.626293  8453 raft_consensus.cc:2468] T f3f286b740b74586a62f75489540a7d8 P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 862b36821f604ff1a3dd36af26259c42 in term 0.
I20260630 12:37:46.626962  8528 raft_consensus.cc:2468] T f3f286b740b74586a62f75489540a7d8 P d9086b3ed0f24a3cbf16c14dbd867266 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 862b36821f604ff1a3dd36af26259c42 in term 0.
I20260630 12:37:46.627629  8568 leader_election.cc:304] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 59d47b268d82473abf3ede19e681426b, 862b36821f604ff1a3dd36af26259c42; no voters: 
I20260630 12:37:46.628620  8656 raft_consensus.cc:2804] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:46.628896  8656 raft_consensus.cc:493] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:46.629184  8656 raft_consensus.cc:3060] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:46.633955  8656 raft_consensus.cc:515] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:46.635545  8656 leader_election.cc:290] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 [CANDIDATE]: Term 1 election: Requested vote from peers 59d47b268d82473abf3ede19e681426b (127.0.192.1:43983), d9086b3ed0f24a3cbf16c14dbd867266 (127.0.192.2:32957)
I20260630 12:37:46.636369  8453 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3f286b740b74586a62f75489540a7d8" candidate_uuid: "862b36821f604ff1a3dd36af26259c42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "59d47b268d82473abf3ede19e681426b"
I20260630 12:37:46.636529  8528 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3f286b740b74586a62f75489540a7d8" candidate_uuid: "862b36821f604ff1a3dd36af26259c42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d9086b3ed0f24a3cbf16c14dbd867266"
I20260630 12:37:46.637022  8453 raft_consensus.cc:3060] T f3f286b740b74586a62f75489540a7d8 P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:46.637060  8528 raft_consensus.cc:3060] T f3f286b740b74586a62f75489540a7d8 P d9086b3ed0f24a3cbf16c14dbd867266 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:46.644474  8528 raft_consensus.cc:2468] T f3f286b740b74586a62f75489540a7d8 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 862b36821f604ff1a3dd36af26259c42 in term 1.
I20260630 12:37:46.644474  8453 raft_consensus.cc:2468] T f3f286b740b74586a62f75489540a7d8 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 862b36821f604ff1a3dd36af26259c42 in term 1.
I20260630 12:37:46.645920  8566 leader_election.cc:304] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 862b36821f604ff1a3dd36af26259c42, d9086b3ed0f24a3cbf16c14dbd867266; no voters: 
I20260630 12:37:46.646719  8656 raft_consensus.cc:2804] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:46.647146  8656 raft_consensus.cc:697] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 [term 1 LEADER]: Becoming Leader. State: Replica: 862b36821f604ff1a3dd36af26259c42, State: Running, Role: LEADER
I20260630 12:37:46.647744  8656 consensus_queue.cc:237] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:46.654819  8349 catalog_manager.cc:5697] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 reported cstate change: term changed from 0 to 1, leader changed from <none> to 862b36821f604ff1a3dd36af26259c42 (127.0.192.3). New cstate: current_term: 1 leader_uuid: "862b36821f604ff1a3dd36af26259c42" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:46.733117  8349 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:56138:
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:46.763777  8440 tablet_service.cc:1511] Processing CreateTablet for tablet 94ea1a185d9c488aa608844608926ae0 (DEFAULT_TABLE table=dugtrio [id=ed944cdc82aa495ea12e6102390f9365]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:46.765125  8440 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 94ea1a185d9c488aa608844608926ae0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.765057  8515 tablet_service.cc:1511] Processing CreateTablet for tablet 5ef8ac9ea4ec4d7892d13d4a9aefa145 (DEFAULT_TABLE table=dugtrio [id=ed944cdc82aa495ea12e6102390f9365]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:46.767808  8515 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5ef8ac9ea4ec4d7892d13d4a9aefa145. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.770135  8589 tablet_service.cc:1511] Processing CreateTablet for tablet 5d32ff030927429f9e9984e0c205d504 (DEFAULT_TABLE table=dugtrio [id=ed944cdc82aa495ea12e6102390f9365]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:46.771070  8441 tablet_service.cc:1511] Processing CreateTablet for tablet 7ed67bdd2e404de0ac6586091682b7b0 (DEFAULT_TABLE table=dugtrio [id=ed944cdc82aa495ea12e6102390f9365]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:46.771751  8589 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5d32ff030927429f9e9984e0c205d504. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.773054  8441 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7ed67bdd2e404de0ac6586091682b7b0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.786010  8653 tablet_bootstrap.cc:492] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b: Bootstrap starting.
I20260630 12:37:46.791080  8647 tablet_bootstrap.cc:492] T 5ef8ac9ea4ec4d7892d13d4a9aefa145 P d9086b3ed0f24a3cbf16c14dbd867266: Bootstrap starting.
I20260630 12:37:46.792994  8653 tablet_bootstrap.cc:654] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.801017  8647 tablet_bootstrap.cc:654] T 5ef8ac9ea4ec4d7892d13d4a9aefa145 P d9086b3ed0f24a3cbf16c14dbd867266: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.805259  8653 tablet_bootstrap.cc:492] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b: No bootstrap required, opened a new log
I20260630 12:37:46.805814  8653 ts_tablet_manager.cc:1403] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b: Time spent bootstrapping tablet: real 0.020s	user 0.016s	sys 0.000s
I20260630 12:37:46.806504  8647 tablet_bootstrap.cc:492] T 5ef8ac9ea4ec4d7892d13d4a9aefa145 P d9086b3ed0f24a3cbf16c14dbd867266: No bootstrap required, opened a new log
I20260630 12:37:46.807442  8650 tablet_bootstrap.cc:492] T 5d32ff030927429f9e9984e0c205d504 P 862b36821f604ff1a3dd36af26259c42: Bootstrap starting.
I20260630 12:37:46.808562  8647 ts_tablet_manager.cc:1403] T 5ef8ac9ea4ec4d7892d13d4a9aefa145 P d9086b3ed0f24a3cbf16c14dbd867266: Time spent bootstrapping tablet: real 0.018s	user 0.007s	sys 0.005s
I20260630 12:37:46.809036  8653 raft_consensus.cc:359] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } }
I20260630 12:37:46.809660  8653 raft_consensus.cc:385] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.809978  8653 raft_consensus.cc:740] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 59d47b268d82473abf3ede19e681426b, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.810791  8653 consensus_queue.cc:260] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } }
I20260630 12:37:46.811539  8653 raft_consensus.cc:399] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:46.811981  8653 raft_consensus.cc:493] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:46.812340  8653 raft_consensus.cc:3060] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:46.813004  8647 raft_consensus.cc:359] T 5ef8ac9ea4ec4d7892d13d4a9aefa145 P d9086b3ed0f24a3cbf16c14dbd867266 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } }
I20260630 12:37:46.813787  8647 raft_consensus.cc:385] T 5ef8ac9ea4ec4d7892d13d4a9aefa145 P d9086b3ed0f24a3cbf16c14dbd867266 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.814229  8647 raft_consensus.cc:740] T 5ef8ac9ea4ec4d7892d13d4a9aefa145 P d9086b3ed0f24a3cbf16c14dbd867266 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d9086b3ed0f24a3cbf16c14dbd867266, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.814903  8650 tablet_bootstrap.cc:654] T 5d32ff030927429f9e9984e0c205d504 P 862b36821f604ff1a3dd36af26259c42: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.815057  8647 consensus_queue.cc:260] T 5ef8ac9ea4ec4d7892d13d4a9aefa145 P d9086b3ed0f24a3cbf16c14dbd867266 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } }
I20260630 12:37:46.815919  8647 raft_consensus.cc:399] T 5ef8ac9ea4ec4d7892d13d4a9aefa145 P d9086b3ed0f24a3cbf16c14dbd867266 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:46.816324  8647 raft_consensus.cc:493] T 5ef8ac9ea4ec4d7892d13d4a9aefa145 P d9086b3ed0f24a3cbf16c14dbd867266 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:46.816773  8647 raft_consensus.cc:3060] T 5ef8ac9ea4ec4d7892d13d4a9aefa145 P d9086b3ed0f24a3cbf16c14dbd867266 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:46.821491  8653 raft_consensus.cc:515] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } }
I20260630 12:37:46.822639  8653 leader_election.cc:304] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b [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: 59d47b268d82473abf3ede19e681426b; no voters: 
I20260630 12:37:46.823750  8658 raft_consensus.cc:2804] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:46.824424  8658 raft_consensus.cc:697] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b [term 1 LEADER]: Becoming Leader. State: Replica: 59d47b268d82473abf3ede19e681426b, State: Running, Role: LEADER
I20260630 12:37:46.825361  8658 consensus_queue.cc:237] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b [LEADER]: Queue going to LEADER mode. State: All 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: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } }
I20260630 12:37:46.825837  8647 raft_consensus.cc:515] T 5ef8ac9ea4ec4d7892d13d4a9aefa145 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } }
I20260630 12:37:46.827140  8647 leader_election.cc:304] T 5ef8ac9ea4ec4d7892d13d4a9aefa145 P d9086b3ed0f24a3cbf16c14dbd867266 [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: d9086b3ed0f24a3cbf16c14dbd867266; no voters: 
I20260630 12:37:46.827992  8647 leader_election.cc:290] T 5ef8ac9ea4ec4d7892d13d4a9aefa145 P d9086b3ed0f24a3cbf16c14dbd867266 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:46.828153  8649 raft_consensus.cc:2804] T 5ef8ac9ea4ec4d7892d13d4a9aefa145 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:46.829382  8653 leader_election.cc:290] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:46.831795  8647 ts_tablet_manager.cc:1434] T 5ef8ac9ea4ec4d7892d13d4a9aefa145 P d9086b3ed0f24a3cbf16c14dbd867266: Time spent starting tablet: real 0.023s	user 0.019s	sys 0.000s
I20260630 12:37:46.836099  8650 tablet_bootstrap.cc:492] T 5d32ff030927429f9e9984e0c205d504 P 862b36821f604ff1a3dd36af26259c42: No bootstrap required, opened a new log
I20260630 12:37:46.835985  8349 catalog_manager.cc:5697] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b reported cstate change: term changed from 0 to 1, leader changed from <none> to 59d47b268d82473abf3ede19e681426b (127.0.192.1). New cstate: current_term: 1 leader_uuid: "59d47b268d82473abf3ede19e681426b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:46.836759  8650 ts_tablet_manager.cc:1403] T 5d32ff030927429f9e9984e0c205d504 P 862b36821f604ff1a3dd36af26259c42: Time spent bootstrapping tablet: real 0.030s	user 0.010s	sys 0.013s
I20260630 12:37:46.843461  8653 ts_tablet_manager.cc:1434] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b: Time spent starting tablet: real 0.037s	user 0.021s	sys 0.000s
I20260630 12:37:46.844524  8653 tablet_bootstrap.cc:492] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b: Bootstrap starting.
I20260630 12:37:46.846323  8649 raft_consensus.cc:697] T 5ef8ac9ea4ec4d7892d13d4a9aefa145 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 LEADER]: Becoming Leader. State: Replica: d9086b3ed0f24a3cbf16c14dbd867266, State: Running, Role: LEADER
I20260630 12:37:46.847163  8649 consensus_queue.cc:237] T 5ef8ac9ea4ec4d7892d13d4a9aefa145 P d9086b3ed0f24a3cbf16c14dbd867266 [LEADER]: Queue going to LEADER mode. State: All 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: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } }
I20260630 12:37:46.853654  8650 raft_consensus.cc:359] T 5d32ff030927429f9e9984e0c205d504 P 862b36821f604ff1a3dd36af26259c42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:46.854352  8650 raft_consensus.cc:385] T 5d32ff030927429f9e9984e0c205d504 P 862b36821f604ff1a3dd36af26259c42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.854651  8650 raft_consensus.cc:740] T 5d32ff030927429f9e9984e0c205d504 P 862b36821f604ff1a3dd36af26259c42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 862b36821f604ff1a3dd36af26259c42, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.855541  8653 tablet_bootstrap.cc:654] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.856180  8650 consensus_queue.cc:260] T 5d32ff030927429f9e9984e0c205d504 P 862b36821f604ff1a3dd36af26259c42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:46.856987  8650 raft_consensus.cc:399] T 5d32ff030927429f9e9984e0c205d504 P 862b36821f604ff1a3dd36af26259c42 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:46.857307  8650 raft_consensus.cc:493] T 5d32ff030927429f9e9984e0c205d504 P 862b36821f604ff1a3dd36af26259c42 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:46.863322  8650 raft_consensus.cc:3060] T 5d32ff030927429f9e9984e0c205d504 P 862b36821f604ff1a3dd36af26259c42 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:46.867312  8351 catalog_manager.cc:5697] T 5ef8ac9ea4ec4d7892d13d4a9aefa145 P d9086b3ed0f24a3cbf16c14dbd867266 reported cstate change: term changed from 0 to 1, leader changed from <none> to d9086b3ed0f24a3cbf16c14dbd867266 (127.0.192.2). New cstate: current_term: 1 leader_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:46.874692  8650 raft_consensus.cc:515] T 5d32ff030927429f9e9984e0c205d504 P 862b36821f604ff1a3dd36af26259c42 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:46.875527  8650 leader_election.cc:304] T 5d32ff030927429f9e9984e0c205d504 P 862b36821f604ff1a3dd36af26259c42 [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: 862b36821f604ff1a3dd36af26259c42; no voters: 
I20260630 12:37:46.876138  8650 leader_election.cc:290] T 5d32ff030927429f9e9984e0c205d504 P 862b36821f604ff1a3dd36af26259c42 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:46.876837  8675 raft_consensus.cc:2804] T 5d32ff030927429f9e9984e0c205d504 P 862b36821f604ff1a3dd36af26259c42 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:46.877924  8650 ts_tablet_manager.cc:1434] T 5d32ff030927429f9e9984e0c205d504 P 862b36821f604ff1a3dd36af26259c42: Time spent starting tablet: real 0.041s	user 0.017s	sys 0.000s
I20260630 12:37:46.880877  8653 tablet_bootstrap.cc:492] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b: No bootstrap required, opened a new log
I20260630 12:37:46.881551  8653 ts_tablet_manager.cc:1403] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b: Time spent bootstrapping tablet: real 0.037s	user 0.018s	sys 0.000s
I20260630 12:37:46.884044  8675 raft_consensus.cc:697] T 5d32ff030927429f9e9984e0c205d504 P 862b36821f604ff1a3dd36af26259c42 [term 1 LEADER]: Becoming Leader. State: Replica: 862b36821f604ff1a3dd36af26259c42, State: Running, Role: LEADER
I20260630 12:37:46.884409  8653 raft_consensus.cc:359] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } }
I20260630 12:37:46.885084  8653 raft_consensus.cc:385] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.884869  8675 consensus_queue.cc:237] T 5d32ff030927429f9e9984e0c205d504 P 862b36821f604ff1a3dd36af26259c42 [LEADER]: Queue going to LEADER mode. State: All 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: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:46.885413  8653 raft_consensus.cc:740] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 59d47b268d82473abf3ede19e681426b, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.886281  8653 consensus_queue.cc:260] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } }
I20260630 12:37:46.887004  8653 raft_consensus.cc:399] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:46.887337  8653 raft_consensus.cc:493] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:46.887629  8653 raft_consensus.cc:3060] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:46.893956  8653 raft_consensus.cc:515] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } }
I20260630 12:37:46.894659  8653 leader_election.cc:304] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b [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: 59d47b268d82473abf3ede19e681426b; no voters: 
I20260630 12:37:46.895542  8658 raft_consensus.cc:2804] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:46.896082  8658 raft_consensus.cc:697] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b [term 1 LEADER]: Becoming Leader. State: Replica: 59d47b268d82473abf3ede19e681426b, State: Running, Role: LEADER
I20260630 12:37:46.896775  8658 consensus_queue.cc:237] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b [LEADER]: Queue going to LEADER mode. State: All 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: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } }
I20260630 12:37:46.898268  8653 leader_election.cc:290] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:46.901526  8653 ts_tablet_manager.cc:1434] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b: Time spent starting tablet: real 0.020s	user 0.013s	sys 0.003s
I20260630 12:37:46.901688  8351 catalog_manager.cc:5697] T 5d32ff030927429f9e9984e0c205d504 P 862b36821f604ff1a3dd36af26259c42 reported cstate change: term changed from 0 to 1, leader changed from <none> to 862b36821f604ff1a3dd36af26259c42 (127.0.192.3). New cstate: current_term: 1 leader_uuid: "862b36821f604ff1a3dd36af26259c42" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:46.909001  8349 catalog_manager.cc:5697] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b reported cstate change: term changed from 0 to 1, leader changed from <none> to 59d47b268d82473abf3ede19e681426b (127.0.192.1). New cstate: current_term: 1 leader_uuid: "59d47b268d82473abf3ede19e681426b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:46.933851   768 tablet_server.cc:179] TabletServer@127.0.192.1:0 shutting down...
I20260630 12:37:46.959731   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:46.960917   768 tablet_replica.cc:333] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b: stopping tablet replica
I20260630 12:37:46.961606   768 raft_consensus.cc:2243] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:46.962137   768 raft_consensus.cc:2272] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:46.965013   768 tablet_replica.cc:333] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b: stopping tablet replica
I20260630 12:37:46.965701   768 raft_consensus.cc:2243] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:46.966132   768 raft_consensus.cc:2272] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:46.968889   768 tablet_replica.cc:333] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b: stopping tablet replica
I20260630 12:37:46.969437   768 raft_consensus.cc:2243] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:46.969811   768 raft_consensus.cc:2272] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:46.971819   768 tablet_replica.cc:333] T f3f286b740b74586a62f75489540a7d8 P 59d47b268d82473abf3ede19e681426b: stopping tablet replica
I20260630 12:37:46.972335   768 raft_consensus.cc:2243] T f3f286b740b74586a62f75489540a7d8 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:46.972707   768 raft_consensus.cc:2272] T f3f286b740b74586a62f75489540a7d8 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:46.974665   768 tablet_replica.cc:333] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b: stopping tablet replica
I20260630 12:37:46.975152   768 raft_consensus.cc:2243] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:46.975523   768 raft_consensus.cc:2272] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:46.977084   768 tablet_replica.cc:333] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b: stopping tablet replica
I20260630 12:37:46.977535   768 raft_consensus.cc:2243] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:46.978097   768 pending_rounds.cc:70] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b: Trying to abort 1 pending ops.
I20260630 12:37:46.978400   768 pending_rounds.cc:77] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443280593334272 op_type: NO_OP noop_request { }
I20260630 12:37:46.978705   768 raft_consensus.cc:2889] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:46.978993   768 raft_consensus.cc:2272] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:47.005211   768 tablet_server.cc:196] TabletServer@127.0.192.1:0 shutdown complete.
W20260630 12:37:47.009402  8568 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.192.1:43983: connect: Connection refused (error 111) [suppressed 2 similar messages]
W20260630 12:37:47.013140  8568 consensus_peers.cc:597] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 -> Peer 59d47b268d82473abf3ede19e681426b (127.0.192.1:43983): Couldn't send request to peer 59d47b268d82473abf3ede19e681426b. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:43983: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:37:47.161147  8568 consensus_peers.cc:597] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 -> Peer 59d47b268d82473abf3ede19e681426b (127.0.192.1:43983): Couldn't send request to peer 59d47b268d82473abf3ede19e681426b. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:43983: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:47.175489  8675 consensus_queue.cc:1048] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:37:47.179189  8494 consensus_peers.cc:597] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 -> Peer 59d47b268d82473abf3ede19e681426b (127.0.192.1:43983): Couldn't send request to peer 59d47b268d82473abf3ede19e681426b. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:43983: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:47.210436  8688 consensus_queue.cc:1048] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [LEADER]: Connected to new peer: Peer: permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 }, 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.229564  8675 consensus_queue.cc:1048] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 }, 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.798652  8688 consensus_queue.cc:579] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [LEADER]: Leader has been unable to successfully communicate with peer 59d47b268d82473abf3ede19e681426b for more than 1 seconds (1.218s)
I20260630 12:37:48.012566  8675 consensus_queue.cc:579] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 [LEADER]: Leader has been unable to successfully communicate with peer 59d47b268d82473abf3ede19e681426b for more than 1 seconds (1.364s)
I20260630 12:37:48.067282  8349 catalog_manager.cc:2533] Servicing SoftDeleteTable request from {username='slave'} at 127.0.0.1:56132:
table { table_name: "dugtrio" } modify_external_catalogs: true
I20260630 12:37:48.067879  8349 catalog_manager.cc:2781] Servicing DeleteTable request from {username='slave'} at 127.0.0.1:56132:
table { table_name: "dugtrio" } modify_external_catalogs: true
I20260630 12:37:48.076812  8709 consensus_queue.cc:579] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [LEADER]: Leader has been unable to successfully communicate with peer 59d47b268d82473abf3ede19e681426b for more than 1 seconds (1.462s)
I20260630 12:37:48.086741  8349 catalog_manager.cc:5984] T 00000000000000000000000000000000 P f14310dc30b5482fafb8a698557efa08: Sending DeleteTablet for 1 replicas of tablet 94ea1a185d9c488aa608844608926ae0
I20260630 12:37:48.087620  8349 catalog_manager.cc:5984] T 00000000000000000000000000000000 P f14310dc30b5482fafb8a698557efa08: Sending DeleteTablet for 1 replicas of tablet 5ef8ac9ea4ec4d7892d13d4a9aefa145
I20260630 12:37:48.088603  8349 catalog_manager.cc:5984] T 00000000000000000000000000000000 P f14310dc30b5482fafb8a698557efa08: Sending DeleteTablet for 1 replicas of tablet 5d32ff030927429f9e9984e0c205d504
I20260630 12:37:48.089641  8349 catalog_manager.cc:5984] T 00000000000000000000000000000000 P f14310dc30b5482fafb8a698557efa08: Sending DeleteTablet for 1 replicas of tablet 7ed67bdd2e404de0ac6586091682b7b0
I20260630 12:37:48.089732  8515 tablet_service.cc:1558] Processing DeleteTablet for tablet 5ef8ac9ea4ec4d7892d13d4a9aefa145 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:37:48 UTC) from {username='slave'} at 127.0.0.1:59694
I20260630 12:37:48.090742  8589 tablet_service.cc:1558] Processing DeleteTablet for tablet 5d32ff030927429f9e9984e0c205d504 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:37:48 UTC) from {username='slave'} at 127.0.0.1:41100
I20260630 12:37:48.093061  8717 tablet_replica.cc:333] T 5ef8ac9ea4ec4d7892d13d4a9aefa145 P d9086b3ed0f24a3cbf16c14dbd867266: stopping tablet replica
I20260630 12:37:48.094074  8717 raft_consensus.cc:2243] T 5ef8ac9ea4ec4d7892d13d4a9aefa145 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:48.094775  8717 raft_consensus.cc:2272] T 5ef8ac9ea4ec4d7892d13d4a9aefa145 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:48.095815   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:37:48.097530  8717 ts_tablet_manager.cc:1916] T 5ef8ac9ea4ec4d7892d13d4a9aefa145 P d9086b3ed0f24a3cbf16c14dbd867266: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260630 12:37:48.106864  8719 tablet_replica.cc:333] T 5d32ff030927429f9e9984e0c205d504 P 862b36821f604ff1a3dd36af26259c42: stopping tablet replica
I20260630 12:37:48.107981  8719 raft_consensus.cc:2243] T 5d32ff030927429f9e9984e0c205d504 P 862b36821f604ff1a3dd36af26259c42 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:48.108695  8719 raft_consensus.cc:2272] T 5d32ff030927429f9e9984e0c205d504 P 862b36821f604ff1a3dd36af26259c42 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:37:48.109786  8338 catalog_manager.cc:4755] TS 59d47b268d82473abf3ede19e681426b (127.0.192.1:43983): DeleteTablet:TABLET_DATA_DELETED RPC failed for tablet 94ea1a185d9c488aa608844608926ae0: Network error: Client connection negotiation failed: client connection to 127.0.192.1:43983: connect: Connection refused (error 111)
I20260630 12:37:48.112154  8719 ts_tablet_manager.cc:1916] T 5d32ff030927429f9e9984e0c205d504 P 862b36821f604ff1a3dd36af26259c42: Deleting tablet data with delete state TABLET_DATA_DELETED
W20260630 12:37:48.115087  8720 instance_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:48.119515  8721 instance_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:48.120430  8717 ts_tablet_manager.cc:1929] T 5ef8ac9ea4ec4d7892d13d4a9aefa145 P d9086b3ed0f24a3cbf16c14dbd867266: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260630 12:37:48.121073  8717 log.cc:1199] T 5ef8ac9ea4ec4d7892d13d4a9aefa145 P d9086b3ed0f24a3cbf16c14dbd867266: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/ts-1-root/wals/5ef8ac9ea4ec4d7892d13d4a9aefa145
I20260630 12:37:48.122285  8717 ts_tablet_manager.cc:1950] T 5ef8ac9ea4ec4d7892d13d4a9aefa145 P d9086b3ed0f24a3cbf16c14dbd867266: Deleting consensus metadata
I20260630 12:37:48.127095  8336 catalog_manager.cc:5028] TS d9086b3ed0f24a3cbf16c14dbd867266 (127.0.192.2:32957): tablet 5ef8ac9ea4ec4d7892d13d4a9aefa145 (table dugtrio [id=ed944cdc82aa495ea12e6102390f9365]) successfully deleted
W20260630 12:37:48.128034  8723 instance_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:48.129376   768 server_base.cc:1061] running on GCE node
I20260630 12:37:48.131695   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:48.131912   768 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:48.132140   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823068132120 us; error 0 us; skew 500 ppm
I20260630 12:37:48.132661   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:48.135136  8719 ts_tablet_manager.cc:1929] T 5d32ff030927429f9e9984e0c205d504 P 862b36821f604ff1a3dd36af26259c42: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260630 12:37:48.135717  8719 log.cc:1199] T 5d32ff030927429f9e9984e0c205d504 P 862b36821f604ff1a3dd36af26259c42: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/ts-2-root/wals/5d32ff030927429f9e9984e0c205d504
I20260630 12:37:48.135715   768 webserver.cc:533] Webserver started at http://127.0.192.4:40885/ using document root <none> and password file <none>
I20260630 12:37:48.136418   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:48.136478  8719 ts_tablet_manager.cc:1950] T 5d32ff030927429f9e9984e0c205d504 P 862b36821f604ff1a3dd36af26259c42: Deleting consensus metadata
I20260630 12:37:48.136657   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:48.137071   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:48.138368   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/ts-3-root/instance:
uuid: "da4d90316ae148458c1ace2ae0a54aff"
format_stamp: "Formatted at 2026-06-30 12:37:48 on dist-test-slave-n0zz"
I20260630 12:37:48.139786  8337 catalog_manager.cc:5028] TS 862b36821f604ff1a3dd36af26259c42 (127.0.192.3:38607): tablet 5d32ff030927429f9e9984e0c205d504 (table dugtrio [id=ed944cdc82aa495ea12e6102390f9365]) successfully deleted
I20260630 12:37:48.143424   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:37:48.147226  8728 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:48.148167   768 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:37:48.148550   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/ts-3-root
uuid: "da4d90316ae148458c1ace2ae0a54aff"
format_stamp: "Formatted at 2026-06-30 12:37:48 on dist-test-slave-n0zz"
I20260630 12:37:48.148835   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-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:48.162101   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:48.163278   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:48.164752   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:48.167033   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:48.167213   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:48.167491   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:48.167667   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:48.210721   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.4:36235
I20260630 12:37:48.210896  8790 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.4:36235 every 8 connection(s)
I20260630 12:37:48.215819   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:48.222848  8794 instance_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:48.224457  8795 instance_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:48.225613   768 server_base.cc:1061] running on GCE node
W20260630 12:37:48.226670  8797 instance_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:48.227833   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:48.228055   768 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:48.228246   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823068228227 us; error 0 us; skew 500 ppm
I20260630 12:37:48.228643  8791 heartbeater.cc:344] Connected to a master server at 127.0.192.62:43859
I20260630 12:37:48.228825   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:48.229035  8791 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:48.229889  8791 heartbeater.cc:507] Master 127.0.192.62:43859 requested a full tablet report, sending...
I20260630 12:37:48.231874   768 webserver.cc:533] Webserver started at http://127.0.192.1:41895/ using document root <none> and password file <none>
I20260630 12:37:48.232056  8349 ts_manager.cc:194] Registered new tserver with Master: da4d90316ae148458c1ace2ae0a54aff (127.0.192.4:36235)
I20260630 12:37:48.232452   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:48.232714   768 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:37:48.233973  8349 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56164
I20260630 12:37:48.237536   768 fs_manager.cc:714] Time spent opening directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:37:48.241694  8802 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:48.242630   768 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.003s
I20260630 12:37:48.242884   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/ts-0-root
uuid: "59d47b268d82473abf3ede19e681426b"
format_stamp: "Formatted at 2026-06-30 12:37:44 on dist-test-slave-n0zz"
I20260630 12:37:48.243132   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-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:48.256136   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:48.257174   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:48.258778   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:48.262602  8809 ts_tablet_manager.cc:548] Loading tablet metadata (0/6 complete)
I20260630 12:37:48.276063  8705 raft_consensus.cc:493] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:48.276554  8705 raft_consensus.cc:515] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:48.278427  8705 leader_election.cc:290] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 59d47b268d82473abf3ede19e681426b (127.0.192.1:43983), 862b36821f604ff1a3dd36af26259c42 (127.0.192.3:38607)
I20260630 12:37:48.279579  8602 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "04c765dcc22545daa877c86aa9fb254c" candidate_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "862b36821f604ff1a3dd36af26259c42" is_pre_election: true
I20260630 12:37:48.280231  8602 raft_consensus.cc:2468] T 04c765dcc22545daa877c86aa9fb254c P 862b36821f604ff1a3dd36af26259c42 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d9086b3ed0f24a3cbf16c14dbd867266 in term 1.
I20260630 12:37:48.281677  8493 leader_election.cc:304] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [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: 862b36821f604ff1a3dd36af26259c42, d9086b3ed0f24a3cbf16c14dbd867266; no voters: 
I20260630 12:37:48.282547  8705 raft_consensus.cc:2804] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:48.282939  8705 raft_consensus.cc:493] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
W20260630 12:37:48.283108  8494 leader_election.cc:336] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 59d47b268d82473abf3ede19e681426b (127.0.192.1:43983): Network error: Client connection negotiation failed: client connection to 127.0.192.1:43983: connect: Connection refused (error 111)
I20260630 12:37:48.283327  8705 raft_consensus.cc:3060] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:48.289697  8705 raft_consensus.cc:515] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:48.292335  8705 leader_election.cc:290] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [CANDIDATE]: Term 2 election: Requested vote from peers 59d47b268d82473abf3ede19e681426b (127.0.192.1:43983), 862b36821f604ff1a3dd36af26259c42 (127.0.192.3:38607)
I20260630 12:37:48.294697  8602 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "04c765dcc22545daa877c86aa9fb254c" candidate_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "862b36821f604ff1a3dd36af26259c42"
I20260630 12:37:48.295367  8602 raft_consensus.cc:3060] T 04c765dcc22545daa877c86aa9fb254c P 862b36821f604ff1a3dd36af26259c42 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:37:48.297497  8494 leader_election.cc:336] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 59d47b268d82473abf3ede19e681426b (127.0.192.1:43983): Network error: Client connection negotiation failed: client connection to 127.0.192.1:43983: connect: Connection refused (error 111)
I20260630 12:37:48.301743  8602 raft_consensus.cc:2468] T 04c765dcc22545daa877c86aa9fb254c P 862b36821f604ff1a3dd36af26259c42 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d9086b3ed0f24a3cbf16c14dbd867266 in term 2.
I20260630 12:37:48.302022   768 ts_tablet_manager.cc:585] Loaded tablet metadata (6 total tablets, 6 live tablets)
I20260630 12:37:48.302464   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.041s	user 0.000s	sys 0.002s
I20260630 12:37:48.302762   768 ts_tablet_manager.cc:600] Registering tablets (0/6 complete)
I20260630 12:37:48.302907  8493 leader_election.cc:304] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [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: 862b36821f604ff1a3dd36af26259c42, d9086b3ed0f24a3cbf16c14dbd867266; no voters: 59d47b268d82473abf3ede19e681426b
I20260630 12:37:48.303681  8705 raft_consensus.cc:2804] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:48.304893  8705 raft_consensus.cc:697] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [term 2 LEADER]: Becoming Leader. State: Replica: d9086b3ed0f24a3cbf16c14dbd867266, State: Running, Role: LEADER
I20260630 12:37:48.305764  8705 consensus_queue.cc:237] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [LEADER]: Queue going to LEADER 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: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:48.308576  8602 consensus_queue.cc:237] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [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: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } }
I20260630 12:37:48.311514  8809 tablet_bootstrap.cc:492] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b: Bootstrap starting.
I20260630 12:37:48.313894  8349 catalog_manager.cc:5697] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 reported cstate change: term changed from 1 to 2, leader changed from 59d47b268d82473abf3ede19e681426b (127.0.192.1) to d9086b3ed0f24a3cbf16c14dbd867266 (127.0.192.2). New cstate: current_term: 2 leader_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } health_report { overall_health: UNKNOWN } } }
W20260630 12:37:48.330197  8568 consensus_peers.cc:597] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 -> Peer 59d47b268d82473abf3ede19e681426b (127.0.192.1:43983): Couldn't send request to peer 59d47b268d82473abf3ede19e681426b. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:43983: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:48.332266  8809 tablet_bootstrap.cc:492] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b: 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:48.333348  8809 tablet_bootstrap.cc:492] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b: Bootstrap complete.
I20260630 12:37:48.334033  8809 ts_tablet_manager.cc:1403] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b: Time spent bootstrapping tablet: real 0.023s	user 0.014s	sys 0.004s
I20260630 12:37:48.337039  8809 raft_consensus.cc:359] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } }
I20260630 12:37:48.337546  8528 raft_consensus.cc:1275] T ab068336a5bc4548b2d8199017b03210 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 FOLLOWER]: Refusing update from remote peer 862b36821f604ff1a3dd36af26259c42: 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:48.337697  8809 raft_consensus.cc:740] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 59d47b268d82473abf3ede19e681426b, State: Initialized, Role: FOLLOWER
I20260630 12:37:48.338598  8809 consensus_queue.cc:260] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b [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: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } }
I20260630 12:37:48.339259  8809 raft_consensus.cc:399] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:48.339599  8809 raft_consensus.cc:493] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:48.339469  8709 consensus_queue.cc:1048] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:48.340036  8809 raft_consensus.cc:3060] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:48.346975   768 ts_tablet_manager.cc:616] Registered 6 tablets
I20260630 12:37:48.347425   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.045s	user 0.040s	sys 0.000s
I20260630 12:37:48.347591  8809 raft_consensus.cc:515] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } }
I20260630 12:37:48.348543  8809 leader_election.cc:304] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b [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: 59d47b268d82473abf3ede19e681426b; no voters: 
W20260630 12:37:48.356069  8568 consensus_peers.cc:597] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 -> Peer da4d90316ae148458c1ace2ae0a54aff (127.0.192.4:36235): Couldn't send request to peer da4d90316ae148458c1ace2ae0a54aff. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ab068336a5bc4548b2d8199017b03210. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:48.357757  8809 leader_election.cc:290] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b [CANDIDATE]: Term 2 election: Requested vote from peers 
I20260630 12:37:48.358065  8817 raft_consensus.cc:2804] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:48.362147  8602 consensus_queue.cc:237] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 [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: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } }
I20260630 12:37:48.363571  8817 raft_consensus.cc:697] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b [term 2 LEADER]: Becoming Leader. State: Replica: 59d47b268d82473abf3ede19e681426b, State: Running, Role: LEADER
I20260630 12:37:48.364710  8817 consensus_queue.cc:237] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b [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: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } }
I20260630 12:37:48.369174  8809 ts_tablet_manager.cc:1434] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b: Time spent starting tablet: real 0.035s	user 0.022s	sys 0.012s
I20260630 12:37:48.367853  8709 raft_consensus.cc:2955] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } } }
I20260630 12:37:48.370306  8809 tablet_bootstrap.cc:492] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b: Bootstrap starting.
I20260630 12:37:48.372596  8527 raft_consensus.cc:2955] T ab068336a5bc4548b2d8199017b03210 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } } }
I20260630 12:37:48.386322  8809 tablet_bootstrap.cc:492] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b: 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:48.387338  8809 tablet_bootstrap.cc:492] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b: Bootstrap complete.
I20260630 12:37:48.388239  8809 ts_tablet_manager.cc:1403] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b: Time spent bootstrapping tablet: real 0.018s	user 0.013s	sys 0.003s
I20260630 12:37:48.391038  8809 raft_consensus.cc:359] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } }
I20260630 12:37:48.391927  8809 raft_consensus.cc:740] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 59d47b268d82473abf3ede19e681426b, State: Initialized, Role: FOLLOWER
I20260630 12:37:48.392760  8809 consensus_queue.cc:260] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } }
I20260630 12:37:48.395203  8809 ts_tablet_manager.cc:1434] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:37:48.396097  8809 tablet_bootstrap.cc:492] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b: Bootstrap starting.
I20260630 12:37:48.396812  8349 catalog_manager.cc:5697] T ab068336a5bc4548b2d8199017b03210 P d9086b3ed0f24a3cbf16c14dbd867266 reported cstate change: config changed from index -1 to 2, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "862b36821f604ff1a3dd36af26259c42" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } } }
I20260630 12:37:48.396839  8337 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet ab068336a5bc4548b2d8199017b03210 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 4)
W20260630 12:37:48.412520  8568 consensus_peers.cc:597] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 -> Peer da4d90316ae148458c1ace2ae0a54aff (127.0.192.4:36235): Couldn't send request to peer da4d90316ae148458c1ace2ae0a54aff. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: f3f286b740b74586a62f75489540a7d8. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:48.416556  8527 raft_consensus.cc:1275] T f3f286b740b74586a62f75489540a7d8 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 FOLLOWER]: Refusing update from remote peer 862b36821f604ff1a3dd36af26259c42: 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:48.417541  8809 tablet_bootstrap.cc:492] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b: 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:48.418110  8709 consensus_queue.cc:1048] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:48.418509  8809 tablet_bootstrap.cc:492] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b: Bootstrap complete.
I20260630 12:37:48.419483  8809 ts_tablet_manager.cc:1403] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b: Time spent bootstrapping tablet: real 0.024s	user 0.009s	sys 0.012s
W20260630 12:37:48.421751  8568 consensus_peers.cc:597] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 -> Peer 59d47b268d82473abf3ede19e681426b (127.0.192.1:43983): Couldn't send request to peer 59d47b268d82473abf3ede19e681426b. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:43983: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:48.422343  8809 raft_consensus.cc:359] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:48.423115  8809 raft_consensus.cc:740] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 59d47b268d82473abf3ede19e681426b, State: Initialized, Role: FOLLOWER
I20260630 12:37:48.424331  8809 consensus_queue.cc:260] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:48.427702  8809 ts_tablet_manager.cc:1434] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.005s
I20260630 12:37:48.428953  8809 tablet_bootstrap.cc:492] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b: Bootstrap starting.
I20260630 12:37:48.432487  8708 raft_consensus.cc:2955] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } } }
I20260630 12:37:48.436169  8527 raft_consensus.cc:2955] T f3f286b740b74586a62f75489540a7d8 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } } }
I20260630 12:37:48.444242  8337 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet f3f286b740b74586a62f75489540a7d8 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 5)
I20260630 12:37:48.450736  8349 catalog_manager.cc:5697] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 reported cstate change: config changed from index -1 to 2, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "862b36821f604ff1a3dd36af26259c42" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:48.457074  8809 tablet_bootstrap.cc:492] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b: 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:48.458458  8809 tablet_bootstrap.cc:492] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b: Bootstrap complete.
I20260630 12:37:48.459381  8809 ts_tablet_manager.cc:1403] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b: Time spent bootstrapping tablet: real 0.031s	user 0.021s	sys 0.007s
I20260630 12:37:48.462821  8809 raft_consensus.cc:359] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } }
I20260630 12:37:48.463528  8809 raft_consensus.cc:740] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 59d47b268d82473abf3ede19e681426b, State: Initialized, Role: FOLLOWER
I20260630 12:37:48.464498  8809 consensus_queue.cc:260] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b [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: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } }
I20260630 12:37:48.465319  8809 raft_consensus.cc:399] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:48.465660  8809 raft_consensus.cc:493] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:48.466051  8809 raft_consensus.cc:3060] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:48.475061  8809 raft_consensus.cc:515] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } }
I20260630 12:37:48.475932  8809 leader_election.cc:304] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b [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: 59d47b268d82473abf3ede19e681426b; no voters: 
I20260630 12:37:48.476608  8809 leader_election.cc:290] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b [CANDIDATE]: Term 2 election: Requested vote from peers 
I20260630 12:37:48.476760  8817 raft_consensus.cc:2804] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:48.477408  8817 raft_consensus.cc:697] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b [term 2 LEADER]: Becoming Leader. State: Replica: 59d47b268d82473abf3ede19e681426b, State: Running, Role: LEADER
I20260630 12:37:48.478005  8817 consensus_queue.cc:237] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b [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: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } }
I20260630 12:37:48.478670  8809 ts_tablet_manager.cc:1434] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b: Time spent starting tablet: real 0.019s	user 0.019s	sys 0.000s
I20260630 12:37:48.479835  8809 tablet_bootstrap.cc:492] T f3f286b740b74586a62f75489540a7d8 P 59d47b268d82473abf3ede19e681426b: Bootstrap starting.
I20260630 12:37:48.496297  8809 tablet_bootstrap.cc:492] T f3f286b740b74586a62f75489540a7d8 P 59d47b268d82473abf3ede19e681426b: 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:48.497304  8809 tablet_bootstrap.cc:492] T f3f286b740b74586a62f75489540a7d8 P 59d47b268d82473abf3ede19e681426b: Bootstrap complete.
I20260630 12:37:48.498087  8809 ts_tablet_manager.cc:1403] T f3f286b740b74586a62f75489540a7d8 P 59d47b268d82473abf3ede19e681426b: Time spent bootstrapping tablet: real 0.019s	user 0.014s	sys 0.000s
I20260630 12:37:48.501235  8809 raft_consensus.cc:359] T f3f286b740b74586a62f75489540a7d8 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:48.501997  8809 raft_consensus.cc:740] T f3f286b740b74586a62f75489540a7d8 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 59d47b268d82473abf3ede19e681426b, State: Initialized, Role: FOLLOWER
I20260630 12:37:48.502836  8809 consensus_queue.cc:260] T f3f286b740b74586a62f75489540a7d8 P 59d47b268d82473abf3ede19e681426b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:48.505172  8809 ts_tablet_manager.cc:1434] T f3f286b740b74586a62f75489540a7d8 P 59d47b268d82473abf3ede19e681426b: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260630 12:37:48.506110  8809 tablet_bootstrap.cc:492] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b: Bootstrap starting.
I20260630 12:37:48.506085  8527 consensus_queue.cc:237] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [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: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } }
I20260630 12:37:48.519812  8602 raft_consensus.cc:1275] T edf391f5f0d74aa889e745bd967f7333 P 862b36821f604ff1a3dd36af26259c42 [term 1 FOLLOWER]: Refusing update from remote peer d9086b3ed0f24a3cbf16c14dbd867266: 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:48.523154  8705 consensus_queue.cc:1048] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [LEADER]: Connected to new peer: Peer: permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:37:48.526516  8494 consensus_peers.cc:597] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 -> Peer da4d90316ae148458c1ace2ae0a54aff (127.0.192.4:36235): Couldn't send request to peer da4d90316ae148458c1ace2ae0a54aff. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: edf391f5f0d74aa889e745bd967f7333. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:48.533098  8810 raft_consensus.cc:2955] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } } }
W20260630 12:37:48.534524  8494 consensus_peers.cc:597] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 -> Peer 59d47b268d82473abf3ede19e681426b (127.0.192.1:43983): Couldn't send request to peer 59d47b268d82473abf3ede19e681426b. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:43983: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:48.540900  8602 raft_consensus.cc:2955] T edf391f5f0d74aa889e745bd967f7333 P 862b36821f604ff1a3dd36af26259c42 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } } }
I20260630 12:37:48.543094  8336 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet edf391f5f0d74aa889e745bd967f7333 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 6)
I20260630 12:37:48.549109  8809 tablet_bootstrap.cc:492] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b: 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:48.550148  8809 tablet_bootstrap.cc:492] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b: Bootstrap complete.
I20260630 12:37:48.550982  8809 ts_tablet_manager.cc:1403] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b: Time spent bootstrapping tablet: real 0.045s	user 0.029s	sys 0.008s
I20260630 12:37:48.550796  8351 catalog_manager.cc:5697] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 reported cstate change: config changed from index -1 to 2, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:48.553678  8809 raft_consensus.cc:359] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:48.554555  8809 raft_consensus.cc:740] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 59d47b268d82473abf3ede19e681426b, State: Initialized, Role: FOLLOWER
I20260630 12:37:48.555272  8809 consensus_queue.cc:260] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [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: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:48.557499  8809 ts_tablet_manager.cc:1434] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:37:48.568336   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.1:43983
I20260630 12:37:48.568675  8887 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.1:43983 every 8 connection(s)
I20260630 12:37:48.583050  8888 heartbeater.cc:344] Connected to a master server at 127.0.192.62:43859
I20260630 12:37:48.583523  8888 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:48.584329  8888 heartbeater.cc:507] Master 127.0.192.62:43859 requested a full tablet report, sending...
I20260630 12:37:48.588619  8351 ts_manager.cc:194] Re-registered known tserver with Master: 59d47b268d82473abf3ede19e681426b (127.0.192.1:43983)
I20260630 12:37:48.595124  8351 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56178
I20260630 12:37:48.597733  8888 heartbeater.cc:499] Master 127.0.192.62:43859 was elected leader, sending a full tablet report...
W20260630 12:37:48.706624  8399 auto_rebalancer.cc:639] Failed to schedule move for tablet 04c765dcc22545daa877c86aa9fb254c: Illegal state: Leader has not yet committed an operation in its own term
W20260630 12:37:48.719964  8399 auto_rebalancer.cc:639] Failed to schedule move for tablet f3f286b740b74586a62f75489540a7d8: Invalid argument: Server with UUID da4d90316ae148458c1ace2ae0a54aff is already a member of the config. RaftConfig: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } }
W20260630 12:37:48.724323  8399 auto_rebalancer.cc:639] Failed to schedule move for tablet ab068336a5bc4548b2d8199017b03210: Invalid argument: Server with UUID da4d90316ae148458c1ace2ae0a54aff is already a member of the config. RaftConfig: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } }
I20260630 12:37:48.771278  8859 raft_consensus.cc:3060] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:48.773146  8675 consensus_queue.cc:1050] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [LEADER]: Got LMP mismatch error from peer: Peer: permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:48.778023  8859 raft_consensus.cc:1275] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [term 2 FOLLOWER]: Refusing update from remote peer d9086b3ed0f24a3cbf16c14dbd867266: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 1. (term mismatch)
I20260630 12:37:48.778560  8859 pending_rounds.cc:85] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b: Aborting all ops after (but not including) 0
I20260630 12:37:48.778861  8859 pending_rounds.cc:107] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b: Aborting uncommitted NO_OP operation due to leader change: 1.1
I20260630 12:37:48.779211  8859 raft_consensus.cc:2889] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [term 2 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:37:48.778992  8858 raft_consensus.cc:2955] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } } }
I20260630 12:37:48.780885  8810 consensus_queue.cc:1048] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [LEADER]: Connected to new peer: Peer: permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 }, 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.791796  8898 ts_tablet_manager.cc:933] T f3f286b740b74586a62f75489540a7d8 P da4d90316ae148458c1ace2ae0a54aff: Initiating tablet copy from peer 862b36821f604ff1a3dd36af26259c42 (127.0.192.3:38607)
I20260630 12:37:48.800753  8602 raft_consensus.cc:1275] T 04c765dcc22545daa877c86aa9fb254c P 862b36821f604ff1a3dd36af26259c42 [term 2 FOLLOWER]: Refusing update from remote peer d9086b3ed0f24a3cbf16c14dbd867266: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:37:48.805997  8898 tablet_copy_client.cc:323] T f3f286b740b74586a62f75489540a7d8 P da4d90316ae148458c1ace2ae0a54aff: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.3:38607
I20260630 12:37:48.806409  8705 consensus_queue.cc:1048] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [LEADER]: Connected to new peer: Peer: permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 }, 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.801934  8848 tablet_service.cc:1558] Processing DeleteTablet for tablet 7ed67bdd2e404de0ac6586091682b7b0 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:37:48 UTC) from {username='slave'} at 127.0.0.1:33130
I20260630 12:37:48.802958  8846 tablet_service.cc:1558] Processing DeleteTablet for tablet 94ea1a185d9c488aa608844608926ae0 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:37:48 UTC) from {username='slave'} at 127.0.0.1:33130
I20260630 12:37:48.810817  8902 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:48.811837  8902 raft_consensus.cc:2243] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:48.812479  8902 raft_consensus.cc:2272] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:48.816651  8902 ts_tablet_manager.cc:1916] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260630 12:37:48.827203  8612 tablet_copy_service.cc:140] P 862b36821f604ff1a3dd36af26259c42: Received BeginTabletCopySession request for tablet f3f286b740b74586a62f75489540a7d8 from peer da4d90316ae148458c1ace2ae0a54aff ({username='slave'} at 127.0.0.1:41136)
I20260630 12:37:48.827869  8612 tablet_copy_service.cc:161] P 862b36821f604ff1a3dd36af26259c42: Beginning new tablet copy session on tablet f3f286b740b74586a62f75489540a7d8 from peer da4d90316ae148458c1ace2ae0a54aff at {username='slave'} at 127.0.0.1:41136: session id = da4d90316ae148458c1ace2ae0a54aff-f3f286b740b74586a62f75489540a7d8
I20260630 12:37:48.831058  8902 ts_tablet_manager.cc:1929] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 2.2
I20260630 12:37:48.831516  8902 log.cc:1199] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/ts-0-root/wals/7ed67bdd2e404de0ac6586091682b7b0
I20260630 12:37:48.832264  8902 ts_tablet_manager.cc:1950] T 7ed67bdd2e404de0ac6586091682b7b0 P 59d47b268d82473abf3ede19e681426b: Deleting consensus metadata
I20260630 12:37:48.834824  8902 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:48.834852  8612 tablet_copy_source_session.cc:215] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:48.834818  8338 catalog_manager.cc:5028] TS 59d47b268d82473abf3ede19e681426b (127.0.192.1:43983): tablet 7ed67bdd2e404de0ac6586091682b7b0 (table dugtrio [id=ed944cdc82aa495ea12e6102390f9365]) successfully deleted
I20260630 12:37:48.835641  8902 raft_consensus.cc:2243] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:48.836186  8902 raft_consensus.cc:2272] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:48.838351  8898 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f3f286b740b74586a62f75489540a7d8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:48.839326  8902 ts_tablet_manager.cc:1916] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260630 12:37:48.854475  8902 ts_tablet_manager.cc:1929] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 2.2
I20260630 12:37:48.854766  8898 tablet_copy_client.cc:806] T f3f286b740b74586a62f75489540a7d8 P da4d90316ae148458c1ace2ae0a54aff: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:48.854866  8902 log.cc:1199] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/ts-0-root/wals/94ea1a185d9c488aa608844608926ae0
I20260630 12:37:48.855527  8898 tablet_copy_client.cc:670] T f3f286b740b74586a62f75489540a7d8 P da4d90316ae148458c1ace2ae0a54aff: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:48.855875  8902 ts_tablet_manager.cc:1950] T 94ea1a185d9c488aa608844608926ae0 P 59d47b268d82473abf3ede19e681426b: Deleting consensus metadata
I20260630 12:37:48.858706  8338 catalog_manager.cc:5028] TS 59d47b268d82473abf3ede19e681426b (127.0.192.1:43983): tablet 94ea1a185d9c488aa608844608926ae0 (table dugtrio [id=ed944cdc82aa495ea12e6102390f9365]) successfully deleted
I20260630 12:37:48.859501  8898 tablet_copy_client.cc:538] T f3f286b740b74586a62f75489540a7d8 P da4d90316ae148458c1ace2ae0a54aff: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:48.866385  8898 tablet_bootstrap.cc:492] T f3f286b740b74586a62f75489540a7d8 P da4d90316ae148458c1ace2ae0a54aff: Bootstrap starting.
I20260630 12:37:48.883448  8898 tablet_bootstrap.cc:492] T f3f286b740b74586a62f75489540a7d8 P da4d90316ae148458c1ace2ae0a54aff: 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:48.884133  8898 tablet_bootstrap.cc:492] T f3f286b740b74586a62f75489540a7d8 P da4d90316ae148458c1ace2ae0a54aff: Bootstrap complete.
I20260630 12:37:48.884713  8898 ts_tablet_manager.cc:1403] T f3f286b740b74586a62f75489540a7d8 P da4d90316ae148458c1ace2ae0a54aff: Time spent bootstrapping tablet: real 0.019s	user 0.019s	sys 0.001s
I20260630 12:37:48.886997  8898 raft_consensus.cc:359] T f3f286b740b74586a62f75489540a7d8 P da4d90316ae148458c1ace2ae0a54aff [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } }
I20260630 12:37:48.887566  8898 raft_consensus.cc:740] T f3f286b740b74586a62f75489540a7d8 P da4d90316ae148458c1ace2ae0a54aff [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: da4d90316ae148458c1ace2ae0a54aff, State: Initialized, Role: LEARNER
I20260630 12:37:48.888087  8898 consensus_queue.cc:260] T f3f286b740b74586a62f75489540a7d8 P da4d90316ae148458c1ace2ae0a54aff [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: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } }
I20260630 12:37:48.890009  8791 heartbeater.cc:499] Master 127.0.192.62:43859 was elected leader, sending a full tablet report...
I20260630 12:37:48.890281  8898 ts_tablet_manager.cc:1434] T f3f286b740b74586a62f75489540a7d8 P da4d90316ae148458c1ace2ae0a54aff: Time spent starting tablet: real 0.005s	user 0.008s	sys 0.000s
I20260630 12:37:48.892122  8612 tablet_copy_service.cc:342] P 862b36821f604ff1a3dd36af26259c42: Request end of tablet copy session da4d90316ae148458c1ace2ae0a54aff-f3f286b740b74586a62f75489540a7d8 received from {username='slave'} at 127.0.0.1:41136
I20260630 12:37:48.892439  8612 tablet_copy_service.cc:434] P 862b36821f604ff1a3dd36af26259c42: ending tablet copy session da4d90316ae148458c1ace2ae0a54aff-f3f286b740b74586a62f75489540a7d8 on tablet f3f286b740b74586a62f75489540a7d8 with peer da4d90316ae148458c1ace2ae0a54aff
I20260630 12:37:48.905961  8675 consensus_queue.cc:1050] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 [LEADER]: Got LMP mismatch error from peer: Peer: permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:48.911114  8859 raft_consensus.cc:2955] T f3f286b740b74586a62f75489540a7d8 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } } }
I20260630 12:37:48.928854  8898 ts_tablet_manager.cc:933] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff: Initiating tablet copy from peer 862b36821f604ff1a3dd36af26259c42 (127.0.192.3:38607)
I20260630 12:37:48.930435  8898 tablet_copy_client.cc:323] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.3:38607
I20260630 12:37:48.931957  8612 tablet_copy_service.cc:140] P 862b36821f604ff1a3dd36af26259c42: Received BeginTabletCopySession request for tablet ab068336a5bc4548b2d8199017b03210 from peer da4d90316ae148458c1ace2ae0a54aff ({username='slave'} at 127.0.0.1:41136)
I20260630 12:37:48.932361  8612 tablet_copy_service.cc:161] P 862b36821f604ff1a3dd36af26259c42: Beginning new tablet copy session on tablet ab068336a5bc4548b2d8199017b03210 from peer da4d90316ae148458c1ace2ae0a54aff at {username='slave'} at 127.0.0.1:41136: session id = da4d90316ae148458c1ace2ae0a54aff-ab068336a5bc4548b2d8199017b03210
I20260630 12:37:48.937649  8612 tablet_copy_source_session.cc:215] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:48.940264  8898 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ab068336a5bc4548b2d8199017b03210. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:48.952149  8898 tablet_copy_client.cc:806] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:48.952641  8898 tablet_copy_client.cc:670] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:48.956233  8898 tablet_copy_client.cc:538] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:48.962769  8898 tablet_bootstrap.cc:492] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff: Bootstrap starting.
I20260630 12:37:48.977934  8898 tablet_bootstrap.cc:492] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff: 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:48.978717  8898 tablet_bootstrap.cc:492] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff: Bootstrap complete.
I20260630 12:37:48.979290  8898 ts_tablet_manager.cc:1403] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff: Time spent bootstrapping tablet: real 0.017s	user 0.015s	sys 0.000s
I20260630 12:37:48.981456  8898 raft_consensus.cc:359] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } }
I20260630 12:37:48.982141  8898 raft_consensus.cc:740] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: da4d90316ae148458c1ace2ae0a54aff, State: Initialized, Role: LEARNER
I20260630 12:37:48.982806  8898 consensus_queue.cc:260] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff [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: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } }
I20260630 12:37:48.984520  8898 ts_tablet_manager.cc:1434] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:37:48.985347  8810 consensus_queue.cc:1050] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [LEADER]: Got LMP mismatch error from peer: Peer: permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:48.986295  8612 tablet_copy_service.cc:342] P 862b36821f604ff1a3dd36af26259c42: Request end of tablet copy session da4d90316ae148458c1ace2ae0a54aff-ab068336a5bc4548b2d8199017b03210 received from {username='slave'} at 127.0.0.1:41136
I20260630 12:37:48.986699  8612 tablet_copy_service.cc:434] P 862b36821f604ff1a3dd36af26259c42: ending tablet copy session da4d90316ae148458c1ace2ae0a54aff-ab068336a5bc4548b2d8199017b03210 on tablet ab068336a5bc4548b2d8199017b03210 with peer da4d90316ae148458c1ace2ae0a54aff
I20260630 12:37:48.991572  8859 raft_consensus.cc:2955] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } } }
I20260630 12:37:49.008759  8898 ts_tablet_manager.cc:933] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff: Initiating tablet copy from peer d9086b3ed0f24a3cbf16c14dbd867266 (127.0.192.2:32957)
I20260630 12:37:49.010147  8898 tablet_copy_client.cc:323] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.2:32957
I20260630 12:37:49.019045  8538 tablet_copy_service.cc:140] P d9086b3ed0f24a3cbf16c14dbd867266: Received BeginTabletCopySession request for tablet edf391f5f0d74aa889e745bd967f7333 from peer da4d90316ae148458c1ace2ae0a54aff ({username='slave'} at 127.0.0.1:59724)
I20260630 12:37:49.019591  8538 tablet_copy_service.cc:161] P d9086b3ed0f24a3cbf16c14dbd867266: Beginning new tablet copy session on tablet edf391f5f0d74aa889e745bd967f7333 from peer da4d90316ae148458c1ace2ae0a54aff at {username='slave'} at 127.0.0.1:59724: session id = da4d90316ae148458c1ace2ae0a54aff-edf391f5f0d74aa889e745bd967f7333
I20260630 12:37:49.025202  8538 tablet_copy_source_session.cc:215] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:49.028008  8898 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet edf391f5f0d74aa889e745bd967f7333. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:49.039549  8898 tablet_copy_client.cc:806] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:49.040165  8898 tablet_copy_client.cc:670] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:49.043638  8898 tablet_copy_client.cc:538] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:49.049626  8898 tablet_bootstrap.cc:492] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff: Bootstrap starting.
I20260630 12:37:49.062110  8898 tablet_bootstrap.cc:492] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff: 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:49.062866  8898 tablet_bootstrap.cc:492] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff: Bootstrap complete.
I20260630 12:37:49.063376  8898 ts_tablet_manager.cc:1403] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff: Time spent bootstrapping tablet: real 0.014s	user 0.015s	sys 0.001s
I20260630 12:37:49.065213  8898 raft_consensus.cc:359] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } }
I20260630 12:37:49.065793  8898 raft_consensus.cc:740] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: da4d90316ae148458c1ace2ae0a54aff, State: Initialized, Role: LEARNER
I20260630 12:37:49.066287  8898 consensus_queue.cc:260] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff [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: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } }
I20260630 12:37:49.068012  8898 ts_tablet_manager.cc:1434] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff: Time spent starting tablet: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:37:49.069849  8538 tablet_copy_service.cc:342] P d9086b3ed0f24a3cbf16c14dbd867266: Request end of tablet copy session da4d90316ae148458c1ace2ae0a54aff-edf391f5f0d74aa889e745bd967f7333 received from {username='slave'} at 127.0.0.1:59724
I20260630 12:37:49.070276  8538 tablet_copy_service.cc:434] P d9086b3ed0f24a3cbf16c14dbd867266: ending tablet copy session da4d90316ae148458c1ace2ae0a54aff-edf391f5f0d74aa889e745bd967f7333 on tablet edf391f5f0d74aa889e745bd967f7333 with peer da4d90316ae148458c1ace2ae0a54aff
I20260630 12:37:49.188591  8766 raft_consensus.cc:1217] T f3f286b740b74586a62f75489540a7d8 P da4d90316ae148458c1ace2ae0a54aff [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:37:49.274314  8602 consensus_queue.cc:237] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [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: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } }
I20260630 12:37:49.278822  8859 raft_consensus.cc:1275] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Refusing update from remote peer 862b36821f604ff1a3dd36af26259c42: 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:49.278838  8527 raft_consensus.cc:1275] T ab068336a5bc4548b2d8199017b03210 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 FOLLOWER]: Refusing update from remote peer 862b36821f604ff1a3dd36af26259c42: 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:49.280275  8675 consensus_queue.cc:1048] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:49.281068  8708 consensus_queue.cc:1048] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:49.287338  8913 raft_consensus.cc:2955] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } }
I20260630 12:37:49.289120  8527 raft_consensus.cc:2955] T ab068336a5bc4548b2d8199017b03210 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } }
I20260630 12:37:49.289384  8859 raft_consensus.cc:2955] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } }
I20260630 12:37:49.301504  8349 catalog_manager.cc:5697] T ab068336a5bc4548b2d8199017b03210 P d9086b3ed0f24a3cbf16c14dbd867266 reported cstate change: config changed from index 2 to 3, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) evicted. New cstate: current_term: 1 leader_uuid: "862b36821f604ff1a3dd36af26259c42" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } }
I20260630 12:37:49.303066  8337 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet ab068336a5bc4548b2d8199017b03210 with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:49.327858  8756 tablet_service.cc:1558] Processing DeleteTablet for tablet ab068336a5bc4548b2d8199017b03210 with delete_type TABLET_DATA_TOMBSTONED (TS da4d90316ae148458c1ace2ae0a54aff not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:36894
I20260630 12:37:49.329597  8920 tablet_replica.cc:333] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff: stopping tablet replica
I20260630 12:37:49.330466  8920 raft_consensus.cc:2243] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:37:49.330873  8920 raft_consensus.cc:2272] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:37:49.332998  8920 ts_tablet_manager.cc:1916] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:49.344189  8920 ts_tablet_manager.cc:1929] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260630 12:37:49.344533  8920 log.cc:1199] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/ts-3-root/wals/ab068336a5bc4548b2d8199017b03210
I20260630 12:37:49.345955  8338 catalog_manager.cc:5028] TS da4d90316ae148458c1ace2ae0a54aff (127.0.192.4:36235): tablet ab068336a5bc4548b2d8199017b03210 (table test-workload [id=a82320b0b91b4977b380e0c0265e3ddf]) successfully deleted
I20260630 12:37:49.372689  8602 consensus_queue.cc:237] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 [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: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:49.377424  8527 raft_consensus.cc:1275] T f3f286b740b74586a62f75489540a7d8 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 FOLLOWER]: Refusing update from remote peer 862b36821f604ff1a3dd36af26259c42: 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:49.377437  8859 raft_consensus.cc:1275] T f3f286b740b74586a62f75489540a7d8 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Refusing update from remote peer 862b36821f604ff1a3dd36af26259c42: 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:49.378872  8914 consensus_queue.cc:1048] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:49.379408  8708 consensus_queue.cc:1048] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:49.385706  8708 raft_consensus.cc:2955] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } }
I20260630 12:37:49.387576  8858 raft_consensus.cc:2955] T f3f286b740b74586a62f75489540a7d8 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } }
I20260630 12:37:49.388051  8527 raft_consensus.cc:2955] T f3f286b740b74586a62f75489540a7d8 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } }
I20260630 12:37:49.395504  8337 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet f3f286b740b74586a62f75489540a7d8 with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:49.399786  8348 catalog_manager.cc:5697] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 reported cstate change: config changed from index 2 to 3, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) evicted. New cstate: current_term: 1 leader_uuid: "862b36821f604ff1a3dd36af26259c42" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:49.410087  8756 tablet_service.cc:1558] Processing DeleteTablet for tablet f3f286b740b74586a62f75489540a7d8 with delete_type TABLET_DATA_TOMBSTONED (TS da4d90316ae148458c1ace2ae0a54aff not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:36894
I20260630 12:37:49.413091  8920 tablet_replica.cc:333] T f3f286b740b74586a62f75489540a7d8 P da4d90316ae148458c1ace2ae0a54aff: stopping tablet replica
I20260630 12:37:49.414022  8920 raft_consensus.cc:2243] T f3f286b740b74586a62f75489540a7d8 P da4d90316ae148458c1ace2ae0a54aff [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:37:49.414587  8920 raft_consensus.cc:2272] T f3f286b740b74586a62f75489540a7d8 P da4d90316ae148458c1ace2ae0a54aff [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:37:49.416882  8920 ts_tablet_manager.cc:1916] T f3f286b740b74586a62f75489540a7d8 P da4d90316ae148458c1ace2ae0a54aff: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:49.420766  8527 consensus_queue.cc:237] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [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: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } }
I20260630 12:37:49.425886  8858 raft_consensus.cc:1275] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Refusing update from remote peer d9086b3ed0f24a3cbf16c14dbd867266: 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:49.425956  8602 raft_consensus.cc:1275] T edf391f5f0d74aa889e745bd967f7333 P 862b36821f604ff1a3dd36af26259c42 [term 1 FOLLOWER]: Refusing update from remote peer d9086b3ed0f24a3cbf16c14dbd867266: 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:49.427455  8705 consensus_queue.cc:1048] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [LEADER]: Connected to new peer: Peer: permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:49.428153  8810 consensus_queue.cc:1048] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [LEADER]: Connected to new peer: Peer: permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:49.430594  8920 ts_tablet_manager.cc:1929] T f3f286b740b74586a62f75489540a7d8 P da4d90316ae148458c1ace2ae0a54aff: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260630 12:37:49.431026  8920 log.cc:1199] T f3f286b740b74586a62f75489540a7d8 P da4d90316ae148458c1ace2ae0a54aff: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/ts-3-root/wals/f3f286b740b74586a62f75489540a7d8
I20260630 12:37:49.432502  8338 catalog_manager.cc:5028] TS da4d90316ae148458c1ace2ae0a54aff (127.0.192.4:36235): tablet f3f286b740b74586a62f75489540a7d8 (table test-workload [id=a82320b0b91b4977b380e0c0265e3ddf]) successfully deleted
I20260630 12:37:49.435436  8880 raft_consensus.cc:2955] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } }
I20260630 12:37:49.437059  8602 raft_consensus.cc:2955] T edf391f5f0d74aa889e745bd967f7333 P 862b36821f604ff1a3dd36af26259c42 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } }
I20260630 12:37:49.437152  8858 raft_consensus.cc:2955] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } }
I20260630 12:37:49.446635  8336 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet edf391f5f0d74aa889e745bd967f7333 with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:49.449594  8348 catalog_manager.cc:5697] T edf391f5f0d74aa889e745bd967f7333 P 862b36821f604ff1a3dd36af26259c42 reported cstate change: config changed from index 2 to 3, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) evicted. New cstate: current_term: 1 leader_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } }
I20260630 12:37:49.458441  8756 tablet_service.cc:1558] Processing DeleteTablet for tablet edf391f5f0d74aa889e745bd967f7333 with delete_type TABLET_DATA_TOMBSTONED (TS da4d90316ae148458c1ace2ae0a54aff not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:36894
I20260630 12:37:49.459446  8920 tablet_replica.cc:333] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff: stopping tablet replica
I20260630 12:37:49.460188  8920 raft_consensus.cc:2243] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:37:49.460645  8920 raft_consensus.cc:2272] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:37:49.463119  8920 ts_tablet_manager.cc:1916] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:49.473771  8920 ts_tablet_manager.cc:1929] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260630 12:37:49.474128  8920 log.cc:1199] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/ts-3-root/wals/edf391f5f0d74aa889e745bd967f7333
I20260630 12:37:49.475554  8338 catalog_manager.cc:5028] TS da4d90316ae148458c1ace2ae0a54aff (127.0.192.4:36235): tablet edf391f5f0d74aa889e745bd967f7333 (table test-workload [id=a82320b0b91b4977b380e0c0265e3ddf]) successfully deleted
I20260630 12:37:49.737102  8602 consensus_queue.cc:237] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [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: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } attrs { replace: true } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } }
I20260630 12:37:49.742977  8858 raft_consensus.cc:1275] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Refusing update from remote peer 862b36821f604ff1a3dd36af26259c42: 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:49.743423  8568 consensus_peers.cc:597] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 -> Peer da4d90316ae148458c1ace2ae0a54aff (127.0.192.4:36235): Couldn't send request to peer da4d90316ae148458c1ace2ae0a54aff. 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:49.743470  8527 raft_consensus.cc:1275] T ab068336a5bc4548b2d8199017b03210 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 FOLLOWER]: Refusing update from remote peer 862b36821f604ff1a3dd36af26259c42: 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:49.744611  8675 consensus_queue.cc:1048] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:49.745599  8914 consensus_queue.cc:1048] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } 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:49.752956  8708 raft_consensus.cc:2955] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } attrs { replace: true } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } } }
I20260630 12:37:49.755147  8858 raft_consensus.cc:2955] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } attrs { replace: true } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } } }
I20260630 12:37:49.760811  8527 raft_consensus.cc:2955] T ab068336a5bc4548b2d8199017b03210 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } attrs { replace: true } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } } }
I20260630 12:37:49.766209  8351 catalog_manager.cc:5697] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 reported cstate change: config changed from index 3 to 4, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "862b36821f604ff1a3dd36af26259c42" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:49.769527  8528 consensus_queue.cc:237] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 2.1, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } attrs { replace: true } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } }
I20260630 12:37:49.776997  8602 raft_consensus.cc:1275] T 04c765dcc22545daa877c86aa9fb254c P 862b36821f604ff1a3dd36af26259c42 [term 2 FOLLOWER]: Refusing update from remote peer d9086b3ed0f24a3cbf16c14dbd867266: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
W20260630 12:37:49.777011  8494 consensus_peers.cc:597] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 -> Peer da4d90316ae148458c1ace2ae0a54aff (127.0.192.4:36235): Couldn't send request to peer da4d90316ae148458c1ace2ae0a54aff. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 04c765dcc22545daa877c86aa9fb254c. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:49.777580  8858 raft_consensus.cc:1275] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [term 2 FOLLOWER]: Refusing update from remote peer d9086b3ed0f24a3cbf16c14dbd867266: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:37:49.778956  8880 consensus_queue.cc:1048] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [LEADER]: Connected to new peer: Peer: permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } 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:49.779917  8705 consensus_queue.cc:1048] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [LEADER]: Connected to new peer: Peer: permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:49.786775  8705 raft_consensus.cc:2955] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } attrs { replace: true } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } } }
I20260630 12:37:49.788529  8858 raft_consensus.cc:2955] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } attrs { replace: true } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } } }
I20260630 12:37:49.791196  8602 raft_consensus.cc:2955] T 04c765dcc22545daa877c86aa9fb254c P 862b36821f604ff1a3dd36af26259c42 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } attrs { replace: true } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } } }
I20260630 12:37:49.799963  8348 catalog_manager.cc:5697] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 reported cstate change: config changed from index -1 to 2, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) added. New cstate: current_term: 2 leader_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:49.800678  8528 consensus_queue.cc:237] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [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: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } attrs { replace: true } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } }
W20260630 12:37:49.806700  8494 consensus_peers.cc:597] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 -> Peer da4d90316ae148458c1ace2ae0a54aff (127.0.192.4:36235): Couldn't send request to peer da4d90316ae148458c1ace2ae0a54aff. 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:49.808902  8601 raft_consensus.cc:1275] T edf391f5f0d74aa889e745bd967f7333 P 862b36821f604ff1a3dd36af26259c42 [term 1 FOLLOWER]: Refusing update from remote peer d9086b3ed0f24a3cbf16c14dbd867266: 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:49.809247  8858 raft_consensus.cc:1275] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Refusing update from remote peer d9086b3ed0f24a3cbf16c14dbd867266: 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:49.811731  8810 consensus_queue.cc:1048] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [LEADER]: Connected to new peer: Peer: permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:49.815312  8810 consensus_queue.cc:1048] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [LEADER]: Connected to new peer: Peer: permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } 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:49.822218  8810 raft_consensus.cc:2955] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } attrs { replace: true } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } } }
I20260630 12:37:49.824007  8858 raft_consensus.cc:2955] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } attrs { replace: true } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } } }
I20260630 12:37:49.825134  8602 raft_consensus.cc:2955] T edf391f5f0d74aa889e745bd967f7333 P 862b36821f604ff1a3dd36af26259c42 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } attrs { replace: true } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } } }
I20260630 12:37:49.838336  8351 catalog_manager.cc:5697] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 reported cstate change: config changed from index 3 to 4, NON_VOTER da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:50.285180  8921 ts_tablet_manager.cc:933] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff: Initiating tablet copy from peer d9086b3ed0f24a3cbf16c14dbd867266 (127.0.192.2:32957)
I20260630 12:37:50.286971  8921 tablet_copy_client.cc:323] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.2:32957
I20260630 12:37:50.289043  8538 tablet_copy_service.cc:140] P d9086b3ed0f24a3cbf16c14dbd867266: Received BeginTabletCopySession request for tablet edf391f5f0d74aa889e745bd967f7333 from peer da4d90316ae148458c1ace2ae0a54aff ({username='slave'} at 127.0.0.1:59724)
I20260630 12:37:50.289675  8538 tablet_copy_service.cc:161] P d9086b3ed0f24a3cbf16c14dbd867266: Beginning new tablet copy session on tablet edf391f5f0d74aa889e745bd967f7333 from peer da4d90316ae148458c1ace2ae0a54aff at {username='slave'} at 127.0.0.1:59724: session id = da4d90316ae148458c1ace2ae0a54aff-edf391f5f0d74aa889e745bd967f7333
I20260630 12:37:50.298405  8538 tablet_copy_source_session.cc:215] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:50.300745  8921 ts_tablet_manager.cc:1916] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff: Deleting tablet data with delete state TABLET_DATA_COPYING
I20260630 12:37:50.311869  8921 ts_tablet_manager.cc:1929] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff: tablet deleted with delete type TABLET_DATA_COPYING: last-logged OpId 1.2
I20260630 12:37:50.312528  8921 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet edf391f5f0d74aa889e745bd967f7333. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:50.318096  8921 tablet_copy_client.cc:806] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:50.318642  8921 tablet_copy_client.cc:670] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:50.322297  8921 tablet_copy_client.cc:538] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:50.328696  8921 tablet_bootstrap.cc:492] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff: Bootstrap starting.
I20260630 12:37:50.351719  8921 tablet_bootstrap.cc:492] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff: 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:50.352478  8921 tablet_bootstrap.cc:492] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff: Bootstrap complete.
I20260630 12:37:50.353055  8921 ts_tablet_manager.cc:1403] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff: Time spent bootstrapping tablet: real 0.025s	user 0.016s	sys 0.007s
I20260630 12:37:50.355222  8921 raft_consensus.cc:359] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } attrs { replace: true } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } }
I20260630 12:37:50.355857  8921 raft_consensus.cc:740] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: da4d90316ae148458c1ace2ae0a54aff, State: Initialized, Role: LEARNER
I20260630 12:37:50.356370  8921 consensus_queue.cc:260] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff [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: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } attrs { replace: true } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } }
I20260630 12:37:50.359118  8921 ts_tablet_manager.cc:1434] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.001s
I20260630 12:37:50.361363  8538 tablet_copy_service.cc:342] P d9086b3ed0f24a3cbf16c14dbd867266: Request end of tablet copy session da4d90316ae148458c1ace2ae0a54aff-edf391f5f0d74aa889e745bd967f7333 received from {username='slave'} at 127.0.0.1:59724
I20260630 12:37:50.361778  8538 tablet_copy_service.cc:434] P d9086b3ed0f24a3cbf16c14dbd867266: ending tablet copy session da4d90316ae148458c1ace2ae0a54aff-edf391f5f0d74aa889e745bd967f7333 on tablet edf391f5f0d74aa889e745bd967f7333 with peer da4d90316ae148458c1ace2ae0a54aff
I20260630 12:37:50.374784  8925 ts_tablet_manager.cc:933] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff: Initiating tablet copy from peer 862b36821f604ff1a3dd36af26259c42 (127.0.192.3:38607)
I20260630 12:37:50.375334  8921 ts_tablet_manager.cc:933] T 04c765dcc22545daa877c86aa9fb254c P da4d90316ae148458c1ace2ae0a54aff: Initiating tablet copy from peer d9086b3ed0f24a3cbf16c14dbd867266 (127.0.192.2:32957)
I20260630 12:37:50.376654  8925 tablet_copy_client.cc:323] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.3:38607
I20260630 12:37:50.377955  8921 tablet_copy_client.cc:323] T 04c765dcc22545daa877c86aa9fb254c P da4d90316ae148458c1ace2ae0a54aff: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.2:32957
I20260630 12:37:50.378434  8612 tablet_copy_service.cc:140] P 862b36821f604ff1a3dd36af26259c42: Received BeginTabletCopySession request for tablet ab068336a5bc4548b2d8199017b03210 from peer da4d90316ae148458c1ace2ae0a54aff ({username='slave'} at 127.0.0.1:41136)
I20260630 12:37:50.378921  8612 tablet_copy_service.cc:161] P 862b36821f604ff1a3dd36af26259c42: Beginning new tablet copy session on tablet ab068336a5bc4548b2d8199017b03210 from peer da4d90316ae148458c1ace2ae0a54aff at {username='slave'} at 127.0.0.1:41136: session id = da4d90316ae148458c1ace2ae0a54aff-ab068336a5bc4548b2d8199017b03210
I20260630 12:37:50.379721  8538 tablet_copy_service.cc:140] P d9086b3ed0f24a3cbf16c14dbd867266: Received BeginTabletCopySession request for tablet 04c765dcc22545daa877c86aa9fb254c from peer da4d90316ae148458c1ace2ae0a54aff ({username='slave'} at 127.0.0.1:59724)
I20260630 12:37:50.380309  8538 tablet_copy_service.cc:161] P d9086b3ed0f24a3cbf16c14dbd867266: Beginning new tablet copy session on tablet 04c765dcc22545daa877c86aa9fb254c from peer da4d90316ae148458c1ace2ae0a54aff at {username='slave'} at 127.0.0.1:59724: session id = da4d90316ae148458c1ace2ae0a54aff-04c765dcc22545daa877c86aa9fb254c
I20260630 12:37:50.386647  8612 tablet_copy_source_session.cc:215] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:50.387847  8538 tablet_copy_source_session.cc:215] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:50.390127  8925 ts_tablet_manager.cc:1916] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff: Deleting tablet data with delete state TABLET_DATA_COPYING
I20260630 12:37:50.391222  8921 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 04c765dcc22545daa877c86aa9fb254c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:50.406291  8921 tablet_copy_client.cc:806] T 04c765dcc22545daa877c86aa9fb254c P da4d90316ae148458c1ace2ae0a54aff: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:50.406879  8921 tablet_copy_client.cc:670] T 04c765dcc22545daa877c86aa9fb254c P da4d90316ae148458c1ace2ae0a54aff: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:50.408354  8925 ts_tablet_manager.cc:1929] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff: tablet deleted with delete type TABLET_DATA_COPYING: last-logged OpId 1.2
I20260630 12:37:50.409209  8925 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ab068336a5bc4548b2d8199017b03210. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:50.410718  8921 tablet_copy_client.cc:538] T 04c765dcc22545daa877c86aa9fb254c P da4d90316ae148458c1ace2ae0a54aff: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:50.417685  8921 tablet_bootstrap.cc:492] T 04c765dcc22545daa877c86aa9fb254c P da4d90316ae148458c1ace2ae0a54aff: Bootstrap starting.
I20260630 12:37:50.418375  8925 tablet_copy_client.cc:806] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:50.419001  8925 tablet_copy_client.cc:670] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:50.423471  8925 tablet_copy_client.cc:538] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:50.437470  8925 tablet_bootstrap.cc:492] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff: Bootstrap starting.
I20260630 12:37:50.442334  8921 tablet_bootstrap.cc:492] T 04c765dcc22545daa877c86aa9fb254c P da4d90316ae148458c1ace2ae0a54aff: 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:50.443094  8921 tablet_bootstrap.cc:492] T 04c765dcc22545daa877c86aa9fb254c P da4d90316ae148458c1ace2ae0a54aff: Bootstrap complete.
I20260630 12:37:50.443666  8921 ts_tablet_manager.cc:1403] T 04c765dcc22545daa877c86aa9fb254c P da4d90316ae148458c1ace2ae0a54aff: Time spent bootstrapping tablet: real 0.026s	user 0.015s	sys 0.010s
I20260630 12:37:50.445916  8921 raft_consensus.cc:359] T 04c765dcc22545daa877c86aa9fb254c P da4d90316ae148458c1ace2ae0a54aff [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } attrs { replace: true } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } }
I20260630 12:37:50.446610  8921 raft_consensus.cc:740] T 04c765dcc22545daa877c86aa9fb254c P da4d90316ae148458c1ace2ae0a54aff [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: da4d90316ae148458c1ace2ae0a54aff, State: Initialized, Role: LEARNER
I20260630 12:37:50.447141  8921 consensus_queue.cc:260] T 04c765dcc22545daa877c86aa9fb254c P da4d90316ae148458c1ace2ae0a54aff [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 2, Last appended: 2.2, Last appended by leader: 2, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } attrs { replace: true } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } }
I20260630 12:37:50.449410  8921 ts_tablet_manager.cc:1434] T 04c765dcc22545daa877c86aa9fb254c P da4d90316ae148458c1ace2ae0a54aff: Time spent starting tablet: real 0.005s	user 0.006s	sys 0.001s
I20260630 12:37:50.451556  8538 tablet_copy_service.cc:342] P d9086b3ed0f24a3cbf16c14dbd867266: Request end of tablet copy session da4d90316ae148458c1ace2ae0a54aff-04c765dcc22545daa877c86aa9fb254c received from {username='slave'} at 127.0.0.1:59724
I20260630 12:37:50.451983  8538 tablet_copy_service.cc:434] P d9086b3ed0f24a3cbf16c14dbd867266: ending tablet copy session da4d90316ae148458c1ace2ae0a54aff-04c765dcc22545daa877c86aa9fb254c on tablet 04c765dcc22545daa877c86aa9fb254c with peer da4d90316ae148458c1ace2ae0a54aff
I20260630 12:37:50.465830  8925 tablet_bootstrap.cc:492] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff: 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:50.466856  8925 tablet_bootstrap.cc:492] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff: Bootstrap complete.
I20260630 12:37:50.467581  8925 ts_tablet_manager.cc:1403] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff: Time spent bootstrapping tablet: real 0.030s	user 0.027s	sys 0.004s
I20260630 12:37:50.470281  8925 raft_consensus.cc:359] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } attrs { replace: true } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } }
I20260630 12:37:50.471107  8925 raft_consensus.cc:740] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: da4d90316ae148458c1ace2ae0a54aff, State: Initialized, Role: LEARNER
I20260630 12:37:50.471719  8925 consensus_queue.cc:260] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff [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: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } attrs { replace: true } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: true } }
I20260630 12:37:50.473984  8925 ts_tablet_manager.cc:1434] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:37:50.475659  8612 tablet_copy_service.cc:342] P 862b36821f604ff1a3dd36af26259c42: Request end of tablet copy session da4d90316ae148458c1ace2ae0a54aff-ab068336a5bc4548b2d8199017b03210 received from {username='slave'} at 127.0.0.1:41136
I20260630 12:37:50.476037  8612 tablet_copy_service.cc:434] P 862b36821f604ff1a3dd36af26259c42: ending tablet copy session da4d90316ae148458c1ace2ae0a54aff-ab068336a5bc4548b2d8199017b03210 on tablet ab068336a5bc4548b2d8199017b03210 with peer da4d90316ae148458c1ace2ae0a54aff
I20260630 12:37:50.764202  8766 raft_consensus.cc:1217] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff [term 1 LEARNER]: Deduplicated request from leader. Original: 1.3->[1.4-1.4]   Dedup: 1.4->[]
I20260630 12:37:50.953779  8766 raft_consensus.cc:1217] T 04c765dcc22545daa877c86aa9fb254c P da4d90316ae148458c1ace2ae0a54aff [term 2 LEARNER]: Deduplicated request from leader. Original: 2.1->[2.2-2.2]   Dedup: 2.2->[]
I20260630 12:37:50.967661  8766 raft_consensus.cc:1217] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff [term 1 LEARNER]: Deduplicated request from leader. Original: 1.3->[1.4-1.4]   Dedup: 1.4->[]
I20260630 12:37:51.179716  8933 raft_consensus.cc:1064] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266: attempting to promote NON_VOTER da4d90316ae148458c1ace2ae0a54aff to VOTER
I20260630 12:37:51.182422  8933 consensus_queue.cc:237] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [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: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } attrs { replace: true } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } }
I20260630 12:37:51.189706  8766 raft_consensus.cc:1275] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff [term 1 LEARNER]: Refusing update from remote peer d9086b3ed0f24a3cbf16c14dbd867266: 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:51.189953  8602 raft_consensus.cc:1275] T edf391f5f0d74aa889e745bd967f7333 P 862b36821f604ff1a3dd36af26259c42 [term 1 FOLLOWER]: Refusing update from remote peer d9086b3ed0f24a3cbf16c14dbd867266: 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:51.190613  8858 raft_consensus.cc:1275] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Refusing update from remote peer d9086b3ed0f24a3cbf16c14dbd867266: 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:51.191484  8933 consensus_queue.cc:1048] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [LEADER]: Connected to new peer: Peer: permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } 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:51.192533  8932 consensus_queue.cc:1048] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [LEADER]: Connected to new peer: Peer: permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } 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:51.193385  8931 consensus_queue.cc:1048] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [LEADER]: Connected to new peer: Peer: permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:37:51.206985  8932 raft_consensus.cc:2955] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 LEADER]: Committing config change with OpId 1.5: config changed from index 4 to 5, da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } attrs { replace: true } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } } }
I20260630 12:37:51.209124  8602 raft_consensus.cc:2955] T edf391f5f0d74aa889e745bd967f7333 P 862b36821f604ff1a3dd36af26259c42 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } attrs { replace: true } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } } }
I20260630 12:37:51.215018  8766 raft_consensus.cc:2955] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } attrs { replace: true } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } } }
I20260630 12:37:51.220422  8349 catalog_manager.cc:5697] T edf391f5f0d74aa889e745bd967f7333 P 862b36821f604ff1a3dd36af26259c42 reported cstate change: config changed from index 4 to 5, da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } attrs { replace: true } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } } }
I20260630 12:37:51.222040  8858 raft_consensus.cc:2955] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } attrs { replace: true } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } } }
I20260630 12:37:51.254297  8528 consensus_queue.cc:237] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [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: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } }
I20260630 12:37:51.260754  8766 raft_consensus.cc:1275] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff [term 1 FOLLOWER]: Refusing update from remote peer d9086b3ed0f24a3cbf16c14dbd867266: 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:51.261356  8602 raft_consensus.cc:1275] T edf391f5f0d74aa889e745bd967f7333 P 862b36821f604ff1a3dd36af26259c42 [term 1 FOLLOWER]: Refusing update from remote peer d9086b3ed0f24a3cbf16c14dbd867266: 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:51.262725  8932 consensus_queue.cc:1048] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [LEADER]: Connected to new peer: Peer: permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } 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:51.263711  8933 consensus_queue.cc:1048] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [LEADER]: Connected to new peer: Peer: permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:37:51.270485  8931 raft_consensus.cc:2955] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 LEADER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER 59d47b268d82473abf3ede19e681426b (127.0.192.1) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } } }
I20260630 12:37:51.272616  8766 raft_consensus.cc:2955] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER 59d47b268d82473abf3ede19e681426b (127.0.192.1) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } } }
I20260630 12:37:51.279968  8602 raft_consensus.cc:2955] T edf391f5f0d74aa889e745bd967f7333 P 862b36821f604ff1a3dd36af26259c42 [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER 59d47b268d82473abf3ede19e681426b (127.0.192.1) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } } }
I20260630 12:37:51.282070  8336 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet edf391f5f0d74aa889e745bd967f7333 with cas_config_opid_index 5: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:51.286008  8348 catalog_manager.cc:5697] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 reported cstate change: config changed from index 5 to 6, VOTER 59d47b268d82473abf3ede19e681426b (127.0.192.1) evicted. New cstate: current_term: 1 leader_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:51.298987  8848 tablet_service.cc:1558] Processing DeleteTablet for tablet edf391f5f0d74aa889e745bd967f7333 with delete_type TABLET_DATA_TOMBSTONED (TS 59d47b268d82473abf3ede19e681426b not found in new config with opid_index 6) from {username='slave'} at 127.0.0.1:33130
I20260630 12:37:51.304077  8945 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:51.304955  8945 raft_consensus.cc:2243] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:51.305963  8945 raft_consensus.cc:2272] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:51.308791  8945 ts_tablet_manager.cc:1916] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:51.319778  8945 ts_tablet_manager.cc:1929] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.5
I20260630 12:37:51.320132  8945 log.cc:1199] T edf391f5f0d74aa889e745bd967f7333 P 59d47b268d82473abf3ede19e681426b: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/ts-0-root/wals/edf391f5f0d74aa889e745bd967f7333
I20260630 12:37:51.321533  8338 catalog_manager.cc:5028] TS 59d47b268d82473abf3ede19e681426b (127.0.192.1:43983): tablet edf391f5f0d74aa889e745bd967f7333 (table test-workload [id=a82320b0b91b4977b380e0c0265e3ddf]) successfully deleted
I20260630 12:37:51.358740  8931 raft_consensus.cc:1064] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266: attempting to promote NON_VOTER da4d90316ae148458c1ace2ae0a54aff to VOTER
I20260630 12:37:51.360749  8931 consensus_queue.cc:237] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 2.2, Last appended by leader: 0, Current term: 2, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } attrs { replace: true } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } }
I20260630 12:37:51.367059  8766 raft_consensus.cc:1275] T 04c765dcc22545daa877c86aa9fb254c P da4d90316ae148458c1ace2ae0a54aff [term 2 LEARNER]: Refusing update from remote peer d9086b3ed0f24a3cbf16c14dbd867266: 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:51.367157  8602 raft_consensus.cc:1275] T 04c765dcc22545daa877c86aa9fb254c P 862b36821f604ff1a3dd36af26259c42 [term 2 FOLLOWER]: Refusing update from remote peer d9086b3ed0f24a3cbf16c14dbd867266: 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:51.368392  8858 raft_consensus.cc:1275] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [term 2 FOLLOWER]: Refusing update from remote peer d9086b3ed0f24a3cbf16c14dbd867266: 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:51.368769  8931 consensus_queue.cc:1048] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [LEADER]: Connected to new peer: Peer: permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } 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:37:51.369807  8933 consensus_queue.cc:1048] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [LEADER]: Connected to new peer: Peer: permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } 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:51.370751  8932 consensus_queue.cc:1048] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [LEADER]: Connected to new peer: Peer: permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:51.391608  8810 raft_consensus.cc:2955] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index 2 to 3, da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } attrs { replace: true } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } } }
I20260630 12:37:51.394832  8858 raft_consensus.cc:2955] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } attrs { replace: true } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } } }
I20260630 12:37:51.393687  8602 raft_consensus.cc:2955] T 04c765dcc22545daa877c86aa9fb254c P 862b36821f604ff1a3dd36af26259c42 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } attrs { replace: true } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } } }
I20260630 12:37:51.404593  8766 raft_consensus.cc:2955] T 04c765dcc22545daa877c86aa9fb254c P da4d90316ae148458c1ace2ae0a54aff [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } attrs { replace: true } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } } }
I20260630 12:37:51.406791  8350 catalog_manager.cc:5697] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 reported cstate change: config changed from index 2 to 3, da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:51.425499  8528 consensus_queue.cc:237] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 2.3, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } }
I20260630 12:37:51.427322  8675 raft_consensus.cc:1064] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42: attempting to promote NON_VOTER da4d90316ae148458c1ace2ae0a54aff to VOTER
I20260630 12:37:51.432471  8675 consensus_queue.cc:237] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [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: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } attrs { replace: true } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } }
I20260630 12:37:51.437075  8766 raft_consensus.cc:1275] T 04c765dcc22545daa877c86aa9fb254c P da4d90316ae148458c1ace2ae0a54aff [term 2 FOLLOWER]: Refusing update from remote peer d9086b3ed0f24a3cbf16c14dbd867266: 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:51.438863  8931 consensus_queue.cc:1048] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [LEADER]: Connected to new peer: Peer: permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } 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:51.444669  8858 raft_consensus.cc:1275] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [term 2 FOLLOWER]: Refusing update from remote peer d9086b3ed0f24a3cbf16c14dbd867266: 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:51.446807  8810 consensus_queue.cc:1048] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [LEADER]: Connected to new peer: Peer: permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:51.450925  8528 raft_consensus.cc:1275] T ab068336a5bc4548b2d8199017b03210 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 FOLLOWER]: Refusing update from remote peer 862b36821f604ff1a3dd36af26259c42: 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:51.451282  8858 raft_consensus.cc:1275] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Refusing update from remote peer 862b36821f604ff1a3dd36af26259c42: 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:51.448776  8810 raft_consensus.cc:2955] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 862b36821f604ff1a3dd36af26259c42 (127.0.192.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } } }
I20260630 12:37:51.452701  8859 raft_consensus.cc:2955] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 862b36821f604ff1a3dd36af26259c42 (127.0.192.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } } }
I20260630 12:37:51.462450  8336 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 04c765dcc22545daa877c86aa9fb254c with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:51.454159  8766 raft_consensus.cc:1275] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff [term 1 LEARNER]: Refusing update from remote peer 862b36821f604ff1a3dd36af26259c42: 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:51.455155  8765 raft_consensus.cc:2955] T 04c765dcc22545daa877c86aa9fb254c P da4d90316ae148458c1ace2ae0a54aff [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 862b36821f604ff1a3dd36af26259c42 (127.0.192.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } } }
I20260630 12:37:51.457399  8675 consensus_queue.cc:1048] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } 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:51.465243  8934 consensus_queue.cc:1048] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:37:51.465422  8349 catalog_manager.cc:5697] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 reported cstate change: config changed from index 3 to 4, VOTER 862b36821f604ff1a3dd36af26259c42 (127.0.192.3) evicted. New cstate: current_term: 2 leader_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:51.466317  8935 consensus_queue.cc:1048] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } 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:51.478941  8589 tablet_service.cc:1558] Processing DeleteTablet for tablet 04c765dcc22545daa877c86aa9fb254c with delete_type TABLET_DATA_TOMBSTONED (TS 862b36821f604ff1a3dd36af26259c42 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:41100
I20260630 12:37:51.500613  8952 tablet_replica.cc:333] T 04c765dcc22545daa877c86aa9fb254c P 862b36821f604ff1a3dd36af26259c42: stopping tablet replica
I20260630 12:37:51.503880  8952 raft_consensus.cc:2243] T 04c765dcc22545daa877c86aa9fb254c P 862b36821f604ff1a3dd36af26259c42 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:51.504787  8952 raft_consensus.cc:2272] T 04c765dcc22545daa877c86aa9fb254c P 862b36821f604ff1a3dd36af26259c42 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:51.508653  8952 ts_tablet_manager.cc:1916] T 04c765dcc22545daa877c86aa9fb254c P 862b36821f604ff1a3dd36af26259c42: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:51.509744  8675 raft_consensus.cc:2955] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [term 1 LEADER]: Committing config change with OpId 1.5: config changed from index 4 to 5, da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } attrs { replace: true } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } } }
I20260630 12:37:51.512557  8766 raft_consensus.cc:2955] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } attrs { replace: true } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } } }
I20260630 12:37:51.525185  8528 raft_consensus.cc:2955] T ab068336a5bc4548b2d8199017b03210 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } attrs { replace: true } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } } }
I20260630 12:37:51.527143  8858 raft_consensus.cc:2955] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } attrs { replace: true } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } } }
I20260630 12:37:51.527563  8349 catalog_manager.cc:5697] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff reported cstate change: config changed from index 4 to 5, da4d90316ae148458c1ace2ae0a54aff (127.0.192.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "862b36821f604ff1a3dd36af26259c42" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "d9086b3ed0f24a3cbf16c14dbd867266" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32957 } attrs { replace: true } } peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } } }
I20260630 12:37:51.544400  8952 ts_tablet_manager.cc:1929] T 04c765dcc22545daa877c86aa9fb254c P 862b36821f604ff1a3dd36af26259c42: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.3
I20260630 12:37:51.545035  8952 log.cc:1199] T 04c765dcc22545daa877c86aa9fb254c P 862b36821f604ff1a3dd36af26259c42: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/ts-2-root/wals/04c765dcc22545daa877c86aa9fb254c
I20260630 12:37:51.546936  8337 catalog_manager.cc:5028] TS 862b36821f604ff1a3dd36af26259c42 (127.0.192.3:38607): tablet 04c765dcc22545daa877c86aa9fb254c (table test-workload [id=a82320b0b91b4977b380e0c0265e3ddf]) successfully deleted
I20260630 12:37:51.551229  8602 consensus_queue.cc:237] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [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: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } }
I20260630 12:37:51.556530  8766 raft_consensus.cc:1275] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff [term 1 FOLLOWER]: Refusing update from remote peer 862b36821f604ff1a3dd36af26259c42: 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:51.556922  8858 raft_consensus.cc:1275] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Refusing update from remote peer 862b36821f604ff1a3dd36af26259c42: 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:51.557928  8675 consensus_queue.cc:1048] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } 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:51.563629  8934 consensus_queue.cc:1048] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:37:51.566318  8935 raft_consensus.cc:2955] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [term 1 LEADER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER d9086b3ed0f24a3cbf16c14dbd867266 (127.0.192.2) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } } }
I20260630 12:37:51.568022  8766 raft_consensus.cc:2955] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER d9086b3ed0f24a3cbf16c14dbd867266 (127.0.192.2) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } } }
I20260630 12:37:51.572952  8858 raft_consensus.cc:2955] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER d9086b3ed0f24a3cbf16c14dbd867266 (127.0.192.2) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } } }
I20260630 12:37:51.578282  8337 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet ab068336a5bc4548b2d8199017b03210 with cas_config_opid_index 5: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:51.584178  8348 catalog_manager.cc:5697] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 reported cstate change: config changed from index 5 to 6, VOTER d9086b3ed0f24a3cbf16c14dbd867266 (127.0.192.2) evicted. New cstate: current_term: 1 leader_uuid: "862b36821f604ff1a3dd36af26259c42" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "862b36821f604ff1a3dd36af26259c42" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 38607 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "59d47b268d82473abf3ede19e681426b" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 43983 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "da4d90316ae148458c1ace2ae0a54aff" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 36235 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:51.594321  8515 tablet_service.cc:1558] Processing DeleteTablet for tablet ab068336a5bc4548b2d8199017b03210 with delete_type TABLET_DATA_TOMBSTONED (TS d9086b3ed0f24a3cbf16c14dbd867266 not found in new config with opid_index 6) from {username='slave'} at 127.0.0.1:59694
I20260630 12:37:51.598119  8955 tablet_replica.cc:333] T ab068336a5bc4548b2d8199017b03210 P d9086b3ed0f24a3cbf16c14dbd867266: stopping tablet replica
I20260630 12:37:51.599143  8955 raft_consensus.cc:2243] T ab068336a5bc4548b2d8199017b03210 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:51.600134  8955 raft_consensus.cc:2272] T ab068336a5bc4548b2d8199017b03210 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:51.603000  8955 ts_tablet_manager.cc:1916] T ab068336a5bc4548b2d8199017b03210 P d9086b3ed0f24a3cbf16c14dbd867266: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:51.613876  8955 ts_tablet_manager.cc:1929] T ab068336a5bc4548b2d8199017b03210 P d9086b3ed0f24a3cbf16c14dbd867266: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.5
I20260630 12:37:51.614259  8955 log.cc:1199] T ab068336a5bc4548b2d8199017b03210 P d9086b3ed0f24a3cbf16c14dbd867266: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822852710831-768-0/minicluster-data/ts-1-root/wals/ab068336a5bc4548b2d8199017b03210
I20260630 12:37:51.615695  8336 catalog_manager.cc:5028] TS d9086b3ed0f24a3cbf16c14dbd867266 (127.0.192.2:32957): tablet ab068336a5bc4548b2d8199017b03210 (table test-workload [id=a82320b0b91b4977b380e0c0265e3ddf]) successfully deleted
W20260630 12:37:52.594949  8399 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 59d47b268d82473abf3ede19e681426b not available for placement
I20260630 12:37:53.602819   768 tablet_server.cc:179] TabletServer@127.0.192.1:43983 shutting down...
I20260630 12:37:53.628515   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:53.629381   768 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:53.629940   768 raft_consensus.cc:2243] T f3f286b740b74586a62f75489540a7d8 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:53.630514   768 raft_consensus.cc:2272] T f3f286b740b74586a62f75489540a7d8 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:53.632400   768 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:53.632902   768 raft_consensus.cc:2243] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:53.633358   768 raft_consensus.cc:2272] T 04c765dcc22545daa877c86aa9fb254c P 59d47b268d82473abf3ede19e681426b [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:53.635210   768 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:53.635695   768 raft_consensus.cc:2243] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:53.636207   768 raft_consensus.cc:2272] T ab068336a5bc4548b2d8199017b03210 P 59d47b268d82473abf3ede19e681426b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:53.659963   768 tablet_server.cc:196] TabletServer@127.0.192.1:43983 shutdown complete.
I20260630 12:37:53.674144   768 tablet_server.cc:179] TabletServer@127.0.192.2:0 shutting down...
I20260630 12:37:53.695784   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:53.696420   768 tablet_replica.cc:333] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266: stopping tablet replica
I20260630 12:37:53.696997   768 raft_consensus.cc:2243] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:53.697775   768 raft_consensus.cc:2272] T edf391f5f0d74aa889e745bd967f7333 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:53.699714   768 tablet_replica.cc:333] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266: stopping tablet replica
I20260630 12:37:53.700228   768 raft_consensus.cc:2243] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:53.700980   768 raft_consensus.cc:2272] T 04c765dcc22545daa877c86aa9fb254c P d9086b3ed0f24a3cbf16c14dbd867266 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:53.702898   768 tablet_replica.cc:333] T f3f286b740b74586a62f75489540a7d8 P d9086b3ed0f24a3cbf16c14dbd867266: stopping tablet replica
I20260630 12:37:53.703354   768 raft_consensus.cc:2243] T f3f286b740b74586a62f75489540a7d8 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:53.703882   768 raft_consensus.cc:2272] T f3f286b740b74586a62f75489540a7d8 P d9086b3ed0f24a3cbf16c14dbd867266 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:53.727492   768 tablet_server.cc:196] TabletServer@127.0.192.2:0 shutdown complete.
I20260630 12:37:53.743224   768 tablet_server.cc:179] TabletServer@127.0.192.3:0 shutting down...
I20260630 12:37:53.766585   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:53.767264   768 tablet_replica.cc:333] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42: stopping tablet replica
I20260630 12:37:53.767825   768 raft_consensus.cc:2243] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:53.768676   768 raft_consensus.cc:2272] T f3f286b740b74586a62f75489540a7d8 P 862b36821f604ff1a3dd36af26259c42 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:53.770680   768 tablet_replica.cc:333] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42: stopping tablet replica
I20260630 12:37:53.771339   768 raft_consensus.cc:2243] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:53.772109   768 raft_consensus.cc:2272] T ab068336a5bc4548b2d8199017b03210 P 862b36821f604ff1a3dd36af26259c42 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:53.773955   768 tablet_replica.cc:333] T edf391f5f0d74aa889e745bd967f7333 P 862b36821f604ff1a3dd36af26259c42: stopping tablet replica
I20260630 12:37:53.774472   768 raft_consensus.cc:2243] T edf391f5f0d74aa889e745bd967f7333 P 862b36821f604ff1a3dd36af26259c42 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:53.775156   768 raft_consensus.cc:2272] T edf391f5f0d74aa889e745bd967f7333 P 862b36821f604ff1a3dd36af26259c42 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:53.797940   768 tablet_server.cc:196] TabletServer@127.0.192.3:0 shutdown complete.
I20260630 12:37:53.811764   768 tablet_server.cc:179] TabletServer@127.0.192.4:0 shutting down...
I20260630 12:37:53.831662   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:53.832562   768 tablet_replica.cc:333] T 04c765dcc22545daa877c86aa9fb254c P da4d90316ae148458c1ace2ae0a54aff: stopping tablet replica
I20260630 12:37:53.833168   768 raft_consensus.cc:2243] T 04c765dcc22545daa877c86aa9fb254c P da4d90316ae148458c1ace2ae0a54aff [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:53.833755   768 raft_consensus.cc:2272] T 04c765dcc22545daa877c86aa9fb254c P da4d90316ae148458c1ace2ae0a54aff [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:53.835922   768 tablet_replica.cc:333] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff: stopping tablet replica
I20260630 12:37:53.836484   768 raft_consensus.cc:2243] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:53.837042   768 raft_consensus.cc:2272] T edf391f5f0d74aa889e745bd967f7333 P da4d90316ae148458c1ace2ae0a54aff [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:53.839129   768 tablet_replica.cc:333] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff: stopping tablet replica
I20260630 12:37:53.839649   768 raft_consensus.cc:2243] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:53.840199   768 raft_consensus.cc:2272] T ab068336a5bc4548b2d8199017b03210 P da4d90316ae148458c1ace2ae0a54aff [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:53.863188   768 tablet_server.cc:196] TabletServer@127.0.192.4:0 shutdown complete.
I20260630 12:37:53.876140   768 master.cc:562] Master@127.0.192.62:43859 shutting down...
I20260630 12:37:53.891877   768 raft_consensus.cc:2243] T 00000000000000000000000000000000 P f14310dc30b5482fafb8a698557efa08 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:53.892513   768 raft_consensus.cc:2272] T 00000000000000000000000000000000 P f14310dc30b5482fafb8a698557efa08 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:53.892916   768 tablet_replica.cc:333] T 00000000000000000000000000000000 P f14310dc30b5482fafb8a698557efa08: stopping tablet replica
I20260630 12:37:53.914973   768 master.cc:584] Master@127.0.192.62:43859 shutdown complete.
[       OK ] AutoRebalancerTest.TestDeletedTables (9428 ms)
[ RUN      ] AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails
I20260630 12:37:53.951238   768 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.192.62:44849
I20260630 12:37:53.952298   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:53.957933  8958 instance_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.958459  8957 instance_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.958824  8960 instance_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.959129   768 server_base.cc:1061] running on GCE node
I20260630 12:37:53.960028   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:53.960212   768 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.960336   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823073960324 us; error 0 us; skew 500 ppm
I20260630 12:37:53.960813   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:53.963230   768 webserver.cc:533] Webserver started at http://127.0.192.62:45785/ using document root <none> and password file <none>
I20260630 12:37:53.963687   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:53.963860   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:53.964094   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:53.965181   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822852710831-768-0/minicluster-data/master-0-root/instance:
uuid: "5089272acb264b589204766686d152e4"
format_stamp: "Formatted at 2026-06-30 12:37:53 on dist-test-slave-n0zz"
I20260630 12:37:53.969868   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:37:53.973423  8965 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.974318   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:53.974632   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822852710831-768-0/minicluster-data/master-0-root
uuid: "5089272acb264b589204766686d152e4"
format_stamp: "Formatted at 2026-06-30 12:37:53 on dist-test-slave-n0zz"
I20260630 12:37:53.974965   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822852710831-768-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822852710831-768-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822852710831-768-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:54.028784   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:54.029918   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:54.066404   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.62:44849
I20260630 12:37:54.066475  9016 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.62:44849 every 8 connection(s)
I20260630 12:37:54.070362  9017 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:54.081640  9017 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5089272acb264b589204766686d152e4: Bootstrap starting.
I20260630 12:37:54.086041  9017 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5089272acb264b589204766686d152e4: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:54.089983  9017 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5089272acb264b589204766686d152e4: No bootstrap required, opened a new log
I20260630 12:37:54.092064  9017 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5089272acb264b589204766686d152e4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5089272acb264b589204766686d152e4" member_type: VOTER }
I20260630 12:37:54.092433  9017 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5089272acb264b589204766686d152e4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.092707  9017 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5089272acb264b589204766686d152e4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5089272acb264b589204766686d152e4, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.093545  9017 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5089272acb264b589204766686d152e4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "5089272acb264b589204766686d152e4" member_type: VOTER }
I20260630 12:37:54.094159  9017 raft_consensus.cc:399] T 00000000000000000000000000000000 P 5089272acb264b589204766686d152e4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:54.094535  9017 raft_consensus.cc:493] T 00000000000000000000000000000000 P 5089272acb264b589204766686d152e4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:54.094903  9017 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5089272acb264b589204766686d152e4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.123525  9017 raft_consensus.cc:515] T 00000000000000000000000000000000 P 5089272acb264b589204766686d152e4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5089272acb264b589204766686d152e4" member_type: VOTER }
I20260630 12:37:54.124365  9017 leader_election.cc:304] T 00000000000000000000000000000000 P 5089272acb264b589204766686d152e4 [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: 5089272acb264b589204766686d152e4; no voters: 
I20260630 12:37:54.125622  9017 leader_election.cc:290] T 00000000000000000000000000000000 P 5089272acb264b589204766686d152e4 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:54.126134  9021 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 5089272acb264b589204766686d152e4 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:54.127967  9021 raft_consensus.cc:697] T 00000000000000000000000000000000 P 5089272acb264b589204766686d152e4 [term 1 LEADER]: Becoming Leader. State: Replica: 5089272acb264b589204766686d152e4, State: Running, Role: LEADER
I20260630 12:37:54.128882  9021 consensus_queue.cc:237] T 00000000000000000000000000000000 P 5089272acb264b589204766686d152e4 [LEADER]: Queue going to LEADER mode. State: All 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: "5089272acb264b589204766686d152e4" member_type: VOTER }
I20260630 12:37:54.129096  9017 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5089272acb264b589204766686d152e4 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:54.137603  9022 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5089272acb264b589204766686d152e4 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "5089272acb264b589204766686d152e4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5089272acb264b589204766686d152e4" member_type: VOTER } }
I20260630 12:37:54.137780  9023 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5089272acb264b589204766686d152e4 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5089272acb264b589204766686d152e4. Latest consensus state: current_term: 1 leader_uuid: "5089272acb264b589204766686d152e4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5089272acb264b589204766686d152e4" member_type: VOTER } }
I20260630 12:37:54.138762  9022 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5089272acb264b589204766686d152e4 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:54.138837  9023 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5089272acb264b589204766686d152e4 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:54.145139  9031 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:54.150944  9031 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:54.152271   768 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:54.161501  9031 catalog_manager.cc:1383] Generated new cluster ID: e5636d3a6bfb4ca5839d973994899b8e
I20260630 12:37:54.161846  9031 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:54.177802  9031 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:54.179270  9031 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:54.191637  9031 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 5089272acb264b589204766686d152e4: Generated new TSK 0
I20260630 12:37:54.192301  9031 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:54.219580   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:54.227180  9039 instance_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:54.228188  9040 instance_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:54.230316   768 server_base.cc:1061] running on GCE node
W20260630 12:37:54.230552  9042 instance_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:54.231776   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:54.232028   768 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:54.232214   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823074232195 us; error 0 us; skew 500 ppm
I20260630 12:37:54.232784   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:54.235540   768 webserver.cc:533] Webserver started at http://127.0.192.1:45971/ using document root <none> and password file <none>
I20260630 12:37:54.236088   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:54.236307   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:54.236626   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:54.238008   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822852710831-768-0/minicluster-data/ts-0-root/instance:
uuid: "6d4d733ecbc34c268c7228b7d2f240d3"
format_stamp: "Formatted at 2026-06-30 12:37:54 on dist-test-slave-n0zz"
I20260630 12:37:54.242869   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:37:54.246402  9047 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:54.247129   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:37:54.247421   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822852710831-768-0/minicluster-data/ts-0-root
uuid: "6d4d733ecbc34c268c7228b7d2f240d3"
format_stamp: "Formatted at 2026-06-30 12:37:54 on dist-test-slave-n0zz"
I20260630 12:37:54.247716   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822852710831-768-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822852710831-768-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822852710831-768-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:54.264720   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:54.266045   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:54.267575   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:54.270068   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:54.270335   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:37:54.270610   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:54.270792   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:54.317830   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.1:45997
I20260630 12:37:54.317940  9109 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.1:45997 every 8 connection(s)
I20260630 12:37:54.323824   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:54.332157  9114 instance_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:54.332775  9115 instance_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:54.334955  9117 instance_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:54.335423   768 server_base.cc:1061] running on GCE node
I20260630 12:37:54.336323   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:54.336562   768 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:54.336740   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823074336721 us; error 0 us; skew 500 ppm
I20260630 12:37:54.337280   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:54.339934   768 webserver.cc:533] Webserver started at http://127.0.192.2:42053/ using document root <none> and password file <none>
I20260630 12:37:54.340553   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:54.340796   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:54.341099   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:54.342555  9110 heartbeater.cc:344] Connected to a master server at 127.0.192.62:44849
I20260630 12:37:54.342707   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822852710831-768-0/minicluster-data/ts-1-root/instance:
uuid: "baef1a22b1fb42ce912c27a9b3eea241"
format_stamp: "Formatted at 2026-06-30 12:37:54 on dist-test-slave-n0zz"
I20260630 12:37:54.342989  9110 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:54.344121  9110 heartbeater.cc:507] Master 127.0.192.62:44849 requested a full tablet report, sending...
I20260630 12:37:54.346547  8982 ts_manager.cc:194] Registered new tserver with Master: 6d4d733ecbc34c268c7228b7d2f240d3 (127.0.192.1:45997)
I20260630 12:37:54.348481   768 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:37:54.349265  8982 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55834
I20260630 12:37:54.352670  9122 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:54.353608   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:54.353942   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822852710831-768-0/minicluster-data/ts-1-root
uuid: "baef1a22b1fb42ce912c27a9b3eea241"
format_stamp: "Formatted at 2026-06-30 12:37:54 on dist-test-slave-n0zz"
I20260630 12:37:54.354300   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822852710831-768-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822852710831-768-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822852710831-768-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:54.369215   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:54.370464   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:54.371883   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:54.374317   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:54.374514   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:54.374795   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:54.374960   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:54.416776   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.2:36103
I20260630 12:37:54.416898  9184 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.2:36103 every 8 connection(s)
I20260630 12:37:54.421789   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:54.429683  9188 instance_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:54.431371  9189 instance_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:54.433370  9191 instance_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:54.434736   768 server_base.cc:1061] running on GCE node
I20260630 12:37:54.435001  9185 heartbeater.cc:344] Connected to a master server at 127.0.192.62:44849
I20260630 12:37:54.435460  9185 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:54.435858   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:54.436169   768 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:54.436373   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823074436354 us; error 0 us; skew 500 ppm
I20260630 12:37:54.436414  9185 heartbeater.cc:507] Master 127.0.192.62:44849 requested a full tablet report, sending...
I20260630 12:37:54.437193   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:54.439062  8982 ts_manager.cc:194] Registered new tserver with Master: baef1a22b1fb42ce912c27a9b3eea241 (127.0.192.2:36103)
I20260630 12:37:54.440140   768 webserver.cc:533] Webserver started at http://127.0.192.3:37285/ using document root <none> and password file <none>
I20260630 12:37:54.440828   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:54.441078   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:54.441030  8982 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55844
I20260630 12:37:54.441622   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:54.443337   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822852710831-768-0/minicluster-data/ts-2-root/instance:
uuid: "5d8fa914222341aeb020b474c9071c10"
format_stamp: "Formatted at 2026-06-30 12:37:54 on dist-test-slave-n0zz"
I20260630 12:37:54.448230   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:37:54.451903  9196 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:54.452700   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:37:54.453018   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822852710831-768-0/minicluster-data/ts-2-root
uuid: "5d8fa914222341aeb020b474c9071c10"
format_stamp: "Formatted at 2026-06-30 12:37:54 on dist-test-slave-n0zz"
I20260630 12:37:54.453274   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822852710831-768-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822852710831-768-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822852710831-768-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:54.479187   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:54.480383   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:54.481627   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:54.483940   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:54.484171   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:54.484400   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:54.484572   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:54.524943   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.3:40235
I20260630 12:37:54.525044  9258 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.3:40235 every 8 connection(s)
I20260630 12:37:54.539356  9259 heartbeater.cc:344] Connected to a master server at 127.0.192.62:44849
I20260630 12:37:54.539754  9259 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:54.540468  9259 heartbeater.cc:507] Master 127.0.192.62:44849 requested a full tablet report, sending...
I20260630 12:37:54.542367  8982 ts_manager.cc:194] Registered new tserver with Master: 5d8fa914222341aeb020b474c9071c10 (127.0.192.3:40235)
I20260630 12:37:54.542905   768 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014723863s
I20260630 12:37:54.543768  8982 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55848
I20260630 12:37:55.352447  9110 heartbeater.cc:499] Master 127.0.192.62:44849 was elected leader, sending a full tablet report...
I20260630 12:37:55.444554  9185 heartbeater.cc:499] Master 127.0.192.62:44849 was elected leader, sending a full tablet report...
I20260630 12:37:55.546461  9259 heartbeater.cc:499] Master 127.0.192.62:44849 was elected leader, sending a full tablet report...
I20260630 12:37:55.599907  8982 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:55860:
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:55.602257  8982 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:55.669591  9075 tablet_service.cc:1511] Processing CreateTablet for tablet ef93a839e57545ed8707ac077becf488 (DEFAULT_TABLE table=test-workload [id=376434709c3a4997ac7daeaa9e5a66b0]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:55.671195  9075 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef93a839e57545ed8707ac077becf488. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:55.672508  9073 tablet_service.cc:1511] Processing CreateTablet for tablet c3e4f71ac4064428a17130c6bcc6901b (DEFAULT_TABLE table=test-workload [id=376434709c3a4997ac7daeaa9e5a66b0]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:55.674014  9073 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c3e4f71ac4064428a17130c6bcc6901b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:55.675837  9224 tablet_service.cc:1511] Processing CreateTablet for tablet ef93a839e57545ed8707ac077becf488 (DEFAULT_TABLE table=test-workload [id=376434709c3a4997ac7daeaa9e5a66b0]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:55.677253  9224 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef93a839e57545ed8707ac077becf488. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:55.676954  9223 tablet_service.cc:1511] Processing CreateTablet for tablet bc629a34eaad490f95f6c1a3f65235cd (DEFAULT_TABLE table=test-workload [id=376434709c3a4997ac7daeaa9e5a66b0]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:55.678320  9223 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bc629a34eaad490f95f6c1a3f65235cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:55.678452  9072 tablet_service.cc:1511] Processing CreateTablet for tablet 1e49d85e73714da387f98727b1039acc (DEFAULT_TABLE table=test-workload [id=376434709c3a4997ac7daeaa9e5a66b0]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:55.679796  9072 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1e49d85e73714da387f98727b1039acc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:55.680183  9149 tablet_service.cc:1511] Processing CreateTablet for tablet bc629a34eaad490f95f6c1a3f65235cd (DEFAULT_TABLE table=test-workload [id=376434709c3a4997ac7daeaa9e5a66b0]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:55.681524  9149 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bc629a34eaad490f95f6c1a3f65235cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:55.683418  9222 tablet_service.cc:1511] Processing CreateTablet for tablet c3e4f71ac4064428a17130c6bcc6901b (DEFAULT_TABLE table=test-workload [id=376434709c3a4997ac7daeaa9e5a66b0]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:55.683952  9150 tablet_service.cc:1511] Processing CreateTablet for tablet ef93a839e57545ed8707ac077becf488 (DEFAULT_TABLE table=test-workload [id=376434709c3a4997ac7daeaa9e5a66b0]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:55.684755  9222 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c3e4f71ac4064428a17130c6bcc6901b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:55.685273  9150 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef93a839e57545ed8707ac077becf488. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:55.670787  9074 tablet_service.cc:1511] Processing CreateTablet for tablet bc629a34eaad490f95f6c1a3f65235cd (DEFAULT_TABLE table=test-workload [id=376434709c3a4997ac7daeaa9e5a66b0]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:55.686990  9074 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bc629a34eaad490f95f6c1a3f65235cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:55.687722  9221 tablet_service.cc:1511] Processing CreateTablet for tablet 1e49d85e73714da387f98727b1039acc (DEFAULT_TABLE table=test-workload [id=376434709c3a4997ac7daeaa9e5a66b0]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:55.687927  9148 tablet_service.cc:1511] Processing CreateTablet for tablet c3e4f71ac4064428a17130c6bcc6901b (DEFAULT_TABLE table=test-workload [id=376434709c3a4997ac7daeaa9e5a66b0]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:55.689419  9221 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1e49d85e73714da387f98727b1039acc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:55.689498  9148 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c3e4f71ac4064428a17130c6bcc6901b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:55.708230  9147 tablet_service.cc:1511] Processing CreateTablet for tablet 1e49d85e73714da387f98727b1039acc (DEFAULT_TABLE table=test-workload [id=376434709c3a4997ac7daeaa9e5a66b0]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:55.709755  9147 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1e49d85e73714da387f98727b1039acc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:55.763546  9280 tablet_bootstrap.cc:492] T ef93a839e57545ed8707ac077becf488 P baef1a22b1fb42ce912c27a9b3eea241: Bootstrap starting.
I20260630 12:37:55.766360  9279 tablet_bootstrap.cc:492] T ef93a839e57545ed8707ac077becf488 P 5d8fa914222341aeb020b474c9071c10: Bootstrap starting.
I20260630 12:37:55.770098  9281 tablet_bootstrap.cc:492] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3: Bootstrap starting.
I20260630 12:37:55.771234  9280 tablet_bootstrap.cc:654] T ef93a839e57545ed8707ac077becf488 P baef1a22b1fb42ce912c27a9b3eea241: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:55.775210  9279 tablet_bootstrap.cc:654] T ef93a839e57545ed8707ac077becf488 P 5d8fa914222341aeb020b474c9071c10: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:55.777673  9281 tablet_bootstrap.cc:654] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:55.777700  9280 tablet_bootstrap.cc:492] T ef93a839e57545ed8707ac077becf488 P baef1a22b1fb42ce912c27a9b3eea241: No bootstrap required, opened a new log
I20260630 12:37:55.778605  9280 ts_tablet_manager.cc:1403] T ef93a839e57545ed8707ac077becf488 P baef1a22b1fb42ce912c27a9b3eea241: Time spent bootstrapping tablet: real 0.015s	user 0.014s	sys 0.000s
I20260630 12:37:55.782051  9280 raft_consensus.cc:359] T ef93a839e57545ed8707ac077becf488 P baef1a22b1fb42ce912c27a9b3eea241 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } }
I20260630 12:37:55.783067  9280 raft_consensus.cc:385] T ef93a839e57545ed8707ac077becf488 P baef1a22b1fb42ce912c27a9b3eea241 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:55.783589  9280 raft_consensus.cc:740] T ef93a839e57545ed8707ac077becf488 P baef1a22b1fb42ce912c27a9b3eea241 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: baef1a22b1fb42ce912c27a9b3eea241, State: Initialized, Role: FOLLOWER
I20260630 12:37:55.784955  9279 tablet_bootstrap.cc:492] T ef93a839e57545ed8707ac077becf488 P 5d8fa914222341aeb020b474c9071c10: No bootstrap required, opened a new log
I20260630 12:37:55.784528  9280 consensus_queue.cc:260] T ef93a839e57545ed8707ac077becf488 P baef1a22b1fb42ce912c27a9b3eea241 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } }
I20260630 12:37:55.785413  9279 ts_tablet_manager.cc:1403] T ef93a839e57545ed8707ac077becf488 P 5d8fa914222341aeb020b474c9071c10: Time spent bootstrapping tablet: real 0.019s	user 0.008s	sys 0.006s
I20260630 12:37:55.785930  9281 tablet_bootstrap.cc:492] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3: No bootstrap required, opened a new log
I20260630 12:37:55.786572  9281 ts_tablet_manager.cc:1403] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3: Time spent bootstrapping tablet: real 0.017s	user 0.008s	sys 0.008s
I20260630 12:37:55.787582  9280 ts_tablet_manager.cc:1434] T ef93a839e57545ed8707ac077becf488 P baef1a22b1fb42ce912c27a9b3eea241: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.002s
I20260630 12:37:55.788661  9280 tablet_bootstrap.cc:492] T 1e49d85e73714da387f98727b1039acc P baef1a22b1fb42ce912c27a9b3eea241: Bootstrap starting.
I20260630 12:37:55.788335  9279 raft_consensus.cc:359] T ef93a839e57545ed8707ac077becf488 P 5d8fa914222341aeb020b474c9071c10 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } }
I20260630 12:37:55.789134  9279 raft_consensus.cc:385] T ef93a839e57545ed8707ac077becf488 P 5d8fa914222341aeb020b474c9071c10 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:55.789500  9279 raft_consensus.cc:740] T ef93a839e57545ed8707ac077becf488 P 5d8fa914222341aeb020b474c9071c10 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5d8fa914222341aeb020b474c9071c10, State: Initialized, Role: FOLLOWER
I20260630 12:37:55.790441  9281 raft_consensus.cc:359] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:55.790484  9279 consensus_queue.cc:260] T ef93a839e57545ed8707ac077becf488 P 5d8fa914222341aeb020b474c9071c10 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } }
I20260630 12:37:55.791595  9281 raft_consensus.cc:385] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:55.792016  9281 raft_consensus.cc:740] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6d4d733ecbc34c268c7228b7d2f240d3, State: Initialized, Role: FOLLOWER
I20260630 12:37:55.793036  9281 consensus_queue.cc:260] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:55.796244  9280 tablet_bootstrap.cc:654] T 1e49d85e73714da387f98727b1039acc P baef1a22b1fb42ce912c27a9b3eea241: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:55.800694  9279 ts_tablet_manager.cc:1434] T ef93a839e57545ed8707ac077becf488 P 5d8fa914222341aeb020b474c9071c10: Time spent starting tablet: real 0.015s	user 0.006s	sys 0.008s
I20260630 12:37:55.803733  9279 tablet_bootstrap.cc:492] T 1e49d85e73714da387f98727b1039acc P 5d8fa914222341aeb020b474c9071c10: Bootstrap starting.
I20260630 12:37:55.810653  9280 tablet_bootstrap.cc:492] T 1e49d85e73714da387f98727b1039acc P baef1a22b1fb42ce912c27a9b3eea241: No bootstrap required, opened a new log
I20260630 12:37:55.813591  9280 ts_tablet_manager.cc:1403] T 1e49d85e73714da387f98727b1039acc P baef1a22b1fb42ce912c27a9b3eea241: Time spent bootstrapping tablet: real 0.025s	user 0.006s	sys 0.017s
I20260630 12:37:55.813668  9279 tablet_bootstrap.cc:654] T 1e49d85e73714da387f98727b1039acc P 5d8fa914222341aeb020b474c9071c10: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:55.816802  9280 raft_consensus.cc:359] T 1e49d85e73714da387f98727b1039acc P baef1a22b1fb42ce912c27a9b3eea241 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:55.817571  9280 raft_consensus.cc:385] T 1e49d85e73714da387f98727b1039acc P baef1a22b1fb42ce912c27a9b3eea241 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:55.817852  9280 raft_consensus.cc:740] T 1e49d85e73714da387f98727b1039acc P baef1a22b1fb42ce912c27a9b3eea241 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: baef1a22b1fb42ce912c27a9b3eea241, State: Initialized, Role: FOLLOWER
I20260630 12:37:55.812534  9281 ts_tablet_manager.cc:1434] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3: Time spent starting tablet: real 0.026s	user 0.006s	sys 0.016s
I20260630 12:37:55.818985  9279 tablet_bootstrap.cc:492] T 1e49d85e73714da387f98727b1039acc P 5d8fa914222341aeb020b474c9071c10: No bootstrap required, opened a new log
I20260630 12:37:55.818663  9280 consensus_queue.cc:260] T 1e49d85e73714da387f98727b1039acc P baef1a22b1fb42ce912c27a9b3eea241 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:55.819481  9279 ts_tablet_manager.cc:1403] T 1e49d85e73714da387f98727b1039acc P 5d8fa914222341aeb020b474c9071c10: Time spent bootstrapping tablet: real 0.016s	user 0.010s	sys 0.001s
I20260630 12:37:55.820943  9280 ts_tablet_manager.cc:1434] T 1e49d85e73714da387f98727b1039acc P baef1a22b1fb42ce912c27a9b3eea241: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.003s
I20260630 12:37:55.821995  9280 tablet_bootstrap.cc:492] T c3e4f71ac4064428a17130c6bcc6901b P baef1a22b1fb42ce912c27a9b3eea241: Bootstrap starting.
I20260630 12:37:55.822603  9279 raft_consensus.cc:359] T 1e49d85e73714da387f98727b1039acc P 5d8fa914222341aeb020b474c9071c10 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:55.823395  9279 raft_consensus.cc:385] T 1e49d85e73714da387f98727b1039acc P 5d8fa914222341aeb020b474c9071c10 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:55.823729  9279 raft_consensus.cc:740] T 1e49d85e73714da387f98727b1039acc P 5d8fa914222341aeb020b474c9071c10 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5d8fa914222341aeb020b474c9071c10, State: Initialized, Role: FOLLOWER
I20260630 12:37:55.824738  9281 tablet_bootstrap.cc:492] T ef93a839e57545ed8707ac077becf488 P 6d4d733ecbc34c268c7228b7d2f240d3: Bootstrap starting.
I20260630 12:37:55.824679  9279 consensus_queue.cc:260] T 1e49d85e73714da387f98727b1039acc P 5d8fa914222341aeb020b474c9071c10 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:55.827387  9279 ts_tablet_manager.cc:1434] T 1e49d85e73714da387f98727b1039acc P 5d8fa914222341aeb020b474c9071c10: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.004s
I20260630 12:37:55.828472  9279 tablet_bootstrap.cc:492] T c3e4f71ac4064428a17130c6bcc6901b P 5d8fa914222341aeb020b474c9071c10: Bootstrap starting.
I20260630 12:37:55.829284  9280 tablet_bootstrap.cc:654] T c3e4f71ac4064428a17130c6bcc6901b P baef1a22b1fb42ce912c27a9b3eea241: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:55.832309  9281 tablet_bootstrap.cc:654] T ef93a839e57545ed8707ac077becf488 P 6d4d733ecbc34c268c7228b7d2f240d3: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:55.834987  9279 tablet_bootstrap.cc:654] T c3e4f71ac4064428a17130c6bcc6901b P 5d8fa914222341aeb020b474c9071c10: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:55.841460  9280 tablet_bootstrap.cc:492] T c3e4f71ac4064428a17130c6bcc6901b P baef1a22b1fb42ce912c27a9b3eea241: No bootstrap required, opened a new log
I20260630 12:37:55.842092  9280 ts_tablet_manager.cc:1403] T c3e4f71ac4064428a17130c6bcc6901b P baef1a22b1fb42ce912c27a9b3eea241: Time spent bootstrapping tablet: real 0.020s	user 0.013s	sys 0.004s
I20260630 12:37:55.843338  9281 tablet_bootstrap.cc:492] T ef93a839e57545ed8707ac077becf488 P 6d4d733ecbc34c268c7228b7d2f240d3: No bootstrap required, opened a new log
I20260630 12:37:55.843971  9281 ts_tablet_manager.cc:1403] T ef93a839e57545ed8707ac077becf488 P 6d4d733ecbc34c268c7228b7d2f240d3: Time spent bootstrapping tablet: real 0.020s	user 0.015s	sys 0.002s
I20260630 12:37:55.845219  9280 raft_consensus.cc:359] T c3e4f71ac4064428a17130c6bcc6901b P baef1a22b1fb42ce912c27a9b3eea241 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:55.846031  9280 raft_consensus.cc:385] T c3e4f71ac4064428a17130c6bcc6901b P baef1a22b1fb42ce912c27a9b3eea241 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:55.846393  9280 raft_consensus.cc:740] T c3e4f71ac4064428a17130c6bcc6901b P baef1a22b1fb42ce912c27a9b3eea241 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: baef1a22b1fb42ce912c27a9b3eea241, State: Initialized, Role: FOLLOWER
I20260630 12:37:55.847244  9280 consensus_queue.cc:260] T c3e4f71ac4064428a17130c6bcc6901b P baef1a22b1fb42ce912c27a9b3eea241 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:55.847762  9281 raft_consensus.cc:359] T ef93a839e57545ed8707ac077becf488 P 6d4d733ecbc34c268c7228b7d2f240d3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } }
I20260630 12:37:55.848593  9281 raft_consensus.cc:385] T ef93a839e57545ed8707ac077becf488 P 6d4d733ecbc34c268c7228b7d2f240d3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:55.849025  9281 raft_consensus.cc:740] T ef93a839e57545ed8707ac077becf488 P 6d4d733ecbc34c268c7228b7d2f240d3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6d4d733ecbc34c268c7228b7d2f240d3, State: Initialized, Role: FOLLOWER
I20260630 12:37:55.849732  9280 ts_tablet_manager.cc:1434] T c3e4f71ac4064428a17130c6bcc6901b P baef1a22b1fb42ce912c27a9b3eea241: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:37:55.850080  9281 consensus_queue.cc:260] T ef93a839e57545ed8707ac077becf488 P 6d4d733ecbc34c268c7228b7d2f240d3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } }
I20260630 12:37:55.850872  9280 tablet_bootstrap.cc:492] T bc629a34eaad490f95f6c1a3f65235cd P baef1a22b1fb42ce912c27a9b3eea241: Bootstrap starting.
I20260630 12:37:55.853502  9279 tablet_bootstrap.cc:492] T c3e4f71ac4064428a17130c6bcc6901b P 5d8fa914222341aeb020b474c9071c10: No bootstrap required, opened a new log
I20260630 12:37:55.853699  9281 ts_tablet_manager.cc:1434] T ef93a839e57545ed8707ac077becf488 P 6d4d733ecbc34c268c7228b7d2f240d3: Time spent starting tablet: real 0.009s	user 0.003s	sys 0.003s
I20260630 12:37:55.854086  9279 ts_tablet_manager.cc:1403] T c3e4f71ac4064428a17130c6bcc6901b P 5d8fa914222341aeb020b474c9071c10: Time spent bootstrapping tablet: real 0.026s	user 0.007s	sys 0.018s
I20260630 12:37:55.854991  9281 tablet_bootstrap.cc:492] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3: Bootstrap starting.
I20260630 12:37:55.857234  9279 raft_consensus.cc:359] T c3e4f71ac4064428a17130c6bcc6901b P 5d8fa914222341aeb020b474c9071c10 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:55.858031  9279 raft_consensus.cc:385] T c3e4f71ac4064428a17130c6bcc6901b P 5d8fa914222341aeb020b474c9071c10 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:55.858209  9280 tablet_bootstrap.cc:654] T bc629a34eaad490f95f6c1a3f65235cd P baef1a22b1fb42ce912c27a9b3eea241: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:55.858428  9279 raft_consensus.cc:740] T c3e4f71ac4064428a17130c6bcc6901b P 5d8fa914222341aeb020b474c9071c10 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5d8fa914222341aeb020b474c9071c10, State: Initialized, Role: FOLLOWER
I20260630 12:37:55.859464  9279 consensus_queue.cc:260] T c3e4f71ac4064428a17130c6bcc6901b P 5d8fa914222341aeb020b474c9071c10 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:55.862068  9279 ts_tablet_manager.cc:1434] T c3e4f71ac4064428a17130c6bcc6901b P 5d8fa914222341aeb020b474c9071c10: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:37:55.862447  9281 tablet_bootstrap.cc:654] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:55.863174  9279 tablet_bootstrap.cc:492] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10: Bootstrap starting.
I20260630 12:37:55.871824  9279 tablet_bootstrap.cc:654] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:55.881022  9281 tablet_bootstrap.cc:492] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3: No bootstrap required, opened a new log
I20260630 12:37:55.881659  9281 ts_tablet_manager.cc:1403] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3: Time spent bootstrapping tablet: real 0.027s	user 0.006s	sys 0.012s
I20260630 12:37:55.882324  9287 raft_consensus.cc:493] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:55.882978  9287 raft_consensus.cc:515] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:55.885515  9281 raft_consensus.cc:359] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:55.886749  9281 raft_consensus.cc:385] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:55.887192  9281 raft_consensus.cc:740] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6d4d733ecbc34c268c7228b7d2f240d3, State: Initialized, Role: FOLLOWER
I20260630 12:37:55.887852  9279 tablet_bootstrap.cc:492] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10: No bootstrap required, opened a new log
I20260630 12:37:55.888406  9281 consensus_queue.cc:260] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:55.890736  9279 ts_tablet_manager.cc:1403] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10: Time spent bootstrapping tablet: real 0.028s	user 0.016s	sys 0.006s
I20260630 12:37:55.895309  9279 raft_consensus.cc:359] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:55.900298  9281 ts_tablet_manager.cc:1434] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3: Time spent starting tablet: real 0.018s	user 0.016s	sys 0.000s
I20260630 12:37:55.901506  9279 raft_consensus.cc:385] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:55.902473  9279 raft_consensus.cc:740] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5d8fa914222341aeb020b474c9071c10, State: Initialized, Role: FOLLOWER
I20260630 12:37:55.903321  9281 tablet_bootstrap.cc:492] T bc629a34eaad490f95f6c1a3f65235cd P 6d4d733ecbc34c268c7228b7d2f240d3: Bootstrap starting.
I20260630 12:37:55.904652  9279 consensus_queue.cc:260] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:55.910204  9279 ts_tablet_manager.cc:1434] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10: Time spent starting tablet: real 0.019s	user 0.007s	sys 0.001s
I20260630 12:37:55.912309  9281 tablet_bootstrap.cc:654] T bc629a34eaad490f95f6c1a3f65235cd P 6d4d733ecbc34c268c7228b7d2f240d3: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:55.945266  9281 tablet_bootstrap.cc:492] T bc629a34eaad490f95f6c1a3f65235cd P 6d4d733ecbc34c268c7228b7d2f240d3: No bootstrap required, opened a new log
I20260630 12:37:55.946053  9281 ts_tablet_manager.cc:1403] T bc629a34eaad490f95f6c1a3f65235cd P 6d4d733ecbc34c268c7228b7d2f240d3: Time spent bootstrapping tablet: real 0.043s	user 0.010s	sys 0.013s
I20260630 12:37:55.918358  9285 raft_consensus.cc:493] T 1e49d85e73714da387f98727b1039acc P baef1a22b1fb42ce912c27a9b3eea241 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:55.949764  9281 raft_consensus.cc:359] T bc629a34eaad490f95f6c1a3f65235cd P 6d4d733ecbc34c268c7228b7d2f240d3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:55.957108  9281 raft_consensus.cc:385] T bc629a34eaad490f95f6c1a3f65235cd P 6d4d733ecbc34c268c7228b7d2f240d3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:55.957525  9281 raft_consensus.cc:740] T bc629a34eaad490f95f6c1a3f65235cd P 6d4d733ecbc34c268c7228b7d2f240d3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6d4d733ecbc34c268c7228b7d2f240d3, State: Initialized, Role: FOLLOWER
I20260630 12:37:55.958532  9281 consensus_queue.cc:260] T bc629a34eaad490f95f6c1a3f65235cd P 6d4d733ecbc34c268c7228b7d2f240d3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:55.965106  9281 ts_tablet_manager.cc:1434] T bc629a34eaad490f95f6c1a3f65235cd P 6d4d733ecbc34c268c7228b7d2f240d3: Time spent starting tablet: real 0.019s	user 0.007s	sys 0.000s
I20260630 12:37:55.949836  9285 raft_consensus.cc:515] T 1e49d85e73714da387f98727b1039acc P baef1a22b1fb42ce912c27a9b3eea241 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:56.011590  9285 leader_election.cc:290] T 1e49d85e73714da387f98727b1039acc P baef1a22b1fb42ce912c27a9b3eea241 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6d4d733ecbc34c268c7228b7d2f240d3 (127.0.192.1:45997), 5d8fa914222341aeb020b474c9071c10 (127.0.192.3:40235)
I20260630 12:37:56.061187  9287 leader_election.cc:290] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers baef1a22b1fb42ce912c27a9b3eea241 (127.0.192.2:36103), 5d8fa914222341aeb020b474c9071c10 (127.0.192.3:40235)
I20260630 12:37:56.070163  9286 raft_consensus.cc:493] T c3e4f71ac4064428a17130c6bcc6901b P 5d8fa914222341aeb020b474c9071c10 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:56.070909  9286 raft_consensus.cc:515] T c3e4f71ac4064428a17130c6bcc6901b P 5d8fa914222341aeb020b474c9071c10 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:56.079452  9286 leader_election.cc:290] T c3e4f71ac4064428a17130c6bcc6901b P 5d8fa914222341aeb020b474c9071c10 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6d4d733ecbc34c268c7228b7d2f240d3 (127.0.192.1:45997), baef1a22b1fb42ce912c27a9b3eea241 (127.0.192.2:36103)
I20260630 12:37:56.129374  9286 raft_consensus.cc:493] T 1e49d85e73714da387f98727b1039acc P 5d8fa914222341aeb020b474c9071c10 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:56.130230  9286 raft_consensus.cc:515] T 1e49d85e73714da387f98727b1039acc P 5d8fa914222341aeb020b474c9071c10 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:56.133157  9286 leader_election.cc:290] T 1e49d85e73714da387f98727b1039acc P 5d8fa914222341aeb020b474c9071c10 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6d4d733ecbc34c268c7228b7d2f240d3 (127.0.192.1:45997), baef1a22b1fb42ce912c27a9b3eea241 (127.0.192.2:36103)
I20260630 12:37:56.212399  9285 raft_consensus.cc:493] T c3e4f71ac4064428a17130c6bcc6901b P baef1a22b1fb42ce912c27a9b3eea241 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:56.213155  9285 raft_consensus.cc:515] T c3e4f71ac4064428a17130c6bcc6901b P baef1a22b1fb42ce912c27a9b3eea241 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:56.215798  9285 leader_election.cc:290] T c3e4f71ac4064428a17130c6bcc6901b P baef1a22b1fb42ce912c27a9b3eea241 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6d4d733ecbc34c268c7228b7d2f240d3 (127.0.192.1:45997), 5d8fa914222341aeb020b474c9071c10 (127.0.192.3:40235)
I20260630 12:37:56.233031  9286 raft_consensus.cc:493] T ef93a839e57545ed8707ac077becf488 P 5d8fa914222341aeb020b474c9071c10 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:56.233794  9286 raft_consensus.cc:515] T ef93a839e57545ed8707ac077becf488 P 5d8fa914222341aeb020b474c9071c10 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } }
I20260630 12:37:56.237608  9286 leader_election.cc:290] T ef93a839e57545ed8707ac077becf488 P 5d8fa914222341aeb020b474c9071c10 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6d4d733ecbc34c268c7228b7d2f240d3 (127.0.192.1:45997), baef1a22b1fb42ce912c27a9b3eea241 (127.0.192.2:36103)
I20260630 12:37:56.246845  9286 raft_consensus.cc:493] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:56.247594  9286 raft_consensus.cc:515] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:56.251288  9286 leader_election.cc:290] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6d4d733ecbc34c268c7228b7d2f240d3 (127.0.192.1:45997), baef1a22b1fb42ce912c27a9b3eea241 (127.0.192.2:36103)
I20260630 12:37:56.275837  9280 tablet_bootstrap.cc:492] T bc629a34eaad490f95f6c1a3f65235cd P baef1a22b1fb42ce912c27a9b3eea241: No bootstrap required, opened a new log
I20260630 12:37:56.276574  9280 ts_tablet_manager.cc:1403] T bc629a34eaad490f95f6c1a3f65235cd P baef1a22b1fb42ce912c27a9b3eea241: Time spent bootstrapping tablet: real 0.426s	user 0.010s	sys 0.000s
I20260630 12:37:56.286881  9280 raft_consensus.cc:359] T bc629a34eaad490f95f6c1a3f65235cd P baef1a22b1fb42ce912c27a9b3eea241 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:56.287894  9280 raft_consensus.cc:385] T bc629a34eaad490f95f6c1a3f65235cd P baef1a22b1fb42ce912c27a9b3eea241 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:56.288240  9280 raft_consensus.cc:740] T bc629a34eaad490f95f6c1a3f65235cd P baef1a22b1fb42ce912c27a9b3eea241 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: baef1a22b1fb42ce912c27a9b3eea241, State: Initialized, Role: FOLLOWER
I20260630 12:37:56.289201  9280 consensus_queue.cc:260] T bc629a34eaad490f95f6c1a3f65235cd P baef1a22b1fb42ce912c27a9b3eea241 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:56.301640  9280 ts_tablet_manager.cc:1434] T bc629a34eaad490f95f6c1a3f65235cd P baef1a22b1fb42ce912c27a9b3eea241: Time spent starting tablet: real 0.025s	user 0.009s	sys 0.001s
W20260630 12:37:57.574532   773 debug-util.cc:398] Leaking SignalData structure 0x7b080000f6a0 after lost signal to thread 9126
W20260630 12:37:57.575405   773 kernel_stack_watchdog.cc:198] Thread 9126 stuck at /apache/dev/git/kudu/src/kudu/util/thread.cc:642 for 589ms:
Kernel stack:
(could not read kernel stack)
User stack:
<Timed out: thread did not respond: maybe it is blocking signals>
W20260630 12:37:57.854358  9048 thread.cc:641] client-negotiator [worker] (thread pool) Time spent creating pthread: real 1.967s	user 0.007s	sys 0.024s
W20260630 12:37:57.854923  9048 thread.cc:608] client-negotiator [worker] (thread pool) Time spent starting thread: real 1.968s	user 0.007s	sys 0.024s
W20260630 12:37:57.892959  9125 thread.cc:641] client-negotiator [worker] (thread pool) Time spent creating pthread: real 1.912s	user 0.008s	sys 0.021s
W20260630 12:37:57.893750  9125 thread.cc:608] client-negotiator [worker] (thread pool) Time spent starting thread: real 1.913s	user 0.008s	sys 0.021s
I20260630 12:37:57.896323  9304 raft_consensus.cc:493] T ef93a839e57545ed8707ac077becf488 P baef1a22b1fb42ce912c27a9b3eea241 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:57.896968  9304 raft_consensus.cc:515] T ef93a839e57545ed8707ac077becf488 P baef1a22b1fb42ce912c27a9b3eea241 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } }
I20260630 12:37:57.899550  9304 leader_election.cc:290] T ef93a839e57545ed8707ac077becf488 P baef1a22b1fb42ce912c27a9b3eea241 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6d4d733ecbc34c268c7228b7d2f240d3 (127.0.192.1:45997), 5d8fa914222341aeb020b474c9071c10 (127.0.192.3:40235)
I20260630 12:37:57.921070  9305 raft_consensus.cc:493] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:57.921626  9305 raft_consensus.cc:515] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:57.921804  9306 raft_consensus.cc:493] T ef93a839e57545ed8707ac077becf488 P 6d4d733ecbc34c268c7228b7d2f240d3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:57.922503  9306 raft_consensus.cc:515] T ef93a839e57545ed8707ac077becf488 P 6d4d733ecbc34c268c7228b7d2f240d3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } }
I20260630 12:37:57.923683  9305 leader_election.cc:290] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers baef1a22b1fb42ce912c27a9b3eea241 (127.0.192.2:36103), 5d8fa914222341aeb020b474c9071c10 (127.0.192.3:40235)
I20260630 12:37:57.924719  9306 leader_election.cc:290] T ef93a839e57545ed8707ac077becf488 P 6d4d733ecbc34c268c7228b7d2f240d3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5d8fa914222341aeb020b474c9071c10 (127.0.192.3:40235), baef1a22b1fb42ce912c27a9b3eea241 (127.0.192.2:36103)
I20260630 12:37:57.928002  9159 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e49d85e73714da387f98727b1039acc" candidate_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "baef1a22b1fb42ce912c27a9b3eea241" is_pre_election: true
I20260630 12:37:57.928874  9159 raft_consensus.cc:2468] T 1e49d85e73714da387f98727b1039acc P baef1a22b1fb42ce912c27a9b3eea241 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6d4d733ecbc34c268c7228b7d2f240d3 in term 0.
I20260630 12:37:57.930154  9048 leader_election.cc:304] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6d4d733ecbc34c268c7228b7d2f240d3, baef1a22b1fb42ce912c27a9b3eea241; no voters: 
I20260630 12:37:57.930775  9158 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef93a839e57545ed8707ac077becf488" candidate_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "baef1a22b1fb42ce912c27a9b3eea241" is_pre_election: true
I20260630 12:37:57.931450  9306 raft_consensus.cc:2804] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:57.932241  9306 raft_consensus.cc:493] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:57.932161  9158 raft_consensus.cc:2468] T ef93a839e57545ed8707ac077becf488 P baef1a22b1fb42ce912c27a9b3eea241 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6d4d733ecbc34c268c7228b7d2f240d3 in term 0.
I20260630 12:37:57.932725  9306 raft_consensus.cc:3060] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.933456  9048 leader_election.cc:304] T ef93a839e57545ed8707ac077becf488 P 6d4d733ecbc34c268c7228b7d2f240d3 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6d4d733ecbc34c268c7228b7d2f240d3, baef1a22b1fb42ce912c27a9b3eea241; no voters: 
I20260630 12:37:57.934419  9305 raft_consensus.cc:2804] T ef93a839e57545ed8707ac077becf488 P 6d4d733ecbc34c268c7228b7d2f240d3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:57.934515  8980 rpcz_store.cc:275] Call kudu.master.MasterService.TSHeartbeat from 127.0.0.1:55834 (request call id 5) took 2069 ms. Trace:
I20260630 12:37:57.934944  9305 raft_consensus.cc:493] T ef93a839e57545ed8707ac077becf488 P 6d4d733ecbc34c268c7228b7d2f240d3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:57.935406  9305 raft_consensus.cc:3060] T ef93a839e57545ed8707ac077becf488 P 6d4d733ecbc34c268c7228b7d2f240d3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.935000  8980 rpcz_store.cc:276] 0630 12:37:55.864914 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:37:55.868120 (+  3206us) service_pool.cc:224] Handling call
0630 12:37:57.934320 (+2066200us) inbound_call.cc:177] Queueing success response
Metrics: {"reported_tablets":1}
W20260630 12:37:57.938226  9030 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:37:57.941537  9306 raft_consensus.cc:515] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:57.944247  9306 leader_election.cc:290] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [CANDIDATE]: Term 1 election: Requested vote from peers baef1a22b1fb42ce912c27a9b3eea241 (127.0.192.2:36103), 5d8fa914222341aeb020b474c9071c10 (127.0.192.3:40235)
I20260630 12:37:57.944670  9158 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e49d85e73714da387f98727b1039acc" candidate_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "baef1a22b1fb42ce912c27a9b3eea241"
I20260630 12:37:57.946743  9158 raft_consensus.cc:3060] T 1e49d85e73714da387f98727b1039acc P baef1a22b1fb42ce912c27a9b3eea241 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.947970  9305 raft_consensus.cc:515] T ef93a839e57545ed8707ac077becf488 P 6d4d733ecbc34c268c7228b7d2f240d3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } }
I20260630 12:37:57.950358  9305 leader_election.cc:290] T ef93a839e57545ed8707ac077becf488 P 6d4d733ecbc34c268c7228b7d2f240d3 [CANDIDATE]: Term 1 election: Requested vote from peers 5d8fa914222341aeb020b474c9071c10 (127.0.192.3:40235), baef1a22b1fb42ce912c27a9b3eea241 (127.0.192.2:36103)
I20260630 12:37:57.951437  9159 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef93a839e57545ed8707ac077becf488" candidate_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "baef1a22b1fb42ce912c27a9b3eea241"
I20260630 12:37:57.952137  9159 raft_consensus.cc:3060] T ef93a839e57545ed8707ac077becf488 P baef1a22b1fb42ce912c27a9b3eea241 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.952180  9160 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3e4f71ac4064428a17130c6bcc6901b" candidate_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "baef1a22b1fb42ce912c27a9b3eea241" is_pre_election: true
I20260630 12:37:57.952935  9160 raft_consensus.cc:2468] T c3e4f71ac4064428a17130c6bcc6901b P baef1a22b1fb42ce912c27a9b3eea241 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6d4d733ecbc34c268c7228b7d2f240d3 in term 0.
I20260630 12:37:57.953086  9158 raft_consensus.cc:2468] T 1e49d85e73714da387f98727b1039acc P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6d4d733ecbc34c268c7228b7d2f240d3 in term 1.
I20260630 12:37:57.954427  9048 leader_election.cc:304] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6d4d733ecbc34c268c7228b7d2f240d3, baef1a22b1fb42ce912c27a9b3eea241; no voters: 
W20260630 12:37:57.955323  9126 thread.cc:641] client-negotiator [worker] (thread pool) Time spent creating pthread: real 1.970s	user 0.012s	sys 0.022s
W20260630 12:37:57.955699  9126 thread.cc:608] client-negotiator [worker] (thread pool) Time spent starting thread: real 1.971s	user 0.012s	sys 0.022s
I20260630 12:37:57.955519  9048 leader_election.cc:304] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6d4d733ecbc34c268c7228b7d2f240d3, baef1a22b1fb42ce912c27a9b3eea241; no voters: 
I20260630 12:37:57.956450  9305 raft_consensus.cc:2804] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:57.956533  9306 raft_consensus.cc:2804] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:57.956918  9305 raft_consensus.cc:493] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:57.957285  9305 raft_consensus.cc:3060] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.960976  9159 raft_consensus.cc:2468] T ef93a839e57545ed8707ac077becf488 P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6d4d733ecbc34c268c7228b7d2f240d3 in term 1.
I20260630 12:37:57.962540  9048 leader_election.cc:304] T ef93a839e57545ed8707ac077becf488 P 6d4d733ecbc34c268c7228b7d2f240d3 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6d4d733ecbc34c268c7228b7d2f240d3, baef1a22b1fb42ce912c27a9b3eea241; no voters: 
I20260630 12:37:57.966013  9306 raft_consensus.cc:697] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [term 1 LEADER]: Becoming Leader. State: Replica: 6d4d733ecbc34c268c7228b7d2f240d3, State: Running, Role: LEADER
I20260630 12:37:57.966620  9309 raft_consensus.cc:2804] T ef93a839e57545ed8707ac077becf488 P 6d4d733ecbc34c268c7228b7d2f240d3 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:57.967119  9306 consensus_queue.cc:237] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:57.967861  9305 raft_consensus.cc:515] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:57.968864  9309 raft_consensus.cc:697] T ef93a839e57545ed8707ac077becf488 P 6d4d733ecbc34c268c7228b7d2f240d3 [term 1 LEADER]: Becoming Leader. State: Replica: 6d4d733ecbc34c268c7228b7d2f240d3, State: Running, Role: LEADER
I20260630 12:37:57.966708  8978 rpcz_store.cc:275] Call kudu.master.MasterService.TSHeartbeat from 127.0.0.1:55848 (request call id 7) took 2098 ms. Trace:
I20260630 12:37:57.972604  8978 rpcz_store.cc:276] 0630 12:37:55.867880 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:37:55.868148 (+   268us) service_pool.cc:224] Handling call
0630 12:37:57.966502 (+2098354us) inbound_call.cc:177] Queueing success response
Metrics: {"reported_tablets":1}
I20260630 12:37:57.977821  9309 consensus_queue.cc:237] T ef93a839e57545ed8707ac077becf488 P 6d4d733ecbc34c268c7228b7d2f240d3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } }
I20260630 12:37:57.972048  9305 leader_election.cc:290] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [CANDIDATE]: Term 1 election: Requested vote from peers baef1a22b1fb42ce912c27a9b3eea241 (127.0.192.2:36103), 5d8fa914222341aeb020b474c9071c10 (127.0.192.3:40235)
I20260630 12:37:57.971678  9159 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3e4f71ac4064428a17130c6bcc6901b" candidate_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "baef1a22b1fb42ce912c27a9b3eea241"
I20260630 12:37:57.984067  9085 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e49d85e73714da387f98727b1039acc" candidate_uuid: "baef1a22b1fb42ce912c27a9b3eea241" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" is_pre_election: true
I20260630 12:37:57.984336  9159 raft_consensus.cc:3060] T c3e4f71ac4064428a17130c6bcc6901b P baef1a22b1fb42ce912c27a9b3eea241 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.989115  9085 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3e4f71ac4064428a17130c6bcc6901b" candidate_uuid: "baef1a22b1fb42ce912c27a9b3eea241" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" is_pre_election: true
I20260630 12:37:57.990411  9085 raft_consensus.cc:2393] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate baef1a22b1fb42ce912c27a9b3eea241 in current term 1: Already voted for candidate 6d4d733ecbc34c268c7228b7d2f240d3 in this term.
I20260630 12:37:57.992723  9085 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef93a839e57545ed8707ac077becf488" candidate_uuid: "baef1a22b1fb42ce912c27a9b3eea241" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" is_pre_election: true
I20260630 12:37:58.010900  9159 raft_consensus.cc:2468] T c3e4f71ac4064428a17130c6bcc6901b P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6d4d733ecbc34c268c7228b7d2f240d3 in term 1.
I20260630 12:37:58.023423  9048 leader_election.cc:304] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6d4d733ecbc34c268c7228b7d2f240d3, baef1a22b1fb42ce912c27a9b3eea241; no voters: 
I20260630 12:37:58.024456  9305 raft_consensus.cc:2804] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:58.024943  9305 raft_consensus.cc:697] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [term 1 LEADER]: Becoming Leader. State: Replica: 6d4d733ecbc34c268c7228b7d2f240d3, State: Running, Role: LEADER
I20260630 12:37:58.025835  9158 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e49d85e73714da387f98727b1039acc" candidate_uuid: "5d8fa914222341aeb020b474c9071c10" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "baef1a22b1fb42ce912c27a9b3eea241" is_pre_election: true
I20260630 12:37:58.025755  9305 consensus_queue.cc:237] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:58.026569  9160 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef93a839e57545ed8707ac077becf488" candidate_uuid: "5d8fa914222341aeb020b474c9071c10" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "baef1a22b1fb42ce912c27a9b3eea241" is_pre_election: true
I20260630 12:37:58.027165  9158 raft_consensus.cc:2393] T 1e49d85e73714da387f98727b1039acc P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 5d8fa914222341aeb020b474c9071c10 in current term 1: Already voted for candidate 6d4d733ecbc34c268c7228b7d2f240d3 in this term.
I20260630 12:37:58.027375  9160 raft_consensus.cc:2393] T ef93a839e57545ed8707ac077becf488 P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 5d8fa914222341aeb020b474c9071c10 in current term 1: Already voted for candidate 6d4d733ecbc34c268c7228b7d2f240d3 in this term.
I20260630 12:37:58.026012  9159 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3e4f71ac4064428a17130c6bcc6901b" candidate_uuid: "5d8fa914222341aeb020b474c9071c10" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "baef1a22b1fb42ce912c27a9b3eea241" is_pre_election: true
I20260630 12:37:58.029912  9159 raft_consensus.cc:2393] T c3e4f71ac4064428a17130c6bcc6901b P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 5d8fa914222341aeb020b474c9071c10 in current term 1: Already voted for candidate 6d4d733ecbc34c268c7228b7d2f240d3 in this term.
I20260630 12:37:58.030153  9158 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc629a34eaad490f95f6c1a3f65235cd" candidate_uuid: "5d8fa914222341aeb020b474c9071c10" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "baef1a22b1fb42ce912c27a9b3eea241" is_pre_election: true
I20260630 12:37:58.031236  9158 raft_consensus.cc:2468] T bc629a34eaad490f95f6c1a3f65235cd P baef1a22b1fb42ce912c27a9b3eea241 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5d8fa914222341aeb020b474c9071c10 in term 0.
I20260630 12:37:58.033756  9197 leader_election.cc:304] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5d8fa914222341aeb020b474c9071c10, baef1a22b1fb42ce912c27a9b3eea241; no voters: 
I20260630 12:37:58.049476  8978 catalog_manager.cc:5697] T ef93a839e57545ed8707ac077becf488 P 6d4d733ecbc34c268c7228b7d2f240d3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6d4d733ecbc34c268c7228b7d2f240d3 (127.0.192.1). New cstate: current_term: 1 leader_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:58.052006  8978 catalog_manager.cc:5697] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6d4d733ecbc34c268c7228b7d2f240d3 (127.0.192.1). New cstate: current_term: 1 leader_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:58.055244  9234 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e49d85e73714da387f98727b1039acc" candidate_uuid: "baef1a22b1fb42ce912c27a9b3eea241" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5d8fa914222341aeb020b474c9071c10" is_pre_election: true
I20260630 12:37:58.055598  9233 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3e4f71ac4064428a17130c6bcc6901b" candidate_uuid: "baef1a22b1fb42ce912c27a9b3eea241" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5d8fa914222341aeb020b474c9071c10" is_pre_election: true
I20260630 12:37:58.056053  9234 raft_consensus.cc:2468] T 1e49d85e73714da387f98727b1039acc P 5d8fa914222341aeb020b474c9071c10 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate baef1a22b1fb42ce912c27a9b3eea241 in term 0.
I20260630 12:37:58.056190  9233 raft_consensus.cc:2468] T c3e4f71ac4064428a17130c6bcc6901b P 5d8fa914222341aeb020b474c9071c10 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate baef1a22b1fb42ce912c27a9b3eea241 in term 0.
I20260630 12:37:58.057564  9234 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef93a839e57545ed8707ac077becf488" candidate_uuid: "baef1a22b1fb42ce912c27a9b3eea241" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5d8fa914222341aeb020b474c9071c10" is_pre_election: true
I20260630 12:37:58.058220  9234 raft_consensus.cc:2468] T ef93a839e57545ed8707ac077becf488 P 5d8fa914222341aeb020b474c9071c10 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate baef1a22b1fb42ce912c27a9b3eea241 in term 0.
I20260630 12:37:58.058115  9125 leader_election.cc:304] T c3e4f71ac4064428a17130c6bcc6901b P baef1a22b1fb42ce912c27a9b3eea241 [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: 5d8fa914222341aeb020b474c9071c10, baef1a22b1fb42ce912c27a9b3eea241; no voters: 6d4d733ecbc34c268c7228b7d2f240d3
I20260630 12:37:58.059126  9304 raft_consensus.cc:2764] T c3e4f71ac4064428a17130c6bcc6901b P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Leader pre-election decision vote started in defunct term 0: won
I20260630 12:37:58.059844  9125 leader_election.cc:304] T 1e49d85e73714da387f98727b1039acc P baef1a22b1fb42ce912c27a9b3eea241 [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: 5d8fa914222341aeb020b474c9071c10, baef1a22b1fb42ce912c27a9b3eea241; no voters: 6d4d733ecbc34c268c7228b7d2f240d3
I20260630 12:37:58.062027  9233 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3e4f71ac4064428a17130c6bcc6901b" candidate_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5d8fa914222341aeb020b474c9071c10" is_pre_election: true
I20260630 12:37:58.062704  9233 raft_consensus.cc:2468] T c3e4f71ac4064428a17130c6bcc6901b P 5d8fa914222341aeb020b474c9071c10 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6d4d733ecbc34c268c7228b7d2f240d3 in term 0.
I20260630 12:37:58.063320  9085 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3e4f71ac4064428a17130c6bcc6901b" candidate_uuid: "5d8fa914222341aeb020b474c9071c10" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" is_pre_election: true
I20260630 12:37:58.064208  9232 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e49d85e73714da387f98727b1039acc" candidate_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5d8fa914222341aeb020b474c9071c10" is_pre_election: true
I20260630 12:37:58.064790  9084 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e49d85e73714da387f98727b1039acc" candidate_uuid: "5d8fa914222341aeb020b474c9071c10" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" is_pre_election: true
I20260630 12:37:58.064936  9232 raft_consensus.cc:2468] T 1e49d85e73714da387f98727b1039acc P 5d8fa914222341aeb020b474c9071c10 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6d4d733ecbc34c268c7228b7d2f240d3 in term 0.
I20260630 12:37:58.065428  9231 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef93a839e57545ed8707ac077becf488" candidate_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5d8fa914222341aeb020b474c9071c10" is_pre_election: true
I20260630 12:37:58.064903  9315 raft_consensus.cc:2804] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:58.066144  9315 raft_consensus.cc:493] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:58.066082  9231 raft_consensus.cc:2468] T ef93a839e57545ed8707ac077becf488 P 5d8fa914222341aeb020b474c9071c10 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6d4d733ecbc34c268c7228b7d2f240d3 in term 0.
I20260630 12:37:58.066857  9082 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc629a34eaad490f95f6c1a3f65235cd" candidate_uuid: "5d8fa914222341aeb020b474c9071c10" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" is_pre_election: true
I20260630 12:37:58.067204  9315 raft_consensus.cc:3060] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:58.067489  9230 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e49d85e73714da387f98727b1039acc" candidate_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5d8fa914222341aeb020b474c9071c10"
I20260630 12:37:58.066306  9083 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef93a839e57545ed8707ac077becf488" candidate_uuid: "5d8fa914222341aeb020b474c9071c10" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" is_pre_election: true
I20260630 12:37:58.068186  9230 raft_consensus.cc:3060] T 1e49d85e73714da387f98727b1039acc P 5d8fa914222341aeb020b474c9071c10 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:58.068946  9304 raft_consensus.cc:2764] T 1e49d85e73714da387f98727b1039acc P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Leader pre-election decision vote started in defunct term 0: won
I20260630 12:37:58.067561  9082 raft_consensus.cc:2468] T bc629a34eaad490f95f6c1a3f65235cd P 6d4d733ecbc34c268c7228b7d2f240d3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5d8fa914222341aeb020b474c9071c10 in term 0.
I20260630 12:37:58.070955  9229 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef93a839e57545ed8707ac077becf488" candidate_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5d8fa914222341aeb020b474c9071c10"
I20260630 12:37:58.071549  9229 raft_consensus.cc:3060] T ef93a839e57545ed8707ac077becf488 P 5d8fa914222341aeb020b474c9071c10 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:58.075278  9200 leader_election.cc:304] T c3e4f71ac4064428a17130c6bcc6901b P 5d8fa914222341aeb020b474c9071c10 [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: 5d8fa914222341aeb020b474c9071c10; no voters: 6d4d733ecbc34c268c7228b7d2f240d3, baef1a22b1fb42ce912c27a9b3eea241
I20260630 12:37:58.075268  9228 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3e4f71ac4064428a17130c6bcc6901b" candidate_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5d8fa914222341aeb020b474c9071c10"
I20260630 12:37:58.076387  9228 raft_consensus.cc:3060] T c3e4f71ac4064428a17130c6bcc6901b P 5d8fa914222341aeb020b474c9071c10 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:58.079350  9229 raft_consensus.cc:2468] T ef93a839e57545ed8707ac077becf488 P 5d8fa914222341aeb020b474c9071c10 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6d4d733ecbc34c268c7228b7d2f240d3 in term 1.
I20260630 12:37:58.081211  9230 raft_consensus.cc:2468] T 1e49d85e73714da387f98727b1039acc P 5d8fa914222341aeb020b474c9071c10 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6d4d733ecbc34c268c7228b7d2f240d3 in term 1.
I20260630 12:37:58.080680  9315 raft_consensus.cc:515] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:58.084322  9200 leader_election.cc:304] T 1e49d85e73714da387f98727b1039acc P 5d8fa914222341aeb020b474c9071c10 [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: 5d8fa914222341aeb020b474c9071c10; no voters: 6d4d733ecbc34c268c7228b7d2f240d3, baef1a22b1fb42ce912c27a9b3eea241
I20260630 12:37:58.085279  9315 leader_election.cc:290] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [CANDIDATE]: Term 1 election: Requested vote from peers 6d4d733ecbc34c268c7228b7d2f240d3 (127.0.192.1:45997), baef1a22b1fb42ce912c27a9b3eea241 (127.0.192.2:36103)
I20260630 12:37:58.086037  9315 raft_consensus.cc:2749] T 1e49d85e73714da387f98727b1039acc P 5d8fa914222341aeb020b474c9071c10 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:58.086035  9158 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc629a34eaad490f95f6c1a3f65235cd" candidate_uuid: "5d8fa914222341aeb020b474c9071c10" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "baef1a22b1fb42ce912c27a9b3eea241"
I20260630 12:37:58.087276  9158 raft_consensus.cc:3060] T bc629a34eaad490f95f6c1a3f65235cd P baef1a22b1fb42ce912c27a9b3eea241 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:58.088747  9228 raft_consensus.cc:2468] T c3e4f71ac4064428a17130c6bcc6901b P 5d8fa914222341aeb020b474c9071c10 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6d4d733ecbc34c268c7228b7d2f240d3 in term 1.
I20260630 12:37:58.089783  9319 raft_consensus.cc:2749] T c3e4f71ac4064428a17130c6bcc6901b P 5d8fa914222341aeb020b474c9071c10 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:58.099974  9158 raft_consensus.cc:2468] T bc629a34eaad490f95f6c1a3f65235cd P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5d8fa914222341aeb020b474c9071c10 in term 1.
I20260630 12:37:58.101997  9197 leader_election.cc:304] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5d8fa914222341aeb020b474c9071c10, baef1a22b1fb42ce912c27a9b3eea241; no voters: 
I20260630 12:37:58.103312  9319 raft_consensus.cc:2804] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:58.104163  9319 raft_consensus.cc:697] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [term 1 LEADER]: Becoming Leader. State: Replica: 5d8fa914222341aeb020b474c9071c10, State: Running, Role: LEADER
I20260630 12:37:58.105134  9319 consensus_queue.cc:237] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:58.107465  9200 leader_election.cc:304] T ef93a839e57545ed8707ac077becf488 P 5d8fa914222341aeb020b474c9071c10 [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: 5d8fa914222341aeb020b474c9071c10; no voters: 6d4d733ecbc34c268c7228b7d2f240d3, baef1a22b1fb42ce912c27a9b3eea241
I20260630 12:37:58.109717  9125 leader_election.cc:304] T ef93a839e57545ed8707ac077becf488 P baef1a22b1fb42ce912c27a9b3eea241 [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: 5d8fa914222341aeb020b474c9071c10, baef1a22b1fb42ce912c27a9b3eea241; no voters: 6d4d733ecbc34c268c7228b7d2f240d3
I20260630 12:37:58.110908  9304 raft_consensus.cc:2764] T ef93a839e57545ed8707ac077becf488 P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Leader pre-election decision vote started in defunct term 0: won
I20260630 12:37:58.111158  9321 raft_consensus.cc:2749] T ef93a839e57545ed8707ac077becf488 P 5d8fa914222341aeb020b474c9071c10 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:58.117031  8980 catalog_manager.cc:5697] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6d4d733ecbc34c268c7228b7d2f240d3 (127.0.192.1). New cstate: current_term: 1 leader_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:58.120548  9082 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc629a34eaad490f95f6c1a3f65235cd" candidate_uuid: "5d8fa914222341aeb020b474c9071c10" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6d4d733ecbc34c268c7228b7d2f240d3"
I20260630 12:37:58.121207  9082 raft_consensus.cc:3060] T bc629a34eaad490f95f6c1a3f65235cd P 6d4d733ecbc34c268c7228b7d2f240d3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:58.125574  8979 catalog_manager.cc:5697] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5d8fa914222341aeb020b474c9071c10 (127.0.192.3). New cstate: current_term: 1 leader_uuid: "5d8fa914222341aeb020b474c9071c10" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:58.130618  9082 raft_consensus.cc:2468] T bc629a34eaad490f95f6c1a3f65235cd P 6d4d733ecbc34c268c7228b7d2f240d3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5d8fa914222341aeb020b474c9071c10 in term 1.
I20260630 12:37:58.189306   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:58.196947  9324 instance_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:58.198342  9325 instance_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:58.201578  9327 instance_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:58.202438   768 server_base.cc:1061] running on GCE node
I20260630 12:37:58.204497   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:58.204725   768 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:58.204919   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823078204900 us; error 0 us; skew 500 ppm
I20260630 12:37:58.205446   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:58.208303   768 webserver.cc:533] Webserver started at http://127.0.192.4:41401/ using document root <none> and password file <none>
I20260630 12:37:58.208817   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:58.209036   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:58.209297   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:58.210424   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822852710831-768-0/minicluster-data/ts-3-root/instance:
uuid: "3132c268430340699afdebf321a59500"
format_stamp: "Formatted at 2026-06-30 12:37:58 on dist-test-slave-n0zz"
I20260630 12:37:58.215158   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260630 12:37:58.218762  9332 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:58.219655   768 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260630 12:37:58.219998   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822852710831-768-0/minicluster-data/ts-3-root
uuid: "3132c268430340699afdebf321a59500"
format_stamp: "Formatted at 2026-06-30 12:37:58 on dist-test-slave-n0zz"
I20260630 12:37:58.220281   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822852710831-768-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822852710831-768-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822852710831-768-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:58.236837   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:58.237974   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:58.239668   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:58.242411   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:58.242617   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:58.242870   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:58.243026   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:58.304971   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.4:46641
I20260630 12:37:58.305075  9394 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.4:46641 every 8 connection(s)
I20260630 12:37:58.324126  9395 heartbeater.cc:344] Connected to a master server at 127.0.192.62:44849
I20260630 12:37:58.324610  9395 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:58.325639  9395 heartbeater.cc:507] Master 127.0.192.62:44849 requested a full tablet report, sending...
I20260630 12:37:58.328006  8979 ts_manager.cc:194] Registered new tserver with Master: 3132c268430340699afdebf321a59500 (127.0.192.4:46641)
I20260630 12:37:58.329493  8979 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55864
I20260630 12:37:58.401641  9305 consensus_queue.cc:1048] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:58.414451  9306 consensus_queue.cc:1048] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:58.433478  9306 consensus_queue.cc:1048] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:58.444443  9306 consensus_queue.cc:1048] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:58.508520  9319 consensus_queue.cc:1048] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [LEADER]: Connected to new peer: Peer: permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:58.519243  9321 consensus_queue.cc:1048] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:58.531119  9306 consensus_queue.cc:1048] T ef93a839e57545ed8707ac077becf488 P 6d4d733ecbc34c268c7228b7d2f240d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:58.543205  9305 consensus_queue.cc:1048] T ef93a839e57545ed8707ac077becf488 P 6d4d733ecbc34c268c7228b7d2f240d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:37:58.885170  9255 debug-util.cc:398] Leaking SignalData structure 0x7b080024d240 after lost signal to thread 771
W20260630 12:37:58.887176  9255 debug-util.cc:398] Leaking SignalData structure 0x7b080027c740 after lost signal to thread 9109
W20260630 12:37:58.888214  9255 debug-util.cc:398] Leaking SignalData structure 0x7b0800129800 after lost signal to thread 9184
I20260630 12:37:58.962921  9228 consensus_queue.cc:237] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [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: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } attrs { replace: true } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } peers { permanent_uuid: "3132c268430340699afdebf321a59500" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 46641 } attrs { promote: true } }
I20260630 12:37:58.976073  9082 raft_consensus.cc:1275] T bc629a34eaad490f95f6c1a3f65235cd P 6d4d733ecbc34c268c7228b7d2f240d3 [term 1 FOLLOWER]: Refusing update from remote peer 5d8fa914222341aeb020b474c9071c10: 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:58.978964  9321 consensus_queue.cc:1048] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } 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:37:58.985528  9158 raft_consensus.cc:1275] T bc629a34eaad490f95f6c1a3f65235cd P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Refusing update from remote peer 5d8fa914222341aeb020b474c9071c10: 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:58.989514  9319 raft_consensus.cc:2955] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3132c268430340699afdebf321a59500 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } attrs { replace: true } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } peers { permanent_uuid: "3132c268430340699afdebf321a59500" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 46641 } attrs { promote: true } } }
I20260630 12:37:58.995049  9083 raft_consensus.cc:2955] T bc629a34eaad490f95f6c1a3f65235cd P 6d4d733ecbc34c268c7228b7d2f240d3 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3132c268430340699afdebf321a59500 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } attrs { replace: true } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } peers { permanent_uuid: "3132c268430340699afdebf321a59500" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 46641 } attrs { promote: true } } }
I20260630 12:37:58.997272  9315 consensus_queue.cc:1048] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [LEADER]: Connected to new peer: Peer: permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:37:59.010478  9197 consensus_peers.cc:597] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 -> Peer 3132c268430340699afdebf321a59500 (127.0.192.4:46641): Couldn't send request to peer 3132c268430340699afdebf321a59500. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: bc629a34eaad490f95f6c1a3f65235cd. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:59.011587  8979 catalog_manager.cc:5697] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 reported cstate change: config changed from index -1 to 2, NON_VOTER 3132c268430340699afdebf321a59500 (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "5d8fa914222341aeb020b474c9071c10" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3132c268430340699afdebf321a59500" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 46641 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:59.015568  9158 raft_consensus.cc:2955] T bc629a34eaad490f95f6c1a3f65235cd P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3132c268430340699afdebf321a59500 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } attrs { replace: true } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } peers { permanent_uuid: "3132c268430340699afdebf321a59500" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 46641 } attrs { promote: true } } }
I20260630 12:37:59.044410  9082 consensus_queue.cc:237] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [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: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } attrs { replace: true } } peers { permanent_uuid: "3132c268430340699afdebf321a59500" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 46641 } attrs { promote: true } }
I20260630 12:37:59.063253  9228 raft_consensus.cc:1275] T 1e49d85e73714da387f98727b1039acc P 5d8fa914222341aeb020b474c9071c10 [term 1 FOLLOWER]: Refusing update from remote peer 6d4d733ecbc34c268c7228b7d2f240d3: 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:59.065593  9305 consensus_queue.cc:1048] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } 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:59.066143  9158 raft_consensus.cc:1275] T 1e49d85e73714da387f98727b1039acc P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Refusing update from remote peer 6d4d733ecbc34c268c7228b7d2f240d3: 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:59.068765  9305 consensus_queue.cc:1048] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:59.074093  9309 raft_consensus.cc:2955] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3132c268430340699afdebf321a59500 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } attrs { replace: true } } peers { permanent_uuid: "3132c268430340699afdebf321a59500" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 46641 } attrs { promote: true } } }
I20260630 12:37:59.076175  9228 raft_consensus.cc:2955] T 1e49d85e73714da387f98727b1039acc P 5d8fa914222341aeb020b474c9071c10 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3132c268430340699afdebf321a59500 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } attrs { replace: true } } peers { permanent_uuid: "3132c268430340699afdebf321a59500" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 46641 } attrs { promote: true } } }
I20260630 12:37:59.090094  8980 catalog_manager.cc:5697] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 reported cstate change: config changed from index -1 to 2, NON_VOTER 3132c268430340699afdebf321a59500 (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3132c268430340699afdebf321a59500" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 46641 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:59.094511  9082 consensus_queue.cc:237] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [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: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } attrs { replace: true } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } peers { permanent_uuid: "3132c268430340699afdebf321a59500" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 46641 } attrs { promote: true } }
I20260630 12:37:59.103528  9228 raft_consensus.cc:1275] T c3e4f71ac4064428a17130c6bcc6901b P 5d8fa914222341aeb020b474c9071c10 [term 1 FOLLOWER]: Refusing update from remote peer 6d4d733ecbc34c268c7228b7d2f240d3: 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:59.106940  9305 consensus_queue.cc:1048] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:59.108400  9158 raft_consensus.cc:1275] T c3e4f71ac4064428a17130c6bcc6901b P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Refusing update from remote peer 6d4d733ecbc34c268c7228b7d2f240d3: 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:59.115844  9310 raft_consensus.cc:2955] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3132c268430340699afdebf321a59500 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } attrs { replace: true } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } peers { permanent_uuid: "3132c268430340699afdebf321a59500" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 46641 } attrs { promote: true } } }
I20260630 12:37:59.116613  9230 raft_consensus.cc:2955] T c3e4f71ac4064428a17130c6bcc6901b P 5d8fa914222341aeb020b474c9071c10 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3132c268430340699afdebf321a59500 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } attrs { replace: true } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } peers { permanent_uuid: "3132c268430340699afdebf321a59500" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 46641 } attrs { promote: true } } }
I20260630 12:37:59.132236  9234 consensus_queue.cc:237] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [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: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } attrs { replace: false } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } peers { permanent_uuid: "3132c268430340699afdebf321a59500" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 46641 } attrs { promote: true } }
I20260630 12:37:59.132483  8978 catalog_manager.cc:5697] T c3e4f71ac4064428a17130c6bcc6901b P 5d8fa914222341aeb020b474c9071c10 reported cstate change: config changed from index -1 to 2, NON_VOTER 3132c268430340699afdebf321a59500 (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } attrs { replace: true } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } peers { permanent_uuid: "3132c268430340699afdebf321a59500" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 46641 } attrs { promote: true } } }
W20260630 12:37:59.142684  9197 consensus_peers.cc:597] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 -> Peer 3132c268430340699afdebf321a59500 (127.0.192.4:46641): Couldn't send request to peer 3132c268430340699afdebf321a59500. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: bc629a34eaad490f95f6c1a3f65235cd. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:59.143118  9083 raft_consensus.cc:1275] T bc629a34eaad490f95f6c1a3f65235cd P 6d4d733ecbc34c268c7228b7d2f240d3 [term 1 FOLLOWER]: Refusing update from remote peer 5d8fa914222341aeb020b474c9071c10: 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:59.144141  9158 raft_consensus.cc:1275] T bc629a34eaad490f95f6c1a3f65235cd P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Refusing update from remote peer 5d8fa914222341aeb020b474c9071c10: 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:59.145110  9315 consensus_queue.cc:1048] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } 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:59.145925  9319 consensus_queue.cc:1048] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [LEADER]: Connected to new peer: Peer: permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:59.153553  9321 raft_consensus.cc:2955] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [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: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } attrs { replace: false } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } peers { permanent_uuid: "3132c268430340699afdebf321a59500" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 46641 } attrs { promote: true } } }
I20260630 12:37:59.155656  9159 raft_consensus.cc:2955] T bc629a34eaad490f95f6c1a3f65235cd P baef1a22b1fb42ce912c27a9b3eea241 [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: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } attrs { replace: false } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } peers { permanent_uuid: "3132c268430340699afdebf321a59500" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 46641 } attrs { promote: true } } }
I20260630 12:37:59.167228  9084 raft_consensus.cc:2955] T bc629a34eaad490f95f6c1a3f65235cd P 6d4d733ecbc34c268c7228b7d2f240d3 [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: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } attrs { replace: false } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } peers { permanent_uuid: "3132c268430340699afdebf321a59500" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 46641 } attrs { promote: true } } }
I20260630 12:37:59.171679  8979 catalog_manager.cc:5697] T bc629a34eaad490f95f6c1a3f65235cd P baef1a22b1fb42ce912c27a9b3eea241 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "5d8fa914222341aeb020b474c9071c10" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } attrs { replace: false } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } peers { permanent_uuid: "3132c268430340699afdebf321a59500" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 46641 } attrs { promote: true } } }
I20260630 12:37:59.183786  9309 consensus_queue.cc:1048] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } 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:37:59.188472  9048 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.192.2:36103, user_credentials={real_user=slave}} blocked reactor thread for 49320.5us
W20260630 12:37:59.189632  9048 consensus_peers.cc:597] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 -> Peer 3132c268430340699afdebf321a59500 (127.0.192.4:46641): Couldn't send request to peer 3132c268430340699afdebf321a59500. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1e49d85e73714da387f98727b1039acc. This is attempt 1: this message will repeat every 5th retry.
W20260630 12:37:59.192203  9048 consensus_peers.cc:597] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 -> Peer 3132c268430340699afdebf321a59500 (127.0.192.4:46641): Couldn't send request to peer 3132c268430340699afdebf321a59500. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c3e4f71ac4064428a17130c6bcc6901b. This is attempt 1: this message will repeat every 5th retry.
W20260630 12:37:59.196067  9030 auto_rebalancer.cc:920] Could not move replica: Illegal state: Injected artificial test failure.
W20260630 12:37:59.196451  9030 auto_rebalancer.cc:340] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260630 12:37:59.194257  9159 raft_consensus.cc:2955] T 1e49d85e73714da387f98727b1039acc P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3132c268430340699afdebf321a59500 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } attrs { replace: true } } peers { permanent_uuid: "3132c268430340699afdebf321a59500" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 46641 } attrs { promote: true } } }
I20260630 12:37:59.209028  9230 consensus_queue.cc:237] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [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: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } attrs { replace: false } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:59.205391  9158 raft_consensus.cc:2955] T c3e4f71ac4064428a17130c6bcc6901b P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3132c268430340699afdebf321a59500 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } attrs { replace: true } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } peers { permanent_uuid: "3132c268430340699afdebf321a59500" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 46641 } attrs { promote: true } } }
I20260630 12:37:59.209077  9084 consensus_queue.cc:237] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [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: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } attrs { replace: false } } peers { permanent_uuid: "3132c268430340699afdebf321a59500" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 46641 } attrs { promote: true } }
I20260630 12:37:59.223809  9160 raft_consensus.cc:1275] T bc629a34eaad490f95f6c1a3f65235cd P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Refusing update from remote peer 5d8fa914222341aeb020b474c9071c10: 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:59.226151  9321 consensus_queue.cc:1048] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [LEADER]: Connected to new peer: Peer: permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:59.228224  9082 raft_consensus.cc:1275] T bc629a34eaad490f95f6c1a3f65235cd P 6d4d733ecbc34c268c7228b7d2f240d3 [term 1 FOLLOWER]: Refusing update from remote peer 5d8fa914222341aeb020b474c9071c10: 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:59.229888  9315 consensus_queue.cc:1048] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } 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:59.239153  9048 consensus_peers.cc:597] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 -> Peer 3132c268430340699afdebf321a59500 (127.0.192.4:46641): Couldn't send request to peer 3132c268430340699afdebf321a59500. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1e49d85e73714da387f98727b1039acc. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:59.239316  9315 raft_consensus.cc:2955] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 3132c268430340699afdebf321a59500 (127.0.192.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } attrs { replace: false } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } }
I20260630 12:37:59.245003  9230 raft_consensus.cc:1275] T 1e49d85e73714da387f98727b1039acc P 5d8fa914222341aeb020b474c9071c10 [term 1 FOLLOWER]: Refusing update from remote peer 6d4d733ecbc34c268c7228b7d2f240d3: 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:59.249930  9419 consensus_queue.cc:1048] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:37:59.255489  9158 raft_consensus.cc:1275] T 1e49d85e73714da387f98727b1039acc P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Refusing update from remote peer 6d4d733ecbc34c268c7228b7d2f240d3: 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:59.256456  9160 raft_consensus.cc:2955] T bc629a34eaad490f95f6c1a3f65235cd P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 3132c268430340699afdebf321a59500 (127.0.192.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } attrs { replace: false } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } }
I20260630 12:37:59.244530  9084 raft_consensus.cc:2955] T bc629a34eaad490f95f6c1a3f65235cd P 6d4d733ecbc34c268c7228b7d2f240d3 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 3132c268430340699afdebf321a59500 (127.0.192.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } attrs { replace: false } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } }
I20260630 12:37:59.263216  8968 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet bc629a34eaad490f95f6c1a3f65235cd with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:59.262280  9419 raft_consensus.cc:2955] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [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: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } attrs { replace: false } } peers { permanent_uuid: "3132c268430340699afdebf321a59500" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 46641 } attrs { promote: true } } }
I20260630 12:37:59.263530  9305 consensus_queue.cc:1048] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:59.268079  9228 raft_consensus.cc:2955] T 1e49d85e73714da387f98727b1039acc P 5d8fa914222341aeb020b474c9071c10 [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: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } attrs { replace: false } } peers { permanent_uuid: "3132c268430340699afdebf321a59500" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 46641 } attrs { promote: true } } }
I20260630 12:37:59.269752  9158 raft_consensus.cc:2955] T 1e49d85e73714da387f98727b1039acc P baef1a22b1fb42ce912c27a9b3eea241 [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: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } attrs { replace: false } } peers { permanent_uuid: "3132c268430340699afdebf321a59500" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 46641 } attrs { promote: true } } }
I20260630 12:37:59.278123  8980 catalog_manager.cc:5697] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 reported cstate change: config changed from index 3 to 4, NON_VOTER 3132c268430340699afdebf321a59500 (127.0.192.4) evicted. New cstate: current_term: 1 leader_uuid: "5d8fa914222341aeb020b474c9071c10" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } health_report { overall_health: HEALTHY } } }
W20260630 12:37:59.282230  9030 auto_rebalancer.cc:920] Could not move replica: Illegal state: Injected artificial test failure.
W20260630 12:37:59.282630  9030 auto_rebalancer.cc:340] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260630 12:37:59.288480  9083 consensus_queue.cc:237] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [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: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } attrs { replace: false } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } peers { permanent_uuid: "3132c268430340699afdebf321a59500" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 46641 } attrs { promote: true } }
I20260630 12:37:59.288409  8978 catalog_manager.cc:5697] T 1e49d85e73714da387f98727b1039acc P baef1a22b1fb42ce912c27a9b3eea241 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } attrs { replace: false } } peers { permanent_uuid: "3132c268430340699afdebf321a59500" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 46641 } attrs { promote: true } } }
W20260630 12:37:59.298163  9048 consensus_peers.cc:597] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 -> Peer 3132c268430340699afdebf321a59500 (127.0.192.4:46641): Couldn't send request to peer 3132c268430340699afdebf321a59500. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c3e4f71ac4064428a17130c6bcc6901b. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:59.302069  9158 raft_consensus.cc:1275] T c3e4f71ac4064428a17130c6bcc6901b P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Refusing update from remote peer 6d4d733ecbc34c268c7228b7d2f240d3: 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:59.307598  9310 consensus_queue.cc:1048] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } 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:59.312922  9228 raft_consensus.cc:1275] T c3e4f71ac4064428a17130c6bcc6901b P 5d8fa914222341aeb020b474c9071c10 [term 1 FOLLOWER]: Refusing update from remote peer 6d4d733ecbc34c268c7228b7d2f240d3: 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:59.314749  9310 consensus_queue.cc:1048] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:59.317832  9305 raft_consensus.cc:2955] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [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: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } attrs { replace: false } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } peers { permanent_uuid: "3132c268430340699afdebf321a59500" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 46641 } attrs { promote: true } } }
I20260630 12:37:59.322536  9158 raft_consensus.cc:2955] T c3e4f71ac4064428a17130c6bcc6901b P baef1a22b1fb42ce912c27a9b3eea241 [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: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } attrs { replace: false } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } peers { permanent_uuid: "3132c268430340699afdebf321a59500" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 46641 } attrs { promote: true } } }
I20260630 12:37:59.331993  9395 heartbeater.cc:499] Master 127.0.192.62:44849 was elected leader, sending a full tablet report...
I20260630 12:37:59.335791  9228 raft_consensus.cc:2955] T c3e4f71ac4064428a17130c6bcc6901b P 5d8fa914222341aeb020b474c9071c10 [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: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } attrs { replace: false } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } peers { permanent_uuid: "3132c268430340699afdebf321a59500" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 46641 } attrs { promote: true } } }
W20260630 12:37:59.340936  9030 auto_rebalancer.cc:920] Could not move replica: Illegal state: Injected artificial test failure.
I20260630 12:37:59.340826  9360 tablet_service.cc:1558] Processing DeleteTablet for tablet bc629a34eaad490f95f6c1a3f65235cd with delete_type TABLET_DATA_TOMBSTONED (TS 3132c268430340699afdebf321a59500 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:41386
W20260630 12:37:59.341578  9030 auto_rebalancer.cc:340] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260630 12:37:59.348727  8978 catalog_manager.cc:5697] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3132c268430340699afdebf321a59500" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 46641 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260630 12:37:59.355443  8966 catalog_manager.cc:4995] TS 3132c268430340699afdebf321a59500 (127.0.192.4:46641): delete failed for tablet bc629a34eaad490f95f6c1a3f65235cd because the tablet was not found. No further retry: Not found: Tablet not found: bc629a34eaad490f95f6c1a3f65235cd
I20260630 12:37:59.370146  9084 consensus_queue.cc:237] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [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: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } attrs { replace: false } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } }
I20260630 12:37:59.372460  9083 consensus_queue.cc:237] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [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: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } attrs { replace: false } }
I20260630 12:37:59.380648  9158 raft_consensus.cc:1275] T c3e4f71ac4064428a17130c6bcc6901b P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Refusing update from remote peer 6d4d733ecbc34c268c7228b7d2f240d3: 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:59.381662  9230 raft_consensus.cc:1275] T 1e49d85e73714da387f98727b1039acc P 5d8fa914222341aeb020b474c9071c10 [term 1 FOLLOWER]: Refusing update from remote peer 6d4d733ecbc34c268c7228b7d2f240d3: 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:59.383633  9158 raft_consensus.cc:1275] T 1e49d85e73714da387f98727b1039acc P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Refusing update from remote peer 6d4d733ecbc34c268c7228b7d2f240d3: 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:59.384464  9228 raft_consensus.cc:1275] T c3e4f71ac4064428a17130c6bcc6901b P 5d8fa914222341aeb020b474c9071c10 [term 1 FOLLOWER]: Refusing update from remote peer 6d4d733ecbc34c268c7228b7d2f240d3: 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:59.383386  9419 consensus_queue.cc:1048] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:37:59.385527  9421 consensus_queue.cc:1048] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:37:59.387292  9309 consensus_queue.cc:1048] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:59.388773  9309 consensus_queue.cc:1048] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:59.395949  9309 raft_consensus.cc:2955] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 3132c268430340699afdebf321a59500 (127.0.192.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } attrs { replace: false } } }
I20260630 12:37:59.400630  9419 raft_consensus.cc:2955] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 3132c268430340699afdebf321a59500 (127.0.192.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } attrs { replace: false } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } }
I20260630 12:37:59.407335  9158 raft_consensus.cc:2955] T c3e4f71ac4064428a17130c6bcc6901b P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 3132c268430340699afdebf321a59500 (127.0.192.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } attrs { replace: false } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } }
I20260630 12:37:59.407586  9228 raft_consensus.cc:2955] T 1e49d85e73714da387f98727b1039acc P 5d8fa914222341aeb020b474c9071c10 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 3132c268430340699afdebf321a59500 (127.0.192.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } attrs { replace: false } } }
I20260630 12:37:59.410225  9160 raft_consensus.cc:2955] T 1e49d85e73714da387f98727b1039acc P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 3132c268430340699afdebf321a59500 (127.0.192.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } attrs { replace: false } } }
I20260630 12:37:59.412997  9230 raft_consensus.cc:2955] T c3e4f71ac4064428a17130c6bcc6901b P 5d8fa914222341aeb020b474c9071c10 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 3132c268430340699afdebf321a59500 (127.0.192.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } attrs { replace: false } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } } }
I20260630 12:37:59.414819  8969 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet c3e4f71ac4064428a17130c6bcc6901b with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:59.421561  8969 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 1e49d85e73714da387f98727b1039acc with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:59.430796  8980 catalog_manager.cc:5697] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 reported cstate change: config changed from index 3 to 4, NON_VOTER 3132c268430340699afdebf321a59500 (127.0.192.4) evicted. New cstate: current_term: 1 leader_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:59.435650  8978 catalog_manager.cc:5697] T 1e49d85e73714da387f98727b1039acc P 5d8fa914222341aeb020b474c9071c10 reported cstate change: config changed from index 3 to 4, NON_VOTER 3132c268430340699afdebf321a59500 (127.0.192.4) evicted. New cstate: current_term: 1 leader_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "6d4d733ecbc34c268c7228b7d2f240d3" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45997 } } peers { permanent_uuid: "baef1a22b1fb42ce912c27a9b3eea241" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36103 } } peers { permanent_uuid: "5d8fa914222341aeb020b474c9071c10" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 40235 } attrs { replace: false } } }
I20260630 12:37:59.446015  9360 tablet_service.cc:1558] Processing DeleteTablet for tablet c3e4f71ac4064428a17130c6bcc6901b with delete_type TABLET_DATA_TOMBSTONED (TS 3132c268430340699afdebf321a59500 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:41386
W20260630 12:37:59.448323  8966 catalog_manager.cc:4995] TS 3132c268430340699afdebf321a59500 (127.0.192.4:46641): delete failed for tablet c3e4f71ac4064428a17130c6bcc6901b because the tablet was not found. No further retry: Not found: Tablet not found: c3e4f71ac4064428a17130c6bcc6901b
I20260630 12:37:59.472067  9360 tablet_service.cc:1558] Processing DeleteTablet for tablet 1e49d85e73714da387f98727b1039acc with delete_type TABLET_DATA_TOMBSTONED (TS 3132c268430340699afdebf321a59500 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:41386
W20260630 12:37:59.473971  8966 catalog_manager.cc:4995] TS 3132c268430340699afdebf321a59500 (127.0.192.4:46641): delete failed for tablet 1e49d85e73714da387f98727b1039acc because the tablet was not found. No further retry: Not found: Tablet not found: 1e49d85e73714da387f98727b1039acc
I20260630 12:37:59.507552   768 tablet_server.cc:179] TabletServer@127.0.192.1:0 shutting down...
I20260630 12:37:59.539907   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:59.540727   768 tablet_replica.cc:333] T bc629a34eaad490f95f6c1a3f65235cd P 6d4d733ecbc34c268c7228b7d2f240d3: stopping tablet replica
I20260630 12:37:59.541349   768 raft_consensus.cc:2243] T bc629a34eaad490f95f6c1a3f65235cd P 6d4d733ecbc34c268c7228b7d2f240d3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:59.542035   768 raft_consensus.cc:2272] T bc629a34eaad490f95f6c1a3f65235cd P 6d4d733ecbc34c268c7228b7d2f240d3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:59.545056   768 tablet_replica.cc:333] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3: stopping tablet replica
I20260630 12:37:59.545639   768 raft_consensus.cc:2243] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:59.546519   768 raft_consensus.cc:2272] T 1e49d85e73714da387f98727b1039acc P 6d4d733ecbc34c268c7228b7d2f240d3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:59.548667   768 tablet_replica.cc:333] T ef93a839e57545ed8707ac077becf488 P 6d4d733ecbc34c268c7228b7d2f240d3: stopping tablet replica
I20260630 12:37:59.549190   768 raft_consensus.cc:2243] T ef93a839e57545ed8707ac077becf488 P 6d4d733ecbc34c268c7228b7d2f240d3 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:59.549970   768 raft_consensus.cc:2272] T ef93a839e57545ed8707ac077becf488 P 6d4d733ecbc34c268c7228b7d2f240d3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:59.552018   768 tablet_replica.cc:333] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3: stopping tablet replica
I20260630 12:37:59.552516   768 raft_consensus.cc:2243] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:59.553251   768 raft_consensus.cc:2272] T c3e4f71ac4064428a17130c6bcc6901b P 6d4d733ecbc34c268c7228b7d2f240d3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:59.580423   768 tablet_server.cc:196] TabletServer@127.0.192.1:0 shutdown complete.
I20260630 12:37:59.599213   768 tablet_server.cc:179] TabletServer@127.0.192.2:0 shutting down...
I20260630 12:37:59.626222   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:59.626865   768 tablet_replica.cc:333] T c3e4f71ac4064428a17130c6bcc6901b P baef1a22b1fb42ce912c27a9b3eea241: stopping tablet replica
I20260630 12:37:59.627427   768 raft_consensus.cc:2243] T c3e4f71ac4064428a17130c6bcc6901b P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:59.628024   768 raft_consensus.cc:2272] T c3e4f71ac4064428a17130c6bcc6901b P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:59.630333   768 tablet_replica.cc:333] T bc629a34eaad490f95f6c1a3f65235cd P baef1a22b1fb42ce912c27a9b3eea241: stopping tablet replica
I20260630 12:37:59.630831   768 raft_consensus.cc:2243] T bc629a34eaad490f95f6c1a3f65235cd P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:59.631379   768 raft_consensus.cc:2272] T bc629a34eaad490f95f6c1a3f65235cd P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:59.633754   768 tablet_replica.cc:333] T 1e49d85e73714da387f98727b1039acc P baef1a22b1fb42ce912c27a9b3eea241: stopping tablet replica
I20260630 12:37:59.634307   768 raft_consensus.cc:2243] T 1e49d85e73714da387f98727b1039acc P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:59.634908   768 raft_consensus.cc:2272] T 1e49d85e73714da387f98727b1039acc P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:59.637341   768 tablet_replica.cc:333] T ef93a839e57545ed8707ac077becf488 P baef1a22b1fb42ce912c27a9b3eea241: stopping tablet replica
I20260630 12:37:59.637816   768 raft_consensus.cc:2243] T ef93a839e57545ed8707ac077becf488 P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:59.638263   768 raft_consensus.cc:2272] T ef93a839e57545ed8707ac077becf488 P baef1a22b1fb42ce912c27a9b3eea241 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:59.651382   768 tablet_server.cc:196] TabletServer@127.0.192.2:0 shutdown complete.
I20260630 12:37:59.670475   768 tablet_server.cc:179] TabletServer@127.0.192.3:0 shutting down...
W20260630 12:37:59.687235  9197 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.192.2:36103: connect: Connection refused (error 111) [suppressed 23 similar messages]
W20260630 12:37:59.696589  9197 consensus_peers.cc:597] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 -> Peer baef1a22b1fb42ce912c27a9b3eea241 (127.0.192.2:36103): Couldn't send request to peer baef1a22b1fb42ce912c27a9b3eea241. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.2:36103: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:59.707341   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:59.708176   768 tablet_replica.cc:333] T c3e4f71ac4064428a17130c6bcc6901b P 5d8fa914222341aeb020b474c9071c10: stopping tablet replica
I20260630 12:37:59.709003   768 raft_consensus.cc:2243] T c3e4f71ac4064428a17130c6bcc6901b P 5d8fa914222341aeb020b474c9071c10 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:59.709872   768 raft_consensus.cc:2272] T c3e4f71ac4064428a17130c6bcc6901b P 5d8fa914222341aeb020b474c9071c10 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:59.713225   768 tablet_replica.cc:333] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10: stopping tablet replica
I20260630 12:37:59.714059   768 raft_consensus.cc:2243] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:59.715209   768 raft_consensus.cc:2272] T bc629a34eaad490f95f6c1a3f65235cd P 5d8fa914222341aeb020b474c9071c10 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:59.718343   768 tablet_replica.cc:333] T 1e49d85e73714da387f98727b1039acc P 5d8fa914222341aeb020b474c9071c10: stopping tablet replica
I20260630 12:37:59.719098   768 raft_consensus.cc:2243] T 1e49d85e73714da387f98727b1039acc P 5d8fa914222341aeb020b474c9071c10 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:59.719914   768 raft_consensus.cc:2272] T 1e49d85e73714da387f98727b1039acc P 5d8fa914222341aeb020b474c9071c10 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:59.723096   768 tablet_replica.cc:333] T ef93a839e57545ed8707ac077becf488 P 5d8fa914222341aeb020b474c9071c10: stopping tablet replica
I20260630 12:37:59.723804   768 raft_consensus.cc:2243] T ef93a839e57545ed8707ac077becf488 P 5d8fa914222341aeb020b474c9071c10 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:59.724349   768 raft_consensus.cc:2272] T ef93a839e57545ed8707ac077becf488 P 5d8fa914222341aeb020b474c9071c10 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:38:00.738412   768 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 9255)
W20260630 12:38:01.738879   768 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 9255)
I20260630 12:38:02.637205   768 tablet_server.cc:196] TabletServer@127.0.192.3:0 shutdown complete.
I20260630 12:38:02.651026   768 tablet_server.cc:179] TabletServer@127.0.192.4:0 shutting down...
I20260630 12:38:02.669371   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:02.684988   768 tablet_server.cc:196] TabletServer@127.0.192.4:0 shutdown complete.
I20260630 12:38:02.693161   768 master.cc:562] Master@127.0.192.62:44849 shutting down...
I20260630 12:38:02.709597   768 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 5089272acb264b589204766686d152e4 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:02.710152   768 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 5089272acb264b589204766686d152e4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:02.710520   768 tablet_replica.cc:333] T 00000000000000000000000000000000 P 5089272acb264b589204766686d152e4: stopping tablet replica
I20260630 12:38:02.729862   768 master.cc:584] Master@127.0.192.62:44849 shutdown complete.
[       OK ] AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails (8813 ms)
[ RUN      ] AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag
I20260630 12:38:02.765131   768 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.192.62:43863
I20260630 12:38:02.766269   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:02.771186  9428 instance_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:02.771205  9429 instance_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:02.773897  9431 instance_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:02.774477   768 server_base.cc:1061] running on GCE node
I20260630 12:38:02.775369   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:02.775595   768 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:02.775790   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823082775730 us; error 0 us; skew 500 ppm
I20260630 12:38:02.776279   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:02.778776   768 webserver.cc:533] Webserver started at http://127.0.192.62:32789/ using document root <none> and password file <none>
I20260630 12:38:02.779321   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:02.779556   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:02.779857   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:02.781064   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822852710831-768-0/minicluster-data/master-0-root/instance:
uuid: "efb88b76492f4336b5535d50ad0b69a0"
format_stamp: "Formatted at 2026-06-30 12:38:02 on dist-test-slave-n0zz"
I20260630 12:38:02.785946   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.004s
I20260630 12:38:02.789567  9436 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:02.790429   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:02.790663   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822852710831-768-0/minicluster-data/master-0-root
uuid: "efb88b76492f4336b5535d50ad0b69a0"
format_stamp: "Formatted at 2026-06-30 12:38:02 on dist-test-slave-n0zz"
I20260630 12:38:02.790912   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822852710831-768-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822852710831-768-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822852710831-768-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:02.801111   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:02.802271   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:02.840682   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.62:43863
I20260630 12:38:02.840881  9487 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.62:43863 every 8 connection(s)
I20260630 12:38:02.844971  9488 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:02.857275  9488 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P efb88b76492f4336b5535d50ad0b69a0: Bootstrap starting.
I20260630 12:38:02.862632  9488 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P efb88b76492f4336b5535d50ad0b69a0: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:02.867429  9488 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P efb88b76492f4336b5535d50ad0b69a0: No bootstrap required, opened a new log
I20260630 12:38:02.869616  9488 raft_consensus.cc:359] T 00000000000000000000000000000000 P efb88b76492f4336b5535d50ad0b69a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "efb88b76492f4336b5535d50ad0b69a0" member_type: VOTER }
I20260630 12:38:02.870042  9488 raft_consensus.cc:385] T 00000000000000000000000000000000 P efb88b76492f4336b5535d50ad0b69a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:02.870306  9488 raft_consensus.cc:740] T 00000000000000000000000000000000 P efb88b76492f4336b5535d50ad0b69a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: efb88b76492f4336b5535d50ad0b69a0, State: Initialized, Role: FOLLOWER
I20260630 12:38:02.870954  9488 consensus_queue.cc:260] T 00000000000000000000000000000000 P efb88b76492f4336b5535d50ad0b69a0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "efb88b76492f4336b5535d50ad0b69a0" member_type: VOTER }
I20260630 12:38:02.871415  9488 raft_consensus.cc:399] T 00000000000000000000000000000000 P efb88b76492f4336b5535d50ad0b69a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:02.871634  9488 raft_consensus.cc:493] T 00000000000000000000000000000000 P efb88b76492f4336b5535d50ad0b69a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:02.871910  9488 raft_consensus.cc:3060] T 00000000000000000000000000000000 P efb88b76492f4336b5535d50ad0b69a0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:02.876873  9488 raft_consensus.cc:515] T 00000000000000000000000000000000 P efb88b76492f4336b5535d50ad0b69a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "efb88b76492f4336b5535d50ad0b69a0" member_type: VOTER }
I20260630 12:38:02.877440  9488 leader_election.cc:304] T 00000000000000000000000000000000 P efb88b76492f4336b5535d50ad0b69a0 [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: efb88b76492f4336b5535d50ad0b69a0; no voters: 
I20260630 12:38:02.878749  9488 leader_election.cc:290] T 00000000000000000000000000000000 P efb88b76492f4336b5535d50ad0b69a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:02.879099  9491 raft_consensus.cc:2804] T 00000000000000000000000000000000 P efb88b76492f4336b5535d50ad0b69a0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:02.880473  9491 raft_consensus.cc:697] T 00000000000000000000000000000000 P efb88b76492f4336b5535d50ad0b69a0 [term 1 LEADER]: Becoming Leader. State: Replica: efb88b76492f4336b5535d50ad0b69a0, State: Running, Role: LEADER
I20260630 12:38:02.881151  9491 consensus_queue.cc:237] T 00000000000000000000000000000000 P efb88b76492f4336b5535d50ad0b69a0 [LEADER]: Queue going to LEADER mode. State: All 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: "efb88b76492f4336b5535d50ad0b69a0" member_type: VOTER }
I20260630 12:38:02.881682  9488 sys_catalog.cc:565] T 00000000000000000000000000000000 P efb88b76492f4336b5535d50ad0b69a0 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:38:02.885869  9493 sys_catalog.cc:455] T 00000000000000000000000000000000 P efb88b76492f4336b5535d50ad0b69a0 [sys.catalog]: SysCatalogTable state changed. Reason: New leader efb88b76492f4336b5535d50ad0b69a0. Latest consensus state: current_term: 1 leader_uuid: "efb88b76492f4336b5535d50ad0b69a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "efb88b76492f4336b5535d50ad0b69a0" member_type: VOTER } }
I20260630 12:38:02.885855  9492 sys_catalog.cc:455] T 00000000000000000000000000000000 P efb88b76492f4336b5535d50ad0b69a0 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "efb88b76492f4336b5535d50ad0b69a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "efb88b76492f4336b5535d50ad0b69a0" member_type: VOTER } }
I20260630 12:38:02.886834  9493 sys_catalog.cc:458] T 00000000000000000000000000000000 P efb88b76492f4336b5535d50ad0b69a0 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:02.886942  9492 sys_catalog.cc:458] T 00000000000000000000000000000000 P efb88b76492f4336b5535d50ad0b69a0 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:02.890836  9498 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:38:02.898869  9498 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:38:02.899825   768 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:38:02.907711  9498 catalog_manager.cc:1383] Generated new cluster ID: 0a4714ca7e6c45b7a68427b250b5ccad
I20260630 12:38:02.908036  9498 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:38:02.930042  9498 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:38:02.931367  9498 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:38:02.950475  9498 catalog_manager.cc:6070] T 00000000000000000000000000000000 P efb88b76492f4336b5535d50ad0b69a0: Generated new TSK 0
I20260630 12:38:02.951071  9498 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:38:02.966941   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:02.973393  9509 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:02.973798  9510 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:02.975935  9512 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:02.977007   768 server_base.cc:1061] running on GCE node
I20260630 12:38:02.977881   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:02.978106   768 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:02.978315   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823082978295 us; error 0 us; skew 500 ppm
I20260630 12:38:02.978823   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:02.981179   768 webserver.cc:533] Webserver started at http://127.0.192.1:36603/ using document root <none> and password file <none>
I20260630 12:38:02.981644   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:02.981828   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:02.982110   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:02.983273   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822852710831-768-0/minicluster-data/ts-0-root/instance:
uuid: "e45674d4fbad43d2a4180a9078ef0d48"
format_stamp: "Formatted at 2026-06-30 12:38:02 on dist-test-slave-n0zz"
I20260630 12:38:02.987692   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:38:02.991174  9517 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:02.991952   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:02.992345   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822852710831-768-0/minicluster-data/ts-0-root
uuid: "e45674d4fbad43d2a4180a9078ef0d48"
format_stamp: "Formatted at 2026-06-30 12:38:02 on dist-test-slave-n0zz"
I20260630 12:38:02.992682   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822852710831-768-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822852710831-768-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822852710831-768-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:03.018709   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:03.019714   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:03.021163   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:03.023455   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:03.023669   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:03.023902   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:03.024072   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:03.064349   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.1:37397
I20260630 12:38:03.064476  9579 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.1:37397 every 8 connection(s)
I20260630 12:38:03.069566   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:03.076423  9584 instance_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:03.077322  9585 instance_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:03.082583  9588 instance_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:03.083338  9580 heartbeater.cc:344] Connected to a master server at 127.0.192.62:43863
I20260630 12:38:03.083777  9580 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:03.084247   768 server_base.cc:1061] running on GCE node
I20260630 12:38:03.084738  9580 heartbeater.cc:507] Master 127.0.192.62:43863 requested a full tablet report, sending...
I20260630 12:38:03.085546   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:03.085840   768 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:03.086037   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823083086020 us; error 0 us; skew 500 ppm
I20260630 12:38:03.086742   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:03.087169  9453 ts_manager.cc:194] Registered new tserver with Master: e45674d4fbad43d2a4180a9078ef0d48 (127.0.192.1:37397)
I20260630 12:38:03.089246   768 webserver.cc:533] Webserver started at http://127.0.192.2:40693/ using document root <none> and password file <none>
I20260630 12:38:03.089483  9453 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59836
I20260630 12:38:03.089779   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:03.090044   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:03.090335   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:03.091775   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822852710831-768-0/minicluster-data/ts-1-root/instance:
uuid: "6df618822e104f6e96ced8441bcb74ce"
format_stamp: "Formatted at 2026-06-30 12:38:03 on dist-test-slave-n0zz"
I20260630 12:38:03.096482   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:38:03.100592  9592 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:03.101429   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:38:03.101735   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822852710831-768-0/minicluster-data/ts-1-root
uuid: "6df618822e104f6e96ced8441bcb74ce"
format_stamp: "Formatted at 2026-06-30 12:38:03 on dist-test-slave-n0zz"
I20260630 12:38:03.102041   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822852710831-768-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822852710831-768-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822852710831-768-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:03.126703   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:03.127620   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:03.129065   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:03.131517   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:03.131700   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:03.131973   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:03.132121   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:03.173092   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.2:32853
I20260630 12:38:03.173241  9654 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.2:32853 every 8 connection(s)
I20260630 12:38:03.177947   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:03.184705  9658 instance_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:03.185563  9659 instance_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:03.192323  9655 heartbeater.cc:344] Connected to a master server at 127.0.192.62:43863
I20260630 12:38:03.193044  9655 heartbeater.cc:461] Registering TS with master...
W20260630 12:38:03.193428  9661 instance_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:03.194584  9655 heartbeater.cc:507] Master 127.0.192.62:43863 requested a full tablet report, sending...
I20260630 12:38:03.196679   768 server_base.cc:1061] running on GCE node
I20260630 12:38:03.197964  9453 ts_manager.cc:194] Registered new tserver with Master: 6df618822e104f6e96ced8441bcb74ce (127.0.192.2:32853)
I20260630 12:38:03.199548   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:03.199807   768 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:03.200016   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823083199998 us; error 0 us; skew 500 ppm
I20260630 12:38:03.200075  9453 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59844
I20260630 12:38:03.200644   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:03.203321   768 webserver.cc:533] Webserver started at http://127.0.192.3:43575/ using document root <none> and password file <none>
I20260630 12:38:03.203791   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:03.203958   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:03.204159   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:03.205154   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822852710831-768-0/minicluster-data/ts-2-root/instance:
uuid: "afc36a2924be491a8e5a9140ac9f375e"
format_stamp: "Formatted at 2026-06-30 12:38:03 on dist-test-slave-n0zz"
I20260630 12:38:03.209493   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:38:03.212683  9666 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:03.213501   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:38:03.213784   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822852710831-768-0/minicluster-data/ts-2-root
uuid: "afc36a2924be491a8e5a9140ac9f375e"
format_stamp: "Formatted at 2026-06-30 12:38:03 on dist-test-slave-n0zz"
I20260630 12:38:03.214061   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822852710831-768-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822852710831-768-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822852710831-768-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:03.231633   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:03.232609   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:03.234014   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:03.236186   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:03.236409   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:03.236640   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:03.236806   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:03.273820   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.3:39585
I20260630 12:38:03.273936  9728 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.3:39585 every 8 connection(s)
I20260630 12:38:03.287393  9729 heartbeater.cc:344] Connected to a master server at 127.0.192.62:43863
I20260630 12:38:03.287809  9729 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:03.288477  9729 heartbeater.cc:507] Master 127.0.192.62:43863 requested a full tablet report, sending...
I20260630 12:38:03.290505  9453 ts_manager.cc:194] Registered new tserver with Master: afc36a2924be491a8e5a9140ac9f375e (127.0.192.3:39585)
I20260630 12:38:03.290699   768 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013801682s
I20260630 12:38:03.292290  9453 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59856
I20260630 12:38:04.092430  9580 heartbeater.cc:499] Master 127.0.192.62:43863 was elected leader, sending a full tablet report...
I20260630 12:38:04.203325  9655 heartbeater.cc:499] Master 127.0.192.62:43863 was elected leader, sending a full tablet report...
I20260630 12:38:04.295281  9729 heartbeater.cc:499] Master 127.0.192.62:43863 was elected leader, sending a full tablet report...
I20260630 12:38:04.351917  9453 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:59864:
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:04.354875  9453 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:04.424345  9545 tablet_service.cc:1511] Processing CreateTablet for tablet 88402ef4196340f68916bcab53d93eea (DEFAULT_TABLE table=test-workload [id=242b5fc65811461299f13262f40f2b19]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:04.426343  9545 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 88402ef4196340f68916bcab53d93eea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:04.431486  9544 tablet_service.cc:1511] Processing CreateTablet for tablet 855f34ef92eb4db1ba072f8bd51d649a (DEFAULT_TABLE table=test-workload [id=242b5fc65811461299f13262f40f2b19]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:04.433034  9544 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 855f34ef92eb4db1ba072f8bd51d649a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:04.435576  9543 tablet_service.cc:1511] Processing CreateTablet for tablet 48e7f96a035e454485c2d9fdd1cb827a (DEFAULT_TABLE table=test-workload [id=242b5fc65811461299f13262f40f2b19]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:04.437116  9543 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 48e7f96a035e454485c2d9fdd1cb827a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:04.437920  9694 tablet_service.cc:1511] Processing CreateTablet for tablet 88402ef4196340f68916bcab53d93eea (DEFAULT_TABLE table=test-workload [id=242b5fc65811461299f13262f40f2b19]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:04.439788  9694 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 88402ef4196340f68916bcab53d93eea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:04.440603  9542 tablet_service.cc:1511] Processing CreateTablet for tablet 8b05fc823a6e475bb54ee35eb4818848 (DEFAULT_TABLE table=test-workload [id=242b5fc65811461299f13262f40f2b19]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:04.443522  9541 tablet_service.cc:1511] Processing CreateTablet for tablet 6bdc294f9b574c66ab174cbfecb22009 (DEFAULT_TABLE table=test-workload [id=242b5fc65811461299f13262f40f2b19]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:04.443697  9693 tablet_service.cc:1511] Processing CreateTablet for tablet 855f34ef92eb4db1ba072f8bd51d649a (DEFAULT_TABLE table=test-workload [id=242b5fc65811461299f13262f40f2b19]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:04.440640  9690 tablet_service.cc:1511] Processing CreateTablet for tablet 6bdc294f9b574c66ab174cbfecb22009 (DEFAULT_TABLE table=test-workload [id=242b5fc65811461299f13262f40f2b19]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:04.445250  9693 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 855f34ef92eb4db1ba072f8bd51d649a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:04.442092  9542 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8b05fc823a6e475bb54ee35eb4818848. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:04.447404  9689 tablet_service.cc:1511] Processing CreateTablet for tablet e6fc70273eb94bd799244c81ff1422f0 (DEFAULT_TABLE table=test-workload [id=242b5fc65811461299f13262f40f2b19]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:04.448678  9540 tablet_service.cc:1511] Processing CreateTablet for tablet e6fc70273eb94bd799244c81ff1422f0 (DEFAULT_TABLE table=test-workload [id=242b5fc65811461299f13262f40f2b19]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:04.451822  9540 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e6fc70273eb94bd799244c81ff1422f0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:04.448753  9691 tablet_service.cc:1511] Processing CreateTablet for tablet 8b05fc823a6e475bb54ee35eb4818848 (DEFAULT_TABLE table=test-workload [id=242b5fc65811461299f13262f40f2b19]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:04.454720  9541 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6bdc294f9b574c66ab174cbfecb22009. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:04.455957  9690 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6bdc294f9b574c66ab174cbfecb22009. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:04.456585  9620 tablet_service.cc:1511] Processing CreateTablet for tablet 88402ef4196340f68916bcab53d93eea (DEFAULT_TABLE table=test-workload [id=242b5fc65811461299f13262f40f2b19]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:04.457046  9619 tablet_service.cc:1511] Processing CreateTablet for tablet 855f34ef92eb4db1ba072f8bd51d649a (DEFAULT_TABLE table=test-workload [id=242b5fc65811461299f13262f40f2b19]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:04.447047  9692 tablet_service.cc:1511] Processing CreateTablet for tablet 48e7f96a035e454485c2d9fdd1cb827a (DEFAULT_TABLE table=test-workload [id=242b5fc65811461299f13262f40f2b19]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:04.459830  9691 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8b05fc823a6e475bb54ee35eb4818848. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:04.461233  9618 tablet_service.cc:1511] Processing CreateTablet for tablet 48e7f96a035e454485c2d9fdd1cb827a (DEFAULT_TABLE table=test-workload [id=242b5fc65811461299f13262f40f2b19]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:04.463734  9617 tablet_service.cc:1511] Processing CreateTablet for tablet 8b05fc823a6e475bb54ee35eb4818848 (DEFAULT_TABLE table=test-workload [id=242b5fc65811461299f13262f40f2b19]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:04.465521  9689 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e6fc70273eb94bd799244c81ff1422f0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:04.466969  9616 tablet_service.cc:1511] Processing CreateTablet for tablet 6bdc294f9b574c66ab174cbfecb22009 (DEFAULT_TABLE table=test-workload [id=242b5fc65811461299f13262f40f2b19]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:04.472263  9615 tablet_service.cc:1511] Processing CreateTablet for tablet e6fc70273eb94bd799244c81ff1422f0 (DEFAULT_TABLE table=test-workload [id=242b5fc65811461299f13262f40f2b19]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:04.473232  9620 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 88402ef4196340f68916bcab53d93eea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:04.474004  9615 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e6fc70273eb94bd799244c81ff1422f0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:04.475235  9617 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8b05fc823a6e475bb54ee35eb4818848. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:04.478569  9618 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 48e7f96a035e454485c2d9fdd1cb827a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:04.482576  9616 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6bdc294f9b574c66ab174cbfecb22009. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:04.485333  9619 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 855f34ef92eb4db1ba072f8bd51d649a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:04.504133  9692 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 48e7f96a035e454485c2d9fdd1cb827a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:04.549377  9750 tablet_bootstrap.cc:492] T 855f34ef92eb4db1ba072f8bd51d649a P afc36a2924be491a8e5a9140ac9f375e: Bootstrap starting.
I20260630 12:38:04.551086  9751 tablet_bootstrap.cc:492] T 8b05fc823a6e475bb54ee35eb4818848 P e45674d4fbad43d2a4180a9078ef0d48: Bootstrap starting.
I20260630 12:38:04.566130  9752 tablet_bootstrap.cc:492] T e6fc70273eb94bd799244c81ff1422f0 P 6df618822e104f6e96ced8441bcb74ce: Bootstrap starting.
I20260630 12:38:04.580005  9751 tablet_bootstrap.cc:654] T 8b05fc823a6e475bb54ee35eb4818848 P e45674d4fbad43d2a4180a9078ef0d48: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:04.580313  9752 tablet_bootstrap.cc:654] T e6fc70273eb94bd799244c81ff1422f0 P 6df618822e104f6e96ced8441bcb74ce: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:04.592888  9751 tablet_bootstrap.cc:492] T 8b05fc823a6e475bb54ee35eb4818848 P e45674d4fbad43d2a4180a9078ef0d48: No bootstrap required, opened a new log
I20260630 12:38:04.593650  9751 ts_tablet_manager.cc:1403] T 8b05fc823a6e475bb54ee35eb4818848 P e45674d4fbad43d2a4180a9078ef0d48: Time spent bootstrapping tablet: real 0.043s	user 0.010s	sys 0.009s
I20260630 12:38:04.600288  9751 raft_consensus.cc:359] T 8b05fc823a6e475bb54ee35eb4818848 P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.601293  9751 raft_consensus.cc:385] T 8b05fc823a6e475bb54ee35eb4818848 P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:04.601615  9751 raft_consensus.cc:740] T 8b05fc823a6e475bb54ee35eb4818848 P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e45674d4fbad43d2a4180a9078ef0d48, State: Initialized, Role: FOLLOWER
I20260630 12:38:04.602267  9750 tablet_bootstrap.cc:654] T 855f34ef92eb4db1ba072f8bd51d649a P afc36a2924be491a8e5a9140ac9f375e: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:04.602463  9752 tablet_bootstrap.cc:492] T e6fc70273eb94bd799244c81ff1422f0 P 6df618822e104f6e96ced8441bcb74ce: No bootstrap required, opened a new log
I20260630 12:38:04.603225  9752 ts_tablet_manager.cc:1403] T e6fc70273eb94bd799244c81ff1422f0 P 6df618822e104f6e96ced8441bcb74ce: Time spent bootstrapping tablet: real 0.037s	user 0.015s	sys 0.013s
I20260630 12:38:04.602640  9751 consensus_queue.cc:260] T 8b05fc823a6e475bb54ee35eb4818848 P e45674d4fbad43d2a4180a9078ef0d48 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.607993  9751 ts_tablet_manager.cc:1434] T 8b05fc823a6e475bb54ee35eb4818848 P e45674d4fbad43d2a4180a9078ef0d48: Time spent starting tablet: real 0.014s	user 0.008s	sys 0.003s
I20260630 12:38:04.608142  9752 raft_consensus.cc:359] T e6fc70273eb94bd799244c81ff1422f0 P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.609099  9752 raft_consensus.cc:385] T e6fc70273eb94bd799244c81ff1422f0 P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:04.609475  9752 raft_consensus.cc:740] T e6fc70273eb94bd799244c81ff1422f0 P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6df618822e104f6e96ced8441bcb74ce, State: Initialized, Role: FOLLOWER
I20260630 12:38:04.610733  9752 consensus_queue.cc:260] T e6fc70273eb94bd799244c81ff1422f0 P 6df618822e104f6e96ced8441bcb74ce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.611433  9751 tablet_bootstrap.cc:492] T 88402ef4196340f68916bcab53d93eea P e45674d4fbad43d2a4180a9078ef0d48: Bootstrap starting.
I20260630 12:38:04.619370  9751 tablet_bootstrap.cc:654] T 88402ef4196340f68916bcab53d93eea P e45674d4fbad43d2a4180a9078ef0d48: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:04.628963  9750 tablet_bootstrap.cc:492] T 855f34ef92eb4db1ba072f8bd51d649a P afc36a2924be491a8e5a9140ac9f375e: No bootstrap required, opened a new log
I20260630 12:38:04.628859  9752 ts_tablet_manager.cc:1434] T e6fc70273eb94bd799244c81ff1422f0 P 6df618822e104f6e96ced8441bcb74ce: Time spent starting tablet: real 0.025s	user 0.008s	sys 0.015s
I20260630 12:38:04.629621  9750 ts_tablet_manager.cc:1403] T 855f34ef92eb4db1ba072f8bd51d649a P afc36a2924be491a8e5a9140ac9f375e: Time spent bootstrapping tablet: real 0.081s	user 0.022s	sys 0.009s
I20260630 12:38:04.630234  9752 tablet_bootstrap.cc:492] T 88402ef4196340f68916bcab53d93eea P 6df618822e104f6e96ced8441bcb74ce: Bootstrap starting.
I20260630 12:38:04.631511  9751 tablet_bootstrap.cc:492] T 88402ef4196340f68916bcab53d93eea P e45674d4fbad43d2a4180a9078ef0d48: No bootstrap required, opened a new log
I20260630 12:38:04.632078  9751 ts_tablet_manager.cc:1403] T 88402ef4196340f68916bcab53d93eea P e45674d4fbad43d2a4180a9078ef0d48: Time spent bootstrapping tablet: real 0.021s	user 0.004s	sys 0.014s
I20260630 12:38:04.632798  9750 raft_consensus.cc:359] T 855f34ef92eb4db1ba072f8bd51d649a P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.633615  9750 raft_consensus.cc:385] T 855f34ef92eb4db1ba072f8bd51d649a P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:04.633916  9750 raft_consensus.cc:740] T 855f34ef92eb4db1ba072f8bd51d649a P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: afc36a2924be491a8e5a9140ac9f375e, State: Initialized, Role: FOLLOWER
I20260630 12:38:04.635016  9750 consensus_queue.cc:260] T 855f34ef92eb4db1ba072f8bd51d649a P afc36a2924be491a8e5a9140ac9f375e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.635502  9751 raft_consensus.cc:359] T 88402ef4196340f68916bcab53d93eea P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } }
I20260630 12:38:04.636336  9751 raft_consensus.cc:385] T 88402ef4196340f68916bcab53d93eea P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:04.636655  9751 raft_consensus.cc:740] T 88402ef4196340f68916bcab53d93eea P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e45674d4fbad43d2a4180a9078ef0d48, State: Initialized, Role: FOLLOWER
I20260630 12:38:04.637746  9752 tablet_bootstrap.cc:654] T 88402ef4196340f68916bcab53d93eea P 6df618822e104f6e96ced8441bcb74ce: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:04.637827  9751 consensus_queue.cc:260] T 88402ef4196340f68916bcab53d93eea P e45674d4fbad43d2a4180a9078ef0d48 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } }
I20260630 12:38:04.642695  9751 ts_tablet_manager.cc:1434] T 88402ef4196340f68916bcab53d93eea P e45674d4fbad43d2a4180a9078ef0d48: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.002s
I20260630 12:38:04.643818  9751 tablet_bootstrap.cc:492] T 855f34ef92eb4db1ba072f8bd51d649a P e45674d4fbad43d2a4180a9078ef0d48: Bootstrap starting.
I20260630 12:38:04.645370  9750 ts_tablet_manager.cc:1434] T 855f34ef92eb4db1ba072f8bd51d649a P afc36a2924be491a8e5a9140ac9f375e: Time spent starting tablet: real 0.015s	user 0.004s	sys 0.012s
I20260630 12:38:04.650935  9750 tablet_bootstrap.cc:492] T 8b05fc823a6e475bb54ee35eb4818848 P afc36a2924be491a8e5a9140ac9f375e: Bootstrap starting.
I20260630 12:38:04.651402  9751 tablet_bootstrap.cc:654] T 855f34ef92eb4db1ba072f8bd51d649a P e45674d4fbad43d2a4180a9078ef0d48: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:04.661084  9752 tablet_bootstrap.cc:492] T 88402ef4196340f68916bcab53d93eea P 6df618822e104f6e96ced8441bcb74ce: No bootstrap required, opened a new log
I20260630 12:38:04.661111  9750 tablet_bootstrap.cc:654] T 8b05fc823a6e475bb54ee35eb4818848 P afc36a2924be491a8e5a9140ac9f375e: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:04.661820  9752 ts_tablet_manager.cc:1403] T 88402ef4196340f68916bcab53d93eea P 6df618822e104f6e96ced8441bcb74ce: Time spent bootstrapping tablet: real 0.032s	user 0.003s	sys 0.026s
I20260630 12:38:04.665441  9752 raft_consensus.cc:359] T 88402ef4196340f68916bcab53d93eea P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } }
I20260630 12:38:04.666416  9752 raft_consensus.cc:385] T 88402ef4196340f68916bcab53d93eea P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:04.666805  9752 raft_consensus.cc:740] T 88402ef4196340f68916bcab53d93eea P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6df618822e104f6e96ced8441bcb74ce, State: Initialized, Role: FOLLOWER
I20260630 12:38:04.667882  9752 consensus_queue.cc:260] T 88402ef4196340f68916bcab53d93eea P 6df618822e104f6e96ced8441bcb74ce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } }
I20260630 12:38:04.675525  9750 tablet_bootstrap.cc:492] T 8b05fc823a6e475bb54ee35eb4818848 P afc36a2924be491a8e5a9140ac9f375e: No bootstrap required, opened a new log
I20260630 12:38:04.676343  9750 ts_tablet_manager.cc:1403] T 8b05fc823a6e475bb54ee35eb4818848 P afc36a2924be491a8e5a9140ac9f375e: Time spent bootstrapping tablet: real 0.026s	user 0.004s	sys 0.016s
I20260630 12:38:04.678092  9752 ts_tablet_manager.cc:1434] T 88402ef4196340f68916bcab53d93eea P 6df618822e104f6e96ced8441bcb74ce: Time spent starting tablet: real 0.016s	user 0.012s	sys 0.004s
W20260630 12:38:04.678725  9656 tablet.cc:2406] T 88402ef4196340f68916bcab53d93eea P 6df618822e104f6e96ced8441bcb74ce: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:38:04.680292  9759 raft_consensus.cc:493] T 855f34ef92eb4db1ba072f8bd51d649a P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:04.680857  9759 raft_consensus.cc:515] T 855f34ef92eb4db1ba072f8bd51d649a P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.683059  9752 tablet_bootstrap.cc:492] T 855f34ef92eb4db1ba072f8bd51d649a P 6df618822e104f6e96ced8441bcb74ce: Bootstrap starting.
I20260630 12:38:04.684484  9751 tablet_bootstrap.cc:492] T 855f34ef92eb4db1ba072f8bd51d649a P e45674d4fbad43d2a4180a9078ef0d48: No bootstrap required, opened a new log
I20260630 12:38:04.685103  9751 ts_tablet_manager.cc:1403] T 855f34ef92eb4db1ba072f8bd51d649a P e45674d4fbad43d2a4180a9078ef0d48: Time spent bootstrapping tablet: real 0.042s	user 0.027s	sys 0.012s
I20260630 12:38:04.688310  9751 raft_consensus.cc:359] T 855f34ef92eb4db1ba072f8bd51d649a P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.689172  9751 raft_consensus.cc:385] T 855f34ef92eb4db1ba072f8bd51d649a P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:04.689558  9751 raft_consensus.cc:740] T 855f34ef92eb4db1ba072f8bd51d649a P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e45674d4fbad43d2a4180a9078ef0d48, State: Initialized, Role: FOLLOWER
I20260630 12:38:04.690583  9752 tablet_bootstrap.cc:654] T 855f34ef92eb4db1ba072f8bd51d649a P 6df618822e104f6e96ced8441bcb74ce: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:04.690521  9751 consensus_queue.cc:260] T 855f34ef92eb4db1ba072f8bd51d649a P e45674d4fbad43d2a4180a9078ef0d48 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.691934  9759 leader_election.cc:290] T 855f34ef92eb4db1ba072f8bd51d649a P afc36a2924be491a8e5a9140ac9f375e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e45674d4fbad43d2a4180a9078ef0d48 (127.0.192.1:37397), 6df618822e104f6e96ced8441bcb74ce (127.0.192.2:32853)
I20260630 12:38:04.693542  9751 ts_tablet_manager.cc:1434] T 855f34ef92eb4db1ba072f8bd51d649a P e45674d4fbad43d2a4180a9078ef0d48: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.001s
I20260630 12:38:04.694711  9751 tablet_bootstrap.cc:492] T 48e7f96a035e454485c2d9fdd1cb827a P e45674d4fbad43d2a4180a9078ef0d48: Bootstrap starting.
I20260630 12:38:04.679646  9750 raft_consensus.cc:359] T 8b05fc823a6e475bb54ee35eb4818848 P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.696943  9750 raft_consensus.cc:385] T 8b05fc823a6e475bb54ee35eb4818848 P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:04.697259  9750 raft_consensus.cc:740] T 8b05fc823a6e475bb54ee35eb4818848 P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: afc36a2924be491a8e5a9140ac9f375e, State: Initialized, Role: FOLLOWER
I20260630 12:38:04.699822  9750 consensus_queue.cc:260] T 8b05fc823a6e475bb54ee35eb4818848 P afc36a2924be491a8e5a9140ac9f375e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.703307  9751 tablet_bootstrap.cc:654] T 48e7f96a035e454485c2d9fdd1cb827a P e45674d4fbad43d2a4180a9078ef0d48: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:04.706063  9763 raft_consensus.cc:493] T e6fc70273eb94bd799244c81ff1422f0 P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:04.706636  9763 raft_consensus.cc:515] T e6fc70273eb94bd799244c81ff1422f0 P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.712757  9750 ts_tablet_manager.cc:1434] T 8b05fc823a6e475bb54ee35eb4818848 P afc36a2924be491a8e5a9140ac9f375e: Time spent starting tablet: real 0.036s	user 0.007s	sys 0.002s
I20260630 12:38:04.718451  9750 tablet_bootstrap.cc:492] T e6fc70273eb94bd799244c81ff1422f0 P afc36a2924be491a8e5a9140ac9f375e: Bootstrap starting.
I20260630 12:38:04.725389  9763 leader_election.cc:290] T e6fc70273eb94bd799244c81ff1422f0 P 6df618822e104f6e96ced8441bcb74ce [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e45674d4fbad43d2a4180a9078ef0d48 (127.0.192.1:37397), afc36a2924be491a8e5a9140ac9f375e (127.0.192.3:39585)
I20260630 12:38:04.725826  9750 tablet_bootstrap.cc:654] T e6fc70273eb94bd799244c81ff1422f0 P afc36a2924be491a8e5a9140ac9f375e: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:04.732125  9630 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "855f34ef92eb4db1ba072f8bd51d649a" candidate_uuid: "afc36a2924be491a8e5a9140ac9f375e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6df618822e104f6e96ced8441bcb74ce" is_pre_election: true
W20260630 12:38:04.734138  9668 leader_election.cc:343] T 855f34ef92eb4db1ba072f8bd51d649a P afc36a2924be491a8e5a9140ac9f375e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 6df618822e104f6e96ced8441bcb74ce (127.0.192.2:32853): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:04.734822  9751 tablet_bootstrap.cc:492] T 48e7f96a035e454485c2d9fdd1cb827a P e45674d4fbad43d2a4180a9078ef0d48: No bootstrap required, opened a new log
I20260630 12:38:04.735488  9751 ts_tablet_manager.cc:1403] T 48e7f96a035e454485c2d9fdd1cb827a P e45674d4fbad43d2a4180a9078ef0d48: Time spent bootstrapping tablet: real 0.041s	user 0.019s	sys 0.015s
I20260630 12:38:04.739112  9751 raft_consensus.cc:359] T 48e7f96a035e454485c2d9fdd1cb827a P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.740034  9751 raft_consensus.cc:385] T 48e7f96a035e454485c2d9fdd1cb827a P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:04.740366  9751 raft_consensus.cc:740] T 48e7f96a035e454485c2d9fdd1cb827a P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e45674d4fbad43d2a4180a9078ef0d48, State: Initialized, Role: FOLLOWER
I20260630 12:38:04.740636  9752 tablet_bootstrap.cc:492] T 855f34ef92eb4db1ba072f8bd51d649a P 6df618822e104f6e96ced8441bcb74ce: No bootstrap required, opened a new log
I20260630 12:38:04.741215  9752 ts_tablet_manager.cc:1403] T 855f34ef92eb4db1ba072f8bd51d649a P 6df618822e104f6e96ced8441bcb74ce: Time spent bootstrapping tablet: real 0.058s	user 0.019s	sys 0.001s
I20260630 12:38:04.741159  9751 consensus_queue.cc:260] T 48e7f96a035e454485c2d9fdd1cb827a P e45674d4fbad43d2a4180a9078ef0d48 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.741804  9555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "855f34ef92eb4db1ba072f8bd51d649a" candidate_uuid: "afc36a2924be491a8e5a9140ac9f375e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e45674d4fbad43d2a4180a9078ef0d48" is_pre_election: true
I20260630 12:38:04.742501  9555 raft_consensus.cc:2468] T 855f34ef92eb4db1ba072f8bd51d649a P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate afc36a2924be491a8e5a9140ac9f375e in term 0.
I20260630 12:38:04.743777  9751 ts_tablet_manager.cc:1434] T 48e7f96a035e454485c2d9fdd1cb827a P e45674d4fbad43d2a4180a9078ef0d48: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:38:04.744824  9751 tablet_bootstrap.cc:492] T e6fc70273eb94bd799244c81ff1422f0 P e45674d4fbad43d2a4180a9078ef0d48: Bootstrap starting.
I20260630 12:38:04.744577  9752 raft_consensus.cc:359] T 855f34ef92eb4db1ba072f8bd51d649a P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.745414  9752 raft_consensus.cc:385] T 855f34ef92eb4db1ba072f8bd51d649a P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:04.745735  9752 raft_consensus.cc:740] T 855f34ef92eb4db1ba072f8bd51d649a P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6df618822e104f6e96ced8441bcb74ce, State: Initialized, Role: FOLLOWER
I20260630 12:38:04.749131  9752 consensus_queue.cc:260] T 855f34ef92eb4db1ba072f8bd51d649a P 6df618822e104f6e96ced8441bcb74ce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.751400  9752 ts_tablet_manager.cc:1434] T 855f34ef92eb4db1ba072f8bd51d649a P 6df618822e104f6e96ced8441bcb74ce: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.004s
I20260630 12:38:04.751784  9751 tablet_bootstrap.cc:654] T e6fc70273eb94bd799244c81ff1422f0 P e45674d4fbad43d2a4180a9078ef0d48: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:04.753474  9750 tablet_bootstrap.cc:492] T e6fc70273eb94bd799244c81ff1422f0 P afc36a2924be491a8e5a9140ac9f375e: No bootstrap required, opened a new log
I20260630 12:38:04.754061  9752 tablet_bootstrap.cc:492] T 6bdc294f9b574c66ab174cbfecb22009 P 6df618822e104f6e96ced8441bcb74ce: Bootstrap starting.
I20260630 12:38:04.756601  9750 ts_tablet_manager.cc:1403] T e6fc70273eb94bd799244c81ff1422f0 P afc36a2924be491a8e5a9140ac9f375e: Time spent bootstrapping tablet: real 0.038s	user 0.010s	sys 0.012s
I20260630 12:38:04.758039  9751 tablet_bootstrap.cc:492] T e6fc70273eb94bd799244c81ff1422f0 P e45674d4fbad43d2a4180a9078ef0d48: No bootstrap required, opened a new log
I20260630 12:38:04.758574  9751 ts_tablet_manager.cc:1403] T e6fc70273eb94bd799244c81ff1422f0 P e45674d4fbad43d2a4180a9078ef0d48: Time spent bootstrapping tablet: real 0.014s	user 0.003s	sys 0.009s
I20260630 12:38:04.759967  9750 raft_consensus.cc:359] T e6fc70273eb94bd799244c81ff1422f0 P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.761433  9751 raft_consensus.cc:359] T e6fc70273eb94bd799244c81ff1422f0 P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.760836  9750 raft_consensus.cc:385] T e6fc70273eb94bd799244c81ff1422f0 P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:04.762253  9751 raft_consensus.cc:385] T e6fc70273eb94bd799244c81ff1422f0 P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:04.762485  9750 raft_consensus.cc:740] T e6fc70273eb94bd799244c81ff1422f0 P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: afc36a2924be491a8e5a9140ac9f375e, State: Initialized, Role: FOLLOWER
I20260630 12:38:04.762651  9751 raft_consensus.cc:740] T e6fc70273eb94bd799244c81ff1422f0 P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e45674d4fbad43d2a4180a9078ef0d48, State: Initialized, Role: FOLLOWER
I20260630 12:38:04.763103  9752 tablet_bootstrap.cc:654] T 6bdc294f9b574c66ab174cbfecb22009 P 6df618822e104f6e96ced8441bcb74ce: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:04.763727  9751 consensus_queue.cc:260] T e6fc70273eb94bd799244c81ff1422f0 P e45674d4fbad43d2a4180a9078ef0d48 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.763880  9750 consensus_queue.cc:260] T e6fc70273eb94bd799244c81ff1422f0 P afc36a2924be491a8e5a9140ac9f375e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.764732  9669 leader_election.cc:304] T 855f34ef92eb4db1ba072f8bd51d649a P afc36a2924be491a8e5a9140ac9f375e [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: afc36a2924be491a8e5a9140ac9f375e, e45674d4fbad43d2a4180a9078ef0d48; no voters: 6df618822e104f6e96ced8441bcb74ce
I20260630 12:38:04.766302  9751 ts_tablet_manager.cc:1434] T e6fc70273eb94bd799244c81ff1422f0 P e45674d4fbad43d2a4180a9078ef0d48: Time spent starting tablet: real 0.007s	user 0.001s	sys 0.007s
I20260630 12:38:04.766613  9750 ts_tablet_manager.cc:1434] T e6fc70273eb94bd799244c81ff1422f0 P afc36a2924be491a8e5a9140ac9f375e: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.002s
I20260630 12:38:04.767190  9759 raft_consensus.cc:2804] T 855f34ef92eb4db1ba072f8bd51d649a P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:04.767344  9751 tablet_bootstrap.cc:492] T 6bdc294f9b574c66ab174cbfecb22009 P e45674d4fbad43d2a4180a9078ef0d48: Bootstrap starting.
I20260630 12:38:04.767627  9759 raft_consensus.cc:493] T 855f34ef92eb4db1ba072f8bd51d649a P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:04.768126  9759 raft_consensus.cc:3060] T 855f34ef92eb4db1ba072f8bd51d649a P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:04.774480  9751 tablet_bootstrap.cc:654] T 6bdc294f9b574c66ab174cbfecb22009 P e45674d4fbad43d2a4180a9078ef0d48: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:04.767757  9750 tablet_bootstrap.cc:492] T 6bdc294f9b574c66ab174cbfecb22009 P afc36a2924be491a8e5a9140ac9f375e: Bootstrap starting.
I20260630 12:38:04.784381  9755 raft_consensus.cc:493] T 88402ef4196340f68916bcab53d93eea P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:04.784569  9759 raft_consensus.cc:515] T 855f34ef92eb4db1ba072f8bd51d649a P afc36a2924be491a8e5a9140ac9f375e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.785030  9755 raft_consensus.cc:515] T 88402ef4196340f68916bcab53d93eea P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } }
I20260630 12:38:04.788967  9755 leader_election.cc:290] T 88402ef4196340f68916bcab53d93eea P e45674d4fbad43d2a4180a9078ef0d48 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers afc36a2924be491a8e5a9140ac9f375e (127.0.192.3:39585), 6df618822e104f6e96ced8441bcb74ce (127.0.192.2:32853)
I20260630 12:38:04.789404  9555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "855f34ef92eb4db1ba072f8bd51d649a" candidate_uuid: "afc36a2924be491a8e5a9140ac9f375e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e45674d4fbad43d2a4180a9078ef0d48"
I20260630 12:38:04.791000  9555 raft_consensus.cc:3060] T 855f34ef92eb4db1ba072f8bd51d649a P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:04.795365  9751 tablet_bootstrap.cc:492] T 6bdc294f9b574c66ab174cbfecb22009 P e45674d4fbad43d2a4180a9078ef0d48: No bootstrap required, opened a new log
I20260630 12:38:04.795966  9751 ts_tablet_manager.cc:1403] T 6bdc294f9b574c66ab174cbfecb22009 P e45674d4fbad43d2a4180a9078ef0d48: Time spent bootstrapping tablet: real 0.029s	user 0.006s	sys 0.011s
I20260630 12:38:04.795722  9630 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "855f34ef92eb4db1ba072f8bd51d649a" candidate_uuid: "afc36a2924be491a8e5a9140ac9f375e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6df618822e104f6e96ced8441bcb74ce"
I20260630 12:38:04.796602  9630 raft_consensus.cc:3060] T 855f34ef92eb4db1ba072f8bd51d649a P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:04.799150  9751 raft_consensus.cc:359] T 6bdc294f9b574c66ab174cbfecb22009 P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.799949  9751 raft_consensus.cc:385] T 6bdc294f9b574c66ab174cbfecb22009 P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:04.800273  9751 raft_consensus.cc:740] T 6bdc294f9b574c66ab174cbfecb22009 P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e45674d4fbad43d2a4180a9078ef0d48, State: Initialized, Role: FOLLOWER
I20260630 12:38:04.802979  9554 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e6fc70273eb94bd799244c81ff1422f0" candidate_uuid: "6df618822e104f6e96ced8441bcb74ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e45674d4fbad43d2a4180a9078ef0d48" is_pre_election: true
I20260630 12:38:04.795365  9750 tablet_bootstrap.cc:654] T 6bdc294f9b574c66ab174cbfecb22009 P afc36a2924be491a8e5a9140ac9f375e: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:04.803747  9554 raft_consensus.cc:2468] T e6fc70273eb94bd799244c81ff1422f0 P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6df618822e104f6e96ced8441bcb74ce in term 0.
I20260630 12:38:04.810281  9595 leader_election.cc:304] T e6fc70273eb94bd799244c81ff1422f0 P 6df618822e104f6e96ced8441bcb74ce [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6df618822e104f6e96ced8441bcb74ce, e45674d4fbad43d2a4180a9078ef0d48; no voters: 
I20260630 12:38:04.808368  9751 consensus_queue.cc:260] T 6bdc294f9b574c66ab174cbfecb22009 P e45674d4fbad43d2a4180a9078ef0d48 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.811015  9752 tablet_bootstrap.cc:492] T 6bdc294f9b574c66ab174cbfecb22009 P 6df618822e104f6e96ced8441bcb74ce: No bootstrap required, opened a new log
I20260630 12:38:04.811728  9763 raft_consensus.cc:2804] T e6fc70273eb94bd799244c81ff1422f0 P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:04.806770  9759 leader_election.cc:290] T 855f34ef92eb4db1ba072f8bd51d649a P afc36a2924be491a8e5a9140ac9f375e [CANDIDATE]: Term 1 election: Requested vote from peers e45674d4fbad43d2a4180a9078ef0d48 (127.0.192.1:37397), 6df618822e104f6e96ced8441bcb74ce (127.0.192.2:32853)
I20260630 12:38:04.813488  9763 raft_consensus.cc:493] T e6fc70273eb94bd799244c81ff1422f0 P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:04.815280  9763 raft_consensus.cc:3060] T e6fc70273eb94bd799244c81ff1422f0 P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:04.818149  9704 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e6fc70273eb94bd799244c81ff1422f0" candidate_uuid: "6df618822e104f6e96ced8441bcb74ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afc36a2924be491a8e5a9140ac9f375e" is_pre_election: true
I20260630 12:38:04.818346  9755 raft_consensus.cc:493] T 6bdc294f9b574c66ab174cbfecb22009 P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:04.813488  9752 ts_tablet_manager.cc:1403] T 6bdc294f9b574c66ab174cbfecb22009 P 6df618822e104f6e96ced8441bcb74ce: Time spent bootstrapping tablet: real 0.060s	user 0.021s	sys 0.025s
I20260630 12:38:04.819000  9704 raft_consensus.cc:2468] T e6fc70273eb94bd799244c81ff1422f0 P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6df618822e104f6e96ced8441bcb74ce in term 0.
I20260630 12:38:04.820806  9755 raft_consensus.cc:515] T 6bdc294f9b574c66ab174cbfecb22009 P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.826409  9752 raft_consensus.cc:359] T 6bdc294f9b574c66ab174cbfecb22009 P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.827158  9752 raft_consensus.cc:385] T 6bdc294f9b574c66ab174cbfecb22009 P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:04.827453  9752 raft_consensus.cc:740] T 6bdc294f9b574c66ab174cbfecb22009 P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6df618822e104f6e96ced8441bcb74ce, State: Initialized, Role: FOLLOWER
I20260630 12:38:04.828426  9755 leader_election.cc:290] T 6bdc294f9b574c66ab174cbfecb22009 P e45674d4fbad43d2a4180a9078ef0d48 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6df618822e104f6e96ced8441bcb74ce (127.0.192.2:32853), afc36a2924be491a8e5a9140ac9f375e (127.0.192.3:39585)
I20260630 12:38:04.828691  9752 consensus_queue.cc:260] T 6bdc294f9b574c66ab174cbfecb22009 P 6df618822e104f6e96ced8441bcb74ce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.829970  9763 raft_consensus.cc:515] T e6fc70273eb94bd799244c81ff1422f0 P 6df618822e104f6e96ced8441bcb74ce [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.830533  9555 raft_consensus.cc:2468] T 855f34ef92eb4db1ba072f8bd51d649a P e45674d4fbad43d2a4180a9078ef0d48 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate afc36a2924be491a8e5a9140ac9f375e in term 1.
I20260630 12:38:04.830876  9752 ts_tablet_manager.cc:1434] T 6bdc294f9b574c66ab174cbfecb22009 P 6df618822e104f6e96ced8441bcb74ce: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:38:04.831902  9669 leader_election.cc:304] T 855f34ef92eb4db1ba072f8bd51d649a P afc36a2924be491a8e5a9140ac9f375e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: afc36a2924be491a8e5a9140ac9f375e, e45674d4fbad43d2a4180a9078ef0d48; no voters: 
I20260630 12:38:04.832046  9752 tablet_bootstrap.cc:492] T 48e7f96a035e454485c2d9fdd1cb827a P 6df618822e104f6e96ced8441bcb74ce: Bootstrap starting.
I20260630 12:38:04.832592  9759 raft_consensus.cc:2804] T 855f34ef92eb4db1ba072f8bd51d649a P afc36a2924be491a8e5a9140ac9f375e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:04.835074  9555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e6fc70273eb94bd799244c81ff1422f0" candidate_uuid: "6df618822e104f6e96ced8441bcb74ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e45674d4fbad43d2a4180a9078ef0d48"
I20260630 12:38:04.835830  9555 raft_consensus.cc:3060] T e6fc70273eb94bd799244c81ff1422f0 P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:04.839437  9751 ts_tablet_manager.cc:1434] T 6bdc294f9b574c66ab174cbfecb22009 P e45674d4fbad43d2a4180a9078ef0d48: Time spent starting tablet: real 0.043s	user 0.008s	sys 0.000s
I20260630 12:38:04.845002  9763 leader_election.cc:290] T e6fc70273eb94bd799244c81ff1422f0 P 6df618822e104f6e96ced8441bcb74ce [CANDIDATE]: Term 1 election: Requested vote from peers e45674d4fbad43d2a4180a9078ef0d48 (127.0.192.1:37397), afc36a2924be491a8e5a9140ac9f375e (127.0.192.3:39585)
I20260630 12:38:04.848408  9759 raft_consensus.cc:697] T 855f34ef92eb4db1ba072f8bd51d649a P afc36a2924be491a8e5a9140ac9f375e [term 1 LEADER]: Becoming Leader. State: Replica: afc36a2924be491a8e5a9140ac9f375e, State: Running, Role: LEADER
I20260630 12:38:04.850864  9752 tablet_bootstrap.cc:654] T 48e7f96a035e454485c2d9fdd1cb827a P 6df618822e104f6e96ced8441bcb74ce: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:04.850864  9704 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e6fc70273eb94bd799244c81ff1422f0" candidate_uuid: "6df618822e104f6e96ced8441bcb74ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afc36a2924be491a8e5a9140ac9f375e"
I20260630 12:38:04.852763  9704 raft_consensus.cc:3060] T e6fc70273eb94bd799244c81ff1422f0 P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:04.853940  9750 tablet_bootstrap.cc:492] T 6bdc294f9b574c66ab174cbfecb22009 P afc36a2924be491a8e5a9140ac9f375e: No bootstrap required, opened a new log
I20260630 12:38:04.854476  9750 ts_tablet_manager.cc:1403] T 6bdc294f9b574c66ab174cbfecb22009 P afc36a2924be491a8e5a9140ac9f375e: Time spent bootstrapping tablet: real 0.087s	user 0.021s	sys 0.001s
I20260630 12:38:04.854588  9759 consensus_queue.cc:237] T 855f34ef92eb4db1ba072f8bd51d649a P afc36a2924be491a8e5a9140ac9f375e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.857817  9750 raft_consensus.cc:359] T 6bdc294f9b574c66ab174cbfecb22009 P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.858629  9750 raft_consensus.cc:385] T 6bdc294f9b574c66ab174cbfecb22009 P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:04.859019  9750 raft_consensus.cc:740] T 6bdc294f9b574c66ab174cbfecb22009 P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: afc36a2924be491a8e5a9140ac9f375e, State: Initialized, Role: FOLLOWER
I20260630 12:38:04.860201  9750 consensus_queue.cc:260] T 6bdc294f9b574c66ab174cbfecb22009 P afc36a2924be491a8e5a9140ac9f375e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.862103  9704 raft_consensus.cc:2468] T e6fc70273eb94bd799244c81ff1422f0 P afc36a2924be491a8e5a9140ac9f375e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6df618822e104f6e96ced8441bcb74ce in term 1.
I20260630 12:38:04.865135  9555 raft_consensus.cc:2468] T e6fc70273eb94bd799244c81ff1422f0 P e45674d4fbad43d2a4180a9078ef0d48 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6df618822e104f6e96ced8441bcb74ce in term 1.
I20260630 12:38:04.865994  9594 leader_election.cc:304] T e6fc70273eb94bd799244c81ff1422f0 P 6df618822e104f6e96ced8441bcb74ce [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6df618822e104f6e96ced8441bcb74ce, afc36a2924be491a8e5a9140ac9f375e; no voters: 
I20260630 12:38:04.867082  9763 raft_consensus.cc:2804] T e6fc70273eb94bd799244c81ff1422f0 P 6df618822e104f6e96ced8441bcb74ce [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:04.867669  9763 raft_consensus.cc:697] T e6fc70273eb94bd799244c81ff1422f0 P 6df618822e104f6e96ced8441bcb74ce [term 1 LEADER]: Becoming Leader. State: Replica: 6df618822e104f6e96ced8441bcb74ce, State: Running, Role: LEADER
I20260630 12:38:04.868677  9763 consensus_queue.cc:237] T e6fc70273eb94bd799244c81ff1422f0 P 6df618822e104f6e96ced8441bcb74ce [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.876281  9630 raft_consensus.cc:2468] T 855f34ef92eb4db1ba072f8bd51d649a P 6df618822e104f6e96ced8441bcb74ce [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate afc36a2924be491a8e5a9140ac9f375e in term 1.
I20260630 12:38:04.876829  9704 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "88402ef4196340f68916bcab53d93eea" candidate_uuid: "e45674d4fbad43d2a4180a9078ef0d48" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afc36a2924be491a8e5a9140ac9f375e" is_pre_election: true
I20260630 12:38:04.879098  9704 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6bdc294f9b574c66ab174cbfecb22009" candidate_uuid: "e45674d4fbad43d2a4180a9078ef0d48" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afc36a2924be491a8e5a9140ac9f375e" is_pre_election: true
I20260630 12:38:04.879721  9704 raft_consensus.cc:2468] T 6bdc294f9b574c66ab174cbfecb22009 P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e45674d4fbad43d2a4180a9078ef0d48 in term 0.
W20260630 12:38:04.881088  9519 leader_election.cc:343] T 88402ef4196340f68916bcab53d93eea P e45674d4fbad43d2a4180a9078ef0d48 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer afc36a2924be491a8e5a9140ac9f375e (127.0.192.3:39585): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:04.881790  9519 leader_election.cc:304] T 6bdc294f9b574c66ab174cbfecb22009 P e45674d4fbad43d2a4180a9078ef0d48 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: afc36a2924be491a8e5a9140ac9f375e, e45674d4fbad43d2a4180a9078ef0d48; no voters: 
I20260630 12:38:04.883589  9755 raft_consensus.cc:2804] T 6bdc294f9b574c66ab174cbfecb22009 P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:04.883975  9755 raft_consensus.cc:493] T 6bdc294f9b574c66ab174cbfecb22009 P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:04.884369  9755 raft_consensus.cc:3060] T 6bdc294f9b574c66ab174cbfecb22009 P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:04.891171  9451 catalog_manager.cc:5697] T 855f34ef92eb4db1ba072f8bd51d649a P afc36a2924be491a8e5a9140ac9f375e reported cstate change: term changed from 0 to 1, leader changed from <none> to afc36a2924be491a8e5a9140ac9f375e (127.0.192.3). New cstate: current_term: 1 leader_uuid: "afc36a2924be491a8e5a9140ac9f375e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:04.892531  9755 raft_consensus.cc:515] T 6bdc294f9b574c66ab174cbfecb22009 P e45674d4fbad43d2a4180a9078ef0d48 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.894894  9755 leader_election.cc:290] T 6bdc294f9b574c66ab174cbfecb22009 P e45674d4fbad43d2a4180a9078ef0d48 [CANDIDATE]: Term 1 election: Requested vote from peers 6df618822e104f6e96ced8441bcb74ce (127.0.192.2:32853), afc36a2924be491a8e5a9140ac9f375e (127.0.192.3:39585)
W20260630 12:38:04.895358  9501 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:38:04.896988  9630 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "88402ef4196340f68916bcab53d93eea" candidate_uuid: "e45674d4fbad43d2a4180a9078ef0d48" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6df618822e104f6e96ced8441bcb74ce" is_pre_election: true
I20260630 12:38:04.897698  9630 raft_consensus.cc:2468] T 88402ef4196340f68916bcab53d93eea P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e45674d4fbad43d2a4180a9078ef0d48 in term 0.
I20260630 12:38:04.898083  9704 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6bdc294f9b574c66ab174cbfecb22009" candidate_uuid: "e45674d4fbad43d2a4180a9078ef0d48" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afc36a2924be491a8e5a9140ac9f375e"
I20260630 12:38:04.898898  9704 raft_consensus.cc:3060] T 6bdc294f9b574c66ab174cbfecb22009 P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:04.898087  9453 catalog_manager.cc:5697] T e6fc70273eb94bd799244c81ff1422f0 P 6df618822e104f6e96ced8441bcb74ce reported cstate change: term changed from 0 to 1, leader changed from <none> to 6df618822e104f6e96ced8441bcb74ce (127.0.192.2). New cstate: current_term: 1 leader_uuid: "6df618822e104f6e96ced8441bcb74ce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:04.900597  9752 tablet_bootstrap.cc:492] T 48e7f96a035e454485c2d9fdd1cb827a P 6df618822e104f6e96ced8441bcb74ce: No bootstrap required, opened a new log
I20260630 12:38:04.901113  9752 ts_tablet_manager.cc:1403] T 48e7f96a035e454485c2d9fdd1cb827a P 6df618822e104f6e96ced8441bcb74ce: Time spent bootstrapping tablet: real 0.069s	user 0.008s	sys 0.016s
I20260630 12:38:04.904191  9752 raft_consensus.cc:359] T 48e7f96a035e454485c2d9fdd1cb827a P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.904829  9752 raft_consensus.cc:385] T 48e7f96a035e454485c2d9fdd1cb827a P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:04.905063  9752 raft_consensus.cc:740] T 48e7f96a035e454485c2d9fdd1cb827a P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6df618822e104f6e96ced8441bcb74ce, State: Initialized, Role: FOLLOWER
I20260630 12:38:04.905797  9704 raft_consensus.cc:2468] T 6bdc294f9b574c66ab174cbfecb22009 P afc36a2924be491a8e5a9140ac9f375e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e45674d4fbad43d2a4180a9078ef0d48 in term 1.
I20260630 12:38:04.906840  9519 leader_election.cc:304] T 88402ef4196340f68916bcab53d93eea P e45674d4fbad43d2a4180a9078ef0d48 [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: 6df618822e104f6e96ced8441bcb74ce, e45674d4fbad43d2a4180a9078ef0d48; no voters: afc36a2924be491a8e5a9140ac9f375e
I20260630 12:38:04.907684  9630 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6bdc294f9b574c66ab174cbfecb22009" candidate_uuid: "e45674d4fbad43d2a4180a9078ef0d48" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6df618822e104f6e96ced8441bcb74ce" is_pre_election: true
I20260630 12:38:04.908659  9629 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6bdc294f9b574c66ab174cbfecb22009" candidate_uuid: "e45674d4fbad43d2a4180a9078ef0d48" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6df618822e104f6e96ced8441bcb74ce"
I20260630 12:38:04.909561  9629 raft_consensus.cc:3060] T 6bdc294f9b574c66ab174cbfecb22009 P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:04.910252  9519 leader_election.cc:304] T 6bdc294f9b574c66ab174cbfecb22009 P e45674d4fbad43d2a4180a9078ef0d48 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: afc36a2924be491a8e5a9140ac9f375e, e45674d4fbad43d2a4180a9078ef0d48; no voters: 
I20260630 12:38:04.910600  9759 raft_consensus.cc:493] T 8b05fc823a6e475bb54ee35eb4818848 P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:04.912448  9759 raft_consensus.cc:515] T 8b05fc823a6e475bb54ee35eb4818848 P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.915979  9555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8b05fc823a6e475bb54ee35eb4818848" candidate_uuid: "afc36a2924be491a8e5a9140ac9f375e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e45674d4fbad43d2a4180a9078ef0d48" is_pre_election: true
I20260630 12:38:04.916651  9555 raft_consensus.cc:2468] T 8b05fc823a6e475bb54ee35eb4818848 P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate afc36a2924be491a8e5a9140ac9f375e in term 0.
I20260630 12:38:04.918159  9759 leader_election.cc:290] T 8b05fc823a6e475bb54ee35eb4818848 P afc36a2924be491a8e5a9140ac9f375e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e45674d4fbad43d2a4180a9078ef0d48 (127.0.192.1:37397), 6df618822e104f6e96ced8441bcb74ce (127.0.192.2:32853)
I20260630 12:38:04.919075  9629 raft_consensus.cc:2468] T 6bdc294f9b574c66ab174cbfecb22009 P 6df618822e104f6e96ced8441bcb74ce [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e45674d4fbad43d2a4180a9078ef0d48 in term 1.
I20260630 12:38:04.919440  9630 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8b05fc823a6e475bb54ee35eb4818848" candidate_uuid: "afc36a2924be491a8e5a9140ac9f375e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6df618822e104f6e96ced8441bcb74ce" is_pre_election: true
I20260630 12:38:04.905740  9752 consensus_queue.cc:260] T 48e7f96a035e454485c2d9fdd1cb827a P 6df618822e104f6e96ced8441bcb74ce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.919988  9784 raft_consensus.cc:2804] T 88402ef4196340f68916bcab53d93eea P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:04.920507  9784 raft_consensus.cc:493] T 88402ef4196340f68916bcab53d93eea P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:04.920863  9784 raft_consensus.cc:3060] T 88402ef4196340f68916bcab53d93eea P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:04.921939  9752 ts_tablet_manager.cc:1434] T 48e7f96a035e454485c2d9fdd1cb827a P 6df618822e104f6e96ced8441bcb74ce: Time spent starting tablet: real 0.021s	user 0.007s	sys 0.000s
I20260630 12:38:04.923031  9752 tablet_bootstrap.cc:492] T 8b05fc823a6e475bb54ee35eb4818848 P 6df618822e104f6e96ced8441bcb74ce: Bootstrap starting.
I20260630 12:38:04.917984  9669 leader_election.cc:304] T 8b05fc823a6e475bb54ee35eb4818848 P afc36a2924be491a8e5a9140ac9f375e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: afc36a2924be491a8e5a9140ac9f375e, e45674d4fbad43d2a4180a9078ef0d48; no voters: 
W20260630 12:38:04.924508  9668 leader_election.cc:343] T 8b05fc823a6e475bb54ee35eb4818848 P afc36a2924be491a8e5a9140ac9f375e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 6df618822e104f6e96ced8441bcb74ce (127.0.192.2:32853): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:04.924503  9759 raft_consensus.cc:2804] T 8b05fc823a6e475bb54ee35eb4818848 P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:04.920075  9755 raft_consensus.cc:2804] T 6bdc294f9b574c66ab174cbfecb22009 P e45674d4fbad43d2a4180a9078ef0d48 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:04.925207  9759 raft_consensus.cc:493] T 8b05fc823a6e475bb54ee35eb4818848 P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:04.925697  9759 raft_consensus.cc:3060] T 8b05fc823a6e475bb54ee35eb4818848 P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:04.908934  9750 ts_tablet_manager.cc:1434] T 6bdc294f9b574c66ab174cbfecb22009 P afc36a2924be491a8e5a9140ac9f375e: Time spent starting tablet: real 0.054s	user 0.012s	sys 0.000s
I20260630 12:38:04.928539  9750 tablet_bootstrap.cc:492] T 48e7f96a035e454485c2d9fdd1cb827a P afc36a2924be491a8e5a9140ac9f375e: Bootstrap starting.
I20260630 12:38:04.933475  9752 tablet_bootstrap.cc:654] T 8b05fc823a6e475bb54ee35eb4818848 P 6df618822e104f6e96ced8441bcb74ce: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:04.935696  9759 raft_consensus.cc:515] T 8b05fc823a6e475bb54ee35eb4818848 P afc36a2924be491a8e5a9140ac9f375e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.937896  9759 leader_election.cc:290] T 8b05fc823a6e475bb54ee35eb4818848 P afc36a2924be491a8e5a9140ac9f375e [CANDIDATE]: Term 1 election: Requested vote from peers e45674d4fbad43d2a4180a9078ef0d48 (127.0.192.1:37397), 6df618822e104f6e96ced8441bcb74ce (127.0.192.2:32853)
I20260630 12:38:04.946534  9752 tablet_bootstrap.cc:492] T 8b05fc823a6e475bb54ee35eb4818848 P 6df618822e104f6e96ced8441bcb74ce: No bootstrap required, opened a new log
I20260630 12:38:04.946650  9555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8b05fc823a6e475bb54ee35eb4818848" candidate_uuid: "afc36a2924be491a8e5a9140ac9f375e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e45674d4fbad43d2a4180a9078ef0d48"
I20260630 12:38:04.947196  9752 ts_tablet_manager.cc:1403] T 8b05fc823a6e475bb54ee35eb4818848 P 6df618822e104f6e96ced8441bcb74ce: Time spent bootstrapping tablet: real 0.024s	user 0.006s	sys 0.005s
I20260630 12:38:04.947340  9555 raft_consensus.cc:3060] T 8b05fc823a6e475bb54ee35eb4818848 P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:04.949283  9784 raft_consensus.cc:515] T 88402ef4196340f68916bcab53d93eea P e45674d4fbad43d2a4180a9078ef0d48 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } }
I20260630 12:38:04.950307  9752 raft_consensus.cc:359] T 8b05fc823a6e475bb54ee35eb4818848 P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.951145  9752 raft_consensus.cc:385] T 8b05fc823a6e475bb54ee35eb4818848 P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:04.951455  9752 raft_consensus.cc:740] T 8b05fc823a6e475bb54ee35eb4818848 P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6df618822e104f6e96ced8441bcb74ce, State: Initialized, Role: FOLLOWER
I20260630 12:38:04.952294  9752 consensus_queue.cc:260] T 8b05fc823a6e475bb54ee35eb4818848 P 6df618822e104f6e96ced8441bcb74ce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.952708  9704 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "88402ef4196340f68916bcab53d93eea" candidate_uuid: "e45674d4fbad43d2a4180a9078ef0d48" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afc36a2924be491a8e5a9140ac9f375e"
W20260630 12:38:04.954771  9519 leader_election.cc:343] T 88402ef4196340f68916bcab53d93eea P e45674d4fbad43d2a4180a9078ef0d48 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer afc36a2924be491a8e5a9140ac9f375e (127.0.192.3:39585): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:04.954833  9630 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8b05fc823a6e475bb54ee35eb4818848" candidate_uuid: "afc36a2924be491a8e5a9140ac9f375e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6df618822e104f6e96ced8441bcb74ce"
I20260630 12:38:04.955667  9630 raft_consensus.cc:3060] T 8b05fc823a6e475bb54ee35eb4818848 P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:04.957850  9784 leader_election.cc:290] T 88402ef4196340f68916bcab53d93eea P e45674d4fbad43d2a4180a9078ef0d48 [CANDIDATE]: Term 1 election: Requested vote from peers afc36a2924be491a8e5a9140ac9f375e (127.0.192.3:39585), 6df618822e104f6e96ced8441bcb74ce (127.0.192.2:32853)
I20260630 12:38:04.958636  9629 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "88402ef4196340f68916bcab53d93eea" candidate_uuid: "e45674d4fbad43d2a4180a9078ef0d48" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6df618822e104f6e96ced8441bcb74ce"
I20260630 12:38:04.959241  9629 raft_consensus.cc:3060] T 88402ef4196340f68916bcab53d93eea P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:04.967795  9629 raft_consensus.cc:2468] T 88402ef4196340f68916bcab53d93eea P 6df618822e104f6e96ced8441bcb74ce [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e45674d4fbad43d2a4180a9078ef0d48 in term 1.
I20260630 12:38:04.968194  9750 tablet_bootstrap.cc:654] T 48e7f96a035e454485c2d9fdd1cb827a P afc36a2924be491a8e5a9140ac9f375e: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:04.968117  9555 raft_consensus.cc:2468] T 8b05fc823a6e475bb54ee35eb4818848 P e45674d4fbad43d2a4180a9078ef0d48 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate afc36a2924be491a8e5a9140ac9f375e in term 1.
I20260630 12:38:04.968334  9630 raft_consensus.cc:2468] T 8b05fc823a6e475bb54ee35eb4818848 P 6df618822e104f6e96ced8441bcb74ce [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate afc36a2924be491a8e5a9140ac9f375e in term 1.
I20260630 12:38:04.969297  9519 leader_election.cc:304] T 88402ef4196340f68916bcab53d93eea P e45674d4fbad43d2a4180a9078ef0d48 [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: 6df618822e104f6e96ced8441bcb74ce, e45674d4fbad43d2a4180a9078ef0d48; no voters: afc36a2924be491a8e5a9140ac9f375e
I20260630 12:38:04.970043  9669 leader_election.cc:304] T 8b05fc823a6e475bb54ee35eb4818848 P afc36a2924be491a8e5a9140ac9f375e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: afc36a2924be491a8e5a9140ac9f375e, e45674d4fbad43d2a4180a9078ef0d48; no voters: 
I20260630 12:38:04.971086  9752 ts_tablet_manager.cc:1434] T 8b05fc823a6e475bb54ee35eb4818848 P 6df618822e104f6e96ced8441bcb74ce: Time spent starting tablet: real 0.024s	user 0.008s	sys 0.001s
I20260630 12:38:04.971434  9759 raft_consensus.cc:2804] T 8b05fc823a6e475bb54ee35eb4818848 P afc36a2924be491a8e5a9140ac9f375e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:04.971899  9759 raft_consensus.cc:697] T 8b05fc823a6e475bb54ee35eb4818848 P afc36a2924be491a8e5a9140ac9f375e [term 1 LEADER]: Becoming Leader. State: Replica: afc36a2924be491a8e5a9140ac9f375e, State: Running, Role: LEADER
I20260630 12:38:04.972703  9759 consensus_queue.cc:237] T 8b05fc823a6e475bb54ee35eb4818848 P afc36a2924be491a8e5a9140ac9f375e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.970557  9755 raft_consensus.cc:697] T 6bdc294f9b574c66ab174cbfecb22009 P e45674d4fbad43d2a4180a9078ef0d48 [term 1 LEADER]: Becoming Leader. State: Replica: e45674d4fbad43d2a4180a9078ef0d48, State: Running, Role: LEADER
I20260630 12:38:04.974681  9755 consensus_queue.cc:237] T 6bdc294f9b574c66ab174cbfecb22009 P e45674d4fbad43d2a4180a9078ef0d48 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.971009  9784 raft_consensus.cc:2804] T 88402ef4196340f68916bcab53d93eea P e45674d4fbad43d2a4180a9078ef0d48 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:04.976338  9784 raft_consensus.cc:697] T 88402ef4196340f68916bcab53d93eea P e45674d4fbad43d2a4180a9078ef0d48 [term 1 LEADER]: Becoming Leader. State: Replica: e45674d4fbad43d2a4180a9078ef0d48, State: Running, Role: LEADER
I20260630 12:38:04.977108  9784 consensus_queue.cc:237] T 88402ef4196340f68916bcab53d93eea P e45674d4fbad43d2a4180a9078ef0d48 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } }
I20260630 12:38:04.980129  9750 tablet_bootstrap.cc:492] T 48e7f96a035e454485c2d9fdd1cb827a P afc36a2924be491a8e5a9140ac9f375e: No bootstrap required, opened a new log
I20260630 12:38:04.980679  9750 ts_tablet_manager.cc:1403] T 48e7f96a035e454485c2d9fdd1cb827a P afc36a2924be491a8e5a9140ac9f375e: Time spent bootstrapping tablet: real 0.052s	user 0.010s	sys 0.000s
I20260630 12:38:04.983198  9750 raft_consensus.cc:359] T 48e7f96a035e454485c2d9fdd1cb827a P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.983808  9750 raft_consensus.cc:385] T 48e7f96a035e454485c2d9fdd1cb827a P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:04.984057  9750 raft_consensus.cc:740] T 48e7f96a035e454485c2d9fdd1cb827a P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: afc36a2924be491a8e5a9140ac9f375e, State: Initialized, Role: FOLLOWER
I20260630 12:38:04.984675  9750 consensus_queue.cc:260] T 48e7f96a035e454485c2d9fdd1cb827a P afc36a2924be491a8e5a9140ac9f375e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:04.986759  9750 ts_tablet_manager.cc:1434] T 48e7f96a035e454485c2d9fdd1cb827a P afc36a2924be491a8e5a9140ac9f375e: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260630 12:38:04.987550  9750 tablet_bootstrap.cc:492] T 88402ef4196340f68916bcab53d93eea P afc36a2924be491a8e5a9140ac9f375e: Bootstrap starting.
I20260630 12:38:04.993482  9750 tablet_bootstrap.cc:654] T 88402ef4196340f68916bcab53d93eea P afc36a2924be491a8e5a9140ac9f375e: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:04.992686  9453 catalog_manager.cc:5697] T 6bdc294f9b574c66ab174cbfecb22009 P e45674d4fbad43d2a4180a9078ef0d48 reported cstate change: term changed from 0 to 1, leader changed from <none> to e45674d4fbad43d2a4180a9078ef0d48 (127.0.192.1). New cstate: current_term: 1 leader_uuid: "e45674d4fbad43d2a4180a9078ef0d48" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:04.995609  9451 catalog_manager.cc:5697] T 8b05fc823a6e475bb54ee35eb4818848 P afc36a2924be491a8e5a9140ac9f375e reported cstate change: term changed from 0 to 1, leader changed from <none> to afc36a2924be491a8e5a9140ac9f375e (127.0.192.3). New cstate: current_term: 1 leader_uuid: "afc36a2924be491a8e5a9140ac9f375e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:05.000715  9750 tablet_bootstrap.cc:492] T 88402ef4196340f68916bcab53d93eea P afc36a2924be491a8e5a9140ac9f375e: No bootstrap required, opened a new log
I20260630 12:38:05.001291  9750 ts_tablet_manager.cc:1403] T 88402ef4196340f68916bcab53d93eea P afc36a2924be491a8e5a9140ac9f375e: Time spent bootstrapping tablet: real 0.014s	user 0.004s	sys 0.007s
I20260630 12:38:05.004225  9750 raft_consensus.cc:359] T 88402ef4196340f68916bcab53d93eea P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } }
I20260630 12:38:05.004781  9750 raft_consensus.cc:385] T 88402ef4196340f68916bcab53d93eea P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:05.005048  9750 raft_consensus.cc:740] T 88402ef4196340f68916bcab53d93eea P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: afc36a2924be491a8e5a9140ac9f375e, State: Initialized, Role: FOLLOWER
I20260630 12:38:05.005733  9750 consensus_queue.cc:260] T 88402ef4196340f68916bcab53d93eea P afc36a2924be491a8e5a9140ac9f375e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } }
I20260630 12:38:05.007645  9750 ts_tablet_manager.cc:1434] T 88402ef4196340f68916bcab53d93eea P afc36a2924be491a8e5a9140ac9f375e: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.004s
I20260630 12:38:05.009078  9451 catalog_manager.cc:5697] T 88402ef4196340f68916bcab53d93eea P e45674d4fbad43d2a4180a9078ef0d48 reported cstate change: term changed from 0 to 1, leader changed from <none> to e45674d4fbad43d2a4180a9078ef0d48 (127.0.192.1). New cstate: current_term: 1 leader_uuid: "e45674d4fbad43d2a4180a9078ef0d48" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:05.022327  9763 raft_consensus.cc:493] T 48e7f96a035e454485c2d9fdd1cb827a P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:05.022876  9763 raft_consensus.cc:515] T 48e7f96a035e454485c2d9fdd1cb827a P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:05.024605  9763 leader_election.cc:290] T 48e7f96a035e454485c2d9fdd1cb827a P 6df618822e104f6e96ced8441bcb74ce [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e45674d4fbad43d2a4180a9078ef0d48 (127.0.192.1:37397), afc36a2924be491a8e5a9140ac9f375e (127.0.192.3:39585)
I20260630 12:38:05.025502  9555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "48e7f96a035e454485c2d9fdd1cb827a" candidate_uuid: "6df618822e104f6e96ced8441bcb74ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e45674d4fbad43d2a4180a9078ef0d48" is_pre_election: true
I20260630 12:38:05.025658  9704 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "48e7f96a035e454485c2d9fdd1cb827a" candidate_uuid: "6df618822e104f6e96ced8441bcb74ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afc36a2924be491a8e5a9140ac9f375e" is_pre_election: true
I20260630 12:38:05.026265  9555 raft_consensus.cc:2468] T 48e7f96a035e454485c2d9fdd1cb827a P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6df618822e104f6e96ced8441bcb74ce in term 0.
I20260630 12:38:05.026391  9704 raft_consensus.cc:2468] T 48e7f96a035e454485c2d9fdd1cb827a P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6df618822e104f6e96ced8441bcb74ce in term 0.
I20260630 12:38:05.027374  9595 leader_election.cc:304] T 48e7f96a035e454485c2d9fdd1cb827a P 6df618822e104f6e96ced8441bcb74ce [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6df618822e104f6e96ced8441bcb74ce, e45674d4fbad43d2a4180a9078ef0d48; no voters: 
I20260630 12:38:05.028195  9763 raft_consensus.cc:2804] T 48e7f96a035e454485c2d9fdd1cb827a P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:05.028599  9763 raft_consensus.cc:493] T 48e7f96a035e454485c2d9fdd1cb827a P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:05.028985  9763 raft_consensus.cc:3060] T 48e7f96a035e454485c2d9fdd1cb827a P 6df618822e104f6e96ced8441bcb74ce [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:05.035495  9763 raft_consensus.cc:515] T 48e7f96a035e454485c2d9fdd1cb827a P 6df618822e104f6e96ced8441bcb74ce [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:05.037228  9763 leader_election.cc:290] T 48e7f96a035e454485c2d9fdd1cb827a P 6df618822e104f6e96ced8441bcb74ce [CANDIDATE]: Term 1 election: Requested vote from peers e45674d4fbad43d2a4180a9078ef0d48 (127.0.192.1:37397), afc36a2924be491a8e5a9140ac9f375e (127.0.192.3:39585)
I20260630 12:38:05.038035  9555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "48e7f96a035e454485c2d9fdd1cb827a" candidate_uuid: "6df618822e104f6e96ced8441bcb74ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e45674d4fbad43d2a4180a9078ef0d48"
I20260630 12:38:05.038391  9704 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "48e7f96a035e454485c2d9fdd1cb827a" candidate_uuid: "6df618822e104f6e96ced8441bcb74ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afc36a2924be491a8e5a9140ac9f375e"
I20260630 12:38:05.038785  9555 raft_consensus.cc:3060] T 48e7f96a035e454485c2d9fdd1cb827a P e45674d4fbad43d2a4180a9078ef0d48 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:05.039019  9704 raft_consensus.cc:3060] T 48e7f96a035e454485c2d9fdd1cb827a P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:05.046566  9704 raft_consensus.cc:2468] T 48e7f96a035e454485c2d9fdd1cb827a P afc36a2924be491a8e5a9140ac9f375e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6df618822e104f6e96ced8441bcb74ce in term 1.
I20260630 12:38:05.046566  9555 raft_consensus.cc:2468] T 48e7f96a035e454485c2d9fdd1cb827a P e45674d4fbad43d2a4180a9078ef0d48 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6df618822e104f6e96ced8441bcb74ce in term 1.
I20260630 12:38:05.048163  9594 leader_election.cc:304] T 48e7f96a035e454485c2d9fdd1cb827a P 6df618822e104f6e96ced8441bcb74ce [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6df618822e104f6e96ced8441bcb74ce, afc36a2924be491a8e5a9140ac9f375e; no voters: 
I20260630 12:38:05.048925  9763 raft_consensus.cc:2804] T 48e7f96a035e454485c2d9fdd1cb827a P 6df618822e104f6e96ced8441bcb74ce [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:05.049382  9763 raft_consensus.cc:697] T 48e7f96a035e454485c2d9fdd1cb827a P 6df618822e104f6e96ced8441bcb74ce [term 1 LEADER]: Becoming Leader. State: Replica: 6df618822e104f6e96ced8441bcb74ce, State: Running, Role: LEADER
I20260630 12:38:05.050102  9763 consensus_queue.cc:237] T 48e7f96a035e454485c2d9fdd1cb827a P 6df618822e104f6e96ced8441bcb74ce [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } }
I20260630 12:38:05.058096  9453 catalog_manager.cc:5697] T 48e7f96a035e454485c2d9fdd1cb827a P 6df618822e104f6e96ced8441bcb74ce reported cstate change: term changed from 0 to 1, leader changed from <none> to 6df618822e104f6e96ced8441bcb74ce (127.0.192.2). New cstate: current_term: 1 leader_uuid: "6df618822e104f6e96ced8441bcb74ce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:05.272336  9763 consensus_queue.cc:1048] T e6fc70273eb94bd799244c81ff1422f0 P 6df618822e104f6e96ced8441bcb74ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:05.297660  9759 raft_consensus.cc:493] T 88402ef4196340f68916bcab53d93eea P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:05.298281  9759 raft_consensus.cc:515] T 88402ef4196340f68916bcab53d93eea P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 } } peers { permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 } } peers { permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 } }
I20260630 12:38:05.301764  9629 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "88402ef4196340f68916bcab53d93eea" candidate_uuid: "afc36a2924be491a8e5a9140ac9f375e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6df618822e104f6e96ced8441bcb74ce" is_pre_election: true
I20260630 12:38:05.302639  9629 raft_consensus.cc:2393] T 88402ef4196340f68916bcab53d93eea P 6df618822e104f6e96ced8441bcb74ce [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate afc36a2924be491a8e5a9140ac9f375e in current term 1: Already voted for candidate e45674d4fbad43d2a4180a9078ef0d48 in this term.
I20260630 12:38:05.303933  9759 leader_election.cc:290] T 88402ef4196340f68916bcab53d93eea P afc36a2924be491a8e5a9140ac9f375e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e45674d4fbad43d2a4180a9078ef0d48 (127.0.192.1:37397), 6df618822e104f6e96ced8441bcb74ce (127.0.192.2:32853)
I20260630 12:38:05.304580  9555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "88402ef4196340f68916bcab53d93eea" candidate_uuid: "afc36a2924be491a8e5a9140ac9f375e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e45674d4fbad43d2a4180a9078ef0d48" is_pre_election: true
I20260630 12:38:05.306355  9669 leader_election.cc:304] T 88402ef4196340f68916bcab53d93eea P afc36a2924be491a8e5a9140ac9f375e [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: afc36a2924be491a8e5a9140ac9f375e; no voters: 6df618822e104f6e96ced8441bcb74ce, e45674d4fbad43d2a4180a9078ef0d48
I20260630 12:38:05.307852  9759 raft_consensus.cc:3060] T 88402ef4196340f68916bcab53d93eea P afc36a2924be491a8e5a9140ac9f375e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:05.323287  9759 raft_consensus.cc:2749] T 88402ef4196340f68916bcab53d93eea P afc36a2924be491a8e5a9140ac9f375e [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:38:05.338281  9763 consensus_queue.cc:1048] T e6fc70273eb94bd799244c81ff1422f0 P 6df618822e104f6e96ced8441bcb74ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:05.361364  9759 consensus_queue.cc:1048] T 8b05fc823a6e475bb54ee35eb4818848 P afc36a2924be491a8e5a9140ac9f375e [LEADER]: Connected to new peer: Peer: permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:05.374223  9781 consensus_queue.cc:1048] T 8b05fc823a6e475bb54ee35eb4818848 P afc36a2924be491a8e5a9140ac9f375e [LEADER]: Connected to new peer: Peer: permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:05.380139  9759 consensus_queue.cc:1048] T 855f34ef92eb4db1ba072f8bd51d649a P afc36a2924be491a8e5a9140ac9f375e [LEADER]: Connected to new peer: Peer: permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:05.397397  9781 consensus_queue.cc:1048] T 855f34ef92eb4db1ba072f8bd51d649a P afc36a2924be491a8e5a9140ac9f375e [LEADER]: Connected to new peer: Peer: permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:05.422792  9755 consensus_queue.cc:1048] T 88402ef4196340f68916bcab53d93eea P e45674d4fbad43d2a4180a9078ef0d48 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:05.443440  9704 raft_consensus.cc:1275] T 48e7f96a035e454485c2d9fdd1cb827a P afc36a2924be491a8e5a9140ac9f375e [term 1 FOLLOWER]: Refusing update from remote peer 6df618822e104f6e96ced8441bcb74ce: 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:05.444330  9554 raft_consensus.cc:1275] T 48e7f96a035e454485c2d9fdd1cb827a P e45674d4fbad43d2a4180a9078ef0d48 [term 1 FOLLOWER]: Refusing update from remote peer 6df618822e104f6e96ced8441bcb74ce: 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:05.445719  9763 consensus_queue.cc:1048] T 48e7f96a035e454485c2d9fdd1cb827a P 6df618822e104f6e96ced8441bcb74ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:05.446707  9757 consensus_queue.cc:1048] T 48e7f96a035e454485c2d9fdd1cb827a P 6df618822e104f6e96ced8441bcb74ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "e45674d4fbad43d2a4180a9078ef0d48" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 37397 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:05.459822  9755 consensus_queue.cc:1048] T 88402ef4196340f68916bcab53d93eea P e45674d4fbad43d2a4180a9078ef0d48 [LEADER]: Connected to new peer: Peer: permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:05.473084  9702 raft_consensus.cc:1275] T 6bdc294f9b574c66ab174cbfecb22009 P afc36a2924be491a8e5a9140ac9f375e [term 1 FOLLOWER]: Refusing update from remote peer e45674d4fbad43d2a4180a9078ef0d48: 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:05.475736  9785 consensus_queue.cc:1048] T 6bdc294f9b574c66ab174cbfecb22009 P e45674d4fbad43d2a4180a9078ef0d48 [LEADER]: Connected to new peer: Peer: permanent_uuid: "afc36a2924be491a8e5a9140ac9f375e" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 39585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:05.503005  9630 raft_consensus.cc:1275] T 6bdc294f9b574c66ab174cbfecb22009 P 6df618822e104f6e96ced8441bcb74ce [term 1 FOLLOWER]: Refusing update from remote peer e45674d4fbad43d2a4180a9078ef0d48: 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:05.507248  9785 consensus_queue.cc:1048] T 6bdc294f9b574c66ab174cbfecb22009 P e45674d4fbad43d2a4180a9078ef0d48 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6df618822e104f6e96ced8441bcb74ce" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 32853 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260630 12:38:06.413895  9668 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.192.2:32853, user_credentials={real_user=slave}} blocked reactor thread for 68513us
W20260630 12:38:06.585048  9595 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.192.1:37397, user_credentials={real_user=slave}} blocked reactor thread for 46603.5us
W20260630 12:38:06.820299  9519 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.192.3:39585, user_credentials={real_user=slave}} blocked reactor thread for 52820.6us
I20260630 12:38:07.014132   768 tablet_server.cc:179] TabletServer@127.0.192.1:0 shutting down...
I20260630 12:38:07.042740   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:07.043535   768 tablet_replica.cc:333] T 6bdc294f9b574c66ab174cbfecb22009 P e45674d4fbad43d2a4180a9078ef0d48: stopping tablet replica
I20260630 12:38:07.044333   768 raft_consensus.cc:2243] T 6bdc294f9b574c66ab174cbfecb22009 P e45674d4fbad43d2a4180a9078ef0d48 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:07.045123   768 raft_consensus.cc:2272] T 6bdc294f9b574c66ab174cbfecb22009 P e45674d4fbad43d2a4180a9078ef0d48 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.047777   768 tablet_replica.cc:333] T e6fc70273eb94bd799244c81ff1422f0 P e45674d4fbad43d2a4180a9078ef0d48: stopping tablet replica
I20260630 12:38:07.048300   768 raft_consensus.cc:2243] T e6fc70273eb94bd799244c81ff1422f0 P e45674d4fbad43d2a4180a9078ef0d48 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:07.048712   768 raft_consensus.cc:2272] T e6fc70273eb94bd799244c81ff1422f0 P e45674d4fbad43d2a4180a9078ef0d48 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.051373   768 tablet_replica.cc:333] T 88402ef4196340f68916bcab53d93eea P e45674d4fbad43d2a4180a9078ef0d48: stopping tablet replica
I20260630 12:38:07.052009   768 raft_consensus.cc:2243] T 88402ef4196340f68916bcab53d93eea P e45674d4fbad43d2a4180a9078ef0d48 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:07.052742   768 raft_consensus.cc:2272] T 88402ef4196340f68916bcab53d93eea P e45674d4fbad43d2a4180a9078ef0d48 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.055462   768 tablet_replica.cc:333] T 48e7f96a035e454485c2d9fdd1cb827a P e45674d4fbad43d2a4180a9078ef0d48: stopping tablet replica
I20260630 12:38:07.056023   768 raft_consensus.cc:2243] T 48e7f96a035e454485c2d9fdd1cb827a P e45674d4fbad43d2a4180a9078ef0d48 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:07.056478   768 raft_consensus.cc:2272] T 48e7f96a035e454485c2d9fdd1cb827a P e45674d4fbad43d2a4180a9078ef0d48 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.059177   768 tablet_replica.cc:333] T 855f34ef92eb4db1ba072f8bd51d649a P e45674d4fbad43d2a4180a9078ef0d48: stopping tablet replica
I20260630 12:38:07.059723   768 raft_consensus.cc:2243] T 855f34ef92eb4db1ba072f8bd51d649a P e45674d4fbad43d2a4180a9078ef0d48 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:07.060184   768 raft_consensus.cc:2272] T 855f34ef92eb4db1ba072f8bd51d649a P e45674d4fbad43d2a4180a9078ef0d48 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.062867   768 tablet_replica.cc:333] T 8b05fc823a6e475bb54ee35eb4818848 P e45674d4fbad43d2a4180a9078ef0d48: stopping tablet replica
I20260630 12:38:07.063387   768 raft_consensus.cc:2243] T 8b05fc823a6e475bb54ee35eb4818848 P e45674d4fbad43d2a4180a9078ef0d48 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:07.063879   768 raft_consensus.cc:2272] T 8b05fc823a6e475bb54ee35eb4818848 P e45674d4fbad43d2a4180a9078ef0d48 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.092970   768 tablet_server.cc:196] TabletServer@127.0.192.1:0 shutdown complete.
I20260630 12:38:07.119211   768 tablet_server.cc:179] TabletServer@127.0.192.2:0 shutting down...
I20260630 12:38:07.152293   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:07.153043   768 tablet_replica.cc:333] T 8b05fc823a6e475bb54ee35eb4818848 P 6df618822e104f6e96ced8441bcb74ce: stopping tablet replica
I20260630 12:38:07.153680   768 raft_consensus.cc:2243] T 8b05fc823a6e475bb54ee35eb4818848 P 6df618822e104f6e96ced8441bcb74ce [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:07.154361   768 raft_consensus.cc:2272] T 8b05fc823a6e475bb54ee35eb4818848 P 6df618822e104f6e96ced8441bcb74ce [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.157317   768 tablet_replica.cc:333] T 88402ef4196340f68916bcab53d93eea P 6df618822e104f6e96ced8441bcb74ce: stopping tablet replica
I20260630 12:38:07.158128   768 raft_consensus.cc:2243] T 88402ef4196340f68916bcab53d93eea P 6df618822e104f6e96ced8441bcb74ce [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:07.158708   768 raft_consensus.cc:2272] T 88402ef4196340f68916bcab53d93eea P 6df618822e104f6e96ced8441bcb74ce [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.161696   768 tablet_replica.cc:333] T 48e7f96a035e454485c2d9fdd1cb827a P 6df618822e104f6e96ced8441bcb74ce: stopping tablet replica
I20260630 12:38:07.162375   768 raft_consensus.cc:2243] T 48e7f96a035e454485c2d9fdd1cb827a P 6df618822e104f6e96ced8441bcb74ce [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:07.163194   768 raft_consensus.cc:2272] T 48e7f96a035e454485c2d9fdd1cb827a P 6df618822e104f6e96ced8441bcb74ce [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.165729   768 tablet_replica.cc:333] T 855f34ef92eb4db1ba072f8bd51d649a P 6df618822e104f6e96ced8441bcb74ce: stopping tablet replica
I20260630 12:38:07.166374   768 raft_consensus.cc:2243] T 855f34ef92eb4db1ba072f8bd51d649a P 6df618822e104f6e96ced8441bcb74ce [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:07.166879   768 raft_consensus.cc:2272] T 855f34ef92eb4db1ba072f8bd51d649a P 6df618822e104f6e96ced8441bcb74ce [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.169569   768 tablet_replica.cc:333] T 6bdc294f9b574c66ab174cbfecb22009 P 6df618822e104f6e96ced8441bcb74ce: stopping tablet replica
I20260630 12:38:07.170156   768 raft_consensus.cc:2243] T 6bdc294f9b574c66ab174cbfecb22009 P 6df618822e104f6e96ced8441bcb74ce [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:07.170782   768 raft_consensus.cc:2272] T 6bdc294f9b574c66ab174cbfecb22009 P 6df618822e104f6e96ced8441bcb74ce [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.173318   768 tablet_replica.cc:333] T e6fc70273eb94bd799244c81ff1422f0 P 6df618822e104f6e96ced8441bcb74ce: stopping tablet replica
I20260630 12:38:07.173897   768 raft_consensus.cc:2243] T e6fc70273eb94bd799244c81ff1422f0 P 6df618822e104f6e96ced8441bcb74ce [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:07.174780   768 raft_consensus.cc:2272] T e6fc70273eb94bd799244c81ff1422f0 P 6df618822e104f6e96ced8441bcb74ce [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.202728   768 tablet_server.cc:196] TabletServer@127.0.192.2:0 shutdown complete.
I20260630 12:38:07.220108   768 tablet_server.cc:179] TabletServer@127.0.192.3:0 shutting down...
I20260630 12:38:07.247325   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:07.248063   768 tablet_replica.cc:333] T 88402ef4196340f68916bcab53d93eea P afc36a2924be491a8e5a9140ac9f375e: stopping tablet replica
I20260630 12:38:07.248694   768 raft_consensus.cc:2243] T 88402ef4196340f68916bcab53d93eea P afc36a2924be491a8e5a9140ac9f375e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:07.249212   768 raft_consensus.cc:2272] T 88402ef4196340f68916bcab53d93eea P afc36a2924be491a8e5a9140ac9f375e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.252199   768 tablet_replica.cc:333] T 48e7f96a035e454485c2d9fdd1cb827a P afc36a2924be491a8e5a9140ac9f375e: stopping tablet replica
I20260630 12:38:07.252794   768 raft_consensus.cc:2243] T 48e7f96a035e454485c2d9fdd1cb827a P afc36a2924be491a8e5a9140ac9f375e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:07.253265   768 raft_consensus.cc:2272] T 48e7f96a035e454485c2d9fdd1cb827a P afc36a2924be491a8e5a9140ac9f375e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.255942   768 tablet_replica.cc:333] T e6fc70273eb94bd799244c81ff1422f0 P afc36a2924be491a8e5a9140ac9f375e: stopping tablet replica
I20260630 12:38:07.256510   768 raft_consensus.cc:2243] T e6fc70273eb94bd799244c81ff1422f0 P afc36a2924be491a8e5a9140ac9f375e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:07.257056   768 raft_consensus.cc:2272] T e6fc70273eb94bd799244c81ff1422f0 P afc36a2924be491a8e5a9140ac9f375e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.259891   768 tablet_replica.cc:333] T 6bdc294f9b574c66ab174cbfecb22009 P afc36a2924be491a8e5a9140ac9f375e: stopping tablet replica
I20260630 12:38:07.260447   768 raft_consensus.cc:2243] T 6bdc294f9b574c66ab174cbfecb22009 P afc36a2924be491a8e5a9140ac9f375e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:07.260905   768 raft_consensus.cc:2272] T 6bdc294f9b574c66ab174cbfecb22009 P afc36a2924be491a8e5a9140ac9f375e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.263506   768 tablet_replica.cc:333] T 8b05fc823a6e475bb54ee35eb4818848 P afc36a2924be491a8e5a9140ac9f375e: stopping tablet replica
I20260630 12:38:07.264029   768 raft_consensus.cc:2243] T 8b05fc823a6e475bb54ee35eb4818848 P afc36a2924be491a8e5a9140ac9f375e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:07.264976   768 raft_consensus.cc:2272] T 8b05fc823a6e475bb54ee35eb4818848 P afc36a2924be491a8e5a9140ac9f375e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.267267   768 tablet_replica.cc:333] T 855f34ef92eb4db1ba072f8bd51d649a P afc36a2924be491a8e5a9140ac9f375e: stopping tablet replica
I20260630 12:38:07.267763   768 raft_consensus.cc:2243] T 855f34ef92eb4db1ba072f8bd51d649a P afc36a2924be491a8e5a9140ac9f375e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:07.268532   768 raft_consensus.cc:2272] T 855f34ef92eb4db1ba072f8bd51d649a P afc36a2924be491a8e5a9140ac9f375e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.295212   768 tablet_server.cc:196] TabletServer@127.0.192.3:0 shutdown complete.
I20260630 12:38:07.312265   768 master.cc:562] Master@127.0.192.62:43863 shutting down...
I20260630 12:38:07.333602   768 raft_consensus.cc:2243] T 00000000000000000000000000000000 P efb88b76492f4336b5535d50ad0b69a0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:07.334111   768 raft_consensus.cc:2272] T 00000000000000000000000000000000 P efb88b76492f4336b5535d50ad0b69a0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.334470   768 tablet_replica.cc:333] T 00000000000000000000000000000000 P efb88b76492f4336b5535d50ad0b69a0: stopping tablet replica
I20260630 12:38:07.354063   768 master.cc:584] Master@127.0.192.62:43863 shutdown complete.
[       OK ] AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag (4627 ms)
[ RUN      ] AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap
I20260630 12:38:07.392812   768 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.192.62:42837
I20260630 12:38:07.393908   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:07.399233  9850 instance_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:07.400235  9851 instance_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:07.400375  9853 instance_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:07.401728   768 server_base.cc:1061] running on GCE node
I20260630 12:38:07.402618   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:07.402794   768 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:07.403008   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823087402964 us; error 0 us; skew 500 ppm
I20260630 12:38:07.403503   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:07.405889   768 webserver.cc:533] Webserver started at http://127.0.192.62:42703/ using document root <none> and password file <none>
I20260630 12:38:07.406518   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:07.406713   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:07.407055   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:07.408183   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822852710831-768-0/minicluster-data/master-0-root/instance:
uuid: "68f69f9853de4c1fafed63a181c399fd"
format_stamp: "Formatted at 2026-06-30 12:38:07 on dist-test-slave-n0zz"
I20260630 12:38:07.412879   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:38:07.416545  9858 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:07.417409   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260630 12:38:07.417718   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822852710831-768-0/minicluster-data/master-0-root
uuid: "68f69f9853de4c1fafed63a181c399fd"
format_stamp: "Formatted at 2026-06-30 12:38:07 on dist-test-slave-n0zz"
I20260630 12:38:07.418025   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822852710831-768-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822852710831-768-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822852710831-768-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:07.438478   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:07.439637   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:07.478247   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.62:42837
I20260630 12:38:07.478423  9909 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.62:42837 every 8 connection(s)
I20260630 12:38:07.482152  9910 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:07.492931  9910 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 68f69f9853de4c1fafed63a181c399fd: Bootstrap starting.
I20260630 12:38:07.497534  9910 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 68f69f9853de4c1fafed63a181c399fd: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:07.502108  9910 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 68f69f9853de4c1fafed63a181c399fd: No bootstrap required, opened a new log
I20260630 12:38:07.504333  9910 raft_consensus.cc:359] T 00000000000000000000000000000000 P 68f69f9853de4c1fafed63a181c399fd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "68f69f9853de4c1fafed63a181c399fd" member_type: VOTER }
I20260630 12:38:07.504742  9910 raft_consensus.cc:385] T 00000000000000000000000000000000 P 68f69f9853de4c1fafed63a181c399fd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:07.505019  9910 raft_consensus.cc:740] T 00000000000000000000000000000000 P 68f69f9853de4c1fafed63a181c399fd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 68f69f9853de4c1fafed63a181c399fd, State: Initialized, Role: FOLLOWER
I20260630 12:38:07.505640  9910 consensus_queue.cc:260] T 00000000000000000000000000000000 P 68f69f9853de4c1fafed63a181c399fd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "68f69f9853de4c1fafed63a181c399fd" member_type: VOTER }
I20260630 12:38:07.506111  9910 raft_consensus.cc:399] T 00000000000000000000000000000000 P 68f69f9853de4c1fafed63a181c399fd [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:07.506357  9910 raft_consensus.cc:493] T 00000000000000000000000000000000 P 68f69f9853de4c1fafed63a181c399fd [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:07.506633  9910 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 68f69f9853de4c1fafed63a181c399fd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:07.511585  9910 raft_consensus.cc:515] T 00000000000000000000000000000000 P 68f69f9853de4c1fafed63a181c399fd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "68f69f9853de4c1fafed63a181c399fd" member_type: VOTER }
I20260630 12:38:07.512140  9910 leader_election.cc:304] T 00000000000000000000000000000000 P 68f69f9853de4c1fafed63a181c399fd [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: 68f69f9853de4c1fafed63a181c399fd; no voters: 
I20260630 12:38:07.513247  9910 leader_election.cc:290] T 00000000000000000000000000000000 P 68f69f9853de4c1fafed63a181c399fd [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:07.513618  9913 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 68f69f9853de4c1fafed63a181c399fd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:07.514982  9913 raft_consensus.cc:697] T 00000000000000000000000000000000 P 68f69f9853de4c1fafed63a181c399fd [term 1 LEADER]: Becoming Leader. State: Replica: 68f69f9853de4c1fafed63a181c399fd, State: Running, Role: LEADER
I20260630 12:38:07.515617  9913 consensus_queue.cc:237] T 00000000000000000000000000000000 P 68f69f9853de4c1fafed63a181c399fd [LEADER]: Queue going to LEADER mode. State: All 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: "68f69f9853de4c1fafed63a181c399fd" member_type: VOTER }
I20260630 12:38:07.516196  9910 sys_catalog.cc:565] T 00000000000000000000000000000000 P 68f69f9853de4c1fafed63a181c399fd [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:38:07.520115  9915 sys_catalog.cc:455] T 00000000000000000000000000000000 P 68f69f9853de4c1fafed63a181c399fd [sys.catalog]: SysCatalogTable state changed. Reason: New leader 68f69f9853de4c1fafed63a181c399fd. Latest consensus state: current_term: 1 leader_uuid: "68f69f9853de4c1fafed63a181c399fd" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "68f69f9853de4c1fafed63a181c399fd" member_type: VOTER } }
I20260630 12:38:07.520907  9915 sys_catalog.cc:458] T 00000000000000000000000000000000 P 68f69f9853de4c1fafed63a181c399fd [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:07.522601  9914 sys_catalog.cc:455] T 00000000000000000000000000000000 P 68f69f9853de4c1fafed63a181c399fd [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "68f69f9853de4c1fafed63a181c399fd" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "68f69f9853de4c1fafed63a181c399fd" member_type: VOTER } }
I20260630 12:38:07.523105  9914 sys_catalog.cc:458] T 00000000000000000000000000000000 P 68f69f9853de4c1fafed63a181c399fd [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:07.523392  9920 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:38:07.532070  9920 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:38:07.533078   768 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:38:07.541006  9920 catalog_manager.cc:1383] Generated new cluster ID: 870b45e6a5334230bf46d1cc78a08c8f
I20260630 12:38:07.541333  9920 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:38:07.564504  9920 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:38:07.565857  9920 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:38:07.582737  9920 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 68f69f9853de4c1fafed63a181c399fd: Generated new TSK 0
I20260630 12:38:07.583384  9920 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:38:07.599491   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:07.605572  9931 instance_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:07.606668  9932 instance_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:07.608111  9934 instance_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:07.608274   768 server_base.cc:1061] running on GCE node
I20260630 12:38:07.609268   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:07.609450   768 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:07.609577   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823087609567 us; error 0 us; skew 500 ppm
I20260630 12:38:07.610004   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:07.612214   768 webserver.cc:533] Webserver started at http://127.0.192.1:41651/ using document root <none> and password file <none>
I20260630 12:38:07.612624   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:07.612775   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:07.612995   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:07.614046   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822852710831-768-0/minicluster-data/ts-0-root/instance:
uuid: "3dc43fd42d5744e5bc4da19000fc6409"
format_stamp: "Formatted at 2026-06-30 12:38:07 on dist-test-slave-n0zz"
I20260630 12:38:07.618767   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:38:07.621978  9939 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:07.622778   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:07.623124   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822852710831-768-0/minicluster-data/ts-0-root
uuid: "3dc43fd42d5744e5bc4da19000fc6409"
format_stamp: "Formatted at 2026-06-30 12:38:07 on dist-test-slave-n0zz"
I20260630 12:38:07.623404   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822852710831-768-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822852710831-768-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822852710831-768-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:07.638144   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:07.639396   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:07.640853   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:07.643225   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:07.643458   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:07.643709   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:07.643908   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:07.685668   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.1:45649
I20260630 12:38:07.685768 10001 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.1:45649 every 8 connection(s)
I20260630 12:38:07.690922   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:07.698040 10006 instance_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:07.702113 10007 instance_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:07.703353 10009 instance_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:07.703596 10002 heartbeater.cc:344] Connected to a master server at 127.0.192.62:42837
I20260630 12:38:07.703687   768 server_base.cc:1061] running on GCE node
I20260630 12:38:07.704267 10002 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:07.705018 10002 heartbeater.cc:507] Master 127.0.192.62:42837 requested a full tablet report, sending...
I20260630 12:38:07.706146   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:07.706463   768 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:07.706635   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823087706616 us; error 0 us; skew 500 ppm
I20260630 12:38:07.707216   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:07.707203  9875 ts_manager.cc:194] Registered new tserver with Master: 3dc43fd42d5744e5bc4da19000fc6409 (127.0.192.1:45649)
I20260630 12:38:07.709509  9875 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59444
I20260630 12:38:07.710157   768 webserver.cc:533] Webserver started at http://127.0.192.2:37303/ using document root <none> and password file <none>
I20260630 12:38:07.710748   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:07.710958   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:07.711225   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:07.712266   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822852710831-768-0/minicluster-data/ts-1-root/instance:
uuid: "6f4d0a42652b4ac58ea620dc818b7a13"
format_stamp: "Formatted at 2026-06-30 12:38:07 on dist-test-slave-n0zz"
I20260630 12:38:07.716711   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:38:07.720300 10014 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:07.721117   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:38:07.721441   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822852710831-768-0/minicluster-data/ts-1-root
uuid: "6f4d0a42652b4ac58ea620dc818b7a13"
format_stamp: "Formatted at 2026-06-30 12:38:07 on dist-test-slave-n0zz"
I20260630 12:38:07.721731   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822852710831-768-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822852710831-768-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822852710831-768-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:07.739653   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:07.740736   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:07.742244   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:07.744524   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:07.744761   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:07.745005   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:07.745175   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:07.783972   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.2:36763
I20260630 12:38:07.784075 10076 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.2:36763 every 8 connection(s)
I20260630 12:38:07.788897   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:07.796062 10080 instance_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:07.797948 10081 instance_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:07.800869 10083 instance_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:07.801262   768 server_base.cc:1061] running on GCE node
I20260630 12:38:07.802577 10077 heartbeater.cc:344] Connected to a master server at 127.0.192.62:42837
I20260630 12:38:07.802909   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:38:07.803040 10077 heartbeater.cc:461] Registering TS with master...
W20260630 12:38:07.803212   768 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:07.803434   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823087803417 us; error 0 us; skew 500 ppm
I20260630 12:38:07.803975 10077 heartbeater.cc:507] Master 127.0.192.62:42837 requested a full tablet report, sending...
I20260630 12:38:07.804188   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:07.806521  9875 ts_manager.cc:194] Registered new tserver with Master: 6f4d0a42652b4ac58ea620dc818b7a13 (127.0.192.2:36763)
I20260630 12:38:07.807197   768 webserver.cc:533] Webserver started at http://127.0.192.3:33801/ using document root <none> and password file <none>
I20260630 12:38:07.807727   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:07.807950   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:07.808221   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:07.808284  9875 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59456
I20260630 12:38:07.809686   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822852710831-768-0/minicluster-data/ts-2-root/instance:
uuid: "43fa4b745bc14452b83d1d1f3fa3773b"
format_stamp: "Formatted at 2026-06-30 12:38:07 on dist-test-slave-n0zz"
I20260630 12:38:07.814944   768 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.001s	sys 0.002s
I20260630 12:38:07.818487 10088 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:07.819330   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:38:07.819718   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822852710831-768-0/minicluster-data/ts-2-root
uuid: "43fa4b745bc14452b83d1d1f3fa3773b"
format_stamp: "Formatted at 2026-06-30 12:38:07 on dist-test-slave-n0zz"
I20260630 12:38:07.819993   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822852710831-768-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822852710831-768-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822852710831-768-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:07.846724   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:07.847755   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:07.849097   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:07.851444   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:07.851621   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:07.851920   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:07.852062   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:07.890398   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.3:33811
I20260630 12:38:07.890516 10150 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.3:33811 every 8 connection(s)
I20260630 12:38:07.905609 10151 heartbeater.cc:344] Connected to a master server at 127.0.192.62:42837
I20260630 12:38:07.906056 10151 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:07.906834 10151 heartbeater.cc:507] Master 127.0.192.62:42837 requested a full tablet report, sending...
I20260630 12:38:07.908818  9875 ts_manager.cc:194] Registered new tserver with Master: 43fa4b745bc14452b83d1d1f3fa3773b (127.0.192.3:33811)
I20260630 12:38:07.909355   768 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015886766s
I20260630 12:38:07.910166  9875 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59468
I20260630 12:38:08.712317 10002 heartbeater.cc:499] Master 127.0.192.62:42837 was elected leader, sending a full tablet report...
I20260630 12:38:08.811203 10077 heartbeater.cc:499] Master 127.0.192.62:42837 was elected leader, sending a full tablet report...
I20260630 12:38:08.912703 10151 heartbeater.cc:499] Master 127.0.192.62:42837 was elected leader, sending a full tablet report...
I20260630 12:38:08.965472  9875 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:59472:
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:38:08.967872  9875 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:09.028857  9967 tablet_service.cc:1511] Processing CreateTablet for tablet d405e93cc5294015840649c6ca6aa832 (DEFAULT_TABLE table=test-workload [id=1df1586581a74878a94d89d82a5f0f6c]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:38:09.030345  9967 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d405e93cc5294015840649c6ca6aa832. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:09.034449 10042 tablet_service.cc:1511] Processing CreateTablet for tablet d405e93cc5294015840649c6ca6aa832 (DEFAULT_TABLE table=test-workload [id=1df1586581a74878a94d89d82a5f0f6c]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:38:09.035362 10116 tablet_service.cc:1511] Processing CreateTablet for tablet d405e93cc5294015840649c6ca6aa832 (DEFAULT_TABLE table=test-workload [id=1df1586581a74878a94d89d82a5f0f6c]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:38:09.035880 10042 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d405e93cc5294015840649c6ca6aa832. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:09.036682 10116 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d405e93cc5294015840649c6ca6aa832. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:09.046676 10171 tablet_bootstrap.cc:492] T d405e93cc5294015840649c6ca6aa832 P 3dc43fd42d5744e5bc4da19000fc6409: Bootstrap starting.
I20260630 12:38:09.053666 10171 tablet_bootstrap.cc:654] T d405e93cc5294015840649c6ca6aa832 P 3dc43fd42d5744e5bc4da19000fc6409: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:09.054131 10173 tablet_bootstrap.cc:492] T d405e93cc5294015840649c6ca6aa832 P 43fa4b745bc14452b83d1d1f3fa3773b: Bootstrap starting.
I20260630 12:38:09.055727 10172 tablet_bootstrap.cc:492] T d405e93cc5294015840649c6ca6aa832 P 6f4d0a42652b4ac58ea620dc818b7a13: Bootstrap starting.
I20260630 12:38:09.061141 10171 tablet_bootstrap.cc:492] T d405e93cc5294015840649c6ca6aa832 P 3dc43fd42d5744e5bc4da19000fc6409: No bootstrap required, opened a new log
I20260630 12:38:09.061367 10172 tablet_bootstrap.cc:654] T d405e93cc5294015840649c6ca6aa832 P 6f4d0a42652b4ac58ea620dc818b7a13: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:09.061676 10173 tablet_bootstrap.cc:654] T d405e93cc5294015840649c6ca6aa832 P 43fa4b745bc14452b83d1d1f3fa3773b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:09.061863 10171 ts_tablet_manager.cc:1403] T d405e93cc5294015840649c6ca6aa832 P 3dc43fd42d5744e5bc4da19000fc6409: Time spent bootstrapping tablet: real 0.015s	user 0.005s	sys 0.009s
I20260630 12:38:09.066439 10172 tablet_bootstrap.cc:492] T d405e93cc5294015840649c6ca6aa832 P 6f4d0a42652b4ac58ea620dc818b7a13: No bootstrap required, opened a new log
I20260630 12:38:09.067103 10172 ts_tablet_manager.cc:1403] T d405e93cc5294015840649c6ca6aa832 P 6f4d0a42652b4ac58ea620dc818b7a13: Time spent bootstrapping tablet: real 0.012s	user 0.011s	sys 0.000s
I20260630 12:38:09.066488 10171 raft_consensus.cc:359] T d405e93cc5294015840649c6ca6aa832 P 3dc43fd42d5744e5bc4da19000fc6409 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dc43fd42d5744e5bc4da19000fc6409" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45649 } } peers { permanent_uuid: "6f4d0a42652b4ac58ea620dc818b7a13" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36763 } } peers { permanent_uuid: "43fa4b745bc14452b83d1d1f3fa3773b" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33811 } }
I20260630 12:38:09.067689 10171 raft_consensus.cc:385] T d405e93cc5294015840649c6ca6aa832 P 3dc43fd42d5744e5bc4da19000fc6409 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:09.068111 10171 raft_consensus.cc:740] T d405e93cc5294015840649c6ca6aa832 P 3dc43fd42d5744e5bc4da19000fc6409 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3dc43fd42d5744e5bc4da19000fc6409, State: Initialized, Role: FOLLOWER
I20260630 12:38:09.068351 10173 tablet_bootstrap.cc:492] T d405e93cc5294015840649c6ca6aa832 P 43fa4b745bc14452b83d1d1f3fa3773b: No bootstrap required, opened a new log
I20260630 12:38:09.068895 10173 ts_tablet_manager.cc:1403] T d405e93cc5294015840649c6ca6aa832 P 43fa4b745bc14452b83d1d1f3fa3773b: Time spent bootstrapping tablet: real 0.015s	user 0.011s	sys 0.000s
I20260630 12:38:09.069000 10171 consensus_queue.cc:260] T d405e93cc5294015840649c6ca6aa832 P 3dc43fd42d5744e5bc4da19000fc6409 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dc43fd42d5744e5bc4da19000fc6409" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45649 } } peers { permanent_uuid: "6f4d0a42652b4ac58ea620dc818b7a13" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36763 } } peers { permanent_uuid: "43fa4b745bc14452b83d1d1f3fa3773b" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33811 } }
I20260630 12:38:09.069958 10172 raft_consensus.cc:359] T d405e93cc5294015840649c6ca6aa832 P 6f4d0a42652b4ac58ea620dc818b7a13 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dc43fd42d5744e5bc4da19000fc6409" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45649 } } peers { permanent_uuid: "6f4d0a42652b4ac58ea620dc818b7a13" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36763 } } peers { permanent_uuid: "43fa4b745bc14452b83d1d1f3fa3773b" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33811 } }
I20260630 12:38:09.070595 10172 raft_consensus.cc:385] T d405e93cc5294015840649c6ca6aa832 P 6f4d0a42652b4ac58ea620dc818b7a13 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:09.070977 10172 raft_consensus.cc:740] T d405e93cc5294015840649c6ca6aa832 P 6f4d0a42652b4ac58ea620dc818b7a13 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6f4d0a42652b4ac58ea620dc818b7a13, State: Initialized, Role: FOLLOWER
I20260630 12:38:09.071841 10172 consensus_queue.cc:260] T d405e93cc5294015840649c6ca6aa832 P 6f4d0a42652b4ac58ea620dc818b7a13 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dc43fd42d5744e5bc4da19000fc6409" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45649 } } peers { permanent_uuid: "6f4d0a42652b4ac58ea620dc818b7a13" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36763 } } peers { permanent_uuid: "43fa4b745bc14452b83d1d1f3fa3773b" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33811 } }
I20260630 12:38:09.072213 10173 raft_consensus.cc:359] T d405e93cc5294015840649c6ca6aa832 P 43fa4b745bc14452b83d1d1f3fa3773b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dc43fd42d5744e5bc4da19000fc6409" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45649 } } peers { permanent_uuid: "6f4d0a42652b4ac58ea620dc818b7a13" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36763 } } peers { permanent_uuid: "43fa4b745bc14452b83d1d1f3fa3773b" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33811 } }
I20260630 12:38:09.073145 10173 raft_consensus.cc:385] T d405e93cc5294015840649c6ca6aa832 P 43fa4b745bc14452b83d1d1f3fa3773b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:09.073596 10173 raft_consensus.cc:740] T d405e93cc5294015840649c6ca6aa832 P 43fa4b745bc14452b83d1d1f3fa3773b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 43fa4b745bc14452b83d1d1f3fa3773b, State: Initialized, Role: FOLLOWER
I20260630 12:38:09.074564 10172 ts_tablet_manager.cc:1434] T d405e93cc5294015840649c6ca6aa832 P 6f4d0a42652b4ac58ea620dc818b7a13: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:38:09.075380 10171 ts_tablet_manager.cc:1434] T d405e93cc5294015840649c6ca6aa832 P 3dc43fd42d5744e5bc4da19000fc6409: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.000s
I20260630 12:38:09.078722 10173 consensus_queue.cc:260] T d405e93cc5294015840649c6ca6aa832 P 43fa4b745bc14452b83d1d1f3fa3773b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dc43fd42d5744e5bc4da19000fc6409" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45649 } } peers { permanent_uuid: "6f4d0a42652b4ac58ea620dc818b7a13" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36763 } } peers { permanent_uuid: "43fa4b745bc14452b83d1d1f3fa3773b" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33811 } }
I20260630 12:38:09.081655 10173 ts_tablet_manager.cc:1434] T d405e93cc5294015840649c6ca6aa832 P 43fa4b745bc14452b83d1d1f3fa3773b: Time spent starting tablet: real 0.012s	user 0.002s	sys 0.007s
I20260630 12:38:09.138825 10177 raft_consensus.cc:493] T d405e93cc5294015840649c6ca6aa832 P 3dc43fd42d5744e5bc4da19000fc6409 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:09.139349 10177 raft_consensus.cc:515] T d405e93cc5294015840649c6ca6aa832 P 3dc43fd42d5744e5bc4da19000fc6409 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dc43fd42d5744e5bc4da19000fc6409" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45649 } } peers { permanent_uuid: "6f4d0a42652b4ac58ea620dc818b7a13" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36763 } } peers { permanent_uuid: "43fa4b745bc14452b83d1d1f3fa3773b" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33811 } }
I20260630 12:38:09.141666 10177 leader_election.cc:290] T d405e93cc5294015840649c6ca6aa832 P 3dc43fd42d5744e5bc4da19000fc6409 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6f4d0a42652b4ac58ea620dc818b7a13 (127.0.192.2:36763), 43fa4b745bc14452b83d1d1f3fa3773b (127.0.192.3:33811)
I20260630 12:38:09.154237 10052 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d405e93cc5294015840649c6ca6aa832" candidate_uuid: "3dc43fd42d5744e5bc4da19000fc6409" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6f4d0a42652b4ac58ea620dc818b7a13" is_pre_election: true
I20260630 12:38:09.154680 10126 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d405e93cc5294015840649c6ca6aa832" candidate_uuid: "3dc43fd42d5744e5bc4da19000fc6409" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "43fa4b745bc14452b83d1d1f3fa3773b" is_pre_election: true
I20260630 12:38:09.155164 10052 raft_consensus.cc:2468] T d405e93cc5294015840649c6ca6aa832 P 6f4d0a42652b4ac58ea620dc818b7a13 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3dc43fd42d5744e5bc4da19000fc6409 in term 0.
I20260630 12:38:09.155372 10126 raft_consensus.cc:2468] T d405e93cc5294015840649c6ca6aa832 P 43fa4b745bc14452b83d1d1f3fa3773b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3dc43fd42d5744e5bc4da19000fc6409 in term 0.
I20260630 12:38:09.156520  9943 leader_election.cc:304] T d405e93cc5294015840649c6ca6aa832 P 3dc43fd42d5744e5bc4da19000fc6409 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3dc43fd42d5744e5bc4da19000fc6409, 6f4d0a42652b4ac58ea620dc818b7a13; no voters: 
I20260630 12:38:09.157208 10177 raft_consensus.cc:2804] T d405e93cc5294015840649c6ca6aa832 P 3dc43fd42d5744e5bc4da19000fc6409 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:09.157617 10177 raft_consensus.cc:493] T d405e93cc5294015840649c6ca6aa832 P 3dc43fd42d5744e5bc4da19000fc6409 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:09.157892 10177 raft_consensus.cc:3060] T d405e93cc5294015840649c6ca6aa832 P 3dc43fd42d5744e5bc4da19000fc6409 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:09.163141 10177 raft_consensus.cc:515] T d405e93cc5294015840649c6ca6aa832 P 3dc43fd42d5744e5bc4da19000fc6409 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dc43fd42d5744e5bc4da19000fc6409" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45649 } } peers { permanent_uuid: "6f4d0a42652b4ac58ea620dc818b7a13" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36763 } } peers { permanent_uuid: "43fa4b745bc14452b83d1d1f3fa3773b" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33811 } }
I20260630 12:38:09.164774 10177 leader_election.cc:290] T d405e93cc5294015840649c6ca6aa832 P 3dc43fd42d5744e5bc4da19000fc6409 [CANDIDATE]: Term 1 election: Requested vote from peers 6f4d0a42652b4ac58ea620dc818b7a13 (127.0.192.2:36763), 43fa4b745bc14452b83d1d1f3fa3773b (127.0.192.3:33811)
I20260630 12:38:09.165728 10052 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d405e93cc5294015840649c6ca6aa832" candidate_uuid: "3dc43fd42d5744e5bc4da19000fc6409" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6f4d0a42652b4ac58ea620dc818b7a13"
I20260630 12:38:09.165894 10126 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d405e93cc5294015840649c6ca6aa832" candidate_uuid: "3dc43fd42d5744e5bc4da19000fc6409" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "43fa4b745bc14452b83d1d1f3fa3773b"
I20260630 12:38:09.166347 10052 raft_consensus.cc:3060] T d405e93cc5294015840649c6ca6aa832 P 6f4d0a42652b4ac58ea620dc818b7a13 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:09.166487 10126 raft_consensus.cc:3060] T d405e93cc5294015840649c6ca6aa832 P 43fa4b745bc14452b83d1d1f3fa3773b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:09.171702 10126 raft_consensus.cc:2468] T d405e93cc5294015840649c6ca6aa832 P 43fa4b745bc14452b83d1d1f3fa3773b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3dc43fd42d5744e5bc4da19000fc6409 in term 1.
I20260630 12:38:09.171705 10052 raft_consensus.cc:2468] T d405e93cc5294015840649c6ca6aa832 P 6f4d0a42652b4ac58ea620dc818b7a13 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3dc43fd42d5744e5bc4da19000fc6409 in term 1.
I20260630 12:38:09.172864  9941 leader_election.cc:304] T d405e93cc5294015840649c6ca6aa832 P 3dc43fd42d5744e5bc4da19000fc6409 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3dc43fd42d5744e5bc4da19000fc6409, 43fa4b745bc14452b83d1d1f3fa3773b; no voters: 
I20260630 12:38:09.173637 10177 raft_consensus.cc:2804] T d405e93cc5294015840649c6ca6aa832 P 3dc43fd42d5744e5bc4da19000fc6409 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:09.174973 10177 raft_consensus.cc:697] T d405e93cc5294015840649c6ca6aa832 P 3dc43fd42d5744e5bc4da19000fc6409 [term 1 LEADER]: Becoming Leader. State: Replica: 3dc43fd42d5744e5bc4da19000fc6409, State: Running, Role: LEADER
I20260630 12:38:09.175823 10177 consensus_queue.cc:237] T d405e93cc5294015840649c6ca6aa832 P 3dc43fd42d5744e5bc4da19000fc6409 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dc43fd42d5744e5bc4da19000fc6409" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45649 } } peers { permanent_uuid: "6f4d0a42652b4ac58ea620dc818b7a13" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36763 } } peers { permanent_uuid: "43fa4b745bc14452b83d1d1f3fa3773b" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33811 } }
I20260630 12:38:09.183326  9874 catalog_manager.cc:5697] T d405e93cc5294015840649c6ca6aa832 P 3dc43fd42d5744e5bc4da19000fc6409 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3dc43fd42d5744e5bc4da19000fc6409 (127.0.192.1). New cstate: current_term: 1 leader_uuid: "3dc43fd42d5744e5bc4da19000fc6409" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dc43fd42d5744e5bc4da19000fc6409" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 45649 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6f4d0a42652b4ac58ea620dc818b7a13" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36763 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "43fa4b745bc14452b83d1d1f3fa3773b" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33811 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:09.339974 10126 raft_consensus.cc:1275] T d405e93cc5294015840649c6ca6aa832 P 43fa4b745bc14452b83d1d1f3fa3773b [term 1 FOLLOWER]: Refusing update from remote peer 3dc43fd42d5744e5bc4da19000fc6409: 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:09.339974 10052 raft_consensus.cc:1275] T d405e93cc5294015840649c6ca6aa832 P 6f4d0a42652b4ac58ea620dc818b7a13 [term 1 FOLLOWER]: Refusing update from remote peer 3dc43fd42d5744e5bc4da19000fc6409: 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:09.341856 10182 consensus_queue.cc:1048] T d405e93cc5294015840649c6ca6aa832 P 3dc43fd42d5744e5bc4da19000fc6409 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6f4d0a42652b4ac58ea620dc818b7a13" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36763 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:09.342490 10177 consensus_queue.cc:1048] T d405e93cc5294015840649c6ca6aa832 P 3dc43fd42d5744e5bc4da19000fc6409 [LEADER]: Connected to new peer: Peer: permanent_uuid: "43fa4b745bc14452b83d1d1f3fa3773b" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33811 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:09.366357 10189 mvcc.cc:204] Tried to move back new op lower bound from 7302443373922390016 to 7302443373271416832. Current Snapshot: MvccSnapshot[applied={T|T < 7302443373922390016}]
I20260630 12:38:09.813910   768 tablet_server.cc:179] TabletServer@127.0.192.1:0 shutting down...
I20260630 12:38:09.839756   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:09.840456   768 tablet_replica.cc:333] T d405e93cc5294015840649c6ca6aa832 P 3dc43fd42d5744e5bc4da19000fc6409: stopping tablet replica
I20260630 12:38:09.841068   768 raft_consensus.cc:2243] T d405e93cc5294015840649c6ca6aa832 P 3dc43fd42d5744e5bc4da19000fc6409 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:09.841995   768 raft_consensus.cc:2272] T d405e93cc5294015840649c6ca6aa832 P 3dc43fd42d5744e5bc4da19000fc6409 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:09.854686   768 tablet_server.cc:196] TabletServer@127.0.192.1:0 shutdown complete.
I20260630 12:38:09.865731   768 tablet_server.cc:179] TabletServer@127.0.192.2:0 shutting down...
I20260630 12:38:09.887955   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:09.888609   768 tablet_replica.cc:333] T d405e93cc5294015840649c6ca6aa832 P 6f4d0a42652b4ac58ea620dc818b7a13: stopping tablet replica
I20260630 12:38:09.889125   768 raft_consensus.cc:2243] T d405e93cc5294015840649c6ca6aa832 P 6f4d0a42652b4ac58ea620dc818b7a13 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:09.889649   768 raft_consensus.cc:2272] T d405e93cc5294015840649c6ca6aa832 P 6f4d0a42652b4ac58ea620dc818b7a13 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:09.910764   768 tablet_server.cc:196] TabletServer@127.0.192.2:0 shutdown complete.
I20260630 12:38:09.920868   768 tablet_server.cc:179] TabletServer@127.0.192.3:0 shutting down...
I20260630 12:38:09.941486   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:09.942116   768 tablet_replica.cc:333] T d405e93cc5294015840649c6ca6aa832 P 43fa4b745bc14452b83d1d1f3fa3773b: stopping tablet replica
I20260630 12:38:09.942682   768 raft_consensus.cc:2243] T d405e93cc5294015840649c6ca6aa832 P 43fa4b745bc14452b83d1d1f3fa3773b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:09.943185   768 raft_consensus.cc:2272] T d405e93cc5294015840649c6ca6aa832 P 43fa4b745bc14452b83d1d1f3fa3773b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:09.965047   768 tablet_server.cc:196] TabletServer@127.0.192.3:0 shutdown complete.
I20260630 12:38:09.976127   768 master.cc:562] Master@127.0.192.62:42837 shutting down...
I20260630 12:38:09.994306   768 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 68f69f9853de4c1fafed63a181c399fd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:09.994863   768 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 68f69f9853de4c1fafed63a181c399fd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:09.995184   768 tablet_replica.cc:333] T 00000000000000000000000000000000 P 68f69f9853de4c1fafed63a181c399fd: stopping tablet replica
I20260630 12:38:10.014724   768 master.cc:584] Master@127.0.192.62:42837 shutdown complete.
[       OK ] AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap (2647 ms)
[ RUN      ] AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash
I20260630 12:38:10.042654   768 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.192.62:38887
I20260630 12:38:10.043856   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:10.048913 10205 instance_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:10.049059 10206 instance_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:10.050908 10208 instance_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:10.051801   768 server_base.cc:1061] running on GCE node
I20260630 12:38:10.052592   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:10.052788   768 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:10.052963   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823090052933 us; error 0 us; skew 500 ppm
I20260630 12:38:10.053498   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:10.055948   768 webserver.cc:533] Webserver started at http://127.0.192.62:41039/ using document root <none> and password file <none>
I20260630 12:38:10.056440   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:10.056599   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:10.056926   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:10.058007   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822852710831-768-0/minicluster-data/master-0-root/instance:
uuid: "db129ac5dd4c4834bce767d885645d6a"
format_stamp: "Formatted at 2026-06-30 12:38:10 on dist-test-slave-n0zz"
I20260630 12:38:10.062623   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:38:10.065945 10213 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:10.066746   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:38:10.067051   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822852710831-768-0/minicluster-data/master-0-root
uuid: "db129ac5dd4c4834bce767d885645d6a"
format_stamp: "Formatted at 2026-06-30 12:38:10 on dist-test-slave-n0zz"
I20260630 12:38:10.067343   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822852710831-768-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822852710831-768-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822852710831-768-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:10.093385   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:10.094493   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:10.129433   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.62:38887
I20260630 12:38:10.129561 10264 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.62:38887 every 8 connection(s)
I20260630 12:38:10.133363 10265 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:10.145103 10265 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P db129ac5dd4c4834bce767d885645d6a: Bootstrap starting.
I20260630 12:38:10.149592 10265 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P db129ac5dd4c4834bce767d885645d6a: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:10.153893 10265 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P db129ac5dd4c4834bce767d885645d6a: No bootstrap required, opened a new log
I20260630 12:38:10.156441 10265 raft_consensus.cc:359] T 00000000000000000000000000000000 P db129ac5dd4c4834bce767d885645d6a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "db129ac5dd4c4834bce767d885645d6a" member_type: VOTER }
I20260630 12:38:10.156869 10265 raft_consensus.cc:385] T 00000000000000000000000000000000 P db129ac5dd4c4834bce767d885645d6a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:10.157169 10265 raft_consensus.cc:740] T 00000000000000000000000000000000 P db129ac5dd4c4834bce767d885645d6a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: db129ac5dd4c4834bce767d885645d6a, State: Initialized, Role: FOLLOWER
I20260630 12:38:10.157859 10265 consensus_queue.cc:260] T 00000000000000000000000000000000 P db129ac5dd4c4834bce767d885645d6a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "db129ac5dd4c4834bce767d885645d6a" member_type: VOTER }
I20260630 12:38:10.158352 10265 raft_consensus.cc:399] T 00000000000000000000000000000000 P db129ac5dd4c4834bce767d885645d6a [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:10.158572 10265 raft_consensus.cc:493] T 00000000000000000000000000000000 P db129ac5dd4c4834bce767d885645d6a [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:10.158898 10265 raft_consensus.cc:3060] T 00000000000000000000000000000000 P db129ac5dd4c4834bce767d885645d6a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:10.163859 10265 raft_consensus.cc:515] T 00000000000000000000000000000000 P db129ac5dd4c4834bce767d885645d6a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "db129ac5dd4c4834bce767d885645d6a" member_type: VOTER }
I20260630 12:38:10.164413 10265 leader_election.cc:304] T 00000000000000000000000000000000 P db129ac5dd4c4834bce767d885645d6a [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: db129ac5dd4c4834bce767d885645d6a; no voters: 
I20260630 12:38:10.165654 10265 leader_election.cc:290] T 00000000000000000000000000000000 P db129ac5dd4c4834bce767d885645d6a [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:10.166047 10268 raft_consensus.cc:2804] T 00000000000000000000000000000000 P db129ac5dd4c4834bce767d885645d6a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:10.167579 10268 raft_consensus.cc:697] T 00000000000000000000000000000000 P db129ac5dd4c4834bce767d885645d6a [term 1 LEADER]: Becoming Leader. State: Replica: db129ac5dd4c4834bce767d885645d6a, State: Running, Role: LEADER
I20260630 12:38:10.168346 10268 consensus_queue.cc:237] T 00000000000000000000000000000000 P db129ac5dd4c4834bce767d885645d6a [LEADER]: Queue going to LEADER mode. State: All 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: "db129ac5dd4c4834bce767d885645d6a" member_type: VOTER }
I20260630 12:38:10.168623 10265 sys_catalog.cc:565] T 00000000000000000000000000000000 P db129ac5dd4c4834bce767d885645d6a [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:38:10.173837 10270 sys_catalog.cc:455] T 00000000000000000000000000000000 P db129ac5dd4c4834bce767d885645d6a [sys.catalog]: SysCatalogTable state changed. Reason: New leader db129ac5dd4c4834bce767d885645d6a. Latest consensus state: current_term: 1 leader_uuid: "db129ac5dd4c4834bce767d885645d6a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "db129ac5dd4c4834bce767d885645d6a" member_type: VOTER } }
I20260630 12:38:10.174095 10269 sys_catalog.cc:455] T 00000000000000000000000000000000 P db129ac5dd4c4834bce767d885645d6a [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "db129ac5dd4c4834bce767d885645d6a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "db129ac5dd4c4834bce767d885645d6a" member_type: VOTER } }
I20260630 12:38:10.174800 10270 sys_catalog.cc:458] T 00000000000000000000000000000000 P db129ac5dd4c4834bce767d885645d6a [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:10.175033 10269 sys_catalog.cc:458] T 00000000000000000000000000000000 P db129ac5dd4c4834bce767d885645d6a [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:10.179634 10275 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:38:10.185111 10275 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:38:10.187259   768 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:38:10.195065 10275 catalog_manager.cc:1383] Generated new cluster ID: d8a324e168164b909912890999c9c2a6
I20260630 12:38:10.195402 10275 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:38:10.215258 10275 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:38:10.216620 10275 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:38:10.231563 10275 catalog_manager.cc:6070] T 00000000000000000000000000000000 P db129ac5dd4c4834bce767d885645d6a: Generated new TSK 0
I20260630 12:38:10.232164 10275 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:38:10.254169   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:10.262308 10286 instance_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:10.263173 10287 instance_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:10.265846 10289 instance_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:10.267308   768 server_base.cc:1061] running on GCE node
I20260630 12:38:10.268357   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:10.268628   768 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:10.268826   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823090268810 us; error 0 us; skew 500 ppm
I20260630 12:38:10.269415   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:10.272114   768 webserver.cc:533] Webserver started at http://127.0.192.1:40337/ using document root <none> and password file <none>
I20260630 12:38:10.272621   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:10.272842   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:10.273134   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:10.274375   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822852710831-768-0/minicluster-data/ts-0-root/instance:
uuid: "06cdfe7165fb4a049dd2cf9b7c05567d"
format_stamp: "Formatted at 2026-06-30 12:38:10 on dist-test-slave-n0zz"
I20260630 12:38:10.279047   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260630 12:38:10.282469 10294 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:10.283236   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:38:10.283536   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822852710831-768-0/minicluster-data/ts-0-root
uuid: "06cdfe7165fb4a049dd2cf9b7c05567d"
format_stamp: "Formatted at 2026-06-30 12:38:10 on dist-test-slave-n0zz"
I20260630 12:38:10.283828   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822852710831-768-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822852710831-768-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822852710831-768-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:10.299777   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:10.300928   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:10.302477   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:10.304854   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:10.305090   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:10.305338   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:10.305583   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:10.343852   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.1:44669
I20260630 12:38:10.343999 10356 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.1:44669 every 8 connection(s)
I20260630 12:38:10.348949   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:10.356463 10361 instance_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:10.356791 10362 instance_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:10.361183   768 server_base.cc:1061] running on GCE node
W20260630 12:38:10.363137 10364 instance_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:10.363214 10357 heartbeater.cc:344] Connected to a master server at 127.0.192.62:38887
I20260630 12:38:10.363844 10357 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:10.364277   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:10.364537   768 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:10.364696 10357 heartbeater.cc:507] Master 127.0.192.62:38887 requested a full tablet report, sending...
I20260630 12:38:10.364712   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823090364678 us; error 0 us; skew 500 ppm
I20260630 12:38:10.365648   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:10.367282 10230 ts_manager.cc:194] Registered new tserver with Master: 06cdfe7165fb4a049dd2cf9b7c05567d (127.0.192.1:44669)
I20260630 12:38:10.368342   768 webserver.cc:533] Webserver started at http://127.0.192.2:44999/ using document root <none> and password file <none>
I20260630 12:38:10.369043   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:10.369272   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:10.369558   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:10.369748 10230 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42512
I20260630 12:38:10.371064   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822852710831-768-0/minicluster-data/ts-1-root/instance:
uuid: "1245479b225b44c78bafec0adc16b47e"
format_stamp: "Formatted at 2026-06-30 12:38:10 on dist-test-slave-n0zz"
I20260630 12:38:10.375417   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:38:10.378532 10369 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:10.379312   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:38:10.379618   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822852710831-768-0/minicluster-data/ts-1-root
uuid: "1245479b225b44c78bafec0adc16b47e"
format_stamp: "Formatted at 2026-06-30 12:38:10 on dist-test-slave-n0zz"
I20260630 12:38:10.379884   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822852710831-768-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822852710831-768-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822852710831-768-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:10.399334   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:10.400369   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:10.401762   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:10.404095   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:10.404325   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:10.404568   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:10.404739   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:10.442466   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.2:36589
I20260630 12:38:10.442570 10431 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.2:36589 every 8 connection(s)
I20260630 12:38:10.447186   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:10.454779 10435 instance_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:10.456070 10436 instance_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:10.458381 10438 instance_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:10.458673 10432 heartbeater.cc:344] Connected to a master server at 127.0.192.62:38887
I20260630 12:38:10.459187 10432 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:10.460005 10432 heartbeater.cc:507] Master 127.0.192.62:38887 requested a full tablet report, sending...
I20260630 12:38:10.460444   768 server_base.cc:1061] running on GCE node
I20260630 12:38:10.461478   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:10.461747   768 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:10.461938   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823090461902 us; error 0 us; skew 500 ppm
I20260630 12:38:10.462318 10230 ts_manager.cc:194] Registered new tserver with Master: 1245479b225b44c78bafec0adc16b47e (127.0.192.2:36589)
I20260630 12:38:10.462486   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:10.463981 10230 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42528
I20260630 12:38:10.465201   768 webserver.cc:533] Webserver started at http://127.0.192.3:40339/ using document root <none> and password file <none>
I20260630 12:38:10.465885   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:10.466125   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:10.466496   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:10.467494   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822852710831-768-0/minicluster-data/ts-2-root/instance:
uuid: "527926ee54174a64a17b919b1180decd"
format_stamp: "Formatted at 2026-06-30 12:38:10 on dist-test-slave-n0zz"
I20260630 12:38:10.472052   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:38:10.475358 10443 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:10.476121   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:10.476372   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822852710831-768-0/minicluster-data/ts-2-root
uuid: "527926ee54174a64a17b919b1180decd"
format_stamp: "Formatted at 2026-06-30 12:38:10 on dist-test-slave-n0zz"
I20260630 12:38:10.476620   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822852710831-768-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822852710831-768-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822852710831-768-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:10.510576   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:10.511590   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:10.512941   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:10.515292   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:10.515488   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:10.515790   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:10.515947   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:10.553510   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.3:35461
I20260630 12:38:10.553623 10505 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.3:35461 every 8 connection(s)
I20260630 12:38:10.568166 10506 heartbeater.cc:344] Connected to a master server at 127.0.192.62:38887
I20260630 12:38:10.568634 10506 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:10.569512 10506 heartbeater.cc:507] Master 127.0.192.62:38887 requested a full tablet report, sending...
I20260630 12:38:10.571610 10230 ts_manager.cc:194] Registered new tserver with Master: 527926ee54174a64a17b919b1180decd (127.0.192.3:35461)
I20260630 12:38:10.571915   768 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015143798s
I20260630 12:38:10.573112 10230 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42532
I20260630 12:38:11.372645 10357 heartbeater.cc:499] Master 127.0.192.62:38887 was elected leader, sending a full tablet report...
I20260630 12:38:11.466898 10432 heartbeater.cc:499] Master 127.0.192.62:38887 was elected leader, sending a full tablet report...
I20260630 12:38:11.575809 10506 heartbeater.cc:499] Master 127.0.192.62:38887 was elected leader, sending a full tablet report...
I20260630 12:38:11.629349 10230 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:45082:
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:38:11.689921 10471 tablet_service.cc:1511] Processing CreateTablet for tablet 72f98db22cb846b587fa921ac373bbee (DEFAULT_TABLE table=test-workload [id=3b46c9530d16438b81f599e4757ce5da]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:11.690371 10470 tablet_service.cc:1511] Processing CreateTablet for tablet b4a509bfbf114d29973f19b5e6fe8627 (DEFAULT_TABLE table=test-workload [id=3b46c9530d16438b81f599e4757ce5da]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:11.691421 10471 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 72f98db22cb846b587fa921ac373bbee. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:11.691620 10397 tablet_service.cc:1511] Processing CreateTablet for tablet 54960f9433bd4ab6844a52ca1dbdf973 (DEFAULT_TABLE table=test-workload [id=3b46c9530d16438b81f599e4757ce5da]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:11.692827 10470 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b4a509bfbf114d29973f19b5e6fe8627. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:11.692910 10397 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 54960f9433bd4ab6844a52ca1dbdf973. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:11.694800 10396 tablet_service.cc:1511] Processing CreateTablet for tablet b12d52186a6148aca54d792d5df24013 (DEFAULT_TABLE table=test-workload [id=3b46c9530d16438b81f599e4757ce5da]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:11.696180 10396 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b12d52186a6148aca54d792d5df24013. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:11.700848 10322 tablet_service.cc:1511] Processing CreateTablet for tablet 1e20d4dcd0f8481bb5a1c8c0dbd9f45d (DEFAULT_TABLE table=test-workload [id=3b46c9530d16438b81f599e4757ce5da]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:11.701093 10321 tablet_service.cc:1511] Processing CreateTablet for tablet 0e00e28bf21c4ae38fc44627c70dd6f9 (DEFAULT_TABLE table=test-workload [id=3b46c9530d16438b81f599e4757ce5da]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:11.702657 10322 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1e20d4dcd0f8481bb5a1c8c0dbd9f45d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:11.706967 10321 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0e00e28bf21c4ae38fc44627c70dd6f9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:11.735500 10526 tablet_bootstrap.cc:492] T 72f98db22cb846b587fa921ac373bbee P 527926ee54174a64a17b919b1180decd: Bootstrap starting.
I20260630 12:38:11.735785 10527 tablet_bootstrap.cc:492] T 54960f9433bd4ab6844a52ca1dbdf973 P 1245479b225b44c78bafec0adc16b47e: Bootstrap starting.
I20260630 12:38:11.741720 10528 tablet_bootstrap.cc:492] T 0e00e28bf21c4ae38fc44627c70dd6f9 P 06cdfe7165fb4a049dd2cf9b7c05567d: Bootstrap starting.
I20260630 12:38:11.743140 10526 tablet_bootstrap.cc:654] T 72f98db22cb846b587fa921ac373bbee P 527926ee54174a64a17b919b1180decd: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:11.743199 10527 tablet_bootstrap.cc:654] T 54960f9433bd4ab6844a52ca1dbdf973 P 1245479b225b44c78bafec0adc16b47e: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:11.748112 10526 tablet_bootstrap.cc:492] T 72f98db22cb846b587fa921ac373bbee P 527926ee54174a64a17b919b1180decd: No bootstrap required, opened a new log
I20260630 12:38:11.748591 10526 ts_tablet_manager.cc:1403] T 72f98db22cb846b587fa921ac373bbee P 527926ee54174a64a17b919b1180decd: Time spent bootstrapping tablet: real 0.013s	user 0.012s	sys 0.000s
I20260630 12:38:11.748785 10527 tablet_bootstrap.cc:492] T 54960f9433bd4ab6844a52ca1dbdf973 P 1245479b225b44c78bafec0adc16b47e: No bootstrap required, opened a new log
I20260630 12:38:11.748979 10528 tablet_bootstrap.cc:654] T 0e00e28bf21c4ae38fc44627c70dd6f9 P 06cdfe7165fb4a049dd2cf9b7c05567d: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:11.749239 10527 ts_tablet_manager.cc:1403] T 54960f9433bd4ab6844a52ca1dbdf973 P 1245479b225b44c78bafec0adc16b47e: Time spent bootstrapping tablet: real 0.014s	user 0.010s	sys 0.000s
I20260630 12:38:11.751607 10526 raft_consensus.cc:359] T 72f98db22cb846b587fa921ac373bbee P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:11.751860 10527 raft_consensus.cc:359] T 54960f9433bd4ab6844a52ca1dbdf973 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } }
I20260630 12:38:11.752300 10526 raft_consensus.cc:385] T 72f98db22cb846b587fa921ac373bbee P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:11.752426 10527 raft_consensus.cc:385] T 54960f9433bd4ab6844a52ca1dbdf973 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:11.752671 10526 raft_consensus.cc:740] T 72f98db22cb846b587fa921ac373bbee P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 527926ee54174a64a17b919b1180decd, State: Initialized, Role: FOLLOWER
I20260630 12:38:11.752754 10527 raft_consensus.cc:740] T 54960f9433bd4ab6844a52ca1dbdf973 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1245479b225b44c78bafec0adc16b47e, State: Initialized, Role: FOLLOWER
I20260630 12:38:11.753571 10526 consensus_queue.cc:260] T 72f98db22cb846b587fa921ac373bbee P 527926ee54174a64a17b919b1180decd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:11.753608 10527 consensus_queue.cc:260] T 54960f9433bd4ab6844a52ca1dbdf973 P 1245479b225b44c78bafec0adc16b47e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } }
I20260630 12:38:11.754104 10528 tablet_bootstrap.cc:492] T 0e00e28bf21c4ae38fc44627c70dd6f9 P 06cdfe7165fb4a049dd2cf9b7c05567d: No bootstrap required, opened a new log
I20260630 12:38:11.754565 10526 raft_consensus.cc:399] T 72f98db22cb846b587fa921ac373bbee P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:11.754657 10527 raft_consensus.cc:399] T 54960f9433bd4ab6844a52ca1dbdf973 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:11.754824 10528 ts_tablet_manager.cc:1403] T 0e00e28bf21c4ae38fc44627c70dd6f9 P 06cdfe7165fb4a049dd2cf9b7c05567d: Time spent bootstrapping tablet: real 0.013s	user 0.012s	sys 0.000s
I20260630 12:38:11.754959 10526 raft_consensus.cc:493] T 72f98db22cb846b587fa921ac373bbee P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:11.755089 10527 raft_consensus.cc:493] T 54960f9433bd4ab6844a52ca1dbdf973 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:11.755617 10526 raft_consensus.cc:3060] T 72f98db22cb846b587fa921ac373bbee P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:11.755685 10527 raft_consensus.cc:3060] T 54960f9433bd4ab6844a52ca1dbdf973 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:11.757877 10528 raft_consensus.cc:359] T 0e00e28bf21c4ae38fc44627c70dd6f9 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } }
I20260630 12:38:11.758566 10528 raft_consensus.cc:385] T 0e00e28bf21c4ae38fc44627c70dd6f9 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:11.758846 10528 raft_consensus.cc:740] T 0e00e28bf21c4ae38fc44627c70dd6f9 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 06cdfe7165fb4a049dd2cf9b7c05567d, State: Initialized, Role: FOLLOWER
I20260630 12:38:11.759594 10528 consensus_queue.cc:260] T 0e00e28bf21c4ae38fc44627c70dd6f9 P 06cdfe7165fb4a049dd2cf9b7c05567d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } }
I20260630 12:38:11.760265 10528 raft_consensus.cc:399] T 0e00e28bf21c4ae38fc44627c70dd6f9 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:11.760568 10528 raft_consensus.cc:493] T 0e00e28bf21c4ae38fc44627c70dd6f9 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:11.760892 10528 raft_consensus.cc:3060] T 0e00e28bf21c4ae38fc44627c70dd6f9 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:11.761623 10526 raft_consensus.cc:515] T 72f98db22cb846b587fa921ac373bbee P 527926ee54174a64a17b919b1180decd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:11.762348 10526 leader_election.cc:304] T 72f98db22cb846b587fa921ac373bbee P 527926ee54174a64a17b919b1180decd [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: 527926ee54174a64a17b919b1180decd; no voters: 
I20260630 12:38:11.763715 10527 raft_consensus.cc:515] T 54960f9433bd4ab6844a52ca1dbdf973 P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } }
I20260630 12:38:11.763898 10526 leader_election.cc:290] T 72f98db22cb846b587fa921ac373bbee P 527926ee54174a64a17b919b1180decd [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:11.764380 10532 raft_consensus.cc:2804] T 72f98db22cb846b587fa921ac373bbee P 527926ee54174a64a17b919b1180decd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:11.764611 10527 leader_election.cc:304] T 54960f9433bd4ab6844a52ca1dbdf973 P 1245479b225b44c78bafec0adc16b47e [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: 1245479b225b44c78bafec0adc16b47e; no voters: 
I20260630 12:38:11.772336 10532 raft_consensus.cc:697] T 72f98db22cb846b587fa921ac373bbee P 527926ee54174a64a17b919b1180decd [term 1 LEADER]: Becoming Leader. State: Replica: 527926ee54174a64a17b919b1180decd, State: Running, Role: LEADER
I20260630 12:38:11.773031 10527 leader_election.cc:290] T 54960f9433bd4ab6844a52ca1dbdf973 P 1245479b225b44c78bafec0adc16b47e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:11.773456 10532 consensus_queue.cc:237] T 72f98db22cb846b587fa921ac373bbee P 527926ee54174a64a17b919b1180decd [LEADER]: Queue going to LEADER mode. State: All 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: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:11.774477 10535 raft_consensus.cc:2804] T 54960f9433bd4ab6844a52ca1dbdf973 P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:11.774348 10528 raft_consensus.cc:515] T 0e00e28bf21c4ae38fc44627c70dd6f9 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } }
I20260630 12:38:11.775293 10528 leader_election.cc:304] T 0e00e28bf21c4ae38fc44627c70dd6f9 P 06cdfe7165fb4a049dd2cf9b7c05567d [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: 06cdfe7165fb4a049dd2cf9b7c05567d; no voters: 
I20260630 12:38:11.779028 10526 ts_tablet_manager.cc:1434] T 72f98db22cb846b587fa921ac373bbee P 527926ee54174a64a17b919b1180decd: Time spent starting tablet: real 0.030s	user 0.018s	sys 0.010s
I20260630 12:38:11.779387 10535 raft_consensus.cc:697] T 54960f9433bd4ab6844a52ca1dbdf973 P 1245479b225b44c78bafec0adc16b47e [term 1 LEADER]: Becoming Leader. State: Replica: 1245479b225b44c78bafec0adc16b47e, State: Running, Role: LEADER
I20260630 12:38:11.780598 10526 tablet_bootstrap.cc:492] T b4a509bfbf114d29973f19b5e6fe8627 P 527926ee54174a64a17b919b1180decd: Bootstrap starting.
I20260630 12:38:11.781213 10535 consensus_queue.cc:237] T 54960f9433bd4ab6844a52ca1dbdf973 P 1245479b225b44c78bafec0adc16b47e [LEADER]: Queue going to LEADER mode. State: All 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: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } }
I20260630 12:38:11.786785 10527 ts_tablet_manager.cc:1434] T 54960f9433bd4ab6844a52ca1dbdf973 P 1245479b225b44c78bafec0adc16b47e: Time spent starting tablet: real 0.037s	user 0.025s	sys 0.004s
I20260630 12:38:11.788827 10527 tablet_bootstrap.cc:492] T b12d52186a6148aca54d792d5df24013 P 1245479b225b44c78bafec0adc16b47e: Bootstrap starting.
I20260630 12:38:11.790091 10526 tablet_bootstrap.cc:654] T b4a509bfbf114d29973f19b5e6fe8627 P 527926ee54174a64a17b919b1180decd: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:11.794770 10528 leader_election.cc:290] T 0e00e28bf21c4ae38fc44627c70dd6f9 P 06cdfe7165fb4a049dd2cf9b7c05567d [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:11.795220 10539 raft_consensus.cc:2804] T 0e00e28bf21c4ae38fc44627c70dd6f9 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:11.802697 10526 tablet_bootstrap.cc:492] T b4a509bfbf114d29973f19b5e6fe8627 P 527926ee54174a64a17b919b1180decd: No bootstrap required, opened a new log
I20260630 12:38:11.803340 10526 ts_tablet_manager.cc:1403] T b4a509bfbf114d29973f19b5e6fe8627 P 527926ee54174a64a17b919b1180decd: Time spent bootstrapping tablet: real 0.023s	user 0.012s	sys 0.009s
I20260630 12:38:11.805430 10526 raft_consensus.cc:359] T b4a509bfbf114d29973f19b5e6fe8627 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:11.805927 10526 raft_consensus.cc:385] T b4a509bfbf114d29973f19b5e6fe8627 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:11.806394 10526 raft_consensus.cc:740] T b4a509bfbf114d29973f19b5e6fe8627 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 527926ee54174a64a17b919b1180decd, State: Initialized, Role: FOLLOWER
I20260630 12:38:11.807512 10526 consensus_queue.cc:260] T b4a509bfbf114d29973f19b5e6fe8627 P 527926ee54174a64a17b919b1180decd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:11.808308 10526 raft_consensus.cc:399] T b4a509bfbf114d29973f19b5e6fe8627 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:11.808715 10526 raft_consensus.cc:493] T b4a509bfbf114d29973f19b5e6fe8627 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:11.809178 10526 raft_consensus.cc:3060] T b4a509bfbf114d29973f19b5e6fe8627 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:11.808408 10230 catalog_manager.cc:5697] T 72f98db22cb846b587fa921ac373bbee P 527926ee54174a64a17b919b1180decd reported cstate change: term changed from 0 to 1, leader changed from <none> to 527926ee54174a64a17b919b1180decd (127.0.192.3). New cstate: current_term: 1 leader_uuid: "527926ee54174a64a17b919b1180decd" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:11.809535 10539 raft_consensus.cc:697] T 0e00e28bf21c4ae38fc44627c70dd6f9 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 LEADER]: Becoming Leader. State: Replica: 06cdfe7165fb4a049dd2cf9b7c05567d, State: Running, Role: LEADER
I20260630 12:38:11.810400 10539 consensus_queue.cc:237] T 0e00e28bf21c4ae38fc44627c70dd6f9 P 06cdfe7165fb4a049dd2cf9b7c05567d [LEADER]: Queue going to LEADER mode. State: All 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: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } }
I20260630 12:38:11.818889 10527 tablet_bootstrap.cc:654] T b12d52186a6148aca54d792d5df24013 P 1245479b225b44c78bafec0adc16b47e: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:11.826404 10229 catalog_manager.cc:5697] T 0e00e28bf21c4ae38fc44627c70dd6f9 P 06cdfe7165fb4a049dd2cf9b7c05567d reported cstate change: term changed from 0 to 1, leader changed from <none> to 06cdfe7165fb4a049dd2cf9b7c05567d (127.0.192.1). New cstate: current_term: 1 leader_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:11.827320 10526 raft_consensus.cc:515] T b4a509bfbf114d29973f19b5e6fe8627 P 527926ee54174a64a17b919b1180decd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:11.828516 10526 leader_election.cc:304] T b4a509bfbf114d29973f19b5e6fe8627 P 527926ee54174a64a17b919b1180decd [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: 527926ee54174a64a17b919b1180decd; no voters: 
I20260630 12:38:11.829463 10526 leader_election.cc:290] T b4a509bfbf114d29973f19b5e6fe8627 P 527926ee54174a64a17b919b1180decd [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:11.829766 10533 raft_consensus.cc:2804] T b4a509bfbf114d29973f19b5e6fe8627 P 527926ee54174a64a17b919b1180decd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:11.830579 10533 raft_consensus.cc:697] T b4a509bfbf114d29973f19b5e6fe8627 P 527926ee54174a64a17b919b1180decd [term 1 LEADER]: Becoming Leader. State: Replica: 527926ee54174a64a17b919b1180decd, State: Running, Role: LEADER
I20260630 12:38:11.831302 10533 consensus_queue.cc:237] T b4a509bfbf114d29973f19b5e6fe8627 P 527926ee54174a64a17b919b1180decd [LEADER]: Queue going to LEADER mode. State: All 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: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:11.831940 10526 ts_tablet_manager.cc:1434] T b4a509bfbf114d29973f19b5e6fe8627 P 527926ee54174a64a17b919b1180decd: Time spent starting tablet: real 0.028s	user 0.018s	sys 0.000s
I20260630 12:38:11.834784 10230 catalog_manager.cc:5697] T 54960f9433bd4ab6844a52ca1dbdf973 P 1245479b225b44c78bafec0adc16b47e reported cstate change: term changed from 0 to 1, leader changed from <none> to 1245479b225b44c78bafec0adc16b47e (127.0.192.2). New cstate: current_term: 1 leader_uuid: "1245479b225b44c78bafec0adc16b47e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:11.837146 10528 ts_tablet_manager.cc:1434] T 0e00e28bf21c4ae38fc44627c70dd6f9 P 06cdfe7165fb4a049dd2cf9b7c05567d: Time spent starting tablet: real 0.082s	user 0.026s	sys 0.024s
I20260630 12:38:11.846328 10528 tablet_bootstrap.cc:492] T 1e20d4dcd0f8481bb5a1c8c0dbd9f45d P 06cdfe7165fb4a049dd2cf9b7c05567d: Bootstrap starting.
I20260630 12:38:11.851989 10528 tablet_bootstrap.cc:654] T 1e20d4dcd0f8481bb5a1c8c0dbd9f45d P 06cdfe7165fb4a049dd2cf9b7c05567d: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:11.866664 10527 tablet_bootstrap.cc:492] T b12d52186a6148aca54d792d5df24013 P 1245479b225b44c78bafec0adc16b47e: No bootstrap required, opened a new log
I20260630 12:38:11.867281 10527 ts_tablet_manager.cc:1403] T b12d52186a6148aca54d792d5df24013 P 1245479b225b44c78bafec0adc16b47e: Time spent bootstrapping tablet: real 0.079s	user 0.024s	sys 0.017s
I20260630 12:38:11.870352 10527 raft_consensus.cc:359] T b12d52186a6148aca54d792d5df24013 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } }
I20260630 12:38:11.871016 10527 raft_consensus.cc:385] T b12d52186a6148aca54d792d5df24013 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:11.871381 10527 raft_consensus.cc:740] T b12d52186a6148aca54d792d5df24013 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1245479b225b44c78bafec0adc16b47e, State: Initialized, Role: FOLLOWER
I20260630 12:38:11.872267 10527 consensus_queue.cc:260] T b12d52186a6148aca54d792d5df24013 P 1245479b225b44c78bafec0adc16b47e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } }
I20260630 12:38:11.872936 10527 raft_consensus.cc:399] T b12d52186a6148aca54d792d5df24013 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:11.873099 10528 tablet_bootstrap.cc:492] T 1e20d4dcd0f8481bb5a1c8c0dbd9f45d P 06cdfe7165fb4a049dd2cf9b7c05567d: No bootstrap required, opened a new log
I20260630 12:38:11.873309 10527 raft_consensus.cc:493] T b12d52186a6148aca54d792d5df24013 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:11.873688 10528 ts_tablet_manager.cc:1403] T 1e20d4dcd0f8481bb5a1c8c0dbd9f45d P 06cdfe7165fb4a049dd2cf9b7c05567d: Time spent bootstrapping tablet: real 0.028s	user 0.020s	sys 0.004s
I20260630 12:38:11.873742 10527 raft_consensus.cc:3060] T b12d52186a6148aca54d792d5df24013 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:11.876797 10528 raft_consensus.cc:359] T 1e20d4dcd0f8481bb5a1c8c0dbd9f45d P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } }
I20260630 12:38:11.877405 10528 raft_consensus.cc:385] T 1e20d4dcd0f8481bb5a1c8c0dbd9f45d P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:11.877729 10528 raft_consensus.cc:740] T 1e20d4dcd0f8481bb5a1c8c0dbd9f45d P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 06cdfe7165fb4a049dd2cf9b7c05567d, State: Initialized, Role: FOLLOWER
I20260630 12:38:11.878475 10528 consensus_queue.cc:260] T 1e20d4dcd0f8481bb5a1c8c0dbd9f45d P 06cdfe7165fb4a049dd2cf9b7c05567d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } }
I20260630 12:38:11.879172 10528 raft_consensus.cc:399] T 1e20d4dcd0f8481bb5a1c8c0dbd9f45d P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:11.879496 10528 raft_consensus.cc:493] T 1e20d4dcd0f8481bb5a1c8c0dbd9f45d P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:11.879863 10528 raft_consensus.cc:3060] T 1e20d4dcd0f8481bb5a1c8c0dbd9f45d P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:11.881608 10527 raft_consensus.cc:515] T b12d52186a6148aca54d792d5df24013 P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } }
I20260630 12:38:11.881925 10229 catalog_manager.cc:5697] T b4a509bfbf114d29973f19b5e6fe8627 P 527926ee54174a64a17b919b1180decd reported cstate change: term changed from 0 to 1, leader changed from <none> to 527926ee54174a64a17b919b1180decd (127.0.192.3). New cstate: current_term: 1 leader_uuid: "527926ee54174a64a17b919b1180decd" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:11.882436 10527 leader_election.cc:304] T b12d52186a6148aca54d792d5df24013 P 1245479b225b44c78bafec0adc16b47e [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: 1245479b225b44c78bafec0adc16b47e; no voters: 
I20260630 12:38:11.885016 10536 raft_consensus.cc:2804] T b12d52186a6148aca54d792d5df24013 P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:11.885551 10536 raft_consensus.cc:697] T b12d52186a6148aca54d792d5df24013 P 1245479b225b44c78bafec0adc16b47e [term 1 LEADER]: Becoming Leader. State: Replica: 1245479b225b44c78bafec0adc16b47e, State: Running, Role: LEADER
I20260630 12:38:11.886237 10536 consensus_queue.cc:237] T b12d52186a6148aca54d792d5df24013 P 1245479b225b44c78bafec0adc16b47e [LEADER]: Queue going to LEADER mode. State: All 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: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } }
I20260630 12:38:11.886917 10528 raft_consensus.cc:515] T 1e20d4dcd0f8481bb5a1c8c0dbd9f45d P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } }
I20260630 12:38:11.887687 10528 leader_election.cc:304] T 1e20d4dcd0f8481bb5a1c8c0dbd9f45d P 06cdfe7165fb4a049dd2cf9b7c05567d [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: 06cdfe7165fb4a049dd2cf9b7c05567d; no voters: 
I20260630 12:38:11.888091 10527 leader_election.cc:290] T b12d52186a6148aca54d792d5df24013 P 1245479b225b44c78bafec0adc16b47e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:11.888656 10543 raft_consensus.cc:2804] T 1e20d4dcd0f8481bb5a1c8c0dbd9f45d P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:11.889165 10543 raft_consensus.cc:697] T 1e20d4dcd0f8481bb5a1c8c0dbd9f45d P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 LEADER]: Becoming Leader. State: Replica: 06cdfe7165fb4a049dd2cf9b7c05567d, State: Running, Role: LEADER
I20260630 12:38:11.889923 10527 ts_tablet_manager.cc:1434] T b12d52186a6148aca54d792d5df24013 P 1245479b225b44c78bafec0adc16b47e: Time spent starting tablet: real 0.022s	user 0.015s	sys 0.000s
I20260630 12:38:11.889864 10543 consensus_queue.cc:237] T 1e20d4dcd0f8481bb5a1c8c0dbd9f45d P 06cdfe7165fb4a049dd2cf9b7c05567d [LEADER]: Queue going to LEADER mode. State: All 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: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } }
I20260630 12:38:11.890967 10528 leader_election.cc:290] T 1e20d4dcd0f8481bb5a1c8c0dbd9f45d P 06cdfe7165fb4a049dd2cf9b7c05567d [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:11.893409 10528 ts_tablet_manager.cc:1434] T 1e20d4dcd0f8481bb5a1c8c0dbd9f45d P 06cdfe7165fb4a049dd2cf9b7c05567d: Time spent starting tablet: real 0.019s	user 0.011s	sys 0.003s
I20260630 12:38:11.912019 10227 catalog_manager.cc:5697] T b12d52186a6148aca54d792d5df24013 P 1245479b225b44c78bafec0adc16b47e reported cstate change: term changed from 0 to 1, leader changed from <none> to 1245479b225b44c78bafec0adc16b47e (127.0.192.2). New cstate: current_term: 1 leader_uuid: "1245479b225b44c78bafec0adc16b47e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:11.916690 10230 catalog_manager.cc:5697] T 1e20d4dcd0f8481bb5a1c8c0dbd9f45d P 06cdfe7165fb4a049dd2cf9b7c05567d reported cstate change: term changed from 0 to 1, leader changed from <none> to 06cdfe7165fb4a049dd2cf9b7c05567d (127.0.192.1). New cstate: current_term: 1 leader_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:12.657330 10226 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:45086:
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:38:12.659766 10226 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:38:12.701224 10321 tablet_service.cc:1511] Processing CreateTablet for tablet b74e46496a5b4a7682bf5a94be94b4ee (DEFAULT_TABLE table=test-workload-rf3 [id=067a1cd3c2b8430aa851d6e388a08bd8]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:12.702533 10321 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b74e46496a5b4a7682bf5a94be94b4ee. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:12.702548 10396 tablet_service.cc:1511] Processing CreateTablet for tablet b74e46496a5b4a7682bf5a94be94b4ee (DEFAULT_TABLE table=test-workload-rf3 [id=067a1cd3c2b8430aa851d6e388a08bd8]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:12.703900 10396 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b74e46496a5b4a7682bf5a94be94b4ee. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:12.705686 10471 tablet_service.cc:1511] Processing CreateTablet for tablet b74e46496a5b4a7682bf5a94be94b4ee (DEFAULT_TABLE table=test-workload-rf3 [id=067a1cd3c2b8430aa851d6e388a08bd8]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:12.706945 10471 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b74e46496a5b4a7682bf5a94be94b4ee. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:12.712127 10470 tablet_service.cc:1511] Processing CreateTablet for tablet 6cda2b7ed88e49a8b74004becb4b8a94 (DEFAULT_TABLE table=test-workload-rf3 [id=067a1cd3c2b8430aa851d6e388a08bd8]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:12.713472 10470 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6cda2b7ed88e49a8b74004becb4b8a94. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:12.723901 10583 tablet_bootstrap.cc:492] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e: Bootstrap starting.
I20260630 12:38:12.724160 10317 tablet_service.cc:1511] Processing CreateTablet for tablet 26dc05f85f0c4fd2b22e131583ffed5b (DEFAULT_TABLE table=test-workload-rf3 [id=067a1cd3c2b8430aa851d6e388a08bd8]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:12.725157 10320 tablet_service.cc:1511] Processing CreateTablet for tablet 1209dbe169d04a3891e94d3d6f6bd131 (DEFAULT_TABLE table=test-workload-rf3 [id=067a1cd3c2b8430aa851d6e388a08bd8]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:12.726037 10317 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 26dc05f85f0c4fd2b22e131583ffed5b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:12.727242 10319 tablet_service.cc:1511] Processing CreateTablet for tablet 53146096eb3f427cb0952e565cee5fe7 (DEFAULT_TABLE table=test-workload-rf3 [id=067a1cd3c2b8430aa851d6e388a08bd8]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:12.728507 10319 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 53146096eb3f427cb0952e565cee5fe7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:12.728605 10397 tablet_service.cc:1511] Processing CreateTablet for tablet 1209dbe169d04a3891e94d3d6f6bd131 (DEFAULT_TABLE table=test-workload-rf3 [id=067a1cd3c2b8430aa851d6e388a08bd8]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:12.729837 10397 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1209dbe169d04a3891e94d3d6f6bd131. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:12.726032 10318 tablet_service.cc:1511] Processing CreateTablet for tablet d5a428b565bd41bbad004a0eaa33fe39 (DEFAULT_TABLE table=test-workload-rf3 [id=067a1cd3c2b8430aa851d6e388a08bd8]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:12.731388 10583 tablet_bootstrap.cc:654] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:12.731592 10318 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d5a428b565bd41bbad004a0eaa33fe39. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:12.723901 10322 tablet_service.cc:1511] Processing CreateTablet for tablet 6cda2b7ed88e49a8b74004becb4b8a94 (DEFAULT_TABLE table=test-workload-rf3 [id=067a1cd3c2b8430aa851d6e388a08bd8]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:12.733182 10469 tablet_service.cc:1511] Processing CreateTablet for tablet 1209dbe169d04a3891e94d3d6f6bd131 (DEFAULT_TABLE table=test-workload-rf3 [id=067a1cd3c2b8430aa851d6e388a08bd8]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:12.734462 10322 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6cda2b7ed88e49a8b74004becb4b8a94. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:12.734622 10469 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1209dbe169d04a3891e94d3d6f6bd131. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:12.739605 10320 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1209dbe169d04a3891e94d3d6f6bd131. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:12.739507 10468 tablet_service.cc:1511] Processing CreateTablet for tablet 53146096eb3f427cb0952e565cee5fe7 (DEFAULT_TABLE table=test-workload-rf3 [id=067a1cd3c2b8430aa851d6e388a08bd8]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:12.740975 10468 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 53146096eb3f427cb0952e565cee5fe7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:12.743427 10467 tablet_service.cc:1511] Processing CreateTablet for tablet d5a428b565bd41bbad004a0eaa33fe39 (DEFAULT_TABLE table=test-workload-rf3 [id=067a1cd3c2b8430aa851d6e388a08bd8]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:12.724721 10582 tablet_bootstrap.cc:492] T b74e46496a5b4a7682bf5a94be94b4ee P 06cdfe7165fb4a049dd2cf9b7c05567d: Bootstrap starting.
I20260630 12:38:12.745710 10466 tablet_service.cc:1511] Processing CreateTablet for tablet 26dc05f85f0c4fd2b22e131583ffed5b (DEFAULT_TABLE table=test-workload-rf3 [id=067a1cd3c2b8430aa851d6e388a08bd8]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:12.748292 10396 tablet_service.cc:1511] Processing CreateTablet for tablet 6cda2b7ed88e49a8b74004becb4b8a94 (DEFAULT_TABLE table=test-workload-rf3 [id=067a1cd3c2b8430aa851d6e388a08bd8]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:12.749552 10396 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6cda2b7ed88e49a8b74004becb4b8a94. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:12.750536 10466 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 26dc05f85f0c4fd2b22e131583ffed5b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:12.751623 10395 tablet_service.cc:1511] Processing CreateTablet for tablet 53146096eb3f427cb0952e565cee5fe7 (DEFAULT_TABLE table=test-workload-rf3 [id=067a1cd3c2b8430aa851d6e388a08bd8]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:12.752434 10467 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d5a428b565bd41bbad004a0eaa33fe39. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:12.752954 10395 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 53146096eb3f427cb0952e565cee5fe7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:12.755632 10394 tablet_service.cc:1511] Processing CreateTablet for tablet d5a428b565bd41bbad004a0eaa33fe39 (DEFAULT_TABLE table=test-workload-rf3 [id=067a1cd3c2b8430aa851d6e388a08bd8]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:12.757889 10393 tablet_service.cc:1511] Processing CreateTablet for tablet 26dc05f85f0c4fd2b22e131583ffed5b (DEFAULT_TABLE table=test-workload-rf3 [id=067a1cd3c2b8430aa851d6e388a08bd8]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:12.762619 10393 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 26dc05f85f0c4fd2b22e131583ffed5b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:12.764393 10394 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d5a428b565bd41bbad004a0eaa33fe39. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:12.790432 10584 tablet_bootstrap.cc:492] T b74e46496a5b4a7682bf5a94be94b4ee P 527926ee54174a64a17b919b1180decd: Bootstrap starting.
I20260630 12:38:12.826699 10584 tablet_bootstrap.cc:654] T b74e46496a5b4a7682bf5a94be94b4ee P 527926ee54174a64a17b919b1180decd: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:12.844522 10583 tablet_bootstrap.cc:492] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e: No bootstrap required, opened a new log
I20260630 12:38:12.845449 10582 tablet_bootstrap.cc:654] T b74e46496a5b4a7682bf5a94be94b4ee P 06cdfe7165fb4a049dd2cf9b7c05567d: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:12.846071 10583 ts_tablet_manager.cc:1403] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e: Time spent bootstrapping tablet: real 0.122s	user 0.009s	sys 0.007s
I20260630 12:38:12.853252 10584 tablet_bootstrap.cc:492] T b74e46496a5b4a7682bf5a94be94b4ee P 527926ee54174a64a17b919b1180decd: No bootstrap required, opened a new log
I20260630 12:38:12.855176 10584 ts_tablet_manager.cc:1403] T b74e46496a5b4a7682bf5a94be94b4ee P 527926ee54174a64a17b919b1180decd: Time spent bootstrapping tablet: real 0.065s	user 0.025s	sys 0.009s
I20260630 12:38:12.858078 10584 raft_consensus.cc:359] T b74e46496a5b4a7682bf5a94be94b4ee P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:12.858815 10584 raft_consensus.cc:385] T b74e46496a5b4a7682bf5a94be94b4ee P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:12.859103 10584 raft_consensus.cc:740] T b74e46496a5b4a7682bf5a94be94b4ee P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 527926ee54174a64a17b919b1180decd, State: Initialized, Role: FOLLOWER
I20260630 12:38:12.860239 10584 consensus_queue.cc:260] T b74e46496a5b4a7682bf5a94be94b4ee P 527926ee54174a64a17b919b1180decd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:12.863397 10584 ts_tablet_manager.cc:1434] T b74e46496a5b4a7682bf5a94be94b4ee P 527926ee54174a64a17b919b1180decd: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:38:12.864372 10584 tablet_bootstrap.cc:492] T d5a428b565bd41bbad004a0eaa33fe39 P 527926ee54174a64a17b919b1180decd: Bootstrap starting.
I20260630 12:38:12.866739 10583 raft_consensus.cc:359] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:12.869324 10583 raft_consensus.cc:385] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:12.869653 10583 raft_consensus.cc:740] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1245479b225b44c78bafec0adc16b47e, State: Initialized, Role: FOLLOWER
I20260630 12:38:12.870740 10584 tablet_bootstrap.cc:654] T d5a428b565bd41bbad004a0eaa33fe39 P 527926ee54174a64a17b919b1180decd: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:12.870867 10583 consensus_queue.cc:260] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:12.876433 10537 raft_consensus.cc:493] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:12.877210 10537 raft_consensus.cc:515] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:12.883136 10537 leader_election.cc:290] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 06cdfe7165fb4a049dd2cf9b7c05567d (127.0.192.1:44669), 527926ee54174a64a17b919b1180decd (127.0.192.3:35461)
I20260630 12:38:12.900830 10583 ts_tablet_manager.cc:1434] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e: Time spent starting tablet: real 0.054s	user 0.004s	sys 0.003s
I20260630 12:38:12.901940 10583 tablet_bootstrap.cc:492] T 1209dbe169d04a3891e94d3d6f6bd131 P 1245479b225b44c78bafec0adc16b47e: Bootstrap starting.
I20260630 12:38:12.908823 10583 tablet_bootstrap.cc:654] T 1209dbe169d04a3891e94d3d6f6bd131 P 1245479b225b44c78bafec0adc16b47e: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:12.911417 10582 tablet_bootstrap.cc:492] T b74e46496a5b4a7682bf5a94be94b4ee P 06cdfe7165fb4a049dd2cf9b7c05567d: No bootstrap required, opened a new log
I20260630 12:38:12.912171 10582 ts_tablet_manager.cc:1403] T b74e46496a5b4a7682bf5a94be94b4ee P 06cdfe7165fb4a049dd2cf9b7c05567d: Time spent bootstrapping tablet: real 0.188s	user 0.021s	sys 0.026s
I20260630 12:38:12.916165 10582 raft_consensus.cc:359] T b74e46496a5b4a7682bf5a94be94b4ee P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:12.917219 10582 raft_consensus.cc:385] T b74e46496a5b4a7682bf5a94be94b4ee P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:12.917626 10582 raft_consensus.cc:740] T b74e46496a5b4a7682bf5a94be94b4ee P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 06cdfe7165fb4a049dd2cf9b7c05567d, State: Initialized, Role: FOLLOWER
I20260630 12:38:12.920820 10584 tablet_bootstrap.cc:492] T d5a428b565bd41bbad004a0eaa33fe39 P 527926ee54174a64a17b919b1180decd: No bootstrap required, opened a new log
I20260630 12:38:12.921334 10584 ts_tablet_manager.cc:1403] T d5a428b565bd41bbad004a0eaa33fe39 P 527926ee54174a64a17b919b1180decd: Time spent bootstrapping tablet: real 0.057s	user 0.010s	sys 0.025s
I20260630 12:38:12.923309 10582 consensus_queue.cc:260] T b74e46496a5b4a7682bf5a94be94b4ee P 06cdfe7165fb4a049dd2cf9b7c05567d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:12.924153 10584 raft_consensus.cc:359] T d5a428b565bd41bbad004a0eaa33fe39 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:12.925407 10584 raft_consensus.cc:385] T d5a428b565bd41bbad004a0eaa33fe39 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:12.925766 10584 raft_consensus.cc:740] T d5a428b565bd41bbad004a0eaa33fe39 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 527926ee54174a64a17b919b1180decd, State: Initialized, Role: FOLLOWER
I20260630 12:38:12.926143 10582 ts_tablet_manager.cc:1434] T b74e46496a5b4a7682bf5a94be94b4ee P 06cdfe7165fb4a049dd2cf9b7c05567d: Time spent starting tablet: real 0.014s	user 0.007s	sys 0.002s
I20260630 12:38:12.926744 10584 consensus_queue.cc:260] T d5a428b565bd41bbad004a0eaa33fe39 P 527926ee54174a64a17b919b1180decd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:12.927357 10582 tablet_bootstrap.cc:492] T 53146096eb3f427cb0952e565cee5fe7 P 06cdfe7165fb4a049dd2cf9b7c05567d: Bootstrap starting.
I20260630 12:38:12.934404 10582 tablet_bootstrap.cc:654] T 53146096eb3f427cb0952e565cee5fe7 P 06cdfe7165fb4a049dd2cf9b7c05567d: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:12.936349 10584 ts_tablet_manager.cc:1434] T d5a428b565bd41bbad004a0eaa33fe39 P 527926ee54174a64a17b919b1180decd: Time spent starting tablet: real 0.015s	user 0.004s	sys 0.004s
I20260630 12:38:12.937774 10584 tablet_bootstrap.cc:492] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd: Bootstrap starting.
I20260630 12:38:12.938705 10481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b74e46496a5b4a7682bf5a94be94b4ee" candidate_uuid: "1245479b225b44c78bafec0adc16b47e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "527926ee54174a64a17b919b1180decd" is_pre_election: true
I20260630 12:38:12.939510 10481 raft_consensus.cc:2468] T b74e46496a5b4a7682bf5a94be94b4ee P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1245479b225b44c78bafec0adc16b47e in term 0.
I20260630 12:38:12.941097 10373 leader_election.cc:304] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1245479b225b44c78bafec0adc16b47e, 527926ee54174a64a17b919b1180decd; no voters: 
I20260630 12:38:12.942051 10535 raft_consensus.cc:2804] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:12.942528 10535 raft_consensus.cc:493] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:12.942840 10535 raft_consensus.cc:3060] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:12.945269 10584 tablet_bootstrap.cc:654] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:12.957254 10584 tablet_bootstrap.cc:492] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd: No bootstrap required, opened a new log
I20260630 12:38:12.957839 10584 ts_tablet_manager.cc:1403] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd: Time spent bootstrapping tablet: real 0.020s	user 0.006s	sys 0.011s
I20260630 12:38:12.961064 10584 raft_consensus.cc:359] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:12.961902 10584 raft_consensus.cc:385] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:12.962258 10584 raft_consensus.cc:740] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 527926ee54174a64a17b919b1180decd, State: Initialized, Role: FOLLOWER
I20260630 12:38:12.953491 10535 raft_consensus.cc:515] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:12.963166 10584 consensus_queue.cc:260] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:12.968230 10584 ts_tablet_manager.cc:1434] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd: Time spent starting tablet: real 0.010s	user 0.009s	sys 0.000s
I20260630 12:38:12.969429 10584 tablet_bootstrap.cc:492] T 6cda2b7ed88e49a8b74004becb4b8a94 P 527926ee54174a64a17b919b1180decd: Bootstrap starting.
I20260630 12:38:12.975204 10332 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b74e46496a5b4a7682bf5a94be94b4ee" candidate_uuid: "1245479b225b44c78bafec0adc16b47e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" is_pre_election: true
I20260630 12:38:12.976058 10332 raft_consensus.cc:2468] T b74e46496a5b4a7682bf5a94be94b4ee P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1245479b225b44c78bafec0adc16b47e in term 0.
I20260630 12:38:12.976213 10584 tablet_bootstrap.cc:654] T 6cda2b7ed88e49a8b74004becb4b8a94 P 527926ee54174a64a17b919b1180decd: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:12.977355 10331 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b74e46496a5b4a7682bf5a94be94b4ee" candidate_uuid: "1245479b225b44c78bafec0adc16b47e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d"
I20260630 12:38:12.978024 10331 raft_consensus.cc:3060] T b74e46496a5b4a7682bf5a94be94b4ee P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:12.982815 10584 tablet_bootstrap.cc:492] T 6cda2b7ed88e49a8b74004becb4b8a94 P 527926ee54174a64a17b919b1180decd: No bootstrap required, opened a new log
I20260630 12:38:12.983446 10584 ts_tablet_manager.cc:1403] T 6cda2b7ed88e49a8b74004becb4b8a94 P 527926ee54174a64a17b919b1180decd: Time spent bootstrapping tablet: real 0.014s	user 0.013s	sys 0.000s
I20260630 12:38:12.986498 10584 raft_consensus.cc:359] T 6cda2b7ed88e49a8b74004becb4b8a94 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:12.987349 10584 raft_consensus.cc:385] T 6cda2b7ed88e49a8b74004becb4b8a94 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:12.987735 10584 raft_consensus.cc:740] T 6cda2b7ed88e49a8b74004becb4b8a94 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 527926ee54174a64a17b919b1180decd, State: Initialized, Role: FOLLOWER
I20260630 12:38:12.988706 10584 consensus_queue.cc:260] T 6cda2b7ed88e49a8b74004becb4b8a94 P 527926ee54174a64a17b919b1180decd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:12.988992 10331 raft_consensus.cc:2468] T b74e46496a5b4a7682bf5a94be94b4ee P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1245479b225b44c78bafec0adc16b47e in term 1.
I20260630 12:38:12.993799 10584 ts_tablet_manager.cc:1434] T 6cda2b7ed88e49a8b74004becb4b8a94 P 527926ee54174a64a17b919b1180decd: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:38:12.994987 10584 tablet_bootstrap.cc:492] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd: Bootstrap starting.
I20260630 12:38:12.998343 10583 tablet_bootstrap.cc:492] T 1209dbe169d04a3891e94d3d6f6bd131 P 1245479b225b44c78bafec0adc16b47e: No bootstrap required, opened a new log
I20260630 12:38:12.998966 10583 ts_tablet_manager.cc:1403] T 1209dbe169d04a3891e94d3d6f6bd131 P 1245479b225b44c78bafec0adc16b47e: Time spent bootstrapping tablet: real 0.097s	user 0.009s	sys 0.004s
I20260630 12:38:12.998886 10370 leader_election.cc:304] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 06cdfe7165fb4a049dd2cf9b7c05567d, 1245479b225b44c78bafec0adc16b47e; no voters: 
I20260630 12:38:13.000449 10537 raft_consensus.cc:2804] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:13.001073 10584 tablet_bootstrap.cc:654] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:13.001204 10535 leader_election.cc:290] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e [CANDIDATE]: Term 1 election: Requested vote from peers 06cdfe7165fb4a049dd2cf9b7c05567d (127.0.192.1:44669), 527926ee54174a64a17b919b1180decd (127.0.192.3:35461)
I20260630 12:38:13.003293 10481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b74e46496a5b4a7682bf5a94be94b4ee" candidate_uuid: "1245479b225b44c78bafec0adc16b47e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "527926ee54174a64a17b919b1180decd"
I20260630 12:38:13.004197 10481 raft_consensus.cc:3060] T b74e46496a5b4a7682bf5a94be94b4ee P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:13.019399 10583 raft_consensus.cc:359] T 1209dbe169d04a3891e94d3d6f6bd131 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.020402 10583 raft_consensus.cc:385] T 1209dbe169d04a3891e94d3d6f6bd131 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:13.020759 10583 raft_consensus.cc:740] T 1209dbe169d04a3891e94d3d6f6bd131 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1245479b225b44c78bafec0adc16b47e, State: Initialized, Role: FOLLOWER
I20260630 12:38:13.021667 10583 consensus_queue.cc:260] T 1209dbe169d04a3891e94d3d6f6bd131 P 1245479b225b44c78bafec0adc16b47e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.024410 10583 ts_tablet_manager.cc:1434] T 1209dbe169d04a3891e94d3d6f6bd131 P 1245479b225b44c78bafec0adc16b47e: Time spent starting tablet: real 0.025s	user 0.009s	sys 0.000s
I20260630 12:38:13.025485 10583 tablet_bootstrap.cc:492] T 6cda2b7ed88e49a8b74004becb4b8a94 P 1245479b225b44c78bafec0adc16b47e: Bootstrap starting.
I20260630 12:38:13.027642 10582 tablet_bootstrap.cc:492] T 53146096eb3f427cb0952e565cee5fe7 P 06cdfe7165fb4a049dd2cf9b7c05567d: No bootstrap required, opened a new log
I20260630 12:38:13.028232 10582 ts_tablet_manager.cc:1403] T 53146096eb3f427cb0952e565cee5fe7 P 06cdfe7165fb4a049dd2cf9b7c05567d: Time spent bootstrapping tablet: real 0.101s	user 0.030s	sys 0.046s
I20260630 12:38:13.029117 10481 raft_consensus.cc:2468] T b74e46496a5b4a7682bf5a94be94b4ee P 527926ee54174a64a17b919b1180decd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1245479b225b44c78bafec0adc16b47e in term 1.
I20260630 12:38:13.033504 10537 raft_consensus.cc:697] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e [term 1 LEADER]: Becoming Leader. State: Replica: 1245479b225b44c78bafec0adc16b47e, State: Running, Role: LEADER
I20260630 12:38:13.034492 10537 consensus_queue.cc:237] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.034958 10582 raft_consensus.cc:359] T 53146096eb3f427cb0952e565cee5fe7 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.035737 10582 raft_consensus.cc:385] T 53146096eb3f427cb0952e565cee5fe7 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:13.036095 10582 raft_consensus.cc:740] T 53146096eb3f427cb0952e565cee5fe7 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 06cdfe7165fb4a049dd2cf9b7c05567d, State: Initialized, Role: FOLLOWER
I20260630 12:38:13.037369 10583 tablet_bootstrap.cc:654] T 6cda2b7ed88e49a8b74004becb4b8a94 P 1245479b225b44c78bafec0adc16b47e: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:13.037034 10582 consensus_queue.cc:260] T 53146096eb3f427cb0952e565cee5fe7 P 06cdfe7165fb4a049dd2cf9b7c05567d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.044819 10584 tablet_bootstrap.cc:492] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd: No bootstrap required, opened a new log
I20260630 12:38:13.044829 10582 ts_tablet_manager.cc:1434] T 53146096eb3f427cb0952e565cee5fe7 P 06cdfe7165fb4a049dd2cf9b7c05567d: Time spent starting tablet: real 0.016s	user 0.006s	sys 0.000s
I20260630 12:38:13.045576 10584 ts_tablet_manager.cc:1403] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd: Time spent bootstrapping tablet: real 0.051s	user 0.017s	sys 0.014s
I20260630 12:38:13.046268 10582 tablet_bootstrap.cc:492] T 6cda2b7ed88e49a8b74004becb4b8a94 P 06cdfe7165fb4a049dd2cf9b7c05567d: Bootstrap starting.
I20260630 12:38:13.048434 10584 raft_consensus.cc:359] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.049190 10584 raft_consensus.cc:385] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:13.049510 10584 raft_consensus.cc:740] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 527926ee54174a64a17b919b1180decd, State: Initialized, Role: FOLLOWER
I20260630 12:38:13.052510 10583 tablet_bootstrap.cc:492] T 6cda2b7ed88e49a8b74004becb4b8a94 P 1245479b225b44c78bafec0adc16b47e: No bootstrap required, opened a new log
I20260630 12:38:13.050124 10228 catalog_manager.cc:5697] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e reported cstate change: term changed from 0 to 1, leader changed from <none> to 1245479b225b44c78bafec0adc16b47e (127.0.192.2). New cstate: current_term: 1 leader_uuid: "1245479b225b44c78bafec0adc16b47e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:13.053092 10583 ts_tablet_manager.cc:1403] T 6cda2b7ed88e49a8b74004becb4b8a94 P 1245479b225b44c78bafec0adc16b47e: Time spent bootstrapping tablet: real 0.028s	user 0.010s	sys 0.005s
I20260630 12:38:13.050328 10584 consensus_queue.cc:260] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.056026 10583 raft_consensus.cc:359] T 6cda2b7ed88e49a8b74004becb4b8a94 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.056788 10583 raft_consensus.cc:385] T 6cda2b7ed88e49a8b74004becb4b8a94 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:13.057129 10583 raft_consensus.cc:740] T 6cda2b7ed88e49a8b74004becb4b8a94 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1245479b225b44c78bafec0adc16b47e, State: Initialized, Role: FOLLOWER
I20260630 12:38:13.058926 10537 raft_consensus.cc:493] T 1209dbe169d04a3891e94d3d6f6bd131 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:13.059430 10537 raft_consensus.cc:515] T 1209dbe169d04a3891e94d3d6f6bd131 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.060813 10584 ts_tablet_manager.cc:1434] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd: Time spent starting tablet: real 0.015s	user 0.009s	sys 0.000s
I20260630 12:38:13.061699 10537 leader_election.cc:290] T 1209dbe169d04a3891e94d3d6f6bd131 P 1245479b225b44c78bafec0adc16b47e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 06cdfe7165fb4a049dd2cf9b7c05567d (127.0.192.1:44669), 527926ee54174a64a17b919b1180decd (127.0.192.3:35461)
I20260630 12:38:13.061985 10584 tablet_bootstrap.cc:492] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd: Bootstrap starting.
I20260630 12:38:13.062659 10582 tablet_bootstrap.cc:654] T 6cda2b7ed88e49a8b74004becb4b8a94 P 06cdfe7165fb4a049dd2cf9b7c05567d: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:13.068594 10584 tablet_bootstrap.cc:654] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:13.068908 10481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1209dbe169d04a3891e94d3d6f6bd131" candidate_uuid: "1245479b225b44c78bafec0adc16b47e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "527926ee54174a64a17b919b1180decd" is_pre_election: true
I20260630 12:38:13.070281 10331 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1209dbe169d04a3891e94d3d6f6bd131" candidate_uuid: "1245479b225b44c78bafec0adc16b47e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" is_pre_election: true
W20260630 12:38:13.071606 10373 leader_election.cc:343] T 1209dbe169d04a3891e94d3d6f6bd131 P 1245479b225b44c78bafec0adc16b47e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 527926ee54174a64a17b919b1180decd (127.0.192.3:35461): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:13.073911 10582 tablet_bootstrap.cc:492] T 6cda2b7ed88e49a8b74004becb4b8a94 P 06cdfe7165fb4a049dd2cf9b7c05567d: No bootstrap required, opened a new log
W20260630 12:38:13.074293 10370 leader_election.cc:343] T 1209dbe169d04a3891e94d3d6f6bd131 P 1245479b225b44c78bafec0adc16b47e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 06cdfe7165fb4a049dd2cf9b7c05567d (127.0.192.1:44669): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:13.074571 10582 ts_tablet_manager.cc:1403] T 6cda2b7ed88e49a8b74004becb4b8a94 P 06cdfe7165fb4a049dd2cf9b7c05567d: Time spent bootstrapping tablet: real 0.029s	user 0.011s	sys 0.000s
I20260630 12:38:13.074757 10370 leader_election.cc:304] T 1209dbe169d04a3891e94d3d6f6bd131 P 1245479b225b44c78bafec0adc16b47e [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: 1245479b225b44c78bafec0adc16b47e; no voters: 06cdfe7165fb4a049dd2cf9b7c05567d, 527926ee54174a64a17b919b1180decd
I20260630 12:38:13.076254 10584 tablet_bootstrap.cc:492] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd: No bootstrap required, opened a new log
I20260630 12:38:13.076841 10537 raft_consensus.cc:2749] T 1209dbe169d04a3891e94d3d6f6bd131 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:38:13.076864 10584 ts_tablet_manager.cc:1403] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd: Time spent bootstrapping tablet: real 0.015s	user 0.008s	sys 0.004s
I20260630 12:38:13.077883 10582 raft_consensus.cc:359] T 6cda2b7ed88e49a8b74004becb4b8a94 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.079355 10582 raft_consensus.cc:385] T 6cda2b7ed88e49a8b74004becb4b8a94 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:13.079749 10582 raft_consensus.cc:740] T 6cda2b7ed88e49a8b74004becb4b8a94 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 06cdfe7165fb4a049dd2cf9b7c05567d, State: Initialized, Role: FOLLOWER
I20260630 12:38:13.078554 10583 consensus_queue.cc:260] T 6cda2b7ed88e49a8b74004becb4b8a94 P 1245479b225b44c78bafec0adc16b47e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.081888 10582 consensus_queue.cc:260] T 6cda2b7ed88e49a8b74004becb4b8a94 P 06cdfe7165fb4a049dd2cf9b7c05567d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.083707 10583 ts_tablet_manager.cc:1434] T 6cda2b7ed88e49a8b74004becb4b8a94 P 1245479b225b44c78bafec0adc16b47e: Time spent starting tablet: real 0.030s	user 0.005s	sys 0.000s
I20260630 12:38:13.085490 10584 raft_consensus.cc:359] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.086283 10584 raft_consensus.cc:385] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:13.086548 10583 tablet_bootstrap.cc:492] T 53146096eb3f427cb0952e565cee5fe7 P 1245479b225b44c78bafec0adc16b47e: Bootstrap starting.
I20260630 12:38:13.086633 10584 raft_consensus.cc:740] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 527926ee54174a64a17b919b1180decd, State: Initialized, Role: FOLLOWER
I20260630 12:38:13.087417 10582 ts_tablet_manager.cc:1434] T 6cda2b7ed88e49a8b74004becb4b8a94 P 06cdfe7165fb4a049dd2cf9b7c05567d: Time spent starting tablet: real 0.012s	user 0.007s	sys 0.000s
I20260630 12:38:13.090049 10584 consensus_queue.cc:260] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.095796 10584 ts_tablet_manager.cc:1434] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd: Time spent starting tablet: real 0.017s	user 0.006s	sys 0.000s
I20260630 12:38:13.098716 10582 tablet_bootstrap.cc:492] T 1209dbe169d04a3891e94d3d6f6bd131 P 06cdfe7165fb4a049dd2cf9b7c05567d: Bootstrap starting.
I20260630 12:38:13.100263 10583 tablet_bootstrap.cc:654] T 53146096eb3f427cb0952e565cee5fe7 P 1245479b225b44c78bafec0adc16b47e: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:13.105119 10583 tablet_bootstrap.cc:492] T 53146096eb3f427cb0952e565cee5fe7 P 1245479b225b44c78bafec0adc16b47e: No bootstrap required, opened a new log
I20260630 12:38:13.105665 10583 ts_tablet_manager.cc:1403] T 53146096eb3f427cb0952e565cee5fe7 P 1245479b225b44c78bafec0adc16b47e: Time spent bootstrapping tablet: real 0.019s	user 0.008s	sys 0.004s
I20260630 12:38:13.106815 10582 tablet_bootstrap.cc:654] T 1209dbe169d04a3891e94d3d6f6bd131 P 06cdfe7165fb4a049dd2cf9b7c05567d: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:13.108680 10583 raft_consensus.cc:359] T 53146096eb3f427cb0952e565cee5fe7 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.109481 10583 raft_consensus.cc:385] T 53146096eb3f427cb0952e565cee5fe7 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:13.109782 10583 raft_consensus.cc:740] T 53146096eb3f427cb0952e565cee5fe7 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1245479b225b44c78bafec0adc16b47e, State: Initialized, Role: FOLLOWER
I20260630 12:38:13.110706 10583 consensus_queue.cc:260] T 53146096eb3f427cb0952e565cee5fe7 P 1245479b225b44c78bafec0adc16b47e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.113034 10582 tablet_bootstrap.cc:492] T 1209dbe169d04a3891e94d3d6f6bd131 P 06cdfe7165fb4a049dd2cf9b7c05567d: No bootstrap required, opened a new log
I20260630 12:38:13.113329 10583 ts_tablet_manager.cc:1434] T 53146096eb3f427cb0952e565cee5fe7 P 1245479b225b44c78bafec0adc16b47e: Time spent starting tablet: real 0.007s	user 0.000s	sys 0.005s
I20260630 12:38:13.113610 10582 ts_tablet_manager.cc:1403] T 1209dbe169d04a3891e94d3d6f6bd131 P 06cdfe7165fb4a049dd2cf9b7c05567d: Time spent bootstrapping tablet: real 0.015s	user 0.007s	sys 0.004s
I20260630 12:38:13.114471 10583 tablet_bootstrap.cc:492] T d5a428b565bd41bbad004a0eaa33fe39 P 1245479b225b44c78bafec0adc16b47e: Bootstrap starting.
I20260630 12:38:13.117188 10582 raft_consensus.cc:359] T 1209dbe169d04a3891e94d3d6f6bd131 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.118073 10582 raft_consensus.cc:385] T 1209dbe169d04a3891e94d3d6f6bd131 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:13.118475 10582 raft_consensus.cc:740] T 1209dbe169d04a3891e94d3d6f6bd131 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 06cdfe7165fb4a049dd2cf9b7c05567d, State: Initialized, Role: FOLLOWER
I20260630 12:38:13.119463 10582 consensus_queue.cc:260] T 1209dbe169d04a3891e94d3d6f6bd131 P 06cdfe7165fb4a049dd2cf9b7c05567d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.121688 10583 tablet_bootstrap.cc:654] T d5a428b565bd41bbad004a0eaa33fe39 P 1245479b225b44c78bafec0adc16b47e: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:13.121879 10582 ts_tablet_manager.cc:1434] T 1209dbe169d04a3891e94d3d6f6bd131 P 06cdfe7165fb4a049dd2cf9b7c05567d: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:38:13.123086 10582 tablet_bootstrap.cc:492] T 26dc05f85f0c4fd2b22e131583ffed5b P 06cdfe7165fb4a049dd2cf9b7c05567d: Bootstrap starting.
I20260630 12:38:13.127885 10583 tablet_bootstrap.cc:492] T d5a428b565bd41bbad004a0eaa33fe39 P 1245479b225b44c78bafec0adc16b47e: No bootstrap required, opened a new log
I20260630 12:38:13.128474 10583 ts_tablet_manager.cc:1403] T d5a428b565bd41bbad004a0eaa33fe39 P 1245479b225b44c78bafec0adc16b47e: Time spent bootstrapping tablet: real 0.014s	user 0.007s	sys 0.004s
I20260630 12:38:13.129455 10582 tablet_bootstrap.cc:654] T 26dc05f85f0c4fd2b22e131583ffed5b P 06cdfe7165fb4a049dd2cf9b7c05567d: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:13.131644 10583 raft_consensus.cc:359] T d5a428b565bd41bbad004a0eaa33fe39 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.132593 10583 raft_consensus.cc:385] T d5a428b565bd41bbad004a0eaa33fe39 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:13.132858 10583 raft_consensus.cc:740] T d5a428b565bd41bbad004a0eaa33fe39 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1245479b225b44c78bafec0adc16b47e, State: Initialized, Role: FOLLOWER
I20260630 12:38:13.133566 10583 consensus_queue.cc:260] T d5a428b565bd41bbad004a0eaa33fe39 P 1245479b225b44c78bafec0adc16b47e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.134819 10582 tablet_bootstrap.cc:492] T 26dc05f85f0c4fd2b22e131583ffed5b P 06cdfe7165fb4a049dd2cf9b7c05567d: No bootstrap required, opened a new log
I20260630 12:38:13.135429 10582 ts_tablet_manager.cc:1403] T 26dc05f85f0c4fd2b22e131583ffed5b P 06cdfe7165fb4a049dd2cf9b7c05567d: Time spent bootstrapping tablet: real 0.013s	user 0.010s	sys 0.002s
I20260630 12:38:13.135651 10583 ts_tablet_manager.cc:1434] T d5a428b565bd41bbad004a0eaa33fe39 P 1245479b225b44c78bafec0adc16b47e: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:38:13.136710 10583 tablet_bootstrap.cc:492] T 26dc05f85f0c4fd2b22e131583ffed5b P 1245479b225b44c78bafec0adc16b47e: Bootstrap starting.
I20260630 12:38:13.138165 10582 raft_consensus.cc:359] T 26dc05f85f0c4fd2b22e131583ffed5b P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.139097 10582 raft_consensus.cc:385] T 26dc05f85f0c4fd2b22e131583ffed5b P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:13.139424 10582 raft_consensus.cc:740] T 26dc05f85f0c4fd2b22e131583ffed5b P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 06cdfe7165fb4a049dd2cf9b7c05567d, State: Initialized, Role: FOLLOWER
I20260630 12:38:13.140257 10533 raft_consensus.cc:493] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:13.140190 10582 consensus_queue.cc:260] T 26dc05f85f0c4fd2b22e131583ffed5b P 06cdfe7165fb4a049dd2cf9b7c05567d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.140851 10533 raft_consensus.cc:515] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.142817 10583 tablet_bootstrap.cc:654] T 26dc05f85f0c4fd2b22e131583ffed5b P 1245479b225b44c78bafec0adc16b47e: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:13.143581 10533 leader_election.cc:290] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 06cdfe7165fb4a049dd2cf9b7c05567d (127.0.192.1:44669), 1245479b225b44c78bafec0adc16b47e (127.0.192.2:36589)
I20260630 12:38:13.143689 10582 ts_tablet_manager.cc:1434] T 26dc05f85f0c4fd2b22e131583ffed5b P 06cdfe7165fb4a049dd2cf9b7c05567d: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.002s
I20260630 12:38:13.144976 10582 tablet_bootstrap.cc:492] T d5a428b565bd41bbad004a0eaa33fe39 P 06cdfe7165fb4a049dd2cf9b7c05567d: Bootstrap starting.
I20260630 12:38:13.152217 10582 tablet_bootstrap.cc:654] T d5a428b565bd41bbad004a0eaa33fe39 P 06cdfe7165fb4a049dd2cf9b7c05567d: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:13.164464 10582 tablet_bootstrap.cc:492] T d5a428b565bd41bbad004a0eaa33fe39 P 06cdfe7165fb4a049dd2cf9b7c05567d: No bootstrap required, opened a new log
I20260630 12:38:13.165102 10582 ts_tablet_manager.cc:1403] T d5a428b565bd41bbad004a0eaa33fe39 P 06cdfe7165fb4a049dd2cf9b7c05567d: Time spent bootstrapping tablet: real 0.020s	user 0.016s	sys 0.002s
I20260630 12:38:13.168843 10582 raft_consensus.cc:359] T d5a428b565bd41bbad004a0eaa33fe39 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.169945 10582 raft_consensus.cc:385] T d5a428b565bd41bbad004a0eaa33fe39 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:13.170274 10582 raft_consensus.cc:740] T d5a428b565bd41bbad004a0eaa33fe39 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 06cdfe7165fb4a049dd2cf9b7c05567d, State: Initialized, Role: FOLLOWER
I20260630 12:38:13.171113 10582 consensus_queue.cc:260] T d5a428b565bd41bbad004a0eaa33fe39 P 06cdfe7165fb4a049dd2cf9b7c05567d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.173570 10582 ts_tablet_manager.cc:1434] T d5a428b565bd41bbad004a0eaa33fe39 P 06cdfe7165fb4a049dd2cf9b7c05567d: Time spent starting tablet: real 0.008s	user 0.001s	sys 0.005s
I20260630 12:38:13.180733 10331 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1209dbe169d04a3891e94d3d6f6bd131" candidate_uuid: "527926ee54174a64a17b919b1180decd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" is_pre_election: true
I20260630 12:38:13.181025 10583 tablet_bootstrap.cc:492] T 26dc05f85f0c4fd2b22e131583ffed5b P 1245479b225b44c78bafec0adc16b47e: No bootstrap required, opened a new log
I20260630 12:38:13.181427 10331 raft_consensus.cc:2468] T 1209dbe169d04a3891e94d3d6f6bd131 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 527926ee54174a64a17b919b1180decd in term 0.
I20260630 12:38:13.181699 10583 ts_tablet_manager.cc:1403] T 26dc05f85f0c4fd2b22e131583ffed5b P 1245479b225b44c78bafec0adc16b47e: Time spent bootstrapping tablet: real 0.045s	user 0.027s	sys 0.015s
I20260630 12:38:13.182744 10444 leader_election.cc:304] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 06cdfe7165fb4a049dd2cf9b7c05567d, 527926ee54174a64a17b919b1180decd; no voters: 
I20260630 12:38:13.183615 10533 raft_consensus.cc:2804] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:13.184008 10533 raft_consensus.cc:493] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:13.184324 10533 raft_consensus.cc:3060] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:13.185001 10583 raft_consensus.cc:359] T 26dc05f85f0c4fd2b22e131583ffed5b P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.185773 10583 raft_consensus.cc:385] T 26dc05f85f0c4fd2b22e131583ffed5b P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:13.186048 10583 raft_consensus.cc:740] T 26dc05f85f0c4fd2b22e131583ffed5b P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1245479b225b44c78bafec0adc16b47e, State: Initialized, Role: FOLLOWER
I20260630 12:38:13.186842 10583 consensus_queue.cc:260] T 26dc05f85f0c4fd2b22e131583ffed5b P 1245479b225b44c78bafec0adc16b47e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.189283 10583 ts_tablet_manager.cc:1434] T 26dc05f85f0c4fd2b22e131583ffed5b P 1245479b225b44c78bafec0adc16b47e: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:38:13.194474 10533 raft_consensus.cc:515] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.197286 10331 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1209dbe169d04a3891e94d3d6f6bd131" candidate_uuid: "527926ee54174a64a17b919b1180decd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d"
I20260630 12:38:13.197748 10533 leader_election.cc:290] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd [CANDIDATE]: Term 1 election: Requested vote from peers 06cdfe7165fb4a049dd2cf9b7c05567d (127.0.192.1:44669), 1245479b225b44c78bafec0adc16b47e (127.0.192.2:36589)
I20260630 12:38:13.197922 10331 raft_consensus.cc:3060] T 1209dbe169d04a3891e94d3d6f6bd131 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:13.199331 10407 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1209dbe169d04a3891e94d3d6f6bd131" candidate_uuid: "527926ee54174a64a17b919b1180decd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1245479b225b44c78bafec0adc16b47e" is_pre_election: true
I20260630 12:38:13.199968 10407 raft_consensus.cc:2468] T 1209dbe169d04a3891e94d3d6f6bd131 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 527926ee54174a64a17b919b1180decd in term 0.
W20260630 12:38:13.203456 10278 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:38:13.204365 10406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1209dbe169d04a3891e94d3d6f6bd131" candidate_uuid: "527926ee54174a64a17b919b1180decd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1245479b225b44c78bafec0adc16b47e"
I20260630 12:38:13.204895 10331 raft_consensus.cc:2468] T 1209dbe169d04a3891e94d3d6f6bd131 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 527926ee54174a64a17b919b1180decd in term 1.
I20260630 12:38:13.205060 10406 raft_consensus.cc:3060] T 1209dbe169d04a3891e94d3d6f6bd131 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:13.206065 10444 leader_election.cc:304] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 06cdfe7165fb4a049dd2cf9b7c05567d, 527926ee54174a64a17b919b1180decd; no voters: 
I20260630 12:38:13.206877 10533 raft_consensus.cc:2804] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:13.208206 10533 raft_consensus.cc:697] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd [term 1 LEADER]: Becoming Leader. State: Replica: 527926ee54174a64a17b919b1180decd, State: Running, Role: LEADER
I20260630 12:38:13.209183 10533 consensus_queue.cc:237] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.213232 10406 raft_consensus.cc:2468] T 1209dbe169d04a3891e94d3d6f6bd131 P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 527926ee54174a64a17b919b1180decd in term 1.
I20260630 12:38:13.217938 10228 catalog_manager.cc:5697] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd reported cstate change: term changed from 0 to 1, leader changed from <none> to 527926ee54174a64a17b919b1180decd (127.0.192.3). New cstate: current_term: 1 leader_uuid: "527926ee54174a64a17b919b1180decd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:13.225654 10533 raft_consensus.cc:493] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:13.226383 10533 raft_consensus.cc:515] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.228149 10533 leader_election.cc:290] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 06cdfe7165fb4a049dd2cf9b7c05567d (127.0.192.1:44669), 1245479b225b44c78bafec0adc16b47e (127.0.192.2:36589)
I20260630 12:38:13.228799 10331 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53146096eb3f427cb0952e565cee5fe7" candidate_uuid: "527926ee54174a64a17b919b1180decd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" is_pre_election: true
I20260630 12:38:13.229153 10406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53146096eb3f427cb0952e565cee5fe7" candidate_uuid: "527926ee54174a64a17b919b1180decd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1245479b225b44c78bafec0adc16b47e" is_pre_election: true
I20260630 12:38:13.229408 10331 raft_consensus.cc:2468] T 53146096eb3f427cb0952e565cee5fe7 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 527926ee54174a64a17b919b1180decd in term 0.
I20260630 12:38:13.229738 10406 raft_consensus.cc:2468] T 53146096eb3f427cb0952e565cee5fe7 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 527926ee54174a64a17b919b1180decd in term 0.
I20260630 12:38:13.230528 10444 leader_election.cc:304] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 06cdfe7165fb4a049dd2cf9b7c05567d, 527926ee54174a64a17b919b1180decd; no voters: 
I20260630 12:38:13.231309 10533 raft_consensus.cc:2804] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:13.231623 10533 raft_consensus.cc:493] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:13.231914 10533 raft_consensus.cc:3060] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:13.236994 10533 raft_consensus.cc:515] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.238704 10533 leader_election.cc:290] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd [CANDIDATE]: Term 1 election: Requested vote from peers 06cdfe7165fb4a049dd2cf9b7c05567d (127.0.192.1:44669), 1245479b225b44c78bafec0adc16b47e (127.0.192.2:36589)
I20260630 12:38:13.239651 10331 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53146096eb3f427cb0952e565cee5fe7" candidate_uuid: "527926ee54174a64a17b919b1180decd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d"
I20260630 12:38:13.239894 10406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53146096eb3f427cb0952e565cee5fe7" candidate_uuid: "527926ee54174a64a17b919b1180decd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1245479b225b44c78bafec0adc16b47e"
I20260630 12:38:13.240216 10331 raft_consensus.cc:3060] T 53146096eb3f427cb0952e565cee5fe7 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:13.240468 10406 raft_consensus.cc:3060] T 53146096eb3f427cb0952e565cee5fe7 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:13.245417 10331 raft_consensus.cc:2468] T 53146096eb3f427cb0952e565cee5fe7 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 527926ee54174a64a17b919b1180decd in term 1.
I20260630 12:38:13.245410 10406 raft_consensus.cc:2468] T 53146096eb3f427cb0952e565cee5fe7 P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 527926ee54174a64a17b919b1180decd in term 1.
I20260630 12:38:13.246552 10444 leader_election.cc:304] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 06cdfe7165fb4a049dd2cf9b7c05567d, 527926ee54174a64a17b919b1180decd; no voters: 
I20260630 12:38:13.247212 10533 raft_consensus.cc:2804] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:13.247654 10533 raft_consensus.cc:697] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd [term 1 LEADER]: Becoming Leader. State: Replica: 527926ee54174a64a17b919b1180decd, State: Running, Role: LEADER
I20260630 12:38:13.248334 10533 consensus_queue.cc:237] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.256067 10228 catalog_manager.cc:5697] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd reported cstate change: term changed from 0 to 1, leader changed from <none> to 527926ee54174a64a17b919b1180decd (127.0.192.3). New cstate: current_term: 1 leader_uuid: "527926ee54174a64a17b919b1180decd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:13.258333 10533 raft_consensus.cc:493] T 6cda2b7ed88e49a8b74004becb4b8a94 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:13.258915 10533 raft_consensus.cc:515] T 6cda2b7ed88e49a8b74004becb4b8a94 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.259579 10612 raft_consensus.cc:493] T d5a428b565bd41bbad004a0eaa33fe39 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:13.260094 10612 raft_consensus.cc:515] T d5a428b565bd41bbad004a0eaa33fe39 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.261926 10533 leader_election.cc:290] T 6cda2b7ed88e49a8b74004becb4b8a94 P 527926ee54174a64a17b919b1180decd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 06cdfe7165fb4a049dd2cf9b7c05567d (127.0.192.1:44669), 1245479b225b44c78bafec0adc16b47e (127.0.192.2:36589)
I20260630 12:38:13.262158 10612 leader_election.cc:290] T d5a428b565bd41bbad004a0eaa33fe39 P 527926ee54174a64a17b919b1180decd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 06cdfe7165fb4a049dd2cf9b7c05567d (127.0.192.1:44669), 1245479b225b44c78bafec0adc16b47e (127.0.192.2:36589)
I20260630 12:38:13.262758 10331 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6cda2b7ed88e49a8b74004becb4b8a94" candidate_uuid: "527926ee54174a64a17b919b1180decd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" is_pre_election: true
I20260630 12:38:13.263459 10331 raft_consensus.cc:2468] T 6cda2b7ed88e49a8b74004becb4b8a94 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 527926ee54174a64a17b919b1180decd in term 0.
I20260630 12:38:13.263537 10332 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d5a428b565bd41bbad004a0eaa33fe39" candidate_uuid: "527926ee54174a64a17b919b1180decd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" is_pre_election: true
I20260630 12:38:13.264241 10332 raft_consensus.cc:2468] T d5a428b565bd41bbad004a0eaa33fe39 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 527926ee54174a64a17b919b1180decd in term 0.
I20260630 12:38:13.264557 10407 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d5a428b565bd41bbad004a0eaa33fe39" candidate_uuid: "527926ee54174a64a17b919b1180decd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1245479b225b44c78bafec0adc16b47e" is_pre_election: true
I20260630 12:38:13.265208 10407 raft_consensus.cc:2468] T d5a428b565bd41bbad004a0eaa33fe39 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 527926ee54174a64a17b919b1180decd in term 0.
I20260630 12:38:13.265231 10406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6cda2b7ed88e49a8b74004becb4b8a94" candidate_uuid: "527926ee54174a64a17b919b1180decd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1245479b225b44c78bafec0adc16b47e" is_pre_election: true
I20260630 12:38:13.265554 10444 leader_election.cc:304] T 6cda2b7ed88e49a8b74004becb4b8a94 P 527926ee54174a64a17b919b1180decd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 06cdfe7165fb4a049dd2cf9b7c05567d, 527926ee54174a64a17b919b1180decd; no voters: 
I20260630 12:38:13.265975 10406 raft_consensus.cc:2468] T 6cda2b7ed88e49a8b74004becb4b8a94 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 527926ee54174a64a17b919b1180decd in term 0.
I20260630 12:38:13.266528 10612 raft_consensus.cc:2804] T 6cda2b7ed88e49a8b74004becb4b8a94 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:13.266589 10444 leader_election.cc:304] T d5a428b565bd41bbad004a0eaa33fe39 P 527926ee54174a64a17b919b1180decd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 06cdfe7165fb4a049dd2cf9b7c05567d, 527926ee54174a64a17b919b1180decd; no voters: 
I20260630 12:38:13.267218 10612 raft_consensus.cc:493] T 6cda2b7ed88e49a8b74004becb4b8a94 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:13.267616 10612 raft_consensus.cc:3060] T 6cda2b7ed88e49a8b74004becb4b8a94 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:13.267683 10533 raft_consensus.cc:2804] T d5a428b565bd41bbad004a0eaa33fe39 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:13.268180 10533 raft_consensus.cc:493] T d5a428b565bd41bbad004a0eaa33fe39 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:13.268711 10533 raft_consensus.cc:3060] T d5a428b565bd41bbad004a0eaa33fe39 P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:13.273293 10612 raft_consensus.cc:515] T 6cda2b7ed88e49a8b74004becb4b8a94 P 527926ee54174a64a17b919b1180decd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.274048 10533 raft_consensus.cc:515] T d5a428b565bd41bbad004a0eaa33fe39 P 527926ee54174a64a17b919b1180decd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.275085 10612 leader_election.cc:290] T 6cda2b7ed88e49a8b74004becb4b8a94 P 527926ee54174a64a17b919b1180decd [CANDIDATE]: Term 1 election: Requested vote from peers 06cdfe7165fb4a049dd2cf9b7c05567d (127.0.192.1:44669), 1245479b225b44c78bafec0adc16b47e (127.0.192.2:36589)
I20260630 12:38:13.275991 10533 leader_election.cc:290] T d5a428b565bd41bbad004a0eaa33fe39 P 527926ee54174a64a17b919b1180decd [CANDIDATE]: Term 1 election: Requested vote from peers 06cdfe7165fb4a049dd2cf9b7c05567d (127.0.192.1:44669), 1245479b225b44c78bafec0adc16b47e (127.0.192.2:36589)
I20260630 12:38:13.276005 10332 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6cda2b7ed88e49a8b74004becb4b8a94" candidate_uuid: "527926ee54174a64a17b919b1180decd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d"
I20260630 12:38:13.276345 10406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6cda2b7ed88e49a8b74004becb4b8a94" candidate_uuid: "527926ee54174a64a17b919b1180decd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1245479b225b44c78bafec0adc16b47e"
I20260630 12:38:13.276862 10332 raft_consensus.cc:3060] T 6cda2b7ed88e49a8b74004becb4b8a94 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:13.276888 10406 raft_consensus.cc:3060] T 6cda2b7ed88e49a8b74004becb4b8a94 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:13.277168 10331 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d5a428b565bd41bbad004a0eaa33fe39" candidate_uuid: "527926ee54174a64a17b919b1180decd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d"
I20260630 12:38:13.277894 10331 raft_consensus.cc:3060] T d5a428b565bd41bbad004a0eaa33fe39 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:13.277957 10407 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d5a428b565bd41bbad004a0eaa33fe39" candidate_uuid: "527926ee54174a64a17b919b1180decd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1245479b225b44c78bafec0adc16b47e"
I20260630 12:38:13.278643 10407 raft_consensus.cc:3060] T d5a428b565bd41bbad004a0eaa33fe39 P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:13.284688 10406 raft_consensus.cc:2468] T 6cda2b7ed88e49a8b74004becb4b8a94 P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 527926ee54174a64a17b919b1180decd in term 1.
I20260630 12:38:13.284688 10332 raft_consensus.cc:2468] T 6cda2b7ed88e49a8b74004becb4b8a94 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 527926ee54174a64a17b919b1180decd in term 1.
I20260630 12:38:13.285617 10331 raft_consensus.cc:2468] T d5a428b565bd41bbad004a0eaa33fe39 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 527926ee54174a64a17b919b1180decd in term 1.
I20260630 12:38:13.286326 10444 leader_election.cc:304] T 6cda2b7ed88e49a8b74004becb4b8a94 P 527926ee54174a64a17b919b1180decd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 06cdfe7165fb4a049dd2cf9b7c05567d, 527926ee54174a64a17b919b1180decd; no voters: 
I20260630 12:38:13.286963 10407 raft_consensus.cc:2468] T d5a428b565bd41bbad004a0eaa33fe39 P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 527926ee54174a64a17b919b1180decd in term 1.
I20260630 12:38:13.287238 10533 raft_consensus.cc:2804] T 6cda2b7ed88e49a8b74004becb4b8a94 P 527926ee54174a64a17b919b1180decd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:13.287775 10533 raft_consensus.cc:697] T 6cda2b7ed88e49a8b74004becb4b8a94 P 527926ee54174a64a17b919b1180decd [term 1 LEADER]: Becoming Leader. State: Replica: 527926ee54174a64a17b919b1180decd, State: Running, Role: LEADER
I20260630 12:38:13.287918 10444 leader_election.cc:304] T d5a428b565bd41bbad004a0eaa33fe39 P 527926ee54174a64a17b919b1180decd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 06cdfe7165fb4a049dd2cf9b7c05567d, 527926ee54174a64a17b919b1180decd; no voters: 
I20260630 12:38:13.288800 10612 raft_consensus.cc:2804] T d5a428b565bd41bbad004a0eaa33fe39 P 527926ee54174a64a17b919b1180decd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:13.288656 10533 consensus_queue.cc:237] T 6cda2b7ed88e49a8b74004becb4b8a94 P 527926ee54174a64a17b919b1180decd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.290019 10612 raft_consensus.cc:697] T d5a428b565bd41bbad004a0eaa33fe39 P 527926ee54174a64a17b919b1180decd [term 1 LEADER]: Becoming Leader. State: Replica: 527926ee54174a64a17b919b1180decd, State: Running, Role: LEADER
I20260630 12:38:13.290900 10612 consensus_queue.cc:237] T d5a428b565bd41bbad004a0eaa33fe39 P 527926ee54174a64a17b919b1180decd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.296648 10228 catalog_manager.cc:5697] T 6cda2b7ed88e49a8b74004becb4b8a94 P 527926ee54174a64a17b919b1180decd reported cstate change: term changed from 0 to 1, leader changed from <none> to 527926ee54174a64a17b919b1180decd (127.0.192.3). New cstate: current_term: 1 leader_uuid: "527926ee54174a64a17b919b1180decd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:13.309099 10228 catalog_manager.cc:5697] T d5a428b565bd41bbad004a0eaa33fe39 P 527926ee54174a64a17b919b1180decd reported cstate change: term changed from 0 to 1, leader changed from <none> to 527926ee54174a64a17b919b1180decd (127.0.192.3). New cstate: current_term: 1 leader_uuid: "527926ee54174a64a17b919b1180decd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:13.412441 10612 raft_consensus.cc:493] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:13.413012 10612 raft_consensus.cc:515] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.414686 10612 leader_election.cc:290] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 06cdfe7165fb4a049dd2cf9b7c05567d (127.0.192.1:44669), 1245479b225b44c78bafec0adc16b47e (127.0.192.2:36589)
I20260630 12:38:13.415522 10331 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "26dc05f85f0c4fd2b22e131583ffed5b" candidate_uuid: "527926ee54174a64a17b919b1180decd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" is_pre_election: true
I20260630 12:38:13.415735 10407 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "26dc05f85f0c4fd2b22e131583ffed5b" candidate_uuid: "527926ee54174a64a17b919b1180decd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1245479b225b44c78bafec0adc16b47e" is_pre_election: true
I20260630 12:38:13.416158 10331 raft_consensus.cc:2468] T 26dc05f85f0c4fd2b22e131583ffed5b P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 527926ee54174a64a17b919b1180decd in term 0.
I20260630 12:38:13.416339 10407 raft_consensus.cc:2468] T 26dc05f85f0c4fd2b22e131583ffed5b P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 527926ee54174a64a17b919b1180decd in term 0.
I20260630 12:38:13.417186 10444 leader_election.cc:304] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 06cdfe7165fb4a049dd2cf9b7c05567d, 527926ee54174a64a17b919b1180decd; no voters: 
I20260630 12:38:13.417824 10612 raft_consensus.cc:2804] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:13.418130 10612 raft_consensus.cc:493] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:13.418473 10612 raft_consensus.cc:3060] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:13.423430 10612 raft_consensus.cc:515] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.425004 10612 leader_election.cc:290] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd [CANDIDATE]: Term 1 election: Requested vote from peers 06cdfe7165fb4a049dd2cf9b7c05567d (127.0.192.1:44669), 1245479b225b44c78bafec0adc16b47e (127.0.192.2:36589)
I20260630 12:38:13.425913 10331 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "26dc05f85f0c4fd2b22e131583ffed5b" candidate_uuid: "527926ee54174a64a17b919b1180decd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d"
I20260630 12:38:13.426317 10407 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "26dc05f85f0c4fd2b22e131583ffed5b" candidate_uuid: "527926ee54174a64a17b919b1180decd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1245479b225b44c78bafec0adc16b47e"
I20260630 12:38:13.426520 10331 raft_consensus.cc:3060] T 26dc05f85f0c4fd2b22e131583ffed5b P 06cdfe7165fb4a049dd2cf9b7c05567d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:13.426928 10407 raft_consensus.cc:3060] T 26dc05f85f0c4fd2b22e131583ffed5b P 1245479b225b44c78bafec0adc16b47e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:13.431951 10331 raft_consensus.cc:2468] T 26dc05f85f0c4fd2b22e131583ffed5b P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 527926ee54174a64a17b919b1180decd in term 1.
I20260630 12:38:13.431980 10407 raft_consensus.cc:2468] T 26dc05f85f0c4fd2b22e131583ffed5b P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 527926ee54174a64a17b919b1180decd in term 1.
I20260630 12:38:13.433238 10444 leader_election.cc:304] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1245479b225b44c78bafec0adc16b47e, 527926ee54174a64a17b919b1180decd; no voters: 
I20260630 12:38:13.433952 10612 raft_consensus.cc:2804] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:13.434480 10612 raft_consensus.cc:697] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd [term 1 LEADER]: Becoming Leader. State: Replica: 527926ee54174a64a17b919b1180decd, State: Running, Role: LEADER
I20260630 12:38:13.435528 10612 consensus_queue.cc:237] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } }
I20260630 12:38:13.443308 10228 catalog_manager.cc:5697] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd reported cstate change: term changed from 0 to 1, leader changed from <none> to 527926ee54174a64a17b919b1180decd (127.0.192.3). New cstate: current_term: 1 leader_uuid: "527926ee54174a64a17b919b1180decd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:13.534373 10537 consensus_queue.cc:1048] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e [LEADER]: Connected to new peer: Peer: permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:13.601114 10537 consensus_queue.cc:1048] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e [LEADER]: Connected to new peer: Peer: permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:13.688951 10612 consensus_queue.cc:1048] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd [LEADER]: Connected to new peer: Peer: permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:13.706780 10533 consensus_queue.cc:1048] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd [LEADER]: Connected to new peer: Peer: permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:13.723235 10615 consensus_queue.cc:1048] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd [LEADER]: Connected to new peer: Peer: permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:13.739421 10612 consensus_queue.cc:1048] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd [LEADER]: Connected to new peer: Peer: permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:13.806562 10406 raft_consensus.cc:1275] T 26dc05f85f0c4fd2b22e131583ffed5b P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Refusing update from remote peer 527926ee54174a64a17b919b1180decd: 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:13.806674 10331 raft_consensus.cc:1275] T 26dc05f85f0c4fd2b22e131583ffed5b P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Refusing update from remote peer 527926ee54174a64a17b919b1180decd: 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:13.808809 10615 consensus_queue.cc:1048] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd [LEADER]: Connected to new peer: Peer: permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:13.812861 10633 consensus_queue.cc:1048] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd [LEADER]: Connected to new peer: Peer: permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:13.831868 10407 raft_consensus.cc:1275] T d5a428b565bd41bbad004a0eaa33fe39 P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Refusing update from remote peer 527926ee54174a64a17b919b1180decd: 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:13.836056 10615 consensus_queue.cc:1048] T d5a428b565bd41bbad004a0eaa33fe39 P 527926ee54174a64a17b919b1180decd [LEADER]: Connected to new peer: Peer: permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:13.895581 10406 raft_consensus.cc:1275] T 6cda2b7ed88e49a8b74004becb4b8a94 P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Refusing update from remote peer 527926ee54174a64a17b919b1180decd: 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:13.898797 10332 raft_consensus.cc:1275] T d5a428b565bd41bbad004a0eaa33fe39 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Refusing update from remote peer 527926ee54174a64a17b919b1180decd: 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:13.909652 10615 consensus_queue.cc:1048] T 6cda2b7ed88e49a8b74004becb4b8a94 P 527926ee54174a64a17b919b1180decd [LEADER]: Connected to new peer: Peer: permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.011s
I20260630 12:38:13.928464 10633 consensus_queue.cc:1048] T d5a428b565bd41bbad004a0eaa33fe39 P 527926ee54174a64a17b919b1180decd [LEADER]: Connected to new peer: Peer: permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:13.930490 10652 consensus_queue.cc:1048] T 6cda2b7ed88e49a8b74004becb4b8a94 P 527926ee54174a64a17b919b1180decd [LEADER]: Connected to new peer: Peer: permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.003s
I20260630 12:38:15.106622   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:15.135442 10674 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:15.135987 10675 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:15.136914 10677 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:15.139215   768 server_base.cc:1061] running on GCE node
I20260630 12:38:15.140630   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:15.140883   768 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:15.141108   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823095141089 us; error 0 us; skew 500 ppm
I20260630 12:38:15.141661   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:15.144451   768 webserver.cc:533] Webserver started at http://127.0.192.4:43117/ using document root <none> and password file <none>
I20260630 12:38:15.145017   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:15.145251   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:15.145565   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:15.146991   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822852710831-768-0/minicluster-data/ts-3-root/instance:
uuid: "f02b9b7f6ab44e77b630dbebb2228097"
format_stamp: "Formatted at 2026-06-30 12:38:15 on dist-test-slave-n0zz"
I20260630 12:38:15.151804   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.005s
I20260630 12:38:15.155369 10682 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:15.156203   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:38:15.156520   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822852710831-768-0/minicluster-data/ts-3-root
uuid: "f02b9b7f6ab44e77b630dbebb2228097"
format_stamp: "Formatted at 2026-06-30 12:38:15 on dist-test-slave-n0zz"
I20260630 12:38:15.156821   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822852710831-768-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822852710831-768-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822852710831-768-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:15.170854   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:15.172225   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:15.174048   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:15.177059   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:15.177266   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:15.177582   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:15.177778   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:15.220819   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.4:34143
I20260630 12:38:15.220952 10744 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.4:34143 every 8 connection(s)
I20260630 12:38:15.236227 10745 heartbeater.cc:344] Connected to a master server at 127.0.192.62:38887
I20260630 12:38:15.236682 10745 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:15.237442 10745 heartbeater.cc:507] Master 127.0.192.62:38887 requested a full tablet report, sending...
I20260630 12:38:15.239355 10229 ts_manager.cc:194] Registered new tserver with Master: f02b9b7f6ab44e77b630dbebb2228097 (127.0.192.4:34143)
I20260630 12:38:15.240679 10229 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45092
I20260630 12:38:15.332935 10480 consensus_queue.cc:237] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 15, Committed index: 15, Last appended: 1.15, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } attrs { replace: true } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } } peers { permanent_uuid: "f02b9b7f6ab44e77b630dbebb2228097" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 34143 } attrs { promote: true } }
I20260630 12:38:15.339231 10402 raft_consensus.cc:1275] T 53146096eb3f427cb0952e565cee5fe7 P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Refusing update from remote peer 527926ee54174a64a17b919b1180decd: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:38:15.340437 10328 raft_consensus.cc:1275] T 53146096eb3f427cb0952e565cee5fe7 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Refusing update from remote peer 527926ee54174a64a17b919b1180decd: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:38:15.342085 10648 consensus_queue.cc:1048] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd [LEADER]: Connected to new peer: Peer: permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
I20260630 12:38:15.344671 10673 consensus_queue.cc:1048] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd [LEADER]: Connected to new peer: Peer: permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
I20260630 12:38:15.351279 10648 raft_consensus.cc:2955] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER f02b9b7f6ab44e77b630dbebb2228097 (127.0.192.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } attrs { replace: true } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } } peers { permanent_uuid: "f02b9b7f6ab44e77b630dbebb2228097" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 34143 } attrs { promote: true } } }
I20260630 12:38:15.353389 10402 raft_consensus.cc:2955] T 53146096eb3f427cb0952e565cee5fe7 P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER f02b9b7f6ab44e77b630dbebb2228097 (127.0.192.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } attrs { replace: true } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } } peers { permanent_uuid: "f02b9b7f6ab44e77b630dbebb2228097" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 34143 } attrs { promote: true } } }
I20260630 12:38:15.355376 10328 raft_consensus.cc:2955] T 53146096eb3f427cb0952e565cee5fe7 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER f02b9b7f6ab44e77b630dbebb2228097 (127.0.192.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } attrs { replace: true } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } } peers { permanent_uuid: "f02b9b7f6ab44e77b630dbebb2228097" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 34143 } attrs { promote: true } } }
W20260630 12:38:15.361610 10446 consensus_peers.cc:597] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd -> Peer f02b9b7f6ab44e77b630dbebb2228097 (127.0.192.4:34143): Couldn't send request to peer f02b9b7f6ab44e77b630dbebb2228097. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 53146096eb3f427cb0952e565cee5fe7. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:15.371176 10480 consensus_queue.cc:237] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 15, Committed index: 15, Last appended: 1.15, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } attrs { replace: true } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } } peers { permanent_uuid: "f02b9b7f6ab44e77b630dbebb2228097" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 34143 } attrs { promote: true } }
I20260630 12:38:15.373272 10229 catalog_manager.cc:5697] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd reported cstate change: config changed from index -1 to 16, NON_VOTER f02b9b7f6ab44e77b630dbebb2228097 (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "527926ee54174a64a17b919b1180decd" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f02b9b7f6ab44e77b630dbebb2228097" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 34143 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260630 12:38:15.379191 10446 consensus_peers.cc:597] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd -> Peer f02b9b7f6ab44e77b630dbebb2228097 (127.0.192.4:34143): Couldn't send request to peer f02b9b7f6ab44e77b630dbebb2228097. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1209dbe169d04a3891e94d3d6f6bd131. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:15.379587 10328 raft_consensus.cc:1275] T 1209dbe169d04a3891e94d3d6f6bd131 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Refusing update from remote peer 527926ee54174a64a17b919b1180decd: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:38:15.381074 10402 raft_consensus.cc:1275] T 1209dbe169d04a3891e94d3d6f6bd131 P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Refusing update from remote peer 527926ee54174a64a17b919b1180decd: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:38:15.381441 10673 consensus_queue.cc:1048] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd [LEADER]: Connected to new peer: Peer: permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260630 12:38:15.383373 10652 consensus_queue.cc:1048] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd [LEADER]: Connected to new peer: Peer: permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
I20260630 12:38:15.389809 10673 raft_consensus.cc:2955] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER f02b9b7f6ab44e77b630dbebb2228097 (127.0.192.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } attrs { replace: true } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } } peers { permanent_uuid: "f02b9b7f6ab44e77b630dbebb2228097" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 34143 } attrs { promote: true } } }
I20260630 12:38:15.394640 10404 raft_consensus.cc:2955] T 1209dbe169d04a3891e94d3d6f6bd131 P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER f02b9b7f6ab44e77b630dbebb2228097 (127.0.192.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } attrs { replace: true } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } } peers { permanent_uuid: "f02b9b7f6ab44e77b630dbebb2228097" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 34143 } attrs { promote: true } } }
I20260630 12:38:15.392264 10328 raft_consensus.cc:2955] T 1209dbe169d04a3891e94d3d6f6bd131 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER f02b9b7f6ab44e77b630dbebb2228097 (127.0.192.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } attrs { replace: true } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } } peers { permanent_uuid: "f02b9b7f6ab44e77b630dbebb2228097" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 34143 } attrs { promote: true } } }
I20260630 12:38:15.418902 10229 catalog_manager.cc:5697] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd reported cstate change: config changed from index -1 to 16, NON_VOTER f02b9b7f6ab44e77b630dbebb2228097 (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "527926ee54174a64a17b919b1180decd" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f02b9b7f6ab44e77b630dbebb2228097" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 34143 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:15.426533 10404 consensus_queue.cc:237] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 15, Committed index: 15, Last appended: 1.15, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } attrs { replace: true } } peers { permanent_uuid: "f02b9b7f6ab44e77b630dbebb2228097" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 34143 } attrs { promote: true } }
I20260630 12:38:15.435148 10480 raft_consensus.cc:1275] T b74e46496a5b4a7682bf5a94be94b4ee P 527926ee54174a64a17b919b1180decd [term 1 FOLLOWER]: Refusing update from remote peer 1245479b225b44c78bafec0adc16b47e: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:38:15.437180 10624 consensus_queue.cc:1048] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e [LEADER]: Connected to new peer: Peer: permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
I20260630 12:38:15.440356 10328 raft_consensus.cc:1275] T b74e46496a5b4a7682bf5a94be94b4ee P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Refusing update from remote peer 1245479b225b44c78bafec0adc16b47e: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:38:15.442170 10624 consensus_queue.cc:1048] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e [LEADER]: Connected to new peer: Peer: permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260630 12:38:15.444970 10624 raft_consensus.cc:2955] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER f02b9b7f6ab44e77b630dbebb2228097 (127.0.192.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } attrs { replace: true } } peers { permanent_uuid: "f02b9b7f6ab44e77b630dbebb2228097" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 34143 } attrs { promote: true } } }
W20260630 12:38:15.449573 10372 consensus_peers.cc:597] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e -> Peer f02b9b7f6ab44e77b630dbebb2228097 (127.0.192.4:34143): Couldn't send request to peer f02b9b7f6ab44e77b630dbebb2228097. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b74e46496a5b4a7682bf5a94be94b4ee. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:15.450996 10480 raft_consensus.cc:2955] T b74e46496a5b4a7682bf5a94be94b4ee P 527926ee54174a64a17b919b1180decd [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER f02b9b7f6ab44e77b630dbebb2228097 (127.0.192.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } attrs { replace: true } } peers { permanent_uuid: "f02b9b7f6ab44e77b630dbebb2228097" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 34143 } attrs { promote: true } } }
I20260630 12:38:15.452129 10328 raft_consensus.cc:2955] T b74e46496a5b4a7682bf5a94be94b4ee P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER f02b9b7f6ab44e77b630dbebb2228097 (127.0.192.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } attrs { replace: true } } peers { permanent_uuid: "f02b9b7f6ab44e77b630dbebb2228097" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 34143 } attrs { promote: true } } }
I20260630 12:38:15.463482 10481 consensus_queue.cc:237] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 15, Committed index: 15, Last appended: 1.15, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } attrs { replace: true } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } } peers { permanent_uuid: "f02b9b7f6ab44e77b630dbebb2228097" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 34143 } attrs { promote: true } }
I20260630 12:38:15.467790 10229 catalog_manager.cc:5697] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e reported cstate change: config changed from index -1 to 16, NON_VOTER f02b9b7f6ab44e77b630dbebb2228097 (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "1245479b225b44c78bafec0adc16b47e" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f02b9b7f6ab44e77b630dbebb2228097" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 34143 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260630 12:38:15.471414 10446 consensus_peers.cc:597] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd -> Peer f02b9b7f6ab44e77b630dbebb2228097 (127.0.192.4:34143): Couldn't send request to peer f02b9b7f6ab44e77b630dbebb2228097. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 26dc05f85f0c4fd2b22e131583ffed5b. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:15.472815 10328 raft_consensus.cc:1275] T 26dc05f85f0c4fd2b22e131583ffed5b P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Refusing update from remote peer 527926ee54174a64a17b919b1180decd: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:38:15.472815 10404 raft_consensus.cc:1275] T 26dc05f85f0c4fd2b22e131583ffed5b P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Refusing update from remote peer 527926ee54174a64a17b919b1180decd: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:38:15.474748 10648 consensus_queue.cc:1048] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd [LEADER]: Connected to new peer: Peer: permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260630 12:38:15.475683 10673 consensus_queue.cc:1048] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd [LEADER]: Connected to new peer: Peer: permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260630 12:38:15.483498 10652 raft_consensus.cc:2955] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER f02b9b7f6ab44e77b630dbebb2228097 (127.0.192.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } attrs { replace: true } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } } peers { permanent_uuid: "f02b9b7f6ab44e77b630dbebb2228097" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 34143 } attrs { promote: true } } }
I20260630 12:38:15.487316 10404 raft_consensus.cc:2955] T 26dc05f85f0c4fd2b22e131583ffed5b P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER f02b9b7f6ab44e77b630dbebb2228097 (127.0.192.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } attrs { replace: true } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } } peers { permanent_uuid: "f02b9b7f6ab44e77b630dbebb2228097" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 34143 } attrs { promote: true } } }
I20260630 12:38:15.492264 10328 raft_consensus.cc:2955] T 26dc05f85f0c4fd2b22e131583ffed5b P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER f02b9b7f6ab44e77b630dbebb2228097 (127.0.192.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } attrs { replace: true } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } } peers { permanent_uuid: "f02b9b7f6ab44e77b630dbebb2228097" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 34143 } attrs { promote: true } } }
I20260630 12:38:15.497877 10229 catalog_manager.cc:5697] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd reported cstate change: config changed from index -1 to 16, NON_VOTER f02b9b7f6ab44e77b630dbebb2228097 (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "527926ee54174a64a17b919b1180decd" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f02b9b7f6ab44e77b630dbebb2228097" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 34143 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:15.728552 10761 ts_tablet_manager.cc:933] T 53146096eb3f427cb0952e565cee5fe7 P f02b9b7f6ab44e77b630dbebb2228097: Initiating tablet copy from peer 527926ee54174a64a17b919b1180decd (127.0.192.3:35461)
I20260630 12:38:15.730320 10761 tablet_copy_client.cc:323] T 53146096eb3f427cb0952e565cee5fe7 P f02b9b7f6ab44e77b630dbebb2228097: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.3:35461
I20260630 12:38:15.741312 10491 tablet_copy_service.cc:140] P 527926ee54174a64a17b919b1180decd: Received BeginTabletCopySession request for tablet 53146096eb3f427cb0952e565cee5fe7 from peer f02b9b7f6ab44e77b630dbebb2228097 ({username='slave'} at 127.0.0.1:39170)
I20260630 12:38:15.741976 10491 tablet_copy_service.cc:161] P 527926ee54174a64a17b919b1180decd: Beginning new tablet copy session on tablet 53146096eb3f427cb0952e565cee5fe7 from peer f02b9b7f6ab44e77b630dbebb2228097 at {username='slave'} at 127.0.0.1:39170: session id = f02b9b7f6ab44e77b630dbebb2228097-53146096eb3f427cb0952e565cee5fe7
I20260630 12:38:15.742399   768 tablet_server.cc:179] TabletServer@127.0.192.1:0 shutting down...
I20260630 12:38:15.753911 10491 tablet_copy_source_session.cc:215] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:15.757534 10761 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 53146096eb3f427cb0952e565cee5fe7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:15.775173 10761 tablet_copy_client.cc:806] T 53146096eb3f427cb0952e565cee5fe7 P f02b9b7f6ab44e77b630dbebb2228097: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:15.775907 10761 tablet_copy_client.cc:670] T 53146096eb3f427cb0952e565cee5fe7 P f02b9b7f6ab44e77b630dbebb2228097: tablet copy: Starting download of 1 WAL segments...
I20260630 12:38:15.783278 10761 tablet_copy_client.cc:538] T 53146096eb3f427cb0952e565cee5fe7 P f02b9b7f6ab44e77b630dbebb2228097: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:15.790998 10761 tablet_bootstrap.cc:492] T 53146096eb3f427cb0952e565cee5fe7 P f02b9b7f6ab44e77b630dbebb2228097: Bootstrap starting.
W20260630 12:38:15.808511 10444 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer
I20260630 12:38:15.814924   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:15.816838   768 tablet_replica.cc:333] T d5a428b565bd41bbad004a0eaa33fe39 P 06cdfe7165fb4a049dd2cf9b7c05567d: stopping tablet replica
I20260630 12:38:15.817847   768 raft_consensus.cc:2243] T d5a428b565bd41bbad004a0eaa33fe39 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:15.818645   768 raft_consensus.cc:2272] T d5a428b565bd41bbad004a0eaa33fe39 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:38:15.820029 10444 consensus_peers.cc:597] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd -> Peer 06cdfe7165fb4a049dd2cf9b7c05567d (127.0.192.1:44669): Couldn't send request to peer 06cdfe7165fb4a049dd2cf9b7c05567d. 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:15.824019   768 tablet_replica.cc:333] T 1209dbe169d04a3891e94d3d6f6bd131 P 06cdfe7165fb4a049dd2cf9b7c05567d: stopping tablet replica
I20260630 12:38:15.825031   768 raft_consensus.cc:2243] T 1209dbe169d04a3891e94d3d6f6bd131 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:15.825902   768 raft_consensus.cc:2272] T 1209dbe169d04a3891e94d3d6f6bd131 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:15.830538   768 tablet_replica.cc:333] T b74e46496a5b4a7682bf5a94be94b4ee P 06cdfe7165fb4a049dd2cf9b7c05567d: stopping tablet replica
I20260630 12:38:15.831585   768 raft_consensus.cc:2243] T b74e46496a5b4a7682bf5a94be94b4ee P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:15.832376   768 raft_consensus.cc:2272] T b74e46496a5b4a7682bf5a94be94b4ee P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:15.836841   768 tablet_replica.cc:333] T 6cda2b7ed88e49a8b74004becb4b8a94 P 06cdfe7165fb4a049dd2cf9b7c05567d: stopping tablet replica
I20260630 12:38:15.837761   768 raft_consensus.cc:2243] T 6cda2b7ed88e49a8b74004becb4b8a94 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:15.838568   768 raft_consensus.cc:2272] T 6cda2b7ed88e49a8b74004becb4b8a94 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:15.843681   768 tablet_replica.cc:333] T 26dc05f85f0c4fd2b22e131583ffed5b P 06cdfe7165fb4a049dd2cf9b7c05567d: stopping tablet replica
I20260630 12:38:15.845060   768 raft_consensus.cc:2243] T 26dc05f85f0c4fd2b22e131583ffed5b P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:15.845811   768 raft_consensus.cc:2272] T 26dc05f85f0c4fd2b22e131583ffed5b P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:15.850109   768 tablet_replica.cc:333] T 53146096eb3f427cb0952e565cee5fe7 P 06cdfe7165fb4a049dd2cf9b7c05567d: stopping tablet replica
I20260630 12:38:15.851104   768 raft_consensus.cc:2243] T 53146096eb3f427cb0952e565cee5fe7 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:15.851972   768 raft_consensus.cc:2272] T 53146096eb3f427cb0952e565cee5fe7 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:15.856740   768 tablet_replica.cc:333] T 1e20d4dcd0f8481bb5a1c8c0dbd9f45d P 06cdfe7165fb4a049dd2cf9b7c05567d: stopping tablet replica
I20260630 12:38:15.857609   768 raft_consensus.cc:2243] T 1e20d4dcd0f8481bb5a1c8c0dbd9f45d P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:15.858642   768 raft_consensus.cc:2272] T 1e20d4dcd0f8481bb5a1c8c0dbd9f45d P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:15.859984 10765 ts_tablet_manager.cc:933] T 1209dbe169d04a3891e94d3d6f6bd131 P f02b9b7f6ab44e77b630dbebb2228097: Initiating tablet copy from peer 527926ee54174a64a17b919b1180decd (127.0.192.3:35461)
I20260630 12:38:15.864339   768 tablet_replica.cc:333] T 0e00e28bf21c4ae38fc44627c70dd6f9 P 06cdfe7165fb4a049dd2cf9b7c05567d: stopping tablet replica
I20260630 12:38:15.865231   768 raft_consensus.cc:2243] T 0e00e28bf21c4ae38fc44627c70dd6f9 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:15.866024   768 raft_consensus.cc:2272] T 0e00e28bf21c4ae38fc44627c70dd6f9 P 06cdfe7165fb4a049dd2cf9b7c05567d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:15.878742 10765 tablet_copy_client.cc:323] T 1209dbe169d04a3891e94d3d6f6bd131 P f02b9b7f6ab44e77b630dbebb2228097: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.3:35461
I20260630 12:38:15.880959 10491 tablet_copy_service.cc:140] P 527926ee54174a64a17b919b1180decd: Received BeginTabletCopySession request for tablet 1209dbe169d04a3891e94d3d6f6bd131 from peer f02b9b7f6ab44e77b630dbebb2228097 ({username='slave'} at 127.0.0.1:39170)
I20260630 12:38:15.881549 10491 tablet_copy_service.cc:161] P 527926ee54174a64a17b919b1180decd: Beginning new tablet copy session on tablet 1209dbe169d04a3891e94d3d6f6bd131 from peer f02b9b7f6ab44e77b630dbebb2228097 at {username='slave'} at 127.0.0.1:39170: session id = f02b9b7f6ab44e77b630dbebb2228097-1209dbe169d04a3891e94d3d6f6bd131
I20260630 12:38:15.890751 10491 tablet_copy_source_session.cc:215] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:15.894709 10765 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1209dbe169d04a3891e94d3d6f6bd131. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:15.902036   768 tablet_server.cc:196] TabletServer@127.0.192.1:0 shutdown complete.
I20260630 12:38:15.916452 10765 tablet_copy_client.cc:806] T 1209dbe169d04a3891e94d3d6f6bd131 P f02b9b7f6ab44e77b630dbebb2228097: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:15.917232 10765 tablet_copy_client.cc:670] T 1209dbe169d04a3891e94d3d6f6bd131 P f02b9b7f6ab44e77b630dbebb2228097: tablet copy: Starting download of 1 WAL segments...
I20260630 12:38:15.921636 10761 tablet_bootstrap.cc:492] T 53146096eb3f427cb0952e565cee5fe7 P f02b9b7f6ab44e77b630dbebb2228097: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=98 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:38:15.922250 10765 tablet_copy_client.cc:538] T 1209dbe169d04a3891e94d3d6f6bd131 P f02b9b7f6ab44e77b630dbebb2228097: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:15.922850 10761 tablet_bootstrap.cc:492] T 53146096eb3f427cb0952e565cee5fe7 P f02b9b7f6ab44e77b630dbebb2228097: Bootstrap complete.
I20260630 12:38:15.923897 10761 ts_tablet_manager.cc:1403] T 53146096eb3f427cb0952e565cee5fe7 P f02b9b7f6ab44e77b630dbebb2228097: Time spent bootstrapping tablet: real 0.133s	user 0.109s	sys 0.020s
I20260630 12:38:15.927019 10761 raft_consensus.cc:359] T 53146096eb3f427cb0952e565cee5fe7 P f02b9b7f6ab44e77b630dbebb2228097 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } attrs { replace: true } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } } peers { permanent_uuid: "f02b9b7f6ab44e77b630dbebb2228097" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 34143 } attrs { promote: true } }
I20260630 12:38:15.927968 10761 raft_consensus.cc:740] T 53146096eb3f427cb0952e565cee5fe7 P f02b9b7f6ab44e77b630dbebb2228097 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: f02b9b7f6ab44e77b630dbebb2228097, State: Initialized, Role: LEARNER
I20260630 12:38:15.928685 10761 consensus_queue.cc:260] T 53146096eb3f427cb0952e565cee5fe7 P f02b9b7f6ab44e77b630dbebb2228097 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 16, Last appended: 1.16, Last appended by leader: 16, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } attrs { replace: true } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } } peers { permanent_uuid: "f02b9b7f6ab44e77b630dbebb2228097" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 34143 } attrs { promote: true } }
I20260630 12:38:15.934412 10765 tablet_bootstrap.cc:492] T 1209dbe169d04a3891e94d3d6f6bd131 P f02b9b7f6ab44e77b630dbebb2228097: Bootstrap starting.
W20260630 12:38:15.960353 10444 consensus_peers.cc:597] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd -> Peer 06cdfe7165fb4a049dd2cf9b7c05567d (127.0.192.1:44669): Couldn't send request to peer 06cdfe7165fb4a049dd2cf9b7c05567d. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:44669: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:15.963151 10769 ts_tablet_manager.cc:933] T 26dc05f85f0c4fd2b22e131583ffed5b P f02b9b7f6ab44e77b630dbebb2228097: Initiating tablet copy from peer 527926ee54174a64a17b919b1180decd (127.0.192.3:35461)
W20260630 12:38:15.970118 10444 consensus_peers.cc:597] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd -> Peer 06cdfe7165fb4a049dd2cf9b7c05567d (127.0.192.1:44669): Couldn't send request to peer 06cdfe7165fb4a049dd2cf9b7c05567d. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:44669: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:15.974677 10745 heartbeater.cc:499] Master 127.0.192.62:38887 was elected leader, sending a full tablet report...
I20260630 12:38:15.978086 10769 tablet_copy_client.cc:323] T 26dc05f85f0c4fd2b22e131583ffed5b P f02b9b7f6ab44e77b630dbebb2228097: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.3:35461
I20260630 12:38:15.980233 10491 tablet_copy_service.cc:140] P 527926ee54174a64a17b919b1180decd: Received BeginTabletCopySession request for tablet 26dc05f85f0c4fd2b22e131583ffed5b from peer f02b9b7f6ab44e77b630dbebb2228097 ({username='slave'} at 127.0.0.1:39170)
I20260630 12:38:15.980849 10491 tablet_copy_service.cc:161] P 527926ee54174a64a17b919b1180decd: Beginning new tablet copy session on tablet 26dc05f85f0c4fd2b22e131583ffed5b from peer f02b9b7f6ab44e77b630dbebb2228097 at {username='slave'} at 127.0.0.1:39170: session id = f02b9b7f6ab44e77b630dbebb2228097-26dc05f85f0c4fd2b22e131583ffed5b
I20260630 12:38:15.987195 10761 ts_tablet_manager.cc:1434] T 53146096eb3f427cb0952e565cee5fe7 P f02b9b7f6ab44e77b630dbebb2228097: Time spent starting tablet: real 0.063s	user 0.018s	sys 0.021s
I20260630 12:38:15.989491 10490 tablet_copy_service.cc:342] P 527926ee54174a64a17b919b1180decd: Request end of tablet copy session f02b9b7f6ab44e77b630dbebb2228097-53146096eb3f427cb0952e565cee5fe7 received from {username='slave'} at 127.0.0.1:39170
I20260630 12:38:15.990060 10490 tablet_copy_service.cc:434] P 527926ee54174a64a17b919b1180decd: ending tablet copy session f02b9b7f6ab44e77b630dbebb2228097-53146096eb3f427cb0952e565cee5fe7 on tablet 53146096eb3f427cb0952e565cee5fe7 with peer f02b9b7f6ab44e77b630dbebb2228097
I20260630 12:38:15.993976 10491 tablet_copy_source_session.cc:215] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:15.998752 10769 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 26dc05f85f0c4fd2b22e131583ffed5b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:15.999907   768 tablet_server.cc:179] TabletServer@127.0.192.2:0 shutting down...
I20260630 12:38:16.025523 10769 tablet_copy_client.cc:806] T 26dc05f85f0c4fd2b22e131583ffed5b P f02b9b7f6ab44e77b630dbebb2228097: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:16.026353 10769 tablet_copy_client.cc:670] T 26dc05f85f0c4fd2b22e131583ffed5b P f02b9b7f6ab44e77b630dbebb2228097: tablet copy: Starting download of 1 WAL segments...
I20260630 12:38:16.037405 10769 tablet_copy_client.cc:538] T 26dc05f85f0c4fd2b22e131583ffed5b P f02b9b7f6ab44e77b630dbebb2228097: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:16.064244 10761 ts_tablet_manager.cc:933] T b74e46496a5b4a7682bf5a94be94b4ee P f02b9b7f6ab44e77b630dbebb2228097: Initiating tablet copy from peer 1245479b225b44c78bafec0adc16b47e (127.0.192.2:36589)
I20260630 12:38:16.065133 10769 tablet_bootstrap.cc:492] T 26dc05f85f0c4fd2b22e131583ffed5b P f02b9b7f6ab44e77b630dbebb2228097: Bootstrap starting.
I20260630 12:38:16.079533   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:16.081136   768 tablet_replica.cc:333] T d5a428b565bd41bbad004a0eaa33fe39 P 1245479b225b44c78bafec0adc16b47e: stopping tablet replica
I20260630 12:38:16.082171   768 raft_consensus.cc:2243] T d5a428b565bd41bbad004a0eaa33fe39 P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:16.082881   768 raft_consensus.cc:2272] T d5a428b565bd41bbad004a0eaa33fe39 P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:16.087330 10765 tablet_bootstrap.cc:492] T 1209dbe169d04a3891e94d3d6f6bd131 P f02b9b7f6ab44e77b630dbebb2228097: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=115 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:38:16.091936 10765 tablet_bootstrap.cc:492] T 1209dbe169d04a3891e94d3d6f6bd131 P f02b9b7f6ab44e77b630dbebb2228097: Bootstrap complete.
I20260630 12:38:16.092638 10765 ts_tablet_manager.cc:1403] T 1209dbe169d04a3891e94d3d6f6bd131 P f02b9b7f6ab44e77b630dbebb2228097: Time spent bootstrapping tablet: real 0.158s	user 0.117s	sys 0.021s
I20260630 12:38:16.094775   768 tablet_replica.cc:333] T 26dc05f85f0c4fd2b22e131583ffed5b P 1245479b225b44c78bafec0adc16b47e: stopping tablet replica
I20260630 12:38:16.095191 10761 tablet_copy_client.cc:323] T b74e46496a5b4a7682bf5a94be94b4ee P f02b9b7f6ab44e77b630dbebb2228097: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.2:36589
I20260630 12:38:16.095814   768 raft_consensus.cc:2243] T 26dc05f85f0c4fd2b22e131583ffed5b P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:16.096509   768 raft_consensus.cc:2272] T 26dc05f85f0c4fd2b22e131583ffed5b P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:16.096707 10765 raft_consensus.cc:359] T 1209dbe169d04a3891e94d3d6f6bd131 P f02b9b7f6ab44e77b630dbebb2228097 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } attrs { replace: true } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } } peers { permanent_uuid: "f02b9b7f6ab44e77b630dbebb2228097" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 34143 } attrs { promote: true } }
I20260630 12:38:16.097554 10765 raft_consensus.cc:740] T 1209dbe169d04a3891e94d3d6f6bd131 P f02b9b7f6ab44e77b630dbebb2228097 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: f02b9b7f6ab44e77b630dbebb2228097, State: Initialized, Role: LEARNER
I20260630 12:38:16.098248 10765 consensus_queue.cc:260] T 1209dbe169d04a3891e94d3d6f6bd131 P f02b9b7f6ab44e77b630dbebb2228097 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 16, Last appended: 1.16, Last appended by leader: 16, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } attrs { replace: true } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } } peers { permanent_uuid: "f02b9b7f6ab44e77b630dbebb2228097" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 34143 } attrs { promote: true } }
I20260630 12:38:16.104302 10765 ts_tablet_manager.cc:1434] T 1209dbe169d04a3891e94d3d6f6bd131 P f02b9b7f6ab44e77b630dbebb2228097: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.000s
I20260630 12:38:16.106119 10491 tablet_copy_service.cc:342] P 527926ee54174a64a17b919b1180decd: Request end of tablet copy session f02b9b7f6ab44e77b630dbebb2228097-1209dbe169d04a3891e94d3d6f6bd131 received from {username='slave'} at 127.0.0.1:39170
I20260630 12:38:16.106544 10491 tablet_copy_service.cc:434] P 527926ee54174a64a17b919b1180decd: ending tablet copy session f02b9b7f6ab44e77b630dbebb2228097-1209dbe169d04a3891e94d3d6f6bd131 on tablet 1209dbe169d04a3891e94d3d6f6bd131 with peer f02b9b7f6ab44e77b630dbebb2228097
I20260630 12:38:16.107365   768 tablet_replica.cc:333] T 53146096eb3f427cb0952e565cee5fe7 P 1245479b225b44c78bafec0adc16b47e: stopping tablet replica
I20260630 12:38:16.108278   768 raft_consensus.cc:2243] T 53146096eb3f427cb0952e565cee5fe7 P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:16.109048   768 raft_consensus.cc:2272] T 53146096eb3f427cb0952e565cee5fe7 P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:16.119401   768 tablet_replica.cc:333] T 6cda2b7ed88e49a8b74004becb4b8a94 P 1245479b225b44c78bafec0adc16b47e: stopping tablet replica
W20260630 12:38:16.121456 10370 consensus_peers.cc:597] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e -> Peer 06cdfe7165fb4a049dd2cf9b7c05567d (127.0.192.1:44669): Couldn't send request to peer 06cdfe7165fb4a049dd2cf9b7c05567d. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:44669: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:16.122020   768 raft_consensus.cc:2243] T 6cda2b7ed88e49a8b74004becb4b8a94 P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:16.122819   768 raft_consensus.cc:2272] T 6cda2b7ed88e49a8b74004becb4b8a94 P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:16.125989   768 tablet_replica.cc:333] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e: stopping tablet replica
I20260630 12:38:16.126919   768 raft_consensus.cc:2243] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:16.128243   768 raft_consensus.cc:2272] T b74e46496a5b4a7682bf5a94be94b4ee P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:16.132187   768 tablet_replica.cc:333] T 1209dbe169d04a3891e94d3d6f6bd131 P 1245479b225b44c78bafec0adc16b47e: stopping tablet replica
I20260630 12:38:16.133060   768 raft_consensus.cc:2243] T 1209dbe169d04a3891e94d3d6f6bd131 P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:16.133733   768 raft_consensus.cc:2272] T 1209dbe169d04a3891e94d3d6f6bd131 P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:16.137742   768 tablet_replica.cc:333] T b12d52186a6148aca54d792d5df24013 P 1245479b225b44c78bafec0adc16b47e: stopping tablet replica
I20260630 12:38:16.138595   768 raft_consensus.cc:2243] T b12d52186a6148aca54d792d5df24013 P 1245479b225b44c78bafec0adc16b47e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:16.139335   768 raft_consensus.cc:2272] T b12d52186a6148aca54d792d5df24013 P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:16.143452   768 tablet_replica.cc:333] T 54960f9433bd4ab6844a52ca1dbdf973 P 1245479b225b44c78bafec0adc16b47e: stopping tablet replica
I20260630 12:38:16.144187   768 raft_consensus.cc:2243] T 54960f9433bd4ab6844a52ca1dbdf973 P 1245479b225b44c78bafec0adc16b47e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:16.144919   768 raft_consensus.cc:2272] T 54960f9433bd4ab6844a52ca1dbdf973 P 1245479b225b44c78bafec0adc16b47e [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:38:16.163671 10444 consensus_peers.cc:597] T 6cda2b7ed88e49a8b74004becb4b8a94 P 527926ee54174a64a17b919b1180decd -> Peer 06cdfe7165fb4a049dd2cf9b7c05567d (127.0.192.1:44669): Couldn't send request to peer 06cdfe7165fb4a049dd2cf9b7c05567d. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:44669: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:38:16.166714 10444 consensus_peers.cc:597] T d5a428b565bd41bbad004a0eaa33fe39 P 527926ee54174a64a17b919b1180decd -> Peer 06cdfe7165fb4a049dd2cf9b7c05567d (127.0.192.1:44669): Couldn't send request to peer 06cdfe7165fb4a049dd2cf9b7c05567d. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:44669: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:38:16.175856 10686 connection.cc:466] server connection from 127.0.0.1:53884 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:53884 (request call id 1) could send its response
I20260630 12:38:16.181061   768 tablet_server.cc:196] TabletServer@127.0.192.2:0 shutdown complete.
I20260630 12:38:16.207926 10769 tablet_bootstrap.cc:492] T 26dc05f85f0c4fd2b22e131583ffed5b P f02b9b7f6ab44e77b630dbebb2228097: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=115 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:38:16.208650 10720 raft_consensus.cc:1217] T 53146096eb3f427cb0952e565cee5fe7 P f02b9b7f6ab44e77b630dbebb2228097 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.15->[1.16-1.16]   Dedup: 1.16->[]
I20260630 12:38:16.209059 10769 tablet_bootstrap.cc:492] T 26dc05f85f0c4fd2b22e131583ffed5b P f02b9b7f6ab44e77b630dbebb2228097: Bootstrap complete.
I20260630 12:38:16.209811 10769 ts_tablet_manager.cc:1403] T 26dc05f85f0c4fd2b22e131583ffed5b P f02b9b7f6ab44e77b630dbebb2228097: Time spent bootstrapping tablet: real 0.145s	user 0.104s	sys 0.010s
I20260630 12:38:16.213723 10769 raft_consensus.cc:359] T 26dc05f85f0c4fd2b22e131583ffed5b P f02b9b7f6ab44e77b630dbebb2228097 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } attrs { replace: true } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } } peers { permanent_uuid: "f02b9b7f6ab44e77b630dbebb2228097" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 34143 } attrs { promote: true } }
I20260630 12:38:16.214633 10769 raft_consensus.cc:740] T 26dc05f85f0c4fd2b22e131583ffed5b P f02b9b7f6ab44e77b630dbebb2228097 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: f02b9b7f6ab44e77b630dbebb2228097, State: Initialized, Role: LEARNER
I20260630 12:38:16.215375 10769 consensus_queue.cc:260] T 26dc05f85f0c4fd2b22e131583ffed5b P f02b9b7f6ab44e77b630dbebb2228097 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 16, Last appended: 1.16, Last appended by leader: 16, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "06cdfe7165fb4a049dd2cf9b7c05567d" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44669 } attrs { replace: true } } peers { permanent_uuid: "1245479b225b44c78bafec0adc16b47e" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 36589 } } peers { permanent_uuid: "527926ee54174a64a17b919b1180decd" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35461 } } peers { permanent_uuid: "f02b9b7f6ab44e77b630dbebb2228097" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 34143 } attrs { promote: true } }
I20260630 12:38:16.217681 10769 ts_tablet_manager.cc:1434] T 26dc05f85f0c4fd2b22e131583ffed5b P f02b9b7f6ab44e77b630dbebb2228097: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:38:16.218385   768 tablet_server.cc:179] TabletServer@127.0.192.3:0 shutting down...
I20260630 12:38:16.236532   768 tablet_copy_service.cc:362] P 527926ee54174a64a17b919b1180decd: Destroying tablet copy session f02b9b7f6ab44e77b630dbebb2228097-26dc05f85f0c4fd2b22e131583ffed5b due to service shutdown
I20260630 12:38:16.237278   768 tablet_copy_service.cc:434] P 527926ee54174a64a17b919b1180decd: ending tablet copy session f02b9b7f6ab44e77b630dbebb2228097-26dc05f85f0c4fd2b22e131583ffed5b on tablet 26dc05f85f0c4fd2b22e131583ffed5b with peer f02b9b7f6ab44e77b630dbebb2228097
W20260630 12:38:16.244058 10444 consensus_peers.cc:597] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd -> Peer 1245479b225b44c78bafec0adc16b47e (127.0.192.2:36589): Couldn't send request to peer 1245479b225b44c78bafec0adc16b47e. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.2:36589: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:38:16.249605 10444 consensus_peers.cc:597] T 6cda2b7ed88e49a8b74004becb4b8a94 P 527926ee54174a64a17b919b1180decd -> Peer 1245479b225b44c78bafec0adc16b47e (127.0.192.2:36589): Couldn't send request to peer 1245479b225b44c78bafec0adc16b47e. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.2:36589: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:16.268078 10720 raft_consensus.cc:1217] T 1209dbe169d04a3891e94d3d6f6bd131 P f02b9b7f6ab44e77b630dbebb2228097 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.15->[1.16-1.16]   Dedup: 1.16->[]
W20260630 12:38:16.277292 10444 consensus_peers.cc:597] T d5a428b565bd41bbad004a0eaa33fe39 P 527926ee54174a64a17b919b1180decd -> Peer 1245479b225b44c78bafec0adc16b47e (127.0.192.2:36589): Couldn't send request to peer 1245479b225b44c78bafec0adc16b47e. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.2:36589: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:16.278962   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:16.279819   768 tablet_replica.cc:333] T 6cda2b7ed88e49a8b74004becb4b8a94 P 527926ee54174a64a17b919b1180decd: stopping tablet replica
I20260630 12:38:16.280748   768 raft_consensus.cc:2243] T 6cda2b7ed88e49a8b74004becb4b8a94 P 527926ee54174a64a17b919b1180decd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:16.281790   768 raft_consensus.cc:2272] T 6cda2b7ed88e49a8b74004becb4b8a94 P 527926ee54174a64a17b919b1180decd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:16.284930   768 tablet_replica.cc:333] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd: stopping tablet replica
I20260630 12:38:16.285825   768 raft_consensus.cc:2243] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:16.287177   768 raft_consensus.cc:2272] T 53146096eb3f427cb0952e565cee5fe7 P 527926ee54174a64a17b919b1180decd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:16.291440   768 tablet_replica.cc:333] T 72f98db22cb846b587fa921ac373bbee P 527926ee54174a64a17b919b1180decd: stopping tablet replica
I20260630 12:38:16.292377   768 raft_consensus.cc:2243] T 72f98db22cb846b587fa921ac373bbee P 527926ee54174a64a17b919b1180decd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:16.293242   768 raft_consensus.cc:2272] T 72f98db22cb846b587fa921ac373bbee P 527926ee54174a64a17b919b1180decd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:16.296495   768 tablet_replica.cc:333] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd: stopping tablet replica
I20260630 12:38:16.297048   768 raft_consensus.cc:2243] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:16.298069   768 raft_consensus.cc:2272] T 26dc05f85f0c4fd2b22e131583ffed5b P 527926ee54174a64a17b919b1180decd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:16.300822   768 tablet_replica.cc:333] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd: stopping tablet replica
I20260630 12:38:16.301481   768 raft_consensus.cc:2243] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:16.302580   768 raft_consensus.cc:2272] T 1209dbe169d04a3891e94d3d6f6bd131 P 527926ee54174a64a17b919b1180decd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:16.305274   768 tablet_replica.cc:333] T b74e46496a5b4a7682bf5a94be94b4ee P 527926ee54174a64a17b919b1180decd: stopping tablet replica
I20260630 12:38:16.305938   768 raft_consensus.cc:2243] T b74e46496a5b4a7682bf5a94be94b4ee P 527926ee54174a64a17b919b1180decd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:16.306493   768 raft_consensus.cc:2272] T b74e46496a5b4a7682bf5a94be94b4ee P 527926ee54174a64a17b919b1180decd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:16.309198   768 tablet_replica.cc:333] T b4a509bfbf114d29973f19b5e6fe8627 P 527926ee54174a64a17b919b1180decd: stopping tablet replica
I20260630 12:38:16.309744   768 raft_consensus.cc:2243] T b4a509bfbf114d29973f19b5e6fe8627 P 527926ee54174a64a17b919b1180decd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:16.310343   768 raft_consensus.cc:2272] T b4a509bfbf114d29973f19b5e6fe8627 P 527926ee54174a64a17b919b1180decd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:16.312860   768 tablet_replica.cc:333] T d5a428b565bd41bbad004a0eaa33fe39 P 527926ee54174a64a17b919b1180decd: stopping tablet replica
I20260630 12:38:16.313331   768 raft_consensus.cc:2243] T d5a428b565bd41bbad004a0eaa33fe39 P 527926ee54174a64a17b919b1180decd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:16.314132   768 raft_consensus.cc:2272] T d5a428b565bd41bbad004a0eaa33fe39 P 527926ee54174a64a17b919b1180decd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:16.336638   768 tablet_server.cc:196] TabletServer@127.0.192.3:0 shutdown complete.
I20260630 12:38:16.367564   768 tablet_server.cc:179] TabletServer@127.0.192.4:0 shutting down...
I20260630 12:38:16.393637   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
W20260630 12:38:16.437012 10769 tablet_copy_client.cc:1131] T 26dc05f85f0c4fd2b22e131583ffed5b P f02b9b7f6ab44e77b630dbebb2228097: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.192.3:35461: connect: Connection refused (error 111)
I20260630 12:38:16.439248   768 tablet_replica.cc:333] T 26dc05f85f0c4fd2b22e131583ffed5b P f02b9b7f6ab44e77b630dbebb2228097: stopping tablet replica
I20260630 12:38:16.439826   768 raft_consensus.cc:2243] T 26dc05f85f0c4fd2b22e131583ffed5b P f02b9b7f6ab44e77b630dbebb2228097 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:38:16.440227   768 raft_consensus.cc:2272] T 26dc05f85f0c4fd2b22e131583ffed5b P f02b9b7f6ab44e77b630dbebb2228097 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:38:16.442708   768 tablet_replica.cc:333] T 1209dbe169d04a3891e94d3d6f6bd131 P f02b9b7f6ab44e77b630dbebb2228097: stopping tablet replica
I20260630 12:38:16.443224   768 raft_consensus.cc:2243] T 1209dbe169d04a3891e94d3d6f6bd131 P f02b9b7f6ab44e77b630dbebb2228097 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:38:16.443621   768 raft_consensus.cc:2272] T 1209dbe169d04a3891e94d3d6f6bd131 P f02b9b7f6ab44e77b630dbebb2228097 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:38:16.445885   768 tablet_replica.cc:333] T 53146096eb3f427cb0952e565cee5fe7 P f02b9b7f6ab44e77b630dbebb2228097: stopping tablet replica
I20260630 12:38:16.446460   768 raft_consensus.cc:2243] T 53146096eb3f427cb0952e565cee5fe7 P f02b9b7f6ab44e77b630dbebb2228097 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:38:16.446834   768 raft_consensus.cc:2272] T 53146096eb3f427cb0952e565cee5fe7 P f02b9b7f6ab44e77b630dbebb2228097 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:38:16.469622   768 tablet_server.cc:196] TabletServer@127.0.192.4:0 shutdown complete.
I20260630 12:38:16.488296   768 master.cc:562] Master@127.0.192.62:38887 shutting down...
W20260630 12:38:16.512707 10278 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:38:16.514003   768 raft_consensus.cc:2243] T 00000000000000000000000000000000 P db129ac5dd4c4834bce767d885645d6a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:16.514591   768 raft_consensus.cc:2272] T 00000000000000000000000000000000 P db129ac5dd4c4834bce767d885645d6a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:16.514927   768 tablet_replica.cc:333] T 00000000000000000000000000000000 P db129ac5dd4c4834bce767d885645d6a: stopping tablet replica
I20260630 12:38:16.535633   768 master.cc:584] Master@127.0.192.62:38887 shutdown complete.
[       OK ] AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash (6543 ms)
[ RUN      ] AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale
I20260630 12:38:16.585597   768 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.192.62:45937
I20260630 12:38:16.586970   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:16.592134 10780 instance_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:16.592762 10781 instance_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:16.593684 10783 instance_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:16.593977   768 server_base.cc:1061] running on GCE node
I20260630 12:38:16.595221   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:16.595438   768 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:16.595604   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823096595580 us; error 0 us; skew 500 ppm
I20260630 12:38:16.596092   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:16.598465   768 webserver.cc:533] Webserver started at http://127.0.192.62:43433/ using document root <none> and password file <none>
I20260630 12:38:16.598946   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:16.599148   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:16.599431   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:16.600517   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822852710831-768-0/minicluster-data/master-0-root/instance:
uuid: "011dacf2503f43c9afa94c97e65f3ece"
format_stamp: "Formatted at 2026-06-30 12:38:16 on dist-test-slave-n0zz"
I20260630 12:38:16.604955   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.001s
I20260630 12:38:16.608302 10788 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:16.609189   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260630 12:38:16.609431   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822852710831-768-0/minicluster-data/master-0-root
uuid: "011dacf2503f43c9afa94c97e65f3ece"
format_stamp: "Formatted at 2026-06-30 12:38:16 on dist-test-slave-n0zz"
I20260630 12:38:16.609655   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822852710831-768-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822852710831-768-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822852710831-768-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:16.630442   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:16.631531   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:16.668303   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.62:45937
I20260630 12:38:16.668421 10839 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.62:45937 every 8 connection(s)
I20260630 12:38:16.672335 10840 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:16.683559 10840 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 011dacf2503f43c9afa94c97e65f3ece: Bootstrap starting.
I20260630 12:38:16.688192 10840 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 011dacf2503f43c9afa94c97e65f3ece: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:16.692287 10840 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 011dacf2503f43c9afa94c97e65f3ece: No bootstrap required, opened a new log
I20260630 12:38:16.694453 10840 raft_consensus.cc:359] T 00000000000000000000000000000000 P 011dacf2503f43c9afa94c97e65f3ece [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "011dacf2503f43c9afa94c97e65f3ece" member_type: VOTER }
I20260630 12:38:16.694844 10840 raft_consensus.cc:385] T 00000000000000000000000000000000 P 011dacf2503f43c9afa94c97e65f3ece [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:16.695068 10840 raft_consensus.cc:740] T 00000000000000000000000000000000 P 011dacf2503f43c9afa94c97e65f3ece [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 011dacf2503f43c9afa94c97e65f3ece, State: Initialized, Role: FOLLOWER
I20260630 12:38:16.695631 10840 consensus_queue.cc:260] T 00000000000000000000000000000000 P 011dacf2503f43c9afa94c97e65f3ece [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "011dacf2503f43c9afa94c97e65f3ece" member_type: VOTER }
I20260630 12:38:16.696082 10840 raft_consensus.cc:399] T 00000000000000000000000000000000 P 011dacf2503f43c9afa94c97e65f3ece [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:16.696300 10840 raft_consensus.cc:493] T 00000000000000000000000000000000 P 011dacf2503f43c9afa94c97e65f3ece [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:16.696570 10840 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 011dacf2503f43c9afa94c97e65f3ece [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:16.701195 10840 raft_consensus.cc:515] T 00000000000000000000000000000000 P 011dacf2503f43c9afa94c97e65f3ece [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "011dacf2503f43c9afa94c97e65f3ece" member_type: VOTER }
I20260630 12:38:16.701709 10840 leader_election.cc:304] T 00000000000000000000000000000000 P 011dacf2503f43c9afa94c97e65f3ece [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: 011dacf2503f43c9afa94c97e65f3ece; no voters: 
I20260630 12:38:16.702802 10840 leader_election.cc:290] T 00000000000000000000000000000000 P 011dacf2503f43c9afa94c97e65f3ece [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:16.703248 10843 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 011dacf2503f43c9afa94c97e65f3ece [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:16.704589 10843 raft_consensus.cc:697] T 00000000000000000000000000000000 P 011dacf2503f43c9afa94c97e65f3ece [term 1 LEADER]: Becoming Leader. State: Replica: 011dacf2503f43c9afa94c97e65f3ece, State: Running, Role: LEADER
I20260630 12:38:16.705170 10843 consensus_queue.cc:237] T 00000000000000000000000000000000 P 011dacf2503f43c9afa94c97e65f3ece [LEADER]: Queue going to LEADER mode. State: All 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: "011dacf2503f43c9afa94c97e65f3ece" member_type: VOTER }
I20260630 12:38:16.705749 10840 sys_catalog.cc:565] T 00000000000000000000000000000000 P 011dacf2503f43c9afa94c97e65f3ece [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:38:16.710551 10845 sys_catalog.cc:455] T 00000000000000000000000000000000 P 011dacf2503f43c9afa94c97e65f3ece [sys.catalog]: SysCatalogTable state changed. Reason: New leader 011dacf2503f43c9afa94c97e65f3ece. Latest consensus state: current_term: 1 leader_uuid: "011dacf2503f43c9afa94c97e65f3ece" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "011dacf2503f43c9afa94c97e65f3ece" member_type: VOTER } }
I20260630 12:38:16.711012 10844 sys_catalog.cc:455] T 00000000000000000000000000000000 P 011dacf2503f43c9afa94c97e65f3ece [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "011dacf2503f43c9afa94c97e65f3ece" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "011dacf2503f43c9afa94c97e65f3ece" member_type: VOTER } }
I20260630 12:38:16.711620 10845 sys_catalog.cc:458] T 00000000000000000000000000000000 P 011dacf2503f43c9afa94c97e65f3ece [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:16.711908 10844 sys_catalog.cc:458] T 00000000000000000000000000000000 P 011dacf2503f43c9afa94c97e65f3ece [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:16.714200 10851 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:38:16.720851 10851 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:38:16.721875   768 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:38:16.729943 10851 catalog_manager.cc:1383] Generated new cluster ID: d792de84c989473c874a6ba3559e8de1
I20260630 12:38:16.730232 10851 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:38:16.754606 10851 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:38:16.756026 10851 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:38:16.773181 10851 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 011dacf2503f43c9afa94c97e65f3ece: Generated new TSK 0
I20260630 12:38:16.773820 10851 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:38:16.789000   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:16.794780 10861 instance_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:16.796082 10862 instance_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:16.797259 10864 instance_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:16.797644   768 server_base.cc:1061] running on GCE node
I20260630 12:38:16.798614   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:16.798822   768 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:16.799016   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823096798997 us; error 0 us; skew 500 ppm
I20260630 12:38:16.799587   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:16.801823   768 webserver.cc:533] Webserver started at http://127.0.192.1:43859/ using document root <none> and password file <none>
I20260630 12:38:16.802376   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:16.802573   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:16.802871   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:16.803947   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822852710831-768-0/minicluster-data/ts-0-root/instance:
uuid: "b89f0f801a71447b84b875151d6bed1c"
format_stamp: "Formatted at 2026-06-30 12:38:16 on dist-test-slave-n0zz"
I20260630 12:38:16.808895   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:38:16.812239 10869 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:16.813058   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:38:16.813375   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822852710831-768-0/minicluster-data/ts-0-root
uuid: "b89f0f801a71447b84b875151d6bed1c"
format_stamp: "Formatted at 2026-06-30 12:38:16 on dist-test-slave-n0zz"
I20260630 12:38:16.813664   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822852710831-768-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822852710831-768-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822852710831-768-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:16.831621   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:16.832669   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:16.834143   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:16.836467   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:16.836692   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:16.836964   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:16.837139   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:16.874643   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.1:44461
I20260630 12:38:16.874742 10931 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.1:44461 every 8 connection(s)
I20260630 12:38:16.880462   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:16.886958 10936 instance_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:16.888615 10937 instance_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:16.891767   768 server_base.cc:1061] running on GCE node
W20260630 12:38:16.892117 10939 instance_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:16.894032 10932 heartbeater.cc:344] Connected to a master server at 127.0.192.62:45937
I20260630 12:38:16.894366   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:38:16.894531 10932 heartbeater.cc:461] Registering TS with master...
W20260630 12:38:16.894662   768 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:16.895017   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823096895003 us; error 0 us; skew 500 ppm
I20260630 12:38:16.895545 10932 heartbeater.cc:507] Master 127.0.192.62:45937 requested a full tablet report, sending...
I20260630 12:38:16.895602   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:16.898128 10805 ts_manager.cc:194] Registered new tserver with Master: b89f0f801a71447b84b875151d6bed1c (127.0.192.1:44461)
I20260630 12:38:16.898593   768 webserver.cc:533] Webserver started at http://127.0.192.2:36431/ using document root <none> and password file <none>
I20260630 12:38:16.899111   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:16.899317   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:16.899585   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:16.900151 10805 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36848
I20260630 12:38:16.900709   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822852710831-768-0/minicluster-data/ts-1-root/instance:
uuid: "f7a1ba0e746b4b118febe8ee740f8dee"
format_stamp: "Formatted at 2026-06-30 12:38:16 on dist-test-slave-n0zz"
I20260630 12:38:16.905263   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260630 12:38:16.908571 10944 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:16.909286   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:38:16.909585   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822852710831-768-0/minicluster-data/ts-1-root
uuid: "f7a1ba0e746b4b118febe8ee740f8dee"
format_stamp: "Formatted at 2026-06-30 12:38:16 on dist-test-slave-n0zz"
I20260630 12:38:16.909878   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822852710831-768-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822852710831-768-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822852710831-768-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:16.972922   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:16.974020   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:16.975494   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:16.977708   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:16.977945   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:16.978199   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:16.978375   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:38:17.017845   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.2:45791
I20260630 12:38:17.017951 11006 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.2:45791 every 8 connection(s)
I20260630 12:38:17.022758   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:17.029919 11010 instance_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.031615 11011 instance_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.036419 11007 heartbeater.cc:344] Connected to a master server at 127.0.192.62:45937
I20260630 12:38:17.037020 11007 heartbeater.cc:461] Registering TS with master...
W20260630 12:38:17.037225 11013 instance_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.038344 11007 heartbeater.cc:507] Master 127.0.192.62:45937 requested a full tablet report, sending...
I20260630 12:38:17.039592   768 server_base.cc:1061] running on GCE node
I20260630 12:38:17.040664   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:17.040952   768 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.040831 10805 ts_manager.cc:194] Registered new tserver with Master: f7a1ba0e746b4b118febe8ee740f8dee (127.0.192.2:45791)
I20260630 12:38:17.041272   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823097041251 us; error 0 us; skew 500 ppm
I20260630 12:38:17.042034   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:17.042840 10805 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36854
I20260630 12:38:17.044976   768 webserver.cc:533] Webserver started at http://127.0.192.3:42341/ using document root <none> and password file <none>
I20260630 12:38:17.045533   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:17.045745   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:17.046015   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:17.047150   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822852710831-768-0/minicluster-data/ts-2-root/instance:
uuid: "f21912d51a12441aacb05fe3e86e02a0"
format_stamp: "Formatted at 2026-06-30 12:38:17 on dist-test-slave-n0zz"
I20260630 12:38:17.051504   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:38:17.054939 11018 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.055889   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:17.056143   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822852710831-768-0/minicluster-data/ts-2-root
uuid: "f21912d51a12441aacb05fe3e86e02a0"
format_stamp: "Formatted at 2026-06-30 12:38:17 on dist-test-slave-n0zz"
I20260630 12:38:17.056394   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822852710831-768-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822852710831-768-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822852710831-768-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.066637   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:17.067987   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:17.069588   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:17.071863   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:17.072043   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:17.072340   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:17.072479   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:17.112597   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.3:44003
I20260630 12:38:17.112696 11080 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.3:44003 every 8 connection(s)
I20260630 12:38:17.127373 11081 heartbeater.cc:344] Connected to a master server at 127.0.192.62:45937
I20260630 12:38:17.127836 11081 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:17.128655 11081 heartbeater.cc:507] Master 127.0.192.62:45937 requested a full tablet report, sending...
I20260630 12:38:17.130781 10805 ts_manager.cc:194] Registered new tserver with Master: f21912d51a12441aacb05fe3e86e02a0 (127.0.192.3:44003)
I20260630 12:38:17.131072   768 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015100149s
I20260630 12:38:17.132226 10805 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36862
I20260630 12:38:17.165781 10805 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36878:
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:38:17.168820 10805 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:17.214064 10972 tablet_service.cc:1511] Processing CreateTablet for tablet 4ce0d7cd6109470fa5b869a90d8d27f9 (DEFAULT_TABLE table=test-workload [id=4e07b77159e34a959f86c76d03f07af1]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:38:17.215934 10972 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4ce0d7cd6109470fa5b869a90d8d27f9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:17.229990 10897 tablet_service.cc:1511] Processing CreateTablet for tablet 4ce0d7cd6109470fa5b869a90d8d27f9 (DEFAULT_TABLE table=test-workload [id=4e07b77159e34a959f86c76d03f07af1]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:38:17.231426 10897 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4ce0d7cd6109470fa5b869a90d8d27f9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:17.233589 11096 tablet_bootstrap.cc:492] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f7a1ba0e746b4b118febe8ee740f8dee: Bootstrap starting.
I20260630 12:38:17.235883 11046 tablet_service.cc:1511] Processing CreateTablet for tablet 4ce0d7cd6109470fa5b869a90d8d27f9 (DEFAULT_TABLE table=test-workload [id=4e07b77159e34a959f86c76d03f07af1]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:38:17.237001 11046 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4ce0d7cd6109470fa5b869a90d8d27f9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:17.240527 11096 tablet_bootstrap.cc:654] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f7a1ba0e746b4b118febe8ee740f8dee: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:17.245859 11096 tablet_bootstrap.cc:492] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f7a1ba0e746b4b118febe8ee740f8dee: No bootstrap required, opened a new log
I20260630 12:38:17.246367 11096 ts_tablet_manager.cc:1403] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f7a1ba0e746b4b118febe8ee740f8dee: Time spent bootstrapping tablet: real 0.013s	user 0.009s	sys 0.004s
I20260630 12:38:17.249452 11096 raft_consensus.cc:359] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f7a1ba0e746b4b118febe8ee740f8dee [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f7a1ba0e746b4b118febe8ee740f8dee" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45791 } } peers { permanent_uuid: "b89f0f801a71447b84b875151d6bed1c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44461 } } peers { permanent_uuid: "f21912d51a12441aacb05fe3e86e02a0" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 44003 } }
I20260630 12:38:17.250453 11096 raft_consensus.cc:385] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f7a1ba0e746b4b118febe8ee740f8dee [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:17.250836 11096 raft_consensus.cc:740] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f7a1ba0e746b4b118febe8ee740f8dee [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f7a1ba0e746b4b118febe8ee740f8dee, State: Initialized, Role: FOLLOWER
I20260630 12:38:17.252163 11098 tablet_bootstrap.cc:492] T 4ce0d7cd6109470fa5b869a90d8d27f9 P b89f0f801a71447b84b875151d6bed1c: Bootstrap starting.
I20260630 12:38:17.252215 11096 consensus_queue.cc:260] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f7a1ba0e746b4b118febe8ee740f8dee [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f7a1ba0e746b4b118febe8ee740f8dee" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45791 } } peers { permanent_uuid: "b89f0f801a71447b84b875151d6bed1c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44461 } } peers { permanent_uuid: "f21912d51a12441aacb05fe3e86e02a0" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 44003 } }
I20260630 12:38:17.255309 11099 tablet_bootstrap.cc:492] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f21912d51a12441aacb05fe3e86e02a0: Bootstrap starting.
I20260630 12:38:17.256150 11007 heartbeater.cc:499] Master 127.0.192.62:45937 was elected leader, sending a full tablet report...
I20260630 12:38:17.256420 11096 ts_tablet_manager.cc:1434] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f7a1ba0e746b4b118febe8ee740f8dee: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.002s
I20260630 12:38:17.262073 11099 tablet_bootstrap.cc:654] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f21912d51a12441aacb05fe3e86e02a0: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:17.262950 11098 tablet_bootstrap.cc:654] T 4ce0d7cd6109470fa5b869a90d8d27f9 P b89f0f801a71447b84b875151d6bed1c: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:17.268040 11099 tablet_bootstrap.cc:492] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f21912d51a12441aacb05fe3e86e02a0: No bootstrap required, opened a new log
I20260630 12:38:17.268570 11099 ts_tablet_manager.cc:1403] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f21912d51a12441aacb05fe3e86e02a0: Time spent bootstrapping tablet: real 0.013s	user 0.010s	sys 0.000s
I20260630 12:38:17.270797 11099 raft_consensus.cc:359] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f21912d51a12441aacb05fe3e86e02a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f7a1ba0e746b4b118febe8ee740f8dee" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45791 } } peers { permanent_uuid: "b89f0f801a71447b84b875151d6bed1c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44461 } } peers { permanent_uuid: "f21912d51a12441aacb05fe3e86e02a0" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 44003 } }
I20260630 12:38:17.271425 11099 raft_consensus.cc:385] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f21912d51a12441aacb05fe3e86e02a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:17.271759 11099 raft_consensus.cc:740] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f21912d51a12441aacb05fe3e86e02a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f21912d51a12441aacb05fe3e86e02a0, State: Initialized, Role: FOLLOWER
I20260630 12:38:17.272645 11099 consensus_queue.cc:260] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f21912d51a12441aacb05fe3e86e02a0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f7a1ba0e746b4b118febe8ee740f8dee" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45791 } } peers { permanent_uuid: "b89f0f801a71447b84b875151d6bed1c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44461 } } peers { permanent_uuid: "f21912d51a12441aacb05fe3e86e02a0" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 44003 } }
I20260630 12:38:17.275074 11081 heartbeater.cc:499] Master 127.0.192.62:45937 was elected leader, sending a full tablet report...
I20260630 12:38:17.274050 11098 tablet_bootstrap.cc:492] T 4ce0d7cd6109470fa5b869a90d8d27f9 P b89f0f801a71447b84b875151d6bed1c: No bootstrap required, opened a new log
I20260630 12:38:17.275383 11099 ts_tablet_manager.cc:1434] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f21912d51a12441aacb05fe3e86e02a0: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260630 12:38:17.275753 11098 ts_tablet_manager.cc:1403] T 4ce0d7cd6109470fa5b869a90d8d27f9 P b89f0f801a71447b84b875151d6bed1c: Time spent bootstrapping tablet: real 0.024s	user 0.011s	sys 0.008s
I20260630 12:38:17.278517 11098 raft_consensus.cc:359] T 4ce0d7cd6109470fa5b869a90d8d27f9 P b89f0f801a71447b84b875151d6bed1c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f7a1ba0e746b4b118febe8ee740f8dee" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45791 } } peers { permanent_uuid: "b89f0f801a71447b84b875151d6bed1c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44461 } } peers { permanent_uuid: "f21912d51a12441aacb05fe3e86e02a0" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 44003 } }
I20260630 12:38:17.279044 11098 raft_consensus.cc:385] T 4ce0d7cd6109470fa5b869a90d8d27f9 P b89f0f801a71447b84b875151d6bed1c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:17.279265 11098 raft_consensus.cc:740] T 4ce0d7cd6109470fa5b869a90d8d27f9 P b89f0f801a71447b84b875151d6bed1c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b89f0f801a71447b84b875151d6bed1c, State: Initialized, Role: FOLLOWER
I20260630 12:38:17.279886 11098 consensus_queue.cc:260] T 4ce0d7cd6109470fa5b869a90d8d27f9 P b89f0f801a71447b84b875151d6bed1c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f7a1ba0e746b4b118febe8ee740f8dee" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45791 } } peers { permanent_uuid: "b89f0f801a71447b84b875151d6bed1c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44461 } } peers { permanent_uuid: "f21912d51a12441aacb05fe3e86e02a0" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 44003 } }
I20260630 12:38:17.282027 10932 heartbeater.cc:499] Master 127.0.192.62:45937 was elected leader, sending a full tablet report...
I20260630 12:38:17.282389 11098 ts_tablet_manager.cc:1434] T 4ce0d7cd6109470fa5b869a90d8d27f9 P b89f0f801a71447b84b875151d6bed1c: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.001s
I20260630 12:38:17.413282 11100 raft_consensus.cc:493] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f7a1ba0e746b4b118febe8ee740f8dee [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:17.413873 11100 raft_consensus.cc:515] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f7a1ba0e746b4b118febe8ee740f8dee [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f7a1ba0e746b4b118febe8ee740f8dee" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45791 } } peers { permanent_uuid: "b89f0f801a71447b84b875151d6bed1c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44461 } } peers { permanent_uuid: "f21912d51a12441aacb05fe3e86e02a0" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 44003 } }
I20260630 12:38:17.416039 11100 leader_election.cc:290] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f7a1ba0e746b4b118febe8ee740f8dee [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b89f0f801a71447b84b875151d6bed1c (127.0.192.1:44461), f21912d51a12441aacb05fe3e86e02a0 (127.0.192.3:44003)
I20260630 12:38:17.427089 11056 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ce0d7cd6109470fa5b869a90d8d27f9" candidate_uuid: "f7a1ba0e746b4b118febe8ee740f8dee" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f21912d51a12441aacb05fe3e86e02a0" is_pre_election: true
I20260630 12:38:17.427232 10907 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ce0d7cd6109470fa5b869a90d8d27f9" candidate_uuid: "f7a1ba0e746b4b118febe8ee740f8dee" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b89f0f801a71447b84b875151d6bed1c" is_pre_election: true
I20260630 12:38:17.427840 11056 raft_consensus.cc:2468] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f21912d51a12441aacb05fe3e86e02a0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f7a1ba0e746b4b118febe8ee740f8dee in term 0.
I20260630 12:38:17.427932 10907 raft_consensus.cc:2468] T 4ce0d7cd6109470fa5b869a90d8d27f9 P b89f0f801a71447b84b875151d6bed1c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f7a1ba0e746b4b118febe8ee740f8dee in term 0.
I20260630 12:38:17.429072 10947 leader_election.cc:304] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f7a1ba0e746b4b118febe8ee740f8dee [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: f21912d51a12441aacb05fe3e86e02a0, f7a1ba0e746b4b118febe8ee740f8dee; no voters: 
I20260630 12:38:17.429733 11100 raft_consensus.cc:2804] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f7a1ba0e746b4b118febe8ee740f8dee [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:17.430080 11100 raft_consensus.cc:493] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f7a1ba0e746b4b118febe8ee740f8dee [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:17.430372 11100 raft_consensus.cc:3060] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f7a1ba0e746b4b118febe8ee740f8dee [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:17.435556 11100 raft_consensus.cc:515] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f7a1ba0e746b4b118febe8ee740f8dee [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f7a1ba0e746b4b118febe8ee740f8dee" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45791 } } peers { permanent_uuid: "b89f0f801a71447b84b875151d6bed1c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44461 } } peers { permanent_uuid: "f21912d51a12441aacb05fe3e86e02a0" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 44003 } }
I20260630 12:38:17.437114 11100 leader_election.cc:290] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f7a1ba0e746b4b118febe8ee740f8dee [CANDIDATE]: Term 1 election: Requested vote from peers b89f0f801a71447b84b875151d6bed1c (127.0.192.1:44461), f21912d51a12441aacb05fe3e86e02a0 (127.0.192.3:44003)
I20260630 12:38:17.437932 10907 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ce0d7cd6109470fa5b869a90d8d27f9" candidate_uuid: "f7a1ba0e746b4b118febe8ee740f8dee" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b89f0f801a71447b84b875151d6bed1c"
I20260630 12:38:17.438267 11056 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ce0d7cd6109470fa5b869a90d8d27f9" candidate_uuid: "f7a1ba0e746b4b118febe8ee740f8dee" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f21912d51a12441aacb05fe3e86e02a0"
I20260630 12:38:17.438627 10907 raft_consensus.cc:3060] T 4ce0d7cd6109470fa5b869a90d8d27f9 P b89f0f801a71447b84b875151d6bed1c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:17.438819 11056 raft_consensus.cc:3060] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f21912d51a12441aacb05fe3e86e02a0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:17.446014 11056 raft_consensus.cc:2468] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f21912d51a12441aacb05fe3e86e02a0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f7a1ba0e746b4b118febe8ee740f8dee in term 1.
I20260630 12:38:17.446014 10907 raft_consensus.cc:2468] T 4ce0d7cd6109470fa5b869a90d8d27f9 P b89f0f801a71447b84b875151d6bed1c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f7a1ba0e746b4b118febe8ee740f8dee in term 1.
I20260630 12:38:17.447381 10947 leader_election.cc:304] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f7a1ba0e746b4b118febe8ee740f8dee [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: f21912d51a12441aacb05fe3e86e02a0, f7a1ba0e746b4b118febe8ee740f8dee; no voters: 
I20260630 12:38:17.448058 11100 raft_consensus.cc:2804] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f7a1ba0e746b4b118febe8ee740f8dee [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:17.448899 11100 raft_consensus.cc:697] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f7a1ba0e746b4b118febe8ee740f8dee [term 1 LEADER]: Becoming Leader. State: Replica: f7a1ba0e746b4b118febe8ee740f8dee, State: Running, Role: LEADER
I20260630 12:38:17.449666 11100 consensus_queue.cc:237] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f7a1ba0e746b4b118febe8ee740f8dee [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f7a1ba0e746b4b118febe8ee740f8dee" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45791 } } peers { permanent_uuid: "b89f0f801a71447b84b875151d6bed1c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44461 } } peers { permanent_uuid: "f21912d51a12441aacb05fe3e86e02a0" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 44003 } }
I20260630 12:38:17.456681 10804 catalog_manager.cc:5697] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f7a1ba0e746b4b118febe8ee740f8dee reported cstate change: term changed from 0 to 1, leader changed from <none> to f7a1ba0e746b4b118febe8ee740f8dee (127.0.192.2). New cstate: current_term: 1 leader_uuid: "f7a1ba0e746b4b118febe8ee740f8dee" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f7a1ba0e746b4b118febe8ee740f8dee" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45791 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b89f0f801a71447b84b875151d6bed1c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44461 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f21912d51a12441aacb05fe3e86e02a0" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 44003 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:17.471504   768 tablet_server.cc:179] TabletServer@127.0.192.1:0 shutting down...
I20260630 12:38:17.490497   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:17.491277   768 tablet_replica.cc:333] T 4ce0d7cd6109470fa5b869a90d8d27f9 P b89f0f801a71447b84b875151d6bed1c: stopping tablet replica
I20260630 12:38:17.491815   768 raft_consensus.cc:2243] T 4ce0d7cd6109470fa5b869a90d8d27f9 P b89f0f801a71447b84b875151d6bed1c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:17.492228   768 raft_consensus.cc:2272] T 4ce0d7cd6109470fa5b869a90d8d27f9 P b89f0f801a71447b84b875151d6bed1c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:17.511168   768 tablet_server.cc:196] TabletServer@127.0.192.1:0 shutdown complete.
I20260630 12:38:17.520193   768 tablet_server.cc:179] TabletServer@127.0.192.2:0 shutting down...
I20260630 12:38:17.537535   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:17.538499   768 tablet_replica.cc:333] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f7a1ba0e746b4b118febe8ee740f8dee: stopping tablet replica
I20260630 12:38:17.539135   768 raft_consensus.cc:2243] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f7a1ba0e746b4b118febe8ee740f8dee [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:17.539691   768 pending_rounds.cc:70] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f7a1ba0e746b4b118febe8ee740f8dee: Trying to abort 1 pending ops.
I20260630 12:38:17.539868   768 pending_rounds.cc:77] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f7a1ba0e746b4b118febe8ee740f8dee: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443407160856576 op_type: NO_OP noop_request { }
I20260630 12:38:17.540118   768 raft_consensus.cc:2889] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f7a1ba0e746b4b118febe8ee740f8dee [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:38:17.540339   768 raft_consensus.cc:2272] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f7a1ba0e746b4b118febe8ee740f8dee [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:17.559661   768 tablet_server.cc:196] TabletServer@127.0.192.2:0 shutdown complete.
I20260630 12:38:17.568295   768 tablet_server.cc:179] TabletServer@127.0.192.3:0 shutting down...
I20260630 12:38:17.585319   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:17.586133   768 tablet_replica.cc:333] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f21912d51a12441aacb05fe3e86e02a0: stopping tablet replica
I20260630 12:38:17.586696   768 raft_consensus.cc:2243] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f21912d51a12441aacb05fe3e86e02a0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:17.587047   768 raft_consensus.cc:2272] T 4ce0d7cd6109470fa5b869a90d8d27f9 P f21912d51a12441aacb05fe3e86e02a0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:17.605726   768 tablet_server.cc:196] TabletServer@127.0.192.3:0 shutdown complete.
I20260630 12:38:17.615370   768 master.cc:562] Master@127.0.192.62:45937 shutting down...
I20260630 12:38:17.630230   768 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 011dacf2503f43c9afa94c97e65f3ece [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:17.630848   768 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 011dacf2503f43c9afa94c97e65f3ece [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:17.631198   768 tablet_replica.cc:333] T 00000000000000000000000000000000 P 011dacf2503f43c9afa94c97e65f3ece: stopping tablet replica
I20260630 12:38:17.651592   768 master.cc:584] Master@127.0.192.62:45937 shutdown complete.
[       OK ] AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale (1096 ms)
[ RUN      ] AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully
I20260630 12:38:17.682552   768 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.192.62:43035
I20260630 12:38:17.683575   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:17.688498 11108 instance_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.688788 11109 instance_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.690122 11111 instance_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.690832   768 server_base.cc:1061] running on GCE node
I20260630 12:38:17.691656   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:17.691850   768 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.692019   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823097691987 us; error 0 us; skew 500 ppm
I20260630 12:38:17.692530   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:17.694764   768 webserver.cc:533] Webserver started at http://127.0.192.62:45305/ using document root <none> and password file <none>
I20260630 12:38:17.695228   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:17.695427   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:17.695678   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:17.696748   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822852710831-768-0/minicluster-data/master-0-root/instance:
uuid: "d67050f8af3d4212af8676ccd0e8c5b6"
format_stamp: "Formatted at 2026-06-30 12:38:17 on dist-test-slave-n0zz"
I20260630 12:38:17.701102   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:38:17.704341 11116 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.705117   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260630 12:38:17.705406   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822852710831-768-0/minicluster-data/master-0-root
uuid: "d67050f8af3d4212af8676ccd0e8c5b6"
format_stamp: "Formatted at 2026-06-30 12:38:17 on dist-test-slave-n0zz"
I20260630 12:38:17.705667   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822852710831-768-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822852710831-768-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822852710831-768-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.727283   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:17.728269   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:17.762544   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.62:43035
I20260630 12:38:17.762641 11167 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.62:43035 every 8 connection(s)
I20260630 12:38:17.766237 11168 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.776564 11168 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d67050f8af3d4212af8676ccd0e8c5b6: Bootstrap starting.
I20260630 12:38:17.780753 11168 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d67050f8af3d4212af8676ccd0e8c5b6: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:17.784729 11168 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d67050f8af3d4212af8676ccd0e8c5b6: No bootstrap required, opened a new log
I20260630 12:38:17.786811 11168 raft_consensus.cc:359] T 00000000000000000000000000000000 P d67050f8af3d4212af8676ccd0e8c5b6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d67050f8af3d4212af8676ccd0e8c5b6" member_type: VOTER }
I20260630 12:38:17.787238 11168 raft_consensus.cc:385] T 00000000000000000000000000000000 P d67050f8af3d4212af8676ccd0e8c5b6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:17.787444 11168 raft_consensus.cc:740] T 00000000000000000000000000000000 P d67050f8af3d4212af8676ccd0e8c5b6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d67050f8af3d4212af8676ccd0e8c5b6, State: Initialized, Role: FOLLOWER
I20260630 12:38:17.788056 11168 consensus_queue.cc:260] T 00000000000000000000000000000000 P d67050f8af3d4212af8676ccd0e8c5b6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "d67050f8af3d4212af8676ccd0e8c5b6" member_type: VOTER }
I20260630 12:38:17.788573 11168 raft_consensus.cc:399] T 00000000000000000000000000000000 P d67050f8af3d4212af8676ccd0e8c5b6 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:17.788798 11168 raft_consensus.cc:493] T 00000000000000000000000000000000 P d67050f8af3d4212af8676ccd0e8c5b6 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:17.789070 11168 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d67050f8af3d4212af8676ccd0e8c5b6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:17.793823 11168 raft_consensus.cc:515] T 00000000000000000000000000000000 P d67050f8af3d4212af8676ccd0e8c5b6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d67050f8af3d4212af8676ccd0e8c5b6" member_type: VOTER }
I20260630 12:38:17.794374 11168 leader_election.cc:304] T 00000000000000000000000000000000 P d67050f8af3d4212af8676ccd0e8c5b6 [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: d67050f8af3d4212af8676ccd0e8c5b6; no voters: 
I20260630 12:38:17.795480 11168 leader_election.cc:290] T 00000000000000000000000000000000 P d67050f8af3d4212af8676ccd0e8c5b6 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:17.795814 11171 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d67050f8af3d4212af8676ccd0e8c5b6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:17.797114 11171 raft_consensus.cc:697] T 00000000000000000000000000000000 P d67050f8af3d4212af8676ccd0e8c5b6 [term 1 LEADER]: Becoming Leader. State: Replica: d67050f8af3d4212af8676ccd0e8c5b6, State: Running, Role: LEADER
I20260630 12:38:17.797763 11171 consensus_queue.cc:237] T 00000000000000000000000000000000 P d67050f8af3d4212af8676ccd0e8c5b6 [LEADER]: Queue going to LEADER mode. State: All 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: "d67050f8af3d4212af8676ccd0e8c5b6" member_type: VOTER }
I20260630 12:38:17.798434 11168 sys_catalog.cc:565] T 00000000000000000000000000000000 P d67050f8af3d4212af8676ccd0e8c5b6 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:38:17.800653 11173 sys_catalog.cc:455] T 00000000000000000000000000000000 P d67050f8af3d4212af8676ccd0e8c5b6 [sys.catalog]: SysCatalogTable state changed. Reason: New leader d67050f8af3d4212af8676ccd0e8c5b6. Latest consensus state: current_term: 1 leader_uuid: "d67050f8af3d4212af8676ccd0e8c5b6" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d67050f8af3d4212af8676ccd0e8c5b6" member_type: VOTER } }
I20260630 12:38:17.800650 11172 sys_catalog.cc:455] T 00000000000000000000000000000000 P d67050f8af3d4212af8676ccd0e8c5b6 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "d67050f8af3d4212af8676ccd0e8c5b6" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d67050f8af3d4212af8676ccd0e8c5b6" member_type: VOTER } }
I20260630 12:38:17.801435 11173 sys_catalog.cc:458] T 00000000000000000000000000000000 P d67050f8af3d4212af8676ccd0e8c5b6 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:17.801535 11172 sys_catalog.cc:458] T 00000000000000000000000000000000 P d67050f8af3d4212af8676ccd0e8c5b6 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:17.809173 11176 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:38:17.814101 11176 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:38:17.815788   768 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:38:17.822786 11176 catalog_manager.cc:1383] Generated new cluster ID: 4200c74dee964d3291e6f81b8540b12e
I20260630 12:38:17.823066 11176 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:38:17.837723 11176 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:38:17.839049 11176 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:38:17.856336 11176 catalog_manager.cc:6070] T 00000000000000000000000000000000 P d67050f8af3d4212af8676ccd0e8c5b6: Generated new TSK 0
I20260630 12:38:17.856958 11176 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:38:17.882092   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:17.887939 11189 instance_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.889082 11190 instance_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.891170 11192 instance_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.891393   768 server_base.cc:1061] running on GCE node
I20260630 12:38:17.892261   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:17.892470   768 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.892592   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823097892581 us; error 0 us; skew 500 ppm
I20260630 12:38:17.893036   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:17.895287   768 webserver.cc:533] Webserver started at http://127.0.192.1:41749/ using document root <none> and password file <none>
I20260630 12:38:17.895699   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:17.895846   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:17.896062   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:17.897063   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822852710831-768-0/minicluster-data/ts-0-root/instance:
uuid: "726bc2b45b35477fae332ed06b5763d1"
format_stamp: "Formatted at 2026-06-30 12:38:17 on dist-test-slave-n0zz"
I20260630 12:38:17.901634   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:38:17.904881 11197 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.905637   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:38:17.905900   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822852710831-768-0/minicluster-data/ts-0-root
uuid: "726bc2b45b35477fae332ed06b5763d1"
format_stamp: "Formatted at 2026-06-30 12:38:17 on dist-test-slave-n0zz"
I20260630 12:38:17.906143   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822852710831-768-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822852710831-768-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822852710831-768-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.915838   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:17.916906   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:17.918318   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:17.920578   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:17.920748   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:17.921052   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:17.921222   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:17.958586   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.1:43573
I20260630 12:38:17.958701 11259 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.1:43573 every 8 connection(s)
I20260630 12:38:17.963501   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:17.970057 11264 instance_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.972294 11265 instance_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.973394 11267 instance_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.973505   768 server_base.cc:1061] running on GCE node
I20260630 12:38:17.974603   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:17.974818   768 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.974997   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823097974982 us; error 0 us; skew 500 ppm
I20260630 12:38:17.975526   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:17.978152   768 webserver.cc:533] Webserver started at http://127.0.192.2:41995/ using document root <none> and password file <none>
I20260630 12:38:17.978761   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:17.978998   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:17.979307   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:17.980048 11260 heartbeater.cc:344] Connected to a master server at 127.0.192.62:43035
I20260630 12:38:17.980448 11260 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:17.980588   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822852710831-768-0/minicluster-data/ts-1-root/instance:
uuid: "54bf6bdc85d0401cba9e4a2c6cdf43df"
format_stamp: "Formatted at 2026-06-30 12:38:17 on dist-test-slave-n0zz"
I20260630 12:38:17.981268 11260 heartbeater.cc:507] Master 127.0.192.62:43035 requested a full tablet report, sending...
I20260630 12:38:17.983597 11133 ts_manager.cc:194] Registered new tserver with Master: 726bc2b45b35477fae332ed06b5763d1 (127.0.192.1:43573)
I20260630 12:38:17.985302 11133 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:44176
I20260630 12:38:17.985657   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.003s
I20260630 12:38:17.989259 11272 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.989974   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:17.990295   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822852710831-768-0/minicluster-data/ts-1-root
uuid: "54bf6bdc85d0401cba9e4a2c6cdf43df"
format_stamp: "Formatted at 2026-06-30 12:38:17 on dist-test-slave-n0zz"
I20260630 12:38:17.990583   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822852710831-768-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822852710831-768-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822852710831-768-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:18.006556   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:18.007822   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:18.009272   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:18.011595   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:18.011814   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:18.012068   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:18.012233   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:18.048890   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.2:45269
I20260630 12:38:18.048995 11334 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.2:45269 every 8 connection(s)
I20260630 12:38:18.053723   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:18.060563 11338 instance_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:18.061620 11339 instance_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:18.066040 11341 instance_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:18.066720   768 server_base.cc:1061] running on GCE node
I20260630 12:38:18.067168 11335 heartbeater.cc:344] Connected to a master server at 127.0.192.62:43035
I20260630 12:38:18.067607 11335 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:18.067772   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:18.068066   768 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:18.068251   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823098068218 us; error 0 us; skew 500 ppm
I20260630 12:38:18.068481 11335 heartbeater.cc:507] Master 127.0.192.62:43035 requested a full tablet report, sending...
I20260630 12:38:18.068902   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:18.070770 11133 ts_manager.cc:194] Registered new tserver with Master: 54bf6bdc85d0401cba9e4a2c6cdf43df (127.0.192.2:45269)
I20260630 12:38:18.072124 11133 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:44192
I20260630 12:38:18.072818   768 webserver.cc:533] Webserver started at http://127.0.192.3:44823/ using document root <none> and password file <none>
I20260630 12:38:18.073467   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:18.073666   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:18.073937   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:18.075027   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822852710831-768-0/minicluster-data/ts-2-root/instance:
uuid: "38fbad834fc549d398c3832c2ac60732"
format_stamp: "Formatted at 2026-06-30 12:38:18 on dist-test-slave-n0zz"
I20260630 12:38:18.079519   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.003s
I20260630 12:38:18.082612 11346 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:18.083400   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:38:18.083700   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822852710831-768-0/minicluster-data/ts-2-root
uuid: "38fbad834fc549d398c3832c2ac60732"
format_stamp: "Formatted at 2026-06-30 12:38:18 on dist-test-slave-n0zz"
I20260630 12:38:18.083982   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822852710831-768-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822852710831-768-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822852710831-768-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:18.099995   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:18.101193   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:18.102667   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:18.104844   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:18.105070   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:18.105300   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:18.105476   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:18.143652   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.3:35033
I20260630 12:38:18.143762 11408 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.3:35033 every 8 connection(s)
I20260630 12:38:18.148638   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:18.155505 11412 instance_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:18.157492 11413 instance_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:18.162209 11415 instance_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:18.162767 11409 heartbeater.cc:344] Connected to a master server at 127.0.192.62:43035
I20260630 12:38:18.163226 11409 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:18.163996 11409 heartbeater.cc:507] Master 127.0.192.62:43035 requested a full tablet report, sending...
I20260630 12:38:18.165961   768 server_base.cc:1061] running on GCE node
I20260630 12:38:18.166009 11133 ts_manager.cc:194] Registered new tserver with Master: 38fbad834fc549d398c3832c2ac60732 (127.0.192.3:35033)
I20260630 12:38:18.167174   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:18.167449   768 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:18.167666   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823098167647 us; error 0 us; skew 500 ppm
I20260630 12:38:18.168046 11133 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:44200
I20260630 12:38:18.168426   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:18.171051   768 webserver.cc:533] Webserver started at http://127.0.192.4:37873/ using document root <none> and password file <none>
I20260630 12:38:18.171470   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:18.171625   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:18.171825   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:18.172812   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822852710831-768-0/minicluster-data/ts-3-root/instance:
uuid: "788be6e606ef467e8750d87fe7666a87"
format_stamp: "Formatted at 2026-06-30 12:38:18 on dist-test-slave-n0zz"
I20260630 12:38:18.177416   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:38:18.180697 11420 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:18.181501   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:38:18.181799   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822852710831-768-0/minicluster-data/ts-3-root
uuid: "788be6e606ef467e8750d87fe7666a87"
format_stamp: "Formatted at 2026-06-30 12:38:18 on dist-test-slave-n0zz"
I20260630 12:38:18.182075   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822852710831-768-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822852710831-768-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822852710831-768-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:18.197384   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:18.198546   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:18.200024   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:18.202167   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:18.202410   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:18.202687   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:18.202833   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:18.240867   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.4:44591
I20260630 12:38:18.240988 11482 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.4:44591 every 8 connection(s)
I20260630 12:38:18.255049 11483 heartbeater.cc:344] Connected to a master server at 127.0.192.62:43035
I20260630 12:38:18.255517 11483 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:18.256189 11483 heartbeater.cc:507] Master 127.0.192.62:43035 requested a full tablet report, sending...
I20260630 12:38:18.258251 11133 ts_manager.cc:194] Registered new tserver with Master: 788be6e606ef467e8750d87fe7666a87 (127.0.192.4:44591)
I20260630 12:38:18.259167   768 internal_mini_cluster.cc:371] 4 TS(s) registered with all masters after 0.015153698s
I20260630 12:38:18.260165 11133 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:44212
I20260630 12:38:18.283422 11133 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:44222:
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:38:18.336302 11448 tablet_service.cc:1511] Processing CreateTablet for tablet ad097aeca9fe49899410fa8fab9bbc04 (DEFAULT_TABLE table=test-workload [id=7e69ffa44332436ab0e1757d0fdafc99]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:38:18.337165 11374 tablet_service.cc:1511] Processing CreateTablet for tablet ad097aeca9fe49899410fa8fab9bbc04 (DEFAULT_TABLE table=test-workload [id=7e69ffa44332436ab0e1757d0fdafc99]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:38:18.337738 11448 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ad097aeca9fe49899410fa8fab9bbc04. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:18.338424 11374 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ad097aeca9fe49899410fa8fab9bbc04. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:18.351058 11300 tablet_service.cc:1511] Processing CreateTablet for tablet ad097aeca9fe49899410fa8fab9bbc04 (DEFAULT_TABLE table=test-workload [id=7e69ffa44332436ab0e1757d0fdafc99]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:38:18.352452 11300 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ad097aeca9fe49899410fa8fab9bbc04. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:18.357450 11498 tablet_bootstrap.cc:492] T ad097aeca9fe49899410fa8fab9bbc04 P 788be6e606ef467e8750d87fe7666a87: Bootstrap starting.
I20260630 12:38:18.359248 11499 tablet_bootstrap.cc:492] T ad097aeca9fe49899410fa8fab9bbc04 P 38fbad834fc549d398c3832c2ac60732: Bootstrap starting.
I20260630 12:38:18.366144 11498 tablet_bootstrap.cc:654] T ad097aeca9fe49899410fa8fab9bbc04 P 788be6e606ef467e8750d87fe7666a87: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:18.367978 11499 tablet_bootstrap.cc:654] T ad097aeca9fe49899410fa8fab9bbc04 P 38fbad834fc549d398c3832c2ac60732: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:18.371685 11498 tablet_bootstrap.cc:492] T ad097aeca9fe49899410fa8fab9bbc04 P 788be6e606ef467e8750d87fe7666a87: No bootstrap required, opened a new log
I20260630 12:38:18.372138 11498 ts_tablet_manager.cc:1403] T ad097aeca9fe49899410fa8fab9bbc04 P 788be6e606ef467e8750d87fe7666a87: Time spent bootstrapping tablet: real 0.015s	user 0.007s	sys 0.004s
I20260630 12:38:18.373334 11499 tablet_bootstrap.cc:492] T ad097aeca9fe49899410fa8fab9bbc04 P 38fbad834fc549d398c3832c2ac60732: No bootstrap required, opened a new log
I20260630 12:38:18.373837 11499 ts_tablet_manager.cc:1403] T ad097aeca9fe49899410fa8fab9bbc04 P 38fbad834fc549d398c3832c2ac60732: Time spent bootstrapping tablet: real 0.015s	user 0.011s	sys 0.000s
I20260630 12:38:18.374651 11501 tablet_bootstrap.cc:492] T ad097aeca9fe49899410fa8fab9bbc04 P 54bf6bdc85d0401cba9e4a2c6cdf43df: Bootstrap starting.
I20260630 12:38:18.374984 11498 raft_consensus.cc:359] T ad097aeca9fe49899410fa8fab9bbc04 P 788be6e606ef467e8750d87fe7666a87 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "788be6e606ef467e8750d87fe7666a87" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44591 } } peers { permanent_uuid: "54bf6bdc85d0401cba9e4a2c6cdf43df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45269 } } peers { permanent_uuid: "38fbad834fc549d398c3832c2ac60732" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35033 } }
I20260630 12:38:18.375741 11498 raft_consensus.cc:385] T ad097aeca9fe49899410fa8fab9bbc04 P 788be6e606ef467e8750d87fe7666a87 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:18.376091 11498 raft_consensus.cc:740] T ad097aeca9fe49899410fa8fab9bbc04 P 788be6e606ef467e8750d87fe7666a87 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 788be6e606ef467e8750d87fe7666a87, State: Initialized, Role: FOLLOWER
I20260630 12:38:18.376850 11498 consensus_queue.cc:260] T ad097aeca9fe49899410fa8fab9bbc04 P 788be6e606ef467e8750d87fe7666a87 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "788be6e606ef467e8750d87fe7666a87" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44591 } } peers { permanent_uuid: "54bf6bdc85d0401cba9e4a2c6cdf43df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45269 } } peers { permanent_uuid: "38fbad834fc549d398c3832c2ac60732" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35033 } }
I20260630 12:38:18.377485 11499 raft_consensus.cc:359] T ad097aeca9fe49899410fa8fab9bbc04 P 38fbad834fc549d398c3832c2ac60732 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "788be6e606ef467e8750d87fe7666a87" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44591 } } peers { permanent_uuid: "54bf6bdc85d0401cba9e4a2c6cdf43df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45269 } } peers { permanent_uuid: "38fbad834fc549d398c3832c2ac60732" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35033 } }
I20260630 12:38:18.378333 11499 raft_consensus.cc:385] T ad097aeca9fe49899410fa8fab9bbc04 P 38fbad834fc549d398c3832c2ac60732 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:18.378688 11499 raft_consensus.cc:740] T ad097aeca9fe49899410fa8fab9bbc04 P 38fbad834fc549d398c3832c2ac60732 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 38fbad834fc549d398c3832c2ac60732, State: Initialized, Role: FOLLOWER
I20260630 12:38:18.379228 11483 heartbeater.cc:499] Master 127.0.192.62:43035 was elected leader, sending a full tablet report...
I20260630 12:38:18.379693 11498 ts_tablet_manager.cc:1434] T ad097aeca9fe49899410fa8fab9bbc04 P 788be6e606ef467e8750d87fe7666a87: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:38:18.379511 11499 consensus_queue.cc:260] T ad097aeca9fe49899410fa8fab9bbc04 P 38fbad834fc549d398c3832c2ac60732 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "788be6e606ef467e8750d87fe7666a87" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44591 } } peers { permanent_uuid: "54bf6bdc85d0401cba9e4a2c6cdf43df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45269 } } peers { permanent_uuid: "38fbad834fc549d398c3832c2ac60732" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35033 } }
I20260630 12:38:18.381493 11501 tablet_bootstrap.cc:654] T ad097aeca9fe49899410fa8fab9bbc04 P 54bf6bdc85d0401cba9e4a2c6cdf43df: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:18.381907 11409 heartbeater.cc:499] Master 127.0.192.62:43035 was elected leader, sending a full tablet report...
I20260630 12:38:18.382486 11499 ts_tablet_manager.cc:1434] T ad097aeca9fe49899410fa8fab9bbc04 P 38fbad834fc549d398c3832c2ac60732: Time spent starting tablet: real 0.008s	user 0.009s	sys 0.000s
I20260630 12:38:18.387825 11501 tablet_bootstrap.cc:492] T ad097aeca9fe49899410fa8fab9bbc04 P 54bf6bdc85d0401cba9e4a2c6cdf43df: No bootstrap required, opened a new log
I20260630 12:38:18.388338 11501 ts_tablet_manager.cc:1403] T ad097aeca9fe49899410fa8fab9bbc04 P 54bf6bdc85d0401cba9e4a2c6cdf43df: Time spent bootstrapping tablet: real 0.014s	user 0.011s	sys 0.000s
I20260630 12:38:18.391326 11501 raft_consensus.cc:359] T ad097aeca9fe49899410fa8fab9bbc04 P 54bf6bdc85d0401cba9e4a2c6cdf43df [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "788be6e606ef467e8750d87fe7666a87" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44591 } } peers { permanent_uuid: "54bf6bdc85d0401cba9e4a2c6cdf43df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45269 } } peers { permanent_uuid: "38fbad834fc549d398c3832c2ac60732" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35033 } }
I20260630 12:38:18.392030 11501 raft_consensus.cc:385] T ad097aeca9fe49899410fa8fab9bbc04 P 54bf6bdc85d0401cba9e4a2c6cdf43df [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:18.392316 11501 raft_consensus.cc:740] T ad097aeca9fe49899410fa8fab9bbc04 P 54bf6bdc85d0401cba9e4a2c6cdf43df [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 54bf6bdc85d0401cba9e4a2c6cdf43df, State: Initialized, Role: FOLLOWER
I20260630 12:38:18.393110 11501 consensus_queue.cc:260] T ad097aeca9fe49899410fa8fab9bbc04 P 54bf6bdc85d0401cba9e4a2c6cdf43df [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "788be6e606ef467e8750d87fe7666a87" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44591 } } peers { permanent_uuid: "54bf6bdc85d0401cba9e4a2c6cdf43df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45269 } } peers { permanent_uuid: "38fbad834fc549d398c3832c2ac60732" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35033 } }
I20260630 12:38:18.395370 11335 heartbeater.cc:499] Master 127.0.192.62:43035 was elected leader, sending a full tablet report...
I20260630 12:38:18.395785 11501 ts_tablet_manager.cc:1434] T ad097aeca9fe49899410fa8fab9bbc04 P 54bf6bdc85d0401cba9e4a2c6cdf43df: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.004s
I20260630 12:38:18.628913 11506 raft_consensus.cc:493] T ad097aeca9fe49899410fa8fab9bbc04 P 54bf6bdc85d0401cba9e4a2c6cdf43df [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:18.629459 11506 raft_consensus.cc:515] T ad097aeca9fe49899410fa8fab9bbc04 P 54bf6bdc85d0401cba9e4a2c6cdf43df [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "788be6e606ef467e8750d87fe7666a87" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44591 } } peers { permanent_uuid: "54bf6bdc85d0401cba9e4a2c6cdf43df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45269 } } peers { permanent_uuid: "38fbad834fc549d398c3832c2ac60732" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35033 } }
I20260630 12:38:18.631739 11506 leader_election.cc:290] T ad097aeca9fe49899410fa8fab9bbc04 P 54bf6bdc85d0401cba9e4a2c6cdf43df [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 788be6e606ef467e8750d87fe7666a87 (127.0.192.4:44591), 38fbad834fc549d398c3832c2ac60732 (127.0.192.3:35033)
I20260630 12:38:18.642860 11458 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad097aeca9fe49899410fa8fab9bbc04" candidate_uuid: "54bf6bdc85d0401cba9e4a2c6cdf43df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "788be6e606ef467e8750d87fe7666a87" is_pre_election: true
I20260630 12:38:18.642861 11384 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad097aeca9fe49899410fa8fab9bbc04" candidate_uuid: "54bf6bdc85d0401cba9e4a2c6cdf43df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "38fbad834fc549d398c3832c2ac60732" is_pre_election: true
I20260630 12:38:18.643739 11458 raft_consensus.cc:2468] T ad097aeca9fe49899410fa8fab9bbc04 P 788be6e606ef467e8750d87fe7666a87 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 54bf6bdc85d0401cba9e4a2c6cdf43df in term 0.
I20260630 12:38:18.643805 11384 raft_consensus.cc:2468] T ad097aeca9fe49899410fa8fab9bbc04 P 38fbad834fc549d398c3832c2ac60732 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 54bf6bdc85d0401cba9e4a2c6cdf43df in term 0.
I20260630 12:38:18.645030 11273 leader_election.cc:304] T ad097aeca9fe49899410fa8fab9bbc04 P 54bf6bdc85d0401cba9e4a2c6cdf43df [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 54bf6bdc85d0401cba9e4a2c6cdf43df, 788be6e606ef467e8750d87fe7666a87; no voters: 
I20260630 12:38:18.645759 11506 raft_consensus.cc:2804] T ad097aeca9fe49899410fa8fab9bbc04 P 54bf6bdc85d0401cba9e4a2c6cdf43df [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:18.646116 11506 raft_consensus.cc:493] T ad097aeca9fe49899410fa8fab9bbc04 P 54bf6bdc85d0401cba9e4a2c6cdf43df [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:18.646371 11506 raft_consensus.cc:3060] T ad097aeca9fe49899410fa8fab9bbc04 P 54bf6bdc85d0401cba9e4a2c6cdf43df [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:18.651719 11506 raft_consensus.cc:515] T ad097aeca9fe49899410fa8fab9bbc04 P 54bf6bdc85d0401cba9e4a2c6cdf43df [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "788be6e606ef467e8750d87fe7666a87" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44591 } } peers { permanent_uuid: "54bf6bdc85d0401cba9e4a2c6cdf43df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45269 } } peers { permanent_uuid: "38fbad834fc549d398c3832c2ac60732" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35033 } }
I20260630 12:38:18.653451 11506 leader_election.cc:290] T ad097aeca9fe49899410fa8fab9bbc04 P 54bf6bdc85d0401cba9e4a2c6cdf43df [CANDIDATE]: Term 1 election: Requested vote from peers 788be6e606ef467e8750d87fe7666a87 (127.0.192.4:44591), 38fbad834fc549d398c3832c2ac60732 (127.0.192.3:35033)
I20260630 12:38:18.654389 11458 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad097aeca9fe49899410fa8fab9bbc04" candidate_uuid: "54bf6bdc85d0401cba9e4a2c6cdf43df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "788be6e606ef467e8750d87fe7666a87"
I20260630 12:38:18.654736 11384 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad097aeca9fe49899410fa8fab9bbc04" candidate_uuid: "54bf6bdc85d0401cba9e4a2c6cdf43df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "38fbad834fc549d398c3832c2ac60732"
I20260630 12:38:18.655100 11458 raft_consensus.cc:3060] T ad097aeca9fe49899410fa8fab9bbc04 P 788be6e606ef467e8750d87fe7666a87 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:18.655385 11384 raft_consensus.cc:3060] T ad097aeca9fe49899410fa8fab9bbc04 P 38fbad834fc549d398c3832c2ac60732 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:18.661317 11384 raft_consensus.cc:2468] T ad097aeca9fe49899410fa8fab9bbc04 P 38fbad834fc549d398c3832c2ac60732 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 54bf6bdc85d0401cba9e4a2c6cdf43df in term 1.
I20260630 12:38:18.661365 11458 raft_consensus.cc:2468] T ad097aeca9fe49899410fa8fab9bbc04 P 788be6e606ef467e8750d87fe7666a87 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 54bf6bdc85d0401cba9e4a2c6cdf43df in term 1.
I20260630 12:38:18.662559 11274 leader_election.cc:304] T ad097aeca9fe49899410fa8fab9bbc04 P 54bf6bdc85d0401cba9e4a2c6cdf43df [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 38fbad834fc549d398c3832c2ac60732, 54bf6bdc85d0401cba9e4a2c6cdf43df; no voters: 
I20260630 12:38:18.663412 11506 raft_consensus.cc:2804] T ad097aeca9fe49899410fa8fab9bbc04 P 54bf6bdc85d0401cba9e4a2c6cdf43df [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:18.664413 11506 raft_consensus.cc:697] T ad097aeca9fe49899410fa8fab9bbc04 P 54bf6bdc85d0401cba9e4a2c6cdf43df [term 1 LEADER]: Becoming Leader. State: Replica: 54bf6bdc85d0401cba9e4a2c6cdf43df, State: Running, Role: LEADER
I20260630 12:38:18.665201 11506 consensus_queue.cc:237] T ad097aeca9fe49899410fa8fab9bbc04 P 54bf6bdc85d0401cba9e4a2c6cdf43df [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "788be6e606ef467e8750d87fe7666a87" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44591 } } peers { permanent_uuid: "54bf6bdc85d0401cba9e4a2c6cdf43df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45269 } } peers { permanent_uuid: "38fbad834fc549d398c3832c2ac60732" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35033 } }
I20260630 12:38:18.671779 11133 catalog_manager.cc:5697] T ad097aeca9fe49899410fa8fab9bbc04 P 54bf6bdc85d0401cba9e4a2c6cdf43df reported cstate change: term changed from 0 to 1, leader changed from <none> to 54bf6bdc85d0401cba9e4a2c6cdf43df (127.0.192.2). New cstate: current_term: 1 leader_uuid: "54bf6bdc85d0401cba9e4a2c6cdf43df" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "788be6e606ef467e8750d87fe7666a87" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 44591 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "54bf6bdc85d0401cba9e4a2c6cdf43df" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 45269 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "38fbad834fc549d398c3832c2ac60732" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 35033 } health_report { overall_health: UNKNOWN } } }
W20260630 12:38:18.755405   768 auto_rebalancer.cc:639] Failed to schedule move for tablet ad097aeca9fe49899410fa8fab9bbc04: Illegal state: Leader has not yet committed an operation in its own term
I20260630 12:38:18.756767   768 tablet_server.cc:179] TabletServer@127.0.192.1:0 shutting down...
I20260630 12:38:18.774945   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:18.791391   768 tablet_server.cc:196] TabletServer@127.0.192.1:0 shutdown complete.
I20260630 12:38:18.800067   768 tablet_server.cc:179] TabletServer@127.0.192.2:0 shutting down...
I20260630 12:38:18.823153   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:18.824082   768 tablet_replica.cc:333] T ad097aeca9fe49899410fa8fab9bbc04 P 54bf6bdc85d0401cba9e4a2c6cdf43df: stopping tablet replica
I20260630 12:38:18.824577   768 raft_consensus.cc:2243] T ad097aeca9fe49899410fa8fab9bbc04 P 54bf6bdc85d0401cba9e4a2c6cdf43df [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:18.825152   768 pending_rounds.cc:70] T ad097aeca9fe49899410fa8fab9bbc04 P 54bf6bdc85d0401cba9e4a2c6cdf43df: Trying to abort 1 pending ops.
I20260630 12:38:18.825330   768 pending_rounds.cc:77] T ad097aeca9fe49899410fa8fab9bbc04 P 54bf6bdc85d0401cba9e4a2c6cdf43df: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443412140179456 op_type: NO_OP noop_request { }
I20260630 12:38:18.825562   768 raft_consensus.cc:2889] T ad097aeca9fe49899410fa8fab9bbc04 P 54bf6bdc85d0401cba9e4a2c6cdf43df [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:38:18.825785   768 raft_consensus.cc:2272] T ad097aeca9fe49899410fa8fab9bbc04 P 54bf6bdc85d0401cba9e4a2c6cdf43df [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:18.836757   768 tablet_server.cc:196] TabletServer@127.0.192.2:0 shutdown complete.
I20260630 12:38:18.846041   768 tablet_server.cc:179] TabletServer@127.0.192.3:0 shutting down...
I20260630 12:38:18.863600   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:18.864558   768 tablet_replica.cc:333] T ad097aeca9fe49899410fa8fab9bbc04 P 38fbad834fc549d398c3832c2ac60732: stopping tablet replica
I20260630 12:38:18.865170   768 raft_consensus.cc:2243] T ad097aeca9fe49899410fa8fab9bbc04 P 38fbad834fc549d398c3832c2ac60732 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:18.865593   768 raft_consensus.cc:2272] T ad097aeca9fe49899410fa8fab9bbc04 P 38fbad834fc549d398c3832c2ac60732 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:18.884779   768 tablet_server.cc:196] TabletServer@127.0.192.3:0 shutdown complete.
I20260630 12:38:18.893814   768 tablet_server.cc:179] TabletServer@127.0.192.4:0 shutting down...
I20260630 12:38:18.912679   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:18.913434   768 tablet_replica.cc:333] T ad097aeca9fe49899410fa8fab9bbc04 P 788be6e606ef467e8750d87fe7666a87: stopping tablet replica
I20260630 12:38:18.913986   768 raft_consensus.cc:2243] T ad097aeca9fe49899410fa8fab9bbc04 P 788be6e606ef467e8750d87fe7666a87 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:18.914472   768 raft_consensus.cc:2272] T ad097aeca9fe49899410fa8fab9bbc04 P 788be6e606ef467e8750d87fe7666a87 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:18.932832   768 tablet_server.cc:196] TabletServer@127.0.192.4:0 shutdown complete.
I20260630 12:38:18.942078   768 master.cc:562] Master@127.0.192.62:43035 shutting down...
I20260630 12:38:18.957815   768 raft_consensus.cc:2243] T 00000000000000000000000000000000 P d67050f8af3d4212af8676ccd0e8c5b6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:18.958400   768 raft_consensus.cc:2272] T 00000000000000000000000000000000 P d67050f8af3d4212af8676ccd0e8c5b6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:18.958674   768 tablet_replica.cc:333] T 00000000000000000000000000000000 P d67050f8af3d4212af8676ccd0e8c5b6: stopping tablet replica
I20260630 12:38:18.977013   768 master.cc:584] Master@127.0.192.62:43035 shutdown complete.
[       OK ] AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully (1331 ms)
[ RUN      ] AutoRebalancerTest.RebalancerMetricsFollowerMoves
I20260630 12:38:19.014038   768 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.192.62:46541
I20260630 12:38:19.015172   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:19.020081 11513 instance_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:19.020193 11514 instance_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:19.021898 11516 instance_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:19.022986   768 server_base.cc:1061] running on GCE node
I20260630 12:38:19.023689   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:19.023854   768 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:19.023996   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823099023970 us; error 0 us; skew 500 ppm
I20260630 12:38:19.024430   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:19.026629   768 webserver.cc:533] Webserver started at http://127.0.192.62:34603/ using document root <none> and password file <none>
I20260630 12:38:19.027072   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:19.027230   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:19.027428   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:19.028393   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822852710831-768-0/minicluster-data/master-0-root/instance:
uuid: "ddaba3763f6f4c12a614e77915a821d0"
format_stamp: "Formatted at 2026-06-30 12:38:19 on dist-test-slave-n0zz"
I20260630 12:38:19.032609   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:38:19.035805 11521 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:19.036844   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:38:19.037082   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822852710831-768-0/minicluster-data/master-0-root
uuid: "ddaba3763f6f4c12a614e77915a821d0"
format_stamp: "Formatted at 2026-06-30 12:38:19 on dist-test-slave-n0zz"
I20260630 12:38:19.037309   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822852710831-768-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822852710831-768-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822852710831-768-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:19.050539   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:19.051473   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:19.085944   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.62:46541
I20260630 12:38:19.086040 11572 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.62:46541 every 8 connection(s)
I20260630 12:38:19.089640 11573 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:19.100473 11573 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ddaba3763f6f4c12a614e77915a821d0: Bootstrap starting.
I20260630 12:38:19.105054 11573 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ddaba3763f6f4c12a614e77915a821d0: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:19.109028 11573 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ddaba3763f6f4c12a614e77915a821d0: No bootstrap required, opened a new log
I20260630 12:38:19.111140 11573 raft_consensus.cc:359] T 00000000000000000000000000000000 P ddaba3763f6f4c12a614e77915a821d0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ddaba3763f6f4c12a614e77915a821d0" member_type: VOTER }
I20260630 12:38:19.111534 11573 raft_consensus.cc:385] T 00000000000000000000000000000000 P ddaba3763f6f4c12a614e77915a821d0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:19.111824 11573 raft_consensus.cc:740] T 00000000000000000000000000000000 P ddaba3763f6f4c12a614e77915a821d0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ddaba3763f6f4c12a614e77915a821d0, State: Initialized, Role: FOLLOWER
I20260630 12:38:19.112438 11573 consensus_queue.cc:260] T 00000000000000000000000000000000 P ddaba3763f6f4c12a614e77915a821d0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "ddaba3763f6f4c12a614e77915a821d0" member_type: VOTER }
I20260630 12:38:19.112915 11573 raft_consensus.cc:399] T 00000000000000000000000000000000 P ddaba3763f6f4c12a614e77915a821d0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:19.113138 11573 raft_consensus.cc:493] T 00000000000000000000000000000000 P ddaba3763f6f4c12a614e77915a821d0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:19.113431 11573 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ddaba3763f6f4c12a614e77915a821d0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:19.118460 11573 raft_consensus.cc:515] T 00000000000000000000000000000000 P ddaba3763f6f4c12a614e77915a821d0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ddaba3763f6f4c12a614e77915a821d0" member_type: VOTER }
I20260630 12:38:19.119060 11573 leader_election.cc:304] T 00000000000000000000000000000000 P ddaba3763f6f4c12a614e77915a821d0 [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: ddaba3763f6f4c12a614e77915a821d0; no voters: 
I20260630 12:38:19.120229 11573 leader_election.cc:290] T 00000000000000000000000000000000 P ddaba3763f6f4c12a614e77915a821d0 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:19.120590 11576 raft_consensus.cc:2804] T 00000000000000000000000000000000 P ddaba3763f6f4c12a614e77915a821d0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:19.122051 11576 raft_consensus.cc:697] T 00000000000000000000000000000000 P ddaba3763f6f4c12a614e77915a821d0 [term 1 LEADER]: Becoming Leader. State: Replica: ddaba3763f6f4c12a614e77915a821d0, State: Running, Role: LEADER
I20260630 12:38:19.122699 11576 consensus_queue.cc:237] T 00000000000000000000000000000000 P ddaba3763f6f4c12a614e77915a821d0 [LEADER]: Queue going to LEADER mode. State: All 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: "ddaba3763f6f4c12a614e77915a821d0" member_type: VOTER }
I20260630 12:38:19.123251 11573 sys_catalog.cc:565] T 00000000000000000000000000000000 P ddaba3763f6f4c12a614e77915a821d0 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:38:19.125583 11578 sys_catalog.cc:455] T 00000000000000000000000000000000 P ddaba3763f6f4c12a614e77915a821d0 [sys.catalog]: SysCatalogTable state changed. Reason: New leader ddaba3763f6f4c12a614e77915a821d0. Latest consensus state: current_term: 1 leader_uuid: "ddaba3763f6f4c12a614e77915a821d0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ddaba3763f6f4c12a614e77915a821d0" member_type: VOTER } }
I20260630 12:38:19.125571 11577 sys_catalog.cc:455] T 00000000000000000000000000000000 P ddaba3763f6f4c12a614e77915a821d0 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "ddaba3763f6f4c12a614e77915a821d0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ddaba3763f6f4c12a614e77915a821d0" member_type: VOTER } }
I20260630 12:38:19.126356 11578 sys_catalog.cc:458] T 00000000000000000000000000000000 P ddaba3763f6f4c12a614e77915a821d0 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:19.126498 11577 sys_catalog.cc:458] T 00000000000000000000000000000000 P ddaba3763f6f4c12a614e77915a821d0 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:19.129711 11581 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:38:19.136399 11581 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:38:19.137663   768 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:38:19.145608 11581 catalog_manager.cc:1383] Generated new cluster ID: 00329c2918454a0eb423bda6da7a6d8e
I20260630 12:38:19.145865 11581 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:38:19.164930 11581 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:38:19.166229 11581 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:38:19.181959 11581 catalog_manager.cc:6070] T 00000000000000000000000000000000 P ddaba3763f6f4c12a614e77915a821d0: Generated new TSK 0
I20260630 12:38:19.182590 11581 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:38:19.204849   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:19.210533 11594 instance_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:19.211679 11595 instance_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:19.213511 11597 instance_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:19.214043   768 server_base.cc:1061] running on GCE node
I20260630 12:38:19.215031   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:19.215236   768 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:19.215413   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823099215394 us; error 0 us; skew 500 ppm
I20260630 12:38:19.216166   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:19.218626   768 webserver.cc:533] Webserver started at http://127.0.192.1:44381/ using document root <none> and password file <none>
I20260630 12:38:19.219064   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:19.219215   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:19.219426   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:19.220435   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822852710831-768-0/minicluster-data/ts-0-root/instance:
uuid: "1cf9616920bb458fa324ed95d1465d5c"
format_stamp: "Formatted at 2026-06-30 12:38:19 on dist-test-slave-n0zz"
I20260630 12:38:19.224874   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:38:19.228180 11602 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:19.229110   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:38:19.229511   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822852710831-768-0/minicluster-data/ts-0-root
uuid: "1cf9616920bb458fa324ed95d1465d5c"
format_stamp: "Formatted at 2026-06-30 12:38:19 on dist-test-slave-n0zz"
I20260630 12:38:19.229802   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822852710831-768-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822852710831-768-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822852710831-768-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:19.257325   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:19.258347   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:19.259738   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:19.262001   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:19.262252   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:38:19.262507   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:19.262676   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:19.300390   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.1:33949
I20260630 12:38:19.300496 11664 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.1:33949 every 8 connection(s)
I20260630 12:38:19.305289   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:19.312935 11669 instance_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:19.313784 11670 instance_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:19.317068 11672 instance_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:19.317427   768 server_base.cc:1061] running on GCE node
I20260630 12:38:19.318681   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:19.318989   768 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:19.319026 11665 heartbeater.cc:344] Connected to a master server at 127.0.192.62:46541
I20260630 12:38:19.319192   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823099319176 us; error 0 us; skew 500 ppm
I20260630 12:38:19.319556 11665 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:19.319945   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:19.320362 11665 heartbeater.cc:507] Master 127.0.192.62:46541 requested a full tablet report, sending...
I20260630 12:38:19.322739 11538 ts_manager.cc:194] Registered new tserver with Master: 1cf9616920bb458fa324ed95d1465d5c (127.0.192.1:33949)
I20260630 12:38:19.322842   768 webserver.cc:533] Webserver started at http://127.0.192.2:33967/ using document root <none> and password file <none>
I20260630 12:38:19.323614   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:19.323865   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:19.324184   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:19.325253 11538 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33774
I20260630 12:38:19.325634   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822852710831-768-0/minicluster-data/ts-1-root/instance:
uuid: "96cbd129b3f64e99bdda981f25744741"
format_stamp: "Formatted at 2026-06-30 12:38:19 on dist-test-slave-n0zz"
I20260630 12:38:19.330138   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.002s
I20260630 12:38:19.333433 11677 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:19.334337   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:19.334666   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822852710831-768-0/minicluster-data/ts-1-root
uuid: "96cbd129b3f64e99bdda981f25744741"
format_stamp: "Formatted at 2026-06-30 12:38:19 on dist-test-slave-n0zz"
I20260630 12:38:19.334967   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822852710831-768-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822852710831-768-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822852710831-768-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:19.362077   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:19.363204   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:19.364648   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:19.366858   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:19.367079   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:19.367347   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:19.367519   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:19.404378   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.2:43405
I20260630 12:38:19.404475 11739 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.2:43405 every 8 connection(s)
I20260630 12:38:19.409106   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:19.415889 11743 instance_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:19.417860 11744 instance_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:19.419977 11746 instance_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:19.420006   768 server_base.cc:1061] running on GCE node
I20260630 12:38:19.420881 11740 heartbeater.cc:344] Connected to a master server at 127.0.192.62:46541
I20260630 12:38:19.421330 11740 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:19.421437   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:19.421758   768 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:19.421938   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823099421921 us; error 0 us; skew 500 ppm
I20260630 12:38:19.422281 11740 heartbeater.cc:507] Master 127.0.192.62:46541 requested a full tablet report, sending...
I20260630 12:38:19.422577   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:19.424608 11538 ts_manager.cc:194] Registered new tserver with Master: 96cbd129b3f64e99bdda981f25744741 (127.0.192.2:43405)
I20260630 12:38:19.425540   768 webserver.cc:533] Webserver started at http://127.0.192.3:40825/ using document root <none> and password file <none>
I20260630 12:38:19.426244   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:19.426477   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:19.426513 11538 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33790
I20260630 12:38:19.426903   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:19.428249   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822852710831-768-0/minicluster-data/ts-2-root/instance:
uuid: "674aea18debc4b22916831125b2d01ff"
format_stamp: "Formatted at 2026-06-30 12:38:19 on dist-test-slave-n0zz"
I20260630 12:38:19.433183   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:38:19.436913 11751 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:19.437716   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:38:19.438045   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822852710831-768-0/minicluster-data/ts-2-root
uuid: "674aea18debc4b22916831125b2d01ff"
format_stamp: "Formatted at 2026-06-30 12:38:19 on dist-test-slave-n0zz"
I20260630 12:38:19.438380   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822852710831-768-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822852710831-768-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822852710831-768-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:19.462496   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:19.463546   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:19.464936   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:19.467133   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:19.467363   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:19.467607   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:19.467779   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:19.506050   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.3:33495
I20260630 12:38:19.506170 11813 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.3:33495 every 8 connection(s)
I20260630 12:38:19.519431 11814 heartbeater.cc:344] Connected to a master server at 127.0.192.62:46541
I20260630 12:38:19.519833 11814 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:19.520470 11814 heartbeater.cc:507] Master 127.0.192.62:46541 requested a full tablet report, sending...
I20260630 12:38:19.522363 11538 ts_manager.cc:194] Registered new tserver with Master: 674aea18debc4b22916831125b2d01ff (127.0.192.3:33495)
I20260630 12:38:19.522723   768 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013473774s
I20260630 12:38:19.523890 11538 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33804
I20260630 12:38:20.327979 11665 heartbeater.cc:499] Master 127.0.192.62:46541 was elected leader, sending a full tablet report...
I20260630 12:38:20.429590 11740 heartbeater.cc:499] Master 127.0.192.62:46541 was elected leader, sending a full tablet report...
I20260630 12:38:20.526499 11814 heartbeater.cc:499] Master 127.0.192.62:46541 was elected leader, sending a full tablet report...
I20260630 12:38:20.577991 11538 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:33808:
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:38:20.580238 11538 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:20.661621 11705 tablet_service.cc:1511] Processing CreateTablet for tablet 2892a0b946e74ffa862d40497e4109f2 (DEFAULT_TABLE table=test-workload [id=27cbe66faa31466786e6819b94ca250d]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:38:20.662022 11704 tablet_service.cc:1511] Processing CreateTablet for tablet ce0d7702516f4ff6abf8c9f52cfed1dc (DEFAULT_TABLE table=test-workload [id=27cbe66faa31466786e6819b94ca250d]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:38:20.663100 11705 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2892a0b946e74ffa862d40497e4109f2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:20.663697 11704 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ce0d7702516f4ff6abf8c9f52cfed1dc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:20.664582 11702 tablet_service.cc:1511] Processing CreateTablet for tablet 8885048102ac453e8874bfca6c71491c (DEFAULT_TABLE table=test-workload [id=27cbe66faa31466786e6819b94ca250d]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:38:20.665882 11702 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8885048102ac453e8874bfca6c71491c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:20.666015 11779 tablet_service.cc:1511] Processing CreateTablet for tablet 2892a0b946e74ffa862d40497e4109f2 (DEFAULT_TABLE table=test-workload [id=27cbe66faa31466786e6819b94ca250d]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:38:20.667335 11779 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2892a0b946e74ffa862d40497e4109f2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:20.667099 11778 tablet_service.cc:1511] Processing CreateTablet for tablet ce0d7702516f4ff6abf8c9f52cfed1dc (DEFAULT_TABLE table=test-workload [id=27cbe66faa31466786e6819b94ca250d]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:38:20.669180 11777 tablet_service.cc:1511] Processing CreateTablet for tablet 8a1b5993767e47d4ac3e091a7818a232 (DEFAULT_TABLE table=test-workload [id=27cbe66faa31466786e6819b94ca250d]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:38:20.670526 11777 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8a1b5993767e47d4ac3e091a7818a232. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:20.671247 11703 tablet_service.cc:1511] Processing CreateTablet for tablet 8a1b5993767e47d4ac3e091a7818a232 (DEFAULT_TABLE table=test-workload [id=27cbe66faa31466786e6819b94ca250d]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:38:20.672605 11703 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8a1b5993767e47d4ac3e091a7818a232. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:20.675308 11776 tablet_service.cc:1511] Processing CreateTablet for tablet 8885048102ac453e8874bfca6c71491c (DEFAULT_TABLE table=test-workload [id=27cbe66faa31466786e6819b94ca250d]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:38:20.676667 11776 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8885048102ac453e8874bfca6c71491c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:20.678721 11778 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ce0d7702516f4ff6abf8c9f52cfed1dc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:20.698271 11628 tablet_service.cc:1511] Processing CreateTablet for tablet 8a1b5993767e47d4ac3e091a7818a232 (DEFAULT_TABLE table=test-workload [id=27cbe66faa31466786e6819b94ca250d]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:38:20.699187 11629 tablet_service.cc:1511] Processing CreateTablet for tablet ce0d7702516f4ff6abf8c9f52cfed1dc (DEFAULT_TABLE table=test-workload [id=27cbe66faa31466786e6819b94ca250d]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:38:20.699751 11628 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8a1b5993767e47d4ac3e091a7818a232. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:20.701122 11627 tablet_service.cc:1511] Processing CreateTablet for tablet 8885048102ac453e8874bfca6c71491c (DEFAULT_TABLE table=test-workload [id=27cbe66faa31466786e6819b94ca250d]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:38:20.701516 11630 tablet_service.cc:1511] Processing CreateTablet for tablet 2892a0b946e74ffa862d40497e4109f2 (DEFAULT_TABLE table=test-workload [id=27cbe66faa31466786e6819b94ca250d]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:38:20.702450 11627 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8885048102ac453e8874bfca6c71491c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:20.703047 11630 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2892a0b946e74ffa862d40497e4109f2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:20.706727 11629 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ce0d7702516f4ff6abf8c9f52cfed1dc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:20.723198 11835 tablet_bootstrap.cc:492] T ce0d7702516f4ff6abf8c9f52cfed1dc P 96cbd129b3f64e99bdda981f25744741: Bootstrap starting.
I20260630 12:38:20.731760 11835 tablet_bootstrap.cc:654] T ce0d7702516f4ff6abf8c9f52cfed1dc P 96cbd129b3f64e99bdda981f25744741: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:20.748989 11835 tablet_bootstrap.cc:492] T ce0d7702516f4ff6abf8c9f52cfed1dc P 96cbd129b3f64e99bdda981f25744741: No bootstrap required, opened a new log
I20260630 12:38:20.749733 11835 ts_tablet_manager.cc:1403] T ce0d7702516f4ff6abf8c9f52cfed1dc P 96cbd129b3f64e99bdda981f25744741: Time spent bootstrapping tablet: real 0.027s	user 0.012s	sys 0.000s
I20260630 12:38:20.753144 11835 raft_consensus.cc:359] T ce0d7702516f4ff6abf8c9f52cfed1dc P 96cbd129b3f64e99bdda981f25744741 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } }
I20260630 12:38:20.754492 11835 raft_consensus.cc:385] T ce0d7702516f4ff6abf8c9f52cfed1dc P 96cbd129b3f64e99bdda981f25744741 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:20.755069 11835 raft_consensus.cc:740] T ce0d7702516f4ff6abf8c9f52cfed1dc P 96cbd129b3f64e99bdda981f25744741 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 96cbd129b3f64e99bdda981f25744741, State: Initialized, Role: FOLLOWER
I20260630 12:38:20.755554 11836 tablet_bootstrap.cc:492] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c: Bootstrap starting.
I20260630 12:38:20.756031 11835 consensus_queue.cc:260] T ce0d7702516f4ff6abf8c9f52cfed1dc P 96cbd129b3f64e99bdda981f25744741 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } }
I20260630 12:38:20.761981 11836 tablet_bootstrap.cc:654] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:20.769117 11834 tablet_bootstrap.cc:492] T 2892a0b946e74ffa862d40497e4109f2 P 674aea18debc4b22916831125b2d01ff: Bootstrap starting.
I20260630 12:38:20.772768 11836 tablet_bootstrap.cc:492] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c: No bootstrap required, opened a new log
I20260630 12:38:20.773324 11836 ts_tablet_manager.cc:1403] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c: Time spent bootstrapping tablet: real 0.018s	user 0.007s	sys 0.008s
I20260630 12:38:20.775074 11834 tablet_bootstrap.cc:654] T 2892a0b946e74ffa862d40497e4109f2 P 674aea18debc4b22916831125b2d01ff: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:20.776392 11836 raft_consensus.cc:359] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } }
I20260630 12:38:20.784523 11836 raft_consensus.cc:385] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:20.784858 11836 raft_consensus.cc:740] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1cf9616920bb458fa324ed95d1465d5c, State: Initialized, Role: FOLLOWER
I20260630 12:38:20.785238 11840 raft_consensus.cc:493] T ce0d7702516f4ff6abf8c9f52cfed1dc P 96cbd129b3f64e99bdda981f25744741 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:20.785979 11840 raft_consensus.cc:515] T ce0d7702516f4ff6abf8c9f52cfed1dc P 96cbd129b3f64e99bdda981f25744741 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } }
I20260630 12:38:20.787585 11834 tablet_bootstrap.cc:492] T 2892a0b946e74ffa862d40497e4109f2 P 674aea18debc4b22916831125b2d01ff: No bootstrap required, opened a new log
I20260630 12:38:20.788142 11834 ts_tablet_manager.cc:1403] T 2892a0b946e74ffa862d40497e4109f2 P 674aea18debc4b22916831125b2d01ff: Time spent bootstrapping tablet: real 0.020s	user 0.005s	sys 0.012s
I20260630 12:38:20.788277 11835 ts_tablet_manager.cc:1434] T ce0d7702516f4ff6abf8c9f52cfed1dc P 96cbd129b3f64e99bdda981f25744741: Time spent starting tablet: real 0.038s	user 0.011s	sys 0.012s
I20260630 12:38:20.789363 11835 tablet_bootstrap.cc:492] T 8885048102ac453e8874bfca6c71491c P 96cbd129b3f64e99bdda981f25744741: Bootstrap starting.
I20260630 12:38:20.790980 11834 raft_consensus.cc:359] T 2892a0b946e74ffa862d40497e4109f2 P 674aea18debc4b22916831125b2d01ff [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } }
I20260630 12:38:20.791914 11834 raft_consensus.cc:385] T 2892a0b946e74ffa862d40497e4109f2 P 674aea18debc4b22916831125b2d01ff [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:20.792351 11834 raft_consensus.cc:740] T 2892a0b946e74ffa862d40497e4109f2 P 674aea18debc4b22916831125b2d01ff [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 674aea18debc4b22916831125b2d01ff, State: Initialized, Role: FOLLOWER
I20260630 12:38:20.793571 11834 consensus_queue.cc:260] T 2892a0b946e74ffa862d40497e4109f2 P 674aea18debc4b22916831125b2d01ff [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } }
I20260630 12:38:20.795724 11835 tablet_bootstrap.cc:654] T 8885048102ac453e8874bfca6c71491c P 96cbd129b3f64e99bdda981f25744741: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:20.785903 11836 consensus_queue.cc:260] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } }
I20260630 12:38:20.801695 11834 ts_tablet_manager.cc:1434] T 2892a0b946e74ffa862d40497e4109f2 P 674aea18debc4b22916831125b2d01ff: Time spent starting tablet: real 0.013s	user 0.010s	sys 0.003s
I20260630 12:38:20.802894 11834 tablet_bootstrap.cc:492] T 8a1b5993767e47d4ac3e091a7818a232 P 674aea18debc4b22916831125b2d01ff: Bootstrap starting.
I20260630 12:38:20.805166 11836 ts_tablet_manager.cc:1434] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c: Time spent starting tablet: real 0.032s	user 0.010s	sys 0.001s
I20260630 12:38:20.806344 11836 tablet_bootstrap.cc:492] T 8a1b5993767e47d4ac3e091a7818a232 P 1cf9616920bb458fa324ed95d1465d5c: Bootstrap starting.
I20260630 12:38:20.799000 11840 leader_election.cc:290] T ce0d7702516f4ff6abf8c9f52cfed1dc P 96cbd129b3f64e99bdda981f25744741 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1cf9616920bb458fa324ed95d1465d5c (127.0.192.1:33949), 674aea18debc4b22916831125b2d01ff (127.0.192.3:33495)
I20260630 12:38:20.819226 11835 tablet_bootstrap.cc:492] T 8885048102ac453e8874bfca6c71491c P 96cbd129b3f64e99bdda981f25744741: No bootstrap required, opened a new log
I20260630 12:38:20.819927 11835 ts_tablet_manager.cc:1403] T 8885048102ac453e8874bfca6c71491c P 96cbd129b3f64e99bdda981f25744741: Time spent bootstrapping tablet: real 0.031s	user 0.015s	sys 0.002s
I20260630 12:38:20.822430 11836 tablet_bootstrap.cc:654] T 8a1b5993767e47d4ac3e091a7818a232 P 1cf9616920bb458fa324ed95d1465d5c: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:20.825320 11834 tablet_bootstrap.cc:654] T 8a1b5993767e47d4ac3e091a7818a232 P 674aea18debc4b22916831125b2d01ff: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:20.825672 11835 raft_consensus.cc:359] T 8885048102ac453e8874bfca6c71491c P 96cbd129b3f64e99bdda981f25744741 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } }
I20260630 12:38:20.826519 11835 raft_consensus.cc:385] T 8885048102ac453e8874bfca6c71491c P 96cbd129b3f64e99bdda981f25744741 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:20.826891 11835 raft_consensus.cc:740] T 8885048102ac453e8874bfca6c71491c P 96cbd129b3f64e99bdda981f25744741 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 96cbd129b3f64e99bdda981f25744741, State: Initialized, Role: FOLLOWER
I20260630 12:38:20.827811 11835 consensus_queue.cc:260] T 8885048102ac453e8874bfca6c71491c P 96cbd129b3f64e99bdda981f25744741 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } }
I20260630 12:38:20.833189 11835 ts_tablet_manager.cc:1434] T 8885048102ac453e8874bfca6c71491c P 96cbd129b3f64e99bdda981f25744741: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.000s
I20260630 12:38:20.834837 11835 tablet_bootstrap.cc:492] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741: Bootstrap starting.
I20260630 12:38:20.842911 11835 tablet_bootstrap.cc:654] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:20.843375 11834 tablet_bootstrap.cc:492] T 8a1b5993767e47d4ac3e091a7818a232 P 674aea18debc4b22916831125b2d01ff: No bootstrap required, opened a new log
I20260630 12:38:20.844811 11834 ts_tablet_manager.cc:1403] T 8a1b5993767e47d4ac3e091a7818a232 P 674aea18debc4b22916831125b2d01ff: Time spent bootstrapping tablet: real 0.042s	user 0.012s	sys 0.012s
I20260630 12:38:20.849148 11834 raft_consensus.cc:359] T 8a1b5993767e47d4ac3e091a7818a232 P 674aea18debc4b22916831125b2d01ff [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } }
I20260630 12:38:20.849951 11834 raft_consensus.cc:385] T 8a1b5993767e47d4ac3e091a7818a232 P 674aea18debc4b22916831125b2d01ff [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:20.850304 11834 raft_consensus.cc:740] T 8a1b5993767e47d4ac3e091a7818a232 P 674aea18debc4b22916831125b2d01ff [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 674aea18debc4b22916831125b2d01ff, State: Initialized, Role: FOLLOWER
I20260630 12:38:20.850993 11640 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ce0d7702516f4ff6abf8c9f52cfed1dc" candidate_uuid: "96cbd129b3f64e99bdda981f25744741" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1cf9616920bb458fa324ed95d1465d5c" is_pre_election: true
I20260630 12:38:20.851212 11834 consensus_queue.cc:260] T 8a1b5993767e47d4ac3e091a7818a232 P 674aea18debc4b22916831125b2d01ff [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } }
I20260630 12:38:20.851048 11836 tablet_bootstrap.cc:492] T 8a1b5993767e47d4ac3e091a7818a232 P 1cf9616920bb458fa324ed95d1465d5c: No bootstrap required, opened a new log
I20260630 12:38:20.853003 11836 ts_tablet_manager.cc:1403] T 8a1b5993767e47d4ac3e091a7818a232 P 1cf9616920bb458fa324ed95d1465d5c: Time spent bootstrapping tablet: real 0.047s	user 0.004s	sys 0.009s
I20260630 12:38:20.853519 11834 ts_tablet_manager.cc:1434] T 8a1b5993767e47d4ac3e091a7818a232 P 674aea18debc4b22916831125b2d01ff: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:38:20.853701 11835 tablet_bootstrap.cc:492] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741: No bootstrap required, opened a new log
I20260630 12:38:20.854360 11835 ts_tablet_manager.cc:1403] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741: Time spent bootstrapping tablet: real 0.020s	user 0.014s	sys 0.000s
I20260630 12:38:20.854770 11834 tablet_bootstrap.cc:492] T ce0d7702516f4ff6abf8c9f52cfed1dc P 674aea18debc4b22916831125b2d01ff: Bootstrap starting.
W20260630 12:38:20.856848 11680 leader_election.cc:343] T ce0d7702516f4ff6abf8c9f52cfed1dc P 96cbd129b3f64e99bdda981f25744741 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 1cf9616920bb458fa324ed95d1465d5c (127.0.192.1:33949): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:20.857429 11835 raft_consensus.cc:359] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } }
I20260630 12:38:20.858280 11835 raft_consensus.cc:385] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:20.858623 11835 raft_consensus.cc:740] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 96cbd129b3f64e99bdda981f25744741, State: Initialized, Role: FOLLOWER
I20260630 12:38:20.858805 11789 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ce0d7702516f4ff6abf8c9f52cfed1dc" candidate_uuid: "96cbd129b3f64e99bdda981f25744741" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "674aea18debc4b22916831125b2d01ff" is_pre_election: true
I20260630 12:38:20.859419 11835 consensus_queue.cc:260] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } }
I20260630 12:38:20.855964 11836 raft_consensus.cc:359] T 8a1b5993767e47d4ac3e091a7818a232 P 1cf9616920bb458fa324ed95d1465d5c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } }
I20260630 12:38:20.861620 11834 tablet_bootstrap.cc:654] T ce0d7702516f4ff6abf8c9f52cfed1dc P 674aea18debc4b22916831125b2d01ff: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:20.861740 11835 ts_tablet_manager.cc:1434] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260630 12:38:20.862012 11836 raft_consensus.cc:385] T 8a1b5993767e47d4ac3e091a7818a232 P 1cf9616920bb458fa324ed95d1465d5c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:20.862473 11836 raft_consensus.cc:740] T 8a1b5993767e47d4ac3e091a7818a232 P 1cf9616920bb458fa324ed95d1465d5c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1cf9616920bb458fa324ed95d1465d5c, State: Initialized, Role: FOLLOWER
I20260630 12:38:20.863026 11835 tablet_bootstrap.cc:492] T 2892a0b946e74ffa862d40497e4109f2 P 96cbd129b3f64e99bdda981f25744741: Bootstrap starting.
I20260630 12:38:20.863543 11836 consensus_queue.cc:260] T 8a1b5993767e47d4ac3e091a7818a232 P 1cf9616920bb458fa324ed95d1465d5c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } }
W20260630 12:38:20.861505 11680 leader_election.cc:343] T ce0d7702516f4ff6abf8c9f52cfed1dc P 96cbd129b3f64e99bdda981f25744741 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 674aea18debc4b22916831125b2d01ff (127.0.192.3:33495): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:20.864845 11680 leader_election.cc:304] T ce0d7702516f4ff6abf8c9f52cfed1dc P 96cbd129b3f64e99bdda981f25744741 [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: 96cbd129b3f64e99bdda981f25744741; no voters: 1cf9616920bb458fa324ed95d1465d5c, 674aea18debc4b22916831125b2d01ff
I20260630 12:38:20.865999 11840 raft_consensus.cc:2749] T ce0d7702516f4ff6abf8c9f52cfed1dc P 96cbd129b3f64e99bdda981f25744741 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:38:20.869901 11835 tablet_bootstrap.cc:654] T 2892a0b946e74ffa862d40497e4109f2 P 96cbd129b3f64e99bdda981f25744741: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:20.878548 11836 ts_tablet_manager.cc:1434] T 8a1b5993767e47d4ac3e091a7818a232 P 1cf9616920bb458fa324ed95d1465d5c: Time spent starting tablet: real 0.025s	user 0.007s	sys 0.000s
I20260630 12:38:20.881749 11835 tablet_bootstrap.cc:492] T 2892a0b946e74ffa862d40497e4109f2 P 96cbd129b3f64e99bdda981f25744741: No bootstrap required, opened a new log
I20260630 12:38:20.882251 11836 tablet_bootstrap.cc:492] T ce0d7702516f4ff6abf8c9f52cfed1dc P 1cf9616920bb458fa324ed95d1465d5c: Bootstrap starting.
I20260630 12:38:20.882436 11835 ts_tablet_manager.cc:1403] T 2892a0b946e74ffa862d40497e4109f2 P 96cbd129b3f64e99bdda981f25744741: Time spent bootstrapping tablet: real 0.020s	user 0.011s	sys 0.007s
I20260630 12:38:20.885720 11835 raft_consensus.cc:359] T 2892a0b946e74ffa862d40497e4109f2 P 96cbd129b3f64e99bdda981f25744741 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } }
I20260630 12:38:20.886541 11835 raft_consensus.cc:385] T 2892a0b946e74ffa862d40497e4109f2 P 96cbd129b3f64e99bdda981f25744741 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:20.886824 11835 raft_consensus.cc:740] T 2892a0b946e74ffa862d40497e4109f2 P 96cbd129b3f64e99bdda981f25744741 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 96cbd129b3f64e99bdda981f25744741, State: Initialized, Role: FOLLOWER
I20260630 12:38:20.887477 11844 raft_consensus.cc:493] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:20.887550 11835 consensus_queue.cc:260] T 2892a0b946e74ffa862d40497e4109f2 P 96cbd129b3f64e99bdda981f25744741 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } }
I20260630 12:38:20.888432 11844 raft_consensus.cc:515] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } }
I20260630 12:38:20.890050 11835 ts_tablet_manager.cc:1434] T 2892a0b946e74ffa862d40497e4109f2 P 96cbd129b3f64e99bdda981f25744741: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:38:20.894591 11840 raft_consensus.cc:493] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:20.895364 11840 raft_consensus.cc:515] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } }
I20260630 12:38:20.898756 11844 leader_election.cc:290] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 96cbd129b3f64e99bdda981f25744741 (127.0.192.2:43405), 674aea18debc4b22916831125b2d01ff (127.0.192.3:33495)
I20260630 12:38:20.904573 11640 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8a1b5993767e47d4ac3e091a7818a232" candidate_uuid: "96cbd129b3f64e99bdda981f25744741" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1cf9616920bb458fa324ed95d1465d5c" is_pre_election: true
I20260630 12:38:20.905652 11640 raft_consensus.cc:2468] T 8a1b5993767e47d4ac3e091a7818a232 P 1cf9616920bb458fa324ed95d1465d5c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 96cbd129b3f64e99bdda981f25744741 in term 0.
I20260630 12:38:20.907176 11789 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8a1b5993767e47d4ac3e091a7818a232" candidate_uuid: "96cbd129b3f64e99bdda981f25744741" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "674aea18debc4b22916831125b2d01ff" is_pre_election: true
I20260630 12:38:20.908043 11836 tablet_bootstrap.cc:654] T ce0d7702516f4ff6abf8c9f52cfed1dc P 1cf9616920bb458fa324ed95d1465d5c: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:20.908139 11789 raft_consensus.cc:2468] T 8a1b5993767e47d4ac3e091a7818a232 P 674aea18debc4b22916831125b2d01ff [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 96cbd129b3f64e99bdda981f25744741 in term 0.
I20260630 12:38:20.912254 11680 leader_election.cc:304] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 674aea18debc4b22916831125b2d01ff, 96cbd129b3f64e99bdda981f25744741; no voters: 
I20260630 12:38:20.913789 11838 raft_consensus.cc:2804] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:20.914316 11838 raft_consensus.cc:493] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:20.914683 11838 raft_consensus.cc:3060] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:20.916893 11834 tablet_bootstrap.cc:492] T ce0d7702516f4ff6abf8c9f52cfed1dc P 674aea18debc4b22916831125b2d01ff: No bootstrap required, opened a new log
I20260630 12:38:20.917548 11834 ts_tablet_manager.cc:1403] T ce0d7702516f4ff6abf8c9f52cfed1dc P 674aea18debc4b22916831125b2d01ff: Time spent bootstrapping tablet: real 0.063s	user 0.028s	sys 0.028s
I20260630 12:38:20.898443 11840 leader_election.cc:290] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1cf9616920bb458fa324ed95d1465d5c (127.0.192.1:33949), 674aea18debc4b22916831125b2d01ff (127.0.192.3:33495)
I20260630 12:38:20.920763 11834 raft_consensus.cc:359] T ce0d7702516f4ff6abf8c9f52cfed1dc P 674aea18debc4b22916831125b2d01ff [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } }
I20260630 12:38:20.921612 11834 raft_consensus.cc:385] T ce0d7702516f4ff6abf8c9f52cfed1dc P 674aea18debc4b22916831125b2d01ff [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:20.921931 11834 raft_consensus.cc:740] T ce0d7702516f4ff6abf8c9f52cfed1dc P 674aea18debc4b22916831125b2d01ff [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 674aea18debc4b22916831125b2d01ff, State: Initialized, Role: FOLLOWER
I20260630 12:38:20.922824 11834 consensus_queue.cc:260] T ce0d7702516f4ff6abf8c9f52cfed1dc P 674aea18debc4b22916831125b2d01ff [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } }
I20260630 12:38:20.924659 11838 raft_consensus.cc:515] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } }
I20260630 12:38:20.928520 11640 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8a1b5993767e47d4ac3e091a7818a232" candidate_uuid: "96cbd129b3f64e99bdda981f25744741" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1cf9616920bb458fa324ed95d1465d5c"
I20260630 12:38:20.929186 11640 raft_consensus.cc:3060] T 8a1b5993767e47d4ac3e091a7818a232 P 1cf9616920bb458fa324ed95d1465d5c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:20.935508 11715 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2892a0b946e74ffa862d40497e4109f2" candidate_uuid: "1cf9616920bb458fa324ed95d1465d5c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "96cbd129b3f64e99bdda981f25744741" is_pre_election: true
I20260630 12:38:20.937384 11715 raft_consensus.cc:2468] T 2892a0b946e74ffa862d40497e4109f2 P 96cbd129b3f64e99bdda981f25744741 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1cf9616920bb458fa324ed95d1465d5c in term 0.
I20260630 12:38:20.938971 11606 leader_election.cc:304] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1cf9616920bb458fa324ed95d1465d5c, 96cbd129b3f64e99bdda981f25744741; no voters: 
I20260630 12:38:20.940120 11844 raft_consensus.cc:2804] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:20.940538 11844 raft_consensus.cc:493] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:20.940901 11844 raft_consensus.cc:3060] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:20.933847 11834 ts_tablet_manager.cc:1434] T ce0d7702516f4ff6abf8c9f52cfed1dc P 674aea18debc4b22916831125b2d01ff: Time spent starting tablet: real 0.016s	user 0.005s	sys 0.005s
I20260630 12:38:20.948956 11834 tablet_bootstrap.cc:492] T 8885048102ac453e8874bfca6c71491c P 674aea18debc4b22916831125b2d01ff: Bootstrap starting.
I20260630 12:38:20.952580 11844 raft_consensus.cc:515] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } }
I20260630 12:38:20.955466 11843 raft_consensus.cc:493] T ce0d7702516f4ff6abf8c9f52cfed1dc P 674aea18debc4b22916831125b2d01ff [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:20.956092 11834 tablet_bootstrap.cc:654] T 8885048102ac453e8874bfca6c71491c P 674aea18debc4b22916831125b2d01ff: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:20.962759 11715 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2892a0b946e74ffa862d40497e4109f2" candidate_uuid: "1cf9616920bb458fa324ed95d1465d5c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "96cbd129b3f64e99bdda981f25744741"
I20260630 12:38:20.963495 11715 raft_consensus.cc:3060] T 2892a0b946e74ffa862d40497e4109f2 P 96cbd129b3f64e99bdda981f25744741 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:20.957224 11640 raft_consensus.cc:2468] T 8a1b5993767e47d4ac3e091a7818a232 P 1cf9616920bb458fa324ed95d1465d5c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 96cbd129b3f64e99bdda981f25744741 in term 1.
I20260630 12:38:20.966331 11787 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2892a0b946e74ffa862d40497e4109f2" candidate_uuid: "1cf9616920bb458fa324ed95d1465d5c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "674aea18debc4b22916831125b2d01ff"
I20260630 12:38:20.967016 11787 raft_consensus.cc:3060] T 2892a0b946e74ffa862d40497e4109f2 P 674aea18debc4b22916831125b2d01ff [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:20.967540 11836 tablet_bootstrap.cc:492] T ce0d7702516f4ff6abf8c9f52cfed1dc P 1cf9616920bb458fa324ed95d1465d5c: No bootstrap required, opened a new log
I20260630 12:38:20.968078 11836 ts_tablet_manager.cc:1403] T ce0d7702516f4ff6abf8c9f52cfed1dc P 1cf9616920bb458fa324ed95d1465d5c: Time spent bootstrapping tablet: real 0.086s	user 0.032s	sys 0.034s
I20260630 12:38:20.971096 11680 leader_election.cc:304] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1cf9616920bb458fa324ed95d1465d5c, 96cbd129b3f64e99bdda981f25744741; no voters: 
I20260630 12:38:20.958909 11789 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8a1b5993767e47d4ac3e091a7818a232" candidate_uuid: "96cbd129b3f64e99bdda981f25744741" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "674aea18debc4b22916831125b2d01ff"
I20260630 12:38:20.972550 11789 raft_consensus.cc:3060] T 8a1b5993767e47d4ac3e091a7818a232 P 674aea18debc4b22916831125b2d01ff [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:20.972754 11840 raft_consensus.cc:2804] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:20.975001 11787 raft_consensus.cc:2468] T 2892a0b946e74ffa862d40497e4109f2 P 674aea18debc4b22916831125b2d01ff [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1cf9616920bb458fa324ed95d1465d5c in term 1.
I20260630 12:38:20.976385 11605 leader_election.cc:304] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1cf9616920bb458fa324ed95d1465d5c, 674aea18debc4b22916831125b2d01ff; no voters: 
I20260630 12:38:20.980829 11857 raft_consensus.cc:2804] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:20.980885 11789 raft_consensus.cc:2468] T 8a1b5993767e47d4ac3e091a7818a232 P 674aea18debc4b22916831125b2d01ff [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 96cbd129b3f64e99bdda981f25744741 in term 1.
I20260630 12:38:20.959795 11843 raft_consensus.cc:515] T ce0d7702516f4ff6abf8c9f52cfed1dc P 674aea18debc4b22916831125b2d01ff [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } }
I20260630 12:38:20.961203 11788 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2892a0b946e74ffa862d40497e4109f2" candidate_uuid: "1cf9616920bb458fa324ed95d1465d5c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "674aea18debc4b22916831125b2d01ff" is_pre_election: true
I20260630 12:38:20.982383 11788 raft_consensus.cc:2376] T 2892a0b946e74ffa862d40497e4109f2 P 674aea18debc4b22916831125b2d01ff [term 1 FOLLOWER]: Leader pre-election vote request: Already granted yes vote for candidate 1cf9616920bb458fa324ed95d1465d5c in term 1. Re-sending same reply.
I20260630 12:38:20.961860 11844 leader_election.cc:290] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [CANDIDATE]: Term 1 election: Requested vote from peers 96cbd129b3f64e99bdda981f25744741 (127.0.192.2:43405), 674aea18debc4b22916831125b2d01ff (127.0.192.3:33495)
I20260630 12:38:20.984225 11843 leader_election.cc:290] T ce0d7702516f4ff6abf8c9f52cfed1dc P 674aea18debc4b22916831125b2d01ff [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1cf9616920bb458fa324ed95d1465d5c (127.0.192.1:33949), 96cbd129b3f64e99bdda981f25744741 (127.0.192.2:43405)
I20260630 12:38:20.985116 11857 raft_consensus.cc:697] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [term 1 LEADER]: Becoming Leader. State: Replica: 1cf9616920bb458fa324ed95d1465d5c, State: Running, Role: LEADER
I20260630 12:38:20.986063 11857 consensus_queue.cc:237] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } }
I20260630 12:38:20.994342 11840 raft_consensus.cc:697] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [term 1 LEADER]: Becoming Leader. State: Replica: 96cbd129b3f64e99bdda981f25744741, State: Running, Role: LEADER
I20260630 12:38:20.957765 11838 leader_election.cc:290] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [CANDIDATE]: Term 1 election: Requested vote from peers 1cf9616920bb458fa324ed95d1465d5c (127.0.192.1:33949), 674aea18debc4b22916831125b2d01ff (127.0.192.3:33495)
I20260630 12:38:20.996908 11840 consensus_queue.cc:237] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } }
I20260630 12:38:20.971141 11836 raft_consensus.cc:359] T ce0d7702516f4ff6abf8c9f52cfed1dc P 1cf9616920bb458fa324ed95d1465d5c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } }
I20260630 12:38:20.999835 11836 raft_consensus.cc:385] T ce0d7702516f4ff6abf8c9f52cfed1dc P 1cf9616920bb458fa324ed95d1465d5c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:21.000387 11836 raft_consensus.cc:740] T ce0d7702516f4ff6abf8c9f52cfed1dc P 1cf9616920bb458fa324ed95d1465d5c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1cf9616920bb458fa324ed95d1465d5c, State: Initialized, Role: FOLLOWER
I20260630 12:38:21.001726 11715 raft_consensus.cc:2468] T 2892a0b946e74ffa862d40497e4109f2 P 96cbd129b3f64e99bdda981f25744741 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1cf9616920bb458fa324ed95d1465d5c in term 1.
I20260630 12:38:21.012112 11836 consensus_queue.cc:260] T ce0d7702516f4ff6abf8c9f52cfed1dc P 1cf9616920bb458fa324ed95d1465d5c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } }
I20260630 12:38:21.015100 11836 ts_tablet_manager.cc:1434] T ce0d7702516f4ff6abf8c9f52cfed1dc P 1cf9616920bb458fa324ed95d1465d5c: Time spent starting tablet: real 0.047s	user 0.006s	sys 0.004s
I20260630 12:38:21.016872 11836 tablet_bootstrap.cc:492] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c: Bootstrap starting.
I20260630 12:38:21.023341 11538 catalog_manager.cc:5697] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c reported cstate change: term changed from 0 to 1, leader changed from <none> to 1cf9616920bb458fa324ed95d1465d5c (127.0.192.1). New cstate: current_term: 1 leader_uuid: "1cf9616920bb458fa324ed95d1465d5c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:21.026324 11715 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ce0d7702516f4ff6abf8c9f52cfed1dc" candidate_uuid: "674aea18debc4b22916831125b2d01ff" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "96cbd129b3f64e99bdda981f25744741" is_pre_election: true
I20260630 12:38:21.027086 11715 raft_consensus.cc:2468] T ce0d7702516f4ff6abf8c9f52cfed1dc P 96cbd129b3f64e99bdda981f25744741 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 674aea18debc4b22916831125b2d01ff in term 0.
I20260630 12:38:21.028683 11755 leader_election.cc:304] T ce0d7702516f4ff6abf8c9f52cfed1dc P 674aea18debc4b22916831125b2d01ff [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 674aea18debc4b22916831125b2d01ff, 96cbd129b3f64e99bdda981f25744741; no voters: 
I20260630 12:38:21.030020 11834 tablet_bootstrap.cc:492] T 8885048102ac453e8874bfca6c71491c P 674aea18debc4b22916831125b2d01ff: No bootstrap required, opened a new log
I20260630 12:38:21.030637 11834 ts_tablet_manager.cc:1403] T 8885048102ac453e8874bfca6c71491c P 674aea18debc4b22916831125b2d01ff: Time spent bootstrapping tablet: real 0.082s	user 0.028s	sys 0.042s
I20260630 12:38:21.030575 11843 raft_consensus.cc:2804] T ce0d7702516f4ff6abf8c9f52cfed1dc P 674aea18debc4b22916831125b2d01ff [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:21.031198 11843 raft_consensus.cc:493] T ce0d7702516f4ff6abf8c9f52cfed1dc P 674aea18debc4b22916831125b2d01ff [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:21.031533 11843 raft_consensus.cc:3060] T ce0d7702516f4ff6abf8c9f52cfed1dc P 674aea18debc4b22916831125b2d01ff [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:21.034299 11640 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ce0d7702516f4ff6abf8c9f52cfed1dc" candidate_uuid: "674aea18debc4b22916831125b2d01ff" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1cf9616920bb458fa324ed95d1465d5c" is_pre_election: true
I20260630 12:38:21.035063 11640 raft_consensus.cc:2468] T ce0d7702516f4ff6abf8c9f52cfed1dc P 1cf9616920bb458fa324ed95d1465d5c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 674aea18debc4b22916831125b2d01ff in term 0.
I20260630 12:38:21.034761 11537 catalog_manager.cc:5697] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 reported cstate change: term changed from 0 to 1, leader changed from <none> to 96cbd129b3f64e99bdda981f25744741 (127.0.192.2). New cstate: current_term: 1 leader_uuid: "96cbd129b3f64e99bdda981f25744741" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:21.036679 11836 tablet_bootstrap.cc:654] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:21.039654 11843 raft_consensus.cc:515] T ce0d7702516f4ff6abf8c9f52cfed1dc P 674aea18debc4b22916831125b2d01ff [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } }
I20260630 12:38:21.044341 11834 raft_consensus.cc:359] T 8885048102ac453e8874bfca6c71491c P 674aea18debc4b22916831125b2d01ff [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } }
I20260630 12:38:21.045482 11834 raft_consensus.cc:385] T 8885048102ac453e8874bfca6c71491c P 674aea18debc4b22916831125b2d01ff [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:21.045969 11834 raft_consensus.cc:740] T 8885048102ac453e8874bfca6c71491c P 674aea18debc4b22916831125b2d01ff [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 674aea18debc4b22916831125b2d01ff, State: Initialized, Role: FOLLOWER
I20260630 12:38:21.047094 11843 leader_election.cc:290] T ce0d7702516f4ff6abf8c9f52cfed1dc P 674aea18debc4b22916831125b2d01ff [CANDIDATE]: Term 1 election: Requested vote from peers 1cf9616920bb458fa324ed95d1465d5c (127.0.192.1:33949), 96cbd129b3f64e99bdda981f25744741 (127.0.192.2:43405)
I20260630 12:38:21.047214 11834 consensus_queue.cc:260] T 8885048102ac453e8874bfca6c71491c P 674aea18debc4b22916831125b2d01ff [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } }
I20260630 12:38:21.048674 11640 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ce0d7702516f4ff6abf8c9f52cfed1dc" candidate_uuid: "674aea18debc4b22916831125b2d01ff" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1cf9616920bb458fa324ed95d1465d5c"
I20260630 12:38:21.049295 11640 raft_consensus.cc:3060] T ce0d7702516f4ff6abf8c9f52cfed1dc P 1cf9616920bb458fa324ed95d1465d5c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:21.049444 11715 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ce0d7702516f4ff6abf8c9f52cfed1dc" candidate_uuid: "674aea18debc4b22916831125b2d01ff" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "96cbd129b3f64e99bdda981f25744741"
I20260630 12:38:21.049862 11834 ts_tablet_manager.cc:1434] T 8885048102ac453e8874bfca6c71491c P 674aea18debc4b22916831125b2d01ff: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:38:21.050057 11715 raft_consensus.cc:3060] T ce0d7702516f4ff6abf8c9f52cfed1dc P 96cbd129b3f64e99bdda981f25744741 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:21.052066 11836 tablet_bootstrap.cc:492] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c: No bootstrap required, opened a new log
I20260630 12:38:21.052547 11836 ts_tablet_manager.cc:1403] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c: Time spent bootstrapping tablet: real 0.036s	user 0.016s	sys 0.004s
I20260630 12:38:21.054844 11836 raft_consensus.cc:359] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } }
I20260630 12:38:21.055616 11836 raft_consensus.cc:385] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:21.055917 11836 raft_consensus.cc:740] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1cf9616920bb458fa324ed95d1465d5c, State: Initialized, Role: FOLLOWER
I20260630 12:38:21.057148 11715 raft_consensus.cc:2468] T ce0d7702516f4ff6abf8c9f52cfed1dc P 96cbd129b3f64e99bdda981f25744741 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 674aea18debc4b22916831125b2d01ff in term 1.
I20260630 12:38:21.056882 11836 consensus_queue.cc:260] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } }
I20260630 12:38:21.058535 11755 leader_election.cc:304] T ce0d7702516f4ff6abf8c9f52cfed1dc P 674aea18debc4b22916831125b2d01ff [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 674aea18debc4b22916831125b2d01ff, 96cbd129b3f64e99bdda981f25744741; no voters: 
I20260630 12:38:21.059329 11843 raft_consensus.cc:2804] T ce0d7702516f4ff6abf8c9f52cfed1dc P 674aea18debc4b22916831125b2d01ff [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:21.060235 11836 ts_tablet_manager.cc:1434] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.001s
I20260630 12:38:21.061213 11640 raft_consensus.cc:2468] T ce0d7702516f4ff6abf8c9f52cfed1dc P 1cf9616920bb458fa324ed95d1465d5c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 674aea18debc4b22916831125b2d01ff in term 1.
I20260630 12:38:21.064108 11843 raft_consensus.cc:697] T ce0d7702516f4ff6abf8c9f52cfed1dc P 674aea18debc4b22916831125b2d01ff [term 1 LEADER]: Becoming Leader. State: Replica: 674aea18debc4b22916831125b2d01ff, State: Running, Role: LEADER
I20260630 12:38:21.065089 11843 consensus_queue.cc:237] T ce0d7702516f4ff6abf8c9f52cfed1dc P 674aea18debc4b22916831125b2d01ff [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } }
I20260630 12:38:21.074133 11538 catalog_manager.cc:5697] T ce0d7702516f4ff6abf8c9f52cfed1dc P 674aea18debc4b22916831125b2d01ff reported cstate change: term changed from 0 to 1, leader changed from <none> to 674aea18debc4b22916831125b2d01ff (127.0.192.3). New cstate: current_term: 1 leader_uuid: "674aea18debc4b22916831125b2d01ff" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } health_report { overall_health: HEALTHY } } }
W20260630 12:38:21.137140 11586 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:38:21.217247 11857 raft_consensus.cc:493] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:21.217859 11857 raft_consensus.cc:515] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } }
I20260630 12:38:21.219941 11857 leader_election.cc:290] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 96cbd129b3f64e99bdda981f25744741 (127.0.192.2:43405), 674aea18debc4b22916831125b2d01ff (127.0.192.3:33495)
I20260630 12:38:21.220688 11715 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8885048102ac453e8874bfca6c71491c" candidate_uuid: "1cf9616920bb458fa324ed95d1465d5c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "96cbd129b3f64e99bdda981f25744741" is_pre_election: true
I20260630 12:38:21.221170 11789 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8885048102ac453e8874bfca6c71491c" candidate_uuid: "1cf9616920bb458fa324ed95d1465d5c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "674aea18debc4b22916831125b2d01ff" is_pre_election: true
I20260630 12:38:21.221292 11715 raft_consensus.cc:2468] T 8885048102ac453e8874bfca6c71491c P 96cbd129b3f64e99bdda981f25744741 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1cf9616920bb458fa324ed95d1465d5c in term 0.
I20260630 12:38:21.221762 11789 raft_consensus.cc:2468] T 8885048102ac453e8874bfca6c71491c P 674aea18debc4b22916831125b2d01ff [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1cf9616920bb458fa324ed95d1465d5c in term 0.
I20260630 12:38:21.222396 11606 leader_election.cc:304] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1cf9616920bb458fa324ed95d1465d5c, 96cbd129b3f64e99bdda981f25744741; no voters: 
I20260630 12:38:21.223106 11857 raft_consensus.cc:2804] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:21.223464 11857 raft_consensus.cc:493] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:21.223742 11857 raft_consensus.cc:3060] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:21.228833 11857 raft_consensus.cc:515] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } }
I20260630 12:38:21.230501 11857 leader_election.cc:290] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [CANDIDATE]: Term 1 election: Requested vote from peers 96cbd129b3f64e99bdda981f25744741 (127.0.192.2:43405), 674aea18debc4b22916831125b2d01ff (127.0.192.3:33495)
I20260630 12:38:21.231350 11715 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8885048102ac453e8874bfca6c71491c" candidate_uuid: "1cf9616920bb458fa324ed95d1465d5c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "96cbd129b3f64e99bdda981f25744741"
I20260630 12:38:21.231493 11789 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8885048102ac453e8874bfca6c71491c" candidate_uuid: "1cf9616920bb458fa324ed95d1465d5c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "674aea18debc4b22916831125b2d01ff"
I20260630 12:38:21.231956 11715 raft_consensus.cc:3060] T 8885048102ac453e8874bfca6c71491c P 96cbd129b3f64e99bdda981f25744741 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:21.232128 11789 raft_consensus.cc:3060] T 8885048102ac453e8874bfca6c71491c P 674aea18debc4b22916831125b2d01ff [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:21.238669 11715 raft_consensus.cc:2468] T 8885048102ac453e8874bfca6c71491c P 96cbd129b3f64e99bdda981f25744741 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1cf9616920bb458fa324ed95d1465d5c in term 1.
I20260630 12:38:21.239428 11789 raft_consensus.cc:2468] T 8885048102ac453e8874bfca6c71491c P 674aea18debc4b22916831125b2d01ff [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1cf9616920bb458fa324ed95d1465d5c in term 1.
I20260630 12:38:21.239972 11606 leader_election.cc:304] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1cf9616920bb458fa324ed95d1465d5c, 96cbd129b3f64e99bdda981f25744741; no voters: 
I20260630 12:38:21.241027 11857 raft_consensus.cc:2804] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:21.242311 11857 raft_consensus.cc:697] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [term 1 LEADER]: Becoming Leader. State: Replica: 1cf9616920bb458fa324ed95d1465d5c, State: Running, Role: LEADER
I20260630 12:38:21.243180 11857 consensus_queue.cc:237] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } }
I20260630 12:38:21.250701 11538 catalog_manager.cc:5697] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c reported cstate change: term changed from 0 to 1, leader changed from <none> to 1cf9616920bb458fa324ed95d1465d5c (127.0.192.1). New cstate: current_term: 1 leader_uuid: "1cf9616920bb458fa324ed95d1465d5c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:21.382169 11857 consensus_queue.cc:1048] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [LEADER]: Connected to new peer: Peer: permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:21.395193 11858 consensus_queue.cc:1048] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [LEADER]: Connected to new peer: Peer: permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:21.405385 11840 consensus_queue.cc:1048] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:21.417250 11856 consensus_queue.cc:1048] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [LEADER]: Connected to new peer: Peer: permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:21.649291 11843 consensus_queue.cc:1048] T ce0d7702516f4ff6abf8c9f52cfed1dc P 674aea18debc4b22916831125b2d01ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:21.658480 11875 consensus_queue.cc:1048] T ce0d7702516f4ff6abf8c9f52cfed1dc P 674aea18debc4b22916831125b2d01ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:21.761533 11857 consensus_queue.cc:1048] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [LEADER]: Connected to new peer: Peer: permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:21.772442 11844 consensus_queue.cc:1048] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [LEADER]: Connected to new peer: Peer: permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:28.392324   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:28.401330 11888 instance_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:28.401566 11889 instance_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:28.404065 11891 instance_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:28.409443   768 server_base.cc:1061] running on GCE node
I20260630 12:38:28.411353   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:28.411590   768 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:28.411742   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823108411730 us; error 0 us; skew 500 ppm
I20260630 12:38:28.412228   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:28.415055   768 webserver.cc:533] Webserver started at http://127.0.192.4:32991/ using document root <none> and password file <none>
I20260630 12:38:28.415558   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:28.415735   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:28.415995   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:28.417464   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822852710831-768-0/minicluster-data/ts-3-root/instance:
uuid: "70c816e8d9794b1daddb90a87f7fa028"
format_stamp: "Formatted at 2026-06-30 12:38:28 on dist-test-slave-n0zz"
I20260630 12:38:28.422464   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260630 12:38:28.426090 11896 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:28.426955   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.001s
I20260630 12:38:28.427273   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822852710831-768-0/minicluster-data/ts-3-root
uuid: "70c816e8d9794b1daddb90a87f7fa028"
format_stamp: "Formatted at 2026-06-30 12:38:28 on dist-test-slave-n0zz"
I20260630 12:38:28.427579   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822852710831-768-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822852710831-768-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822852710831-768-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:28.454768   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:28.456333   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:28.458283   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:28.461246   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:28.461452   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:28.461648   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:28.461789   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:28.505048   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.4:43621
I20260630 12:38:28.505173 11958 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.4:43621 every 8 connection(s)
I20260630 12:38:28.521718 11959 heartbeater.cc:344] Connected to a master server at 127.0.192.62:46541
I20260630 12:38:28.522167 11959 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:28.523010 11959 heartbeater.cc:507] Master 127.0.192.62:46541 requested a full tablet report, sending...
I20260630 12:38:28.525022 11538 ts_manager.cc:194] Registered new tserver with Master: 70c816e8d9794b1daddb90a87f7fa028 (127.0.192.4:43621)
I20260630 12:38:28.526592 11538 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39348
I20260630 12:38:29.206640 11715 consensus_queue.cc:237] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [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: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } attrs { replace: true } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: true } }
I20260630 12:38:29.214922 11788 raft_consensus.cc:1275] T 8a1b5993767e47d4ac3e091a7818a232 P 674aea18debc4b22916831125b2d01ff [term 1 FOLLOWER]: Refusing update from remote peer 96cbd129b3f64e99bdda981f25744741: 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:29.216248 11640 raft_consensus.cc:1275] T 8a1b5993767e47d4ac3e091a7818a232 P 1cf9616920bb458fa324ed95d1465d5c [term 1 FOLLOWER]: Refusing update from remote peer 96cbd129b3f64e99bdda981f25744741: 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:29.216773 11967 consensus_queue.cc:1048] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [LEADER]: Connected to new peer: Peer: permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:38:29.218156 11881 consensus_queue.cc:1048] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } 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:38:29.234540 11678 consensus_peers.cc:597] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 -> Peer 70c816e8d9794b1daddb90a87f7fa028 (127.0.192.4:43621): Couldn't send request to peer 70c816e8d9794b1daddb90a87f7fa028. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8a1b5993767e47d4ac3e091a7818a232. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:29.234956 11881 raft_consensus.cc:2955] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 70c816e8d9794b1daddb90a87f7fa028 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } attrs { replace: true } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: true } } }
I20260630 12:38:29.236879 11640 raft_consensus.cc:2955] T 8a1b5993767e47d4ac3e091a7818a232 P 1cf9616920bb458fa324ed95d1465d5c [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 70c816e8d9794b1daddb90a87f7fa028 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } attrs { replace: true } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: true } } }
I20260630 12:38:29.238878 11788 raft_consensus.cc:2955] T 8a1b5993767e47d4ac3e091a7818a232 P 674aea18debc4b22916831125b2d01ff [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 70c816e8d9794b1daddb90a87f7fa028 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } attrs { replace: true } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: true } } }
I20260630 12:38:29.258522 11538 catalog_manager.cc:5697] T 8a1b5993767e47d4ac3e091a7818a232 P 674aea18debc4b22916831125b2d01ff reported cstate change: config changed from index -1 to 2, NON_VOTER 70c816e8d9794b1daddb90a87f7fa028 (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "96cbd129b3f64e99bdda981f25744741" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } attrs { replace: true } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: true } } }
I20260630 12:38:29.279580 11640 consensus_queue.cc:237] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [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: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } attrs { replace: true } } peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: true } }
I20260630 12:38:29.288924 11788 raft_consensus.cc:1275] T 2892a0b946e74ffa862d40497e4109f2 P 674aea18debc4b22916831125b2d01ff [term 1 FOLLOWER]: Refusing update from remote peer 1cf9616920bb458fa324ed95d1465d5c: 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:29.290050 11715 raft_consensus.cc:1275] T 2892a0b946e74ffa862d40497e4109f2 P 96cbd129b3f64e99bdda981f25744741 [term 1 FOLLOWER]: Refusing update from remote peer 1cf9616920bb458fa324ed95d1465d5c: 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:29.290834 11963 consensus_queue.cc:1048] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [LEADER]: Connected to new peer: Peer: permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } 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:29.293066 11963 consensus_queue.cc:1048] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [LEADER]: Connected to new peer: Peer: permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:38:29.312050 11982 raft_consensus.cc:2955] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 70c816e8d9794b1daddb90a87f7fa028 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } attrs { replace: true } } peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: true } } }
I20260630 12:38:29.313220 11788 raft_consensus.cc:2955] T 2892a0b946e74ffa862d40497e4109f2 P 674aea18debc4b22916831125b2d01ff [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 70c816e8d9794b1daddb90a87f7fa028 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } attrs { replace: true } } peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: true } } }
W20260630 12:38:29.318060 11603 consensus_peers.cc:597] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c -> Peer 70c816e8d9794b1daddb90a87f7fa028 (127.0.192.4:43621): Couldn't send request to peer 70c816e8d9794b1daddb90a87f7fa028. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 2892a0b946e74ffa862d40497e4109f2. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:29.317157 11715 raft_consensus.cc:2955] T 2892a0b946e74ffa862d40497e4109f2 P 96cbd129b3f64e99bdda981f25744741 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 70c816e8d9794b1daddb90a87f7fa028 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } attrs { replace: true } } peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: true } } }
I20260630 12:38:29.328858 11536 catalog_manager.cc:5697] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c reported cstate change: config changed from index -1 to 2, NON_VOTER 70c816e8d9794b1daddb90a87f7fa028 (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "1cf9616920bb458fa324ed95d1465d5c" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:29.329555 11640 consensus_queue.cc:237] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [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: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } attrs { replace: true } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: true } }
W20260630 12:38:29.340111 11603 consensus_peers.cc:597] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c -> Peer 70c816e8d9794b1daddb90a87f7fa028 (127.0.192.4:43621): Couldn't send request to peer 70c816e8d9794b1daddb90a87f7fa028. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8885048102ac453e8874bfca6c71491c. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:29.340351 11788 raft_consensus.cc:1275] T 8885048102ac453e8874bfca6c71491c P 674aea18debc4b22916831125b2d01ff [term 1 FOLLOWER]: Refusing update from remote peer 1cf9616920bb458fa324ed95d1465d5c: 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:29.342023 11715 raft_consensus.cc:1275] T 8885048102ac453e8874bfca6c71491c P 96cbd129b3f64e99bdda981f25744741 [term 1 FOLLOWER]: Refusing update from remote peer 1cf9616920bb458fa324ed95d1465d5c: 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:29.342142 11982 consensus_queue.cc:1048] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [LEADER]: Connected to new peer: Peer: permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:38:29.343720 11963 consensus_queue.cc:1048] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [LEADER]: Connected to new peer: Peer: permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } 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:38:29.351604 11982 raft_consensus.cc:2955] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 70c816e8d9794b1daddb90a87f7fa028 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } attrs { replace: true } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: true } } }
I20260630 12:38:29.353639 11788 raft_consensus.cc:2955] T 8885048102ac453e8874bfca6c71491c P 674aea18debc4b22916831125b2d01ff [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 70c816e8d9794b1daddb90a87f7fa028 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } attrs { replace: true } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: true } } }
I20260630 12:38:29.356787 11714 raft_consensus.cc:2955] T 8885048102ac453e8874bfca6c71491c P 96cbd129b3f64e99bdda981f25744741 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 70c816e8d9794b1daddb90a87f7fa028 (127.0.192.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } attrs { replace: true } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: true } } }
I20260630 12:38:29.371801 11536 catalog_manager.cc:5697] T 8885048102ac453e8874bfca6c71491c P 674aea18debc4b22916831125b2d01ff reported cstate change: config changed from index -1 to 2, NON_VOTER 70c816e8d9794b1daddb90a87f7fa028 (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "1cf9616920bb458fa324ed95d1465d5c" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } attrs { replace: true } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: true } } }
I20260630 12:38:29.529320 11959 heartbeater.cc:499] Master 127.0.192.62:46541 was elected leader, sending a full tablet report...
I20260630 12:38:29.809005 11988 ts_tablet_manager.cc:933] T 8885048102ac453e8874bfca6c71491c P 70c816e8d9794b1daddb90a87f7fa028: Initiating tablet copy from peer 1cf9616920bb458fa324ed95d1465d5c (127.0.192.1:33949)
I20260630 12:38:29.810814 11988 tablet_copy_client.cc:323] T 8885048102ac453e8874bfca6c71491c P 70c816e8d9794b1daddb90a87f7fa028: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.1:33949
I20260630 12:38:29.821696 11650 tablet_copy_service.cc:140] P 1cf9616920bb458fa324ed95d1465d5c: Received BeginTabletCopySession request for tablet 8885048102ac453e8874bfca6c71491c from peer 70c816e8d9794b1daddb90a87f7fa028 ({username='slave'} at 127.0.0.1:42976)
I20260630 12:38:29.822271 11650 tablet_copy_service.cc:161] P 1cf9616920bb458fa324ed95d1465d5c: Beginning new tablet copy session on tablet 8885048102ac453e8874bfca6c71491c from peer 70c816e8d9794b1daddb90a87f7fa028 at {username='slave'} at 127.0.0.1:42976: session id = 70c816e8d9794b1daddb90a87f7fa028-8885048102ac453e8874bfca6c71491c
I20260630 12:38:29.826996 11993 ts_tablet_manager.cc:933] T 8a1b5993767e47d4ac3e091a7818a232 P 70c816e8d9794b1daddb90a87f7fa028: Initiating tablet copy from peer 96cbd129b3f64e99bdda981f25744741 (127.0.192.2:43405)
I20260630 12:38:29.835589 11650 tablet_copy_source_session.cc:215] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:29.838989 11993 tablet_copy_client.cc:323] T 8a1b5993767e47d4ac3e091a7818a232 P 70c816e8d9794b1daddb90a87f7fa028: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.2:43405
I20260630 12:38:29.840950 11992 ts_tablet_manager.cc:933] T 2892a0b946e74ffa862d40497e4109f2 P 70c816e8d9794b1daddb90a87f7fa028: Initiating tablet copy from peer 1cf9616920bb458fa324ed95d1465d5c (127.0.192.1:33949)
I20260630 12:38:29.841050 11988 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8885048102ac453e8874bfca6c71491c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:29.843799 11992 tablet_copy_client.cc:323] T 2892a0b946e74ffa862d40497e4109f2 P 70c816e8d9794b1daddb90a87f7fa028: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.1:33949
I20260630 12:38:29.845768 11650 tablet_copy_service.cc:140] P 1cf9616920bb458fa324ed95d1465d5c: Received BeginTabletCopySession request for tablet 2892a0b946e74ffa862d40497e4109f2 from peer 70c816e8d9794b1daddb90a87f7fa028 ({username='slave'} at 127.0.0.1:42976)
I20260630 12:38:29.846551 11650 tablet_copy_service.cc:161] P 1cf9616920bb458fa324ed95d1465d5c: Beginning new tablet copy session on tablet 2892a0b946e74ffa862d40497e4109f2 from peer 70c816e8d9794b1daddb90a87f7fa028 at {username='slave'} at 127.0.0.1:42976: session id = 70c816e8d9794b1daddb90a87f7fa028-2892a0b946e74ffa862d40497e4109f2
I20260630 12:38:29.855170 11650 tablet_copy_source_session.cc:215] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:29.858211 11725 tablet_copy_service.cc:140] P 96cbd129b3f64e99bdda981f25744741: Received BeginTabletCopySession request for tablet 8a1b5993767e47d4ac3e091a7818a232 from peer 70c816e8d9794b1daddb90a87f7fa028 ({username='slave'} at 127.0.0.1:58498)
I20260630 12:38:29.859402 11725 tablet_copy_service.cc:161] P 96cbd129b3f64e99bdda981f25744741: Beginning new tablet copy session on tablet 8a1b5993767e47d4ac3e091a7818a232 from peer 70c816e8d9794b1daddb90a87f7fa028 at {username='slave'} at 127.0.0.1:58498: session id = 70c816e8d9794b1daddb90a87f7fa028-8a1b5993767e47d4ac3e091a7818a232
I20260630 12:38:29.863341 11988 tablet_copy_client.cc:806] T 8885048102ac453e8874bfca6c71491c P 70c816e8d9794b1daddb90a87f7fa028: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:29.863626 11992 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2892a0b946e74ffa862d40497e4109f2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:29.864097 11988 tablet_copy_client.cc:670] T 8885048102ac453e8874bfca6c71491c P 70c816e8d9794b1daddb90a87f7fa028: tablet copy: Starting download of 1 WAL segments...
I20260630 12:38:29.868772 11988 tablet_copy_client.cc:538] T 8885048102ac453e8874bfca6c71491c P 70c816e8d9794b1daddb90a87f7fa028: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:29.871757 11725 tablet_copy_source_session.cc:215] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:29.875931 11993 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8a1b5993767e47d4ac3e091a7818a232. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:29.881803 11988 tablet_bootstrap.cc:492] T 8885048102ac453e8874bfca6c71491c P 70c816e8d9794b1daddb90a87f7fa028: Bootstrap starting.
I20260630 12:38:29.884336 11992 tablet_copy_client.cc:806] T 2892a0b946e74ffa862d40497e4109f2 P 70c816e8d9794b1daddb90a87f7fa028: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:29.885085 11992 tablet_copy_client.cc:670] T 2892a0b946e74ffa862d40497e4109f2 P 70c816e8d9794b1daddb90a87f7fa028: tablet copy: Starting download of 1 WAL segments...
I20260630 12:38:29.889451 11992 tablet_copy_client.cc:538] T 2892a0b946e74ffa862d40497e4109f2 P 70c816e8d9794b1daddb90a87f7fa028: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:29.896447 11993 tablet_copy_client.cc:806] T 8a1b5993767e47d4ac3e091a7818a232 P 70c816e8d9794b1daddb90a87f7fa028: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:29.897187 11993 tablet_copy_client.cc:670] T 8a1b5993767e47d4ac3e091a7818a232 P 70c816e8d9794b1daddb90a87f7fa028: tablet copy: Starting download of 1 WAL segments...
I20260630 12:38:29.900756 11992 tablet_bootstrap.cc:492] T 2892a0b946e74ffa862d40497e4109f2 P 70c816e8d9794b1daddb90a87f7fa028: Bootstrap starting.
I20260630 12:38:29.902392 11993 tablet_copy_client.cc:538] T 8a1b5993767e47d4ac3e091a7818a232 P 70c816e8d9794b1daddb90a87f7fa028: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:29.909446 11988 tablet_bootstrap.cc:492] T 8885048102ac453e8874bfca6c71491c P 70c816e8d9794b1daddb90a87f7fa028: 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:29.910616 11988 tablet_bootstrap.cc:492] T 8885048102ac453e8874bfca6c71491c P 70c816e8d9794b1daddb90a87f7fa028: Bootstrap complete.
I20260630 12:38:29.911501 11988 ts_tablet_manager.cc:1403] T 8885048102ac453e8874bfca6c71491c P 70c816e8d9794b1daddb90a87f7fa028: Time spent bootstrapping tablet: real 0.030s	user 0.027s	sys 0.004s
I20260630 12:38:29.915066 11988 raft_consensus.cc:359] T 8885048102ac453e8874bfca6c71491c P 70c816e8d9794b1daddb90a87f7fa028 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } attrs { replace: true } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: true } }
I20260630 12:38:29.916090 11988 raft_consensus.cc:740] T 8885048102ac453e8874bfca6c71491c P 70c816e8d9794b1daddb90a87f7fa028 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 70c816e8d9794b1daddb90a87f7fa028, State: Initialized, Role: LEARNER
I20260630 12:38:29.916435 11993 tablet_bootstrap.cc:492] T 8a1b5993767e47d4ac3e091a7818a232 P 70c816e8d9794b1daddb90a87f7fa028: Bootstrap starting.
I20260630 12:38:29.916978 11988 consensus_queue.cc:260] T 8885048102ac453e8874bfca6c71491c P 70c816e8d9794b1daddb90a87f7fa028 [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: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } attrs { replace: true } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: true } }
I20260630 12:38:29.926769 11988 ts_tablet_manager.cc:1434] T 8885048102ac453e8874bfca6c71491c P 70c816e8d9794b1daddb90a87f7fa028: Time spent starting tablet: real 0.015s	user 0.013s	sys 0.000s
I20260630 12:38:29.938071 11992 tablet_bootstrap.cc:492] T 2892a0b946e74ffa862d40497e4109f2 P 70c816e8d9794b1daddb90a87f7fa028: 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:29.939627 11992 tablet_bootstrap.cc:492] T 2892a0b946e74ffa862d40497e4109f2 P 70c816e8d9794b1daddb90a87f7fa028: Bootstrap complete.
I20260630 12:38:29.941118 11650 tablet_copy_service.cc:342] P 1cf9616920bb458fa324ed95d1465d5c: Request end of tablet copy session 70c816e8d9794b1daddb90a87f7fa028-8885048102ac453e8874bfca6c71491c received from {username='slave'} at 127.0.0.1:42976
I20260630 12:38:29.941568 11992 ts_tablet_manager.cc:1403] T 2892a0b946e74ffa862d40497e4109f2 P 70c816e8d9794b1daddb90a87f7fa028: Time spent bootstrapping tablet: real 0.041s	user 0.024s	sys 0.012s
I20260630 12:38:29.941754 11650 tablet_copy_service.cc:434] P 1cf9616920bb458fa324ed95d1465d5c: ending tablet copy session 70c816e8d9794b1daddb90a87f7fa028-8885048102ac453e8874bfca6c71491c on tablet 8885048102ac453e8874bfca6c71491c with peer 70c816e8d9794b1daddb90a87f7fa028
I20260630 12:38:29.944823 11992 raft_consensus.cc:359] T 2892a0b946e74ffa862d40497e4109f2 P 70c816e8d9794b1daddb90a87f7fa028 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } attrs { replace: true } } peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: true } }
I20260630 12:38:29.945598 11992 raft_consensus.cc:740] T 2892a0b946e74ffa862d40497e4109f2 P 70c816e8d9794b1daddb90a87f7fa028 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 70c816e8d9794b1daddb90a87f7fa028, State: Initialized, Role: LEARNER
I20260630 12:38:29.946242 11992 consensus_queue.cc:260] T 2892a0b946e74ffa862d40497e4109f2 P 70c816e8d9794b1daddb90a87f7fa028 [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: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } attrs { replace: true } } peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: true } }
I20260630 12:38:29.948529 11992 ts_tablet_manager.cc:1434] T 2892a0b946e74ffa862d40497e4109f2 P 70c816e8d9794b1daddb90a87f7fa028: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.003s
I20260630 12:38:29.949401 11993 tablet_bootstrap.cc:492] T 8a1b5993767e47d4ac3e091a7818a232 P 70c816e8d9794b1daddb90a87f7fa028: 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:29.950619 11993 tablet_bootstrap.cc:492] T 8a1b5993767e47d4ac3e091a7818a232 P 70c816e8d9794b1daddb90a87f7fa028: Bootstrap complete.
I20260630 12:38:29.951448 11993 ts_tablet_manager.cc:1403] T 8a1b5993767e47d4ac3e091a7818a232 P 70c816e8d9794b1daddb90a87f7fa028: Time spent bootstrapping tablet: real 0.038s	user 0.020s	sys 0.014s
I20260630 12:38:29.952153 11650 tablet_copy_service.cc:342] P 1cf9616920bb458fa324ed95d1465d5c: Request end of tablet copy session 70c816e8d9794b1daddb90a87f7fa028-2892a0b946e74ffa862d40497e4109f2 received from {username='slave'} at 127.0.0.1:42976
I20260630 12:38:29.952668 11650 tablet_copy_service.cc:434] P 1cf9616920bb458fa324ed95d1465d5c: ending tablet copy session 70c816e8d9794b1daddb90a87f7fa028-2892a0b946e74ffa862d40497e4109f2 on tablet 2892a0b946e74ffa862d40497e4109f2 with peer 70c816e8d9794b1daddb90a87f7fa028
I20260630 12:38:29.954835 11993 raft_consensus.cc:359] T 8a1b5993767e47d4ac3e091a7818a232 P 70c816e8d9794b1daddb90a87f7fa028 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } attrs { replace: true } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: true } }
I20260630 12:38:29.956073 11993 raft_consensus.cc:740] T 8a1b5993767e47d4ac3e091a7818a232 P 70c816e8d9794b1daddb90a87f7fa028 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 70c816e8d9794b1daddb90a87f7fa028, State: Initialized, Role: LEARNER
I20260630 12:38:29.956874 11993 consensus_queue.cc:260] T 8a1b5993767e47d4ac3e091a7818a232 P 70c816e8d9794b1daddb90a87f7fa028 [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: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } attrs { replace: true } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: true } }
I20260630 12:38:29.959205 11993 ts_tablet_manager.cc:1434] T 8a1b5993767e47d4ac3e091a7818a232 P 70c816e8d9794b1daddb90a87f7fa028: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:38:29.961134 11725 tablet_copy_service.cc:342] P 96cbd129b3f64e99bdda981f25744741: Request end of tablet copy session 70c816e8d9794b1daddb90a87f7fa028-8a1b5993767e47d4ac3e091a7818a232 received from {username='slave'} at 127.0.0.1:58498
I20260630 12:38:29.961612 11725 tablet_copy_service.cc:434] P 96cbd129b3f64e99bdda981f25744741: ending tablet copy session 70c816e8d9794b1daddb90a87f7fa028-8a1b5993767e47d4ac3e091a7818a232 on tablet 8a1b5993767e47d4ac3e091a7818a232 with peer 70c816e8d9794b1daddb90a87f7fa028
I20260630 12:38:30.216403 11934 raft_consensus.cc:1217] T 8a1b5993767e47d4ac3e091a7818a232 P 70c816e8d9794b1daddb90a87f7fa028 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:38:30.299242 11934 raft_consensus.cc:1217] T 2892a0b946e74ffa862d40497e4109f2 P 70c816e8d9794b1daddb90a87f7fa028 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:38:30.405390 11934 raft_consensus.cc:1217] T 8885048102ac453e8874bfca6c71491c P 70c816e8d9794b1daddb90a87f7fa028 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:38:30.629381 12001 raft_consensus.cc:1064] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741: attempting to promote NON_VOTER 70c816e8d9794b1daddb90a87f7fa028 to VOTER
I20260630 12:38:30.632187 12001 consensus_queue.cc:237] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [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: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } attrs { replace: true } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } }
I20260630 12:38:30.640571 11788 raft_consensus.cc:1275] T 8a1b5993767e47d4ac3e091a7818a232 P 674aea18debc4b22916831125b2d01ff [term 1 FOLLOWER]: Refusing update from remote peer 96cbd129b3f64e99bdda981f25744741: 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:30.641533 11934 raft_consensus.cc:1275] T 8a1b5993767e47d4ac3e091a7818a232 P 70c816e8d9794b1daddb90a87f7fa028 [term 1 LEARNER]: Refusing update from remote peer 96cbd129b3f64e99bdda981f25744741: 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:30.642596 12002 consensus_queue.cc:1048] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [LEADER]: Connected to new peer: Peer: permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:38:30.643194 11640 raft_consensus.cc:1275] T 8a1b5993767e47d4ac3e091a7818a232 P 1cf9616920bb458fa324ed95d1465d5c [term 1 FOLLOWER]: Refusing update from remote peer 96cbd129b3f64e99bdda981f25744741: 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:30.643631 12007 consensus_queue.cc:1048] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [LEADER]: Connected to new peer: Peer: permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } 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:30.644768 12001 consensus_queue.cc:1048] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } 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:30.666311 12007 raft_consensus.cc:2955] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 70c816e8d9794b1daddb90a87f7fa028 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } attrs { replace: true } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } } }
I20260630 12:38:30.668524 11788 raft_consensus.cc:2955] T 8a1b5993767e47d4ac3e091a7818a232 P 674aea18debc4b22916831125b2d01ff [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 70c816e8d9794b1daddb90a87f7fa028 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } attrs { replace: true } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } } }
I20260630 12:38:30.675655 11640 raft_consensus.cc:2955] T 8a1b5993767e47d4ac3e091a7818a232 P 1cf9616920bb458fa324ed95d1465d5c [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 70c816e8d9794b1daddb90a87f7fa028 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } attrs { replace: true } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } } }
I20260630 12:38:30.684128 11537 catalog_manager.cc:5697] T 8a1b5993767e47d4ac3e091a7818a232 P 674aea18debc4b22916831125b2d01ff reported cstate change: config changed from index 2 to 3, 70c816e8d9794b1daddb90a87f7fa028 (127.0.192.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "96cbd129b3f64e99bdda981f25744741" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } attrs { replace: true } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } } }
I20260630 12:38:30.679133 11934 raft_consensus.cc:2955] T 8a1b5993767e47d4ac3e091a7818a232 P 70c816e8d9794b1daddb90a87f7fa028 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 70c816e8d9794b1daddb90a87f7fa028 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } attrs { replace: true } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } } }
I20260630 12:38:30.716588 11714 consensus_queue.cc:237] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [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: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } }
I20260630 12:38:30.722653 11788 raft_consensus.cc:1275] T 8a1b5993767e47d4ac3e091a7818a232 P 674aea18debc4b22916831125b2d01ff [term 1 FOLLOWER]: Refusing update from remote peer 96cbd129b3f64e99bdda981f25744741: 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:30.723811 11934 raft_consensus.cc:1275] T 8a1b5993767e47d4ac3e091a7818a232 P 70c816e8d9794b1daddb90a87f7fa028 [term 1 FOLLOWER]: Refusing update from remote peer 96cbd129b3f64e99bdda981f25744741: 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:30.724434 12012 consensus_queue.cc:1048] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [LEADER]: Connected to new peer: Peer: permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:38:30.725370 12001 consensus_queue.cc:1048] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [LEADER]: Connected to new peer: Peer: permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } 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:30.731552 12001 raft_consensus.cc:2955] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 1cf9616920bb458fa324ed95d1465d5c (127.0.192.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } } }
I20260630 12:38:30.733948 11934 raft_consensus.cc:2955] T 8a1b5993767e47d4ac3e091a7818a232 P 70c816e8d9794b1daddb90a87f7fa028 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 1cf9616920bb458fa324ed95d1465d5c (127.0.192.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } } }
I20260630 12:38:30.735829 11788 raft_consensus.cc:2955] T 8a1b5993767e47d4ac3e091a7818a232 P 674aea18debc4b22916831125b2d01ff [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 1cf9616920bb458fa324ed95d1465d5c (127.0.192.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } } }
I20260630 12:38:30.746021 11525 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 8a1b5993767e47d4ac3e091a7818a232 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:38:30.748582 11538 catalog_manager.cc:5697] T 8a1b5993767e47d4ac3e091a7818a232 P 70c816e8d9794b1daddb90a87f7fa028 reported cstate change: config changed from index 3 to 4, VOTER 1cf9616920bb458fa324ed95d1465d5c (127.0.192.1) evicted. New cstate: current_term: 1 leader_uuid: "96cbd129b3f64e99bdda981f25744741" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } } }
I20260630 12:38:30.758141 11627 tablet_service.cc:1558] Processing DeleteTablet for tablet 8a1b5993767e47d4ac3e091a7818a232 with delete_type TABLET_DATA_TOMBSTONED (TS 1cf9616920bb458fa324ed95d1465d5c not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:42376
I20260630 12:38:30.762770 12017 tablet_replica.cc:333] T 8a1b5993767e47d4ac3e091a7818a232 P 1cf9616920bb458fa324ed95d1465d5c: stopping tablet replica
I20260630 12:38:30.763819 12017 raft_consensus.cc:2243] T 8a1b5993767e47d4ac3e091a7818a232 P 1cf9616920bb458fa324ed95d1465d5c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:30.764451 12017 raft_consensus.cc:2272] T 8a1b5993767e47d4ac3e091a7818a232 P 1cf9616920bb458fa324ed95d1465d5c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:30.767625 12017 ts_tablet_manager.cc:1916] T 8a1b5993767e47d4ac3e091a7818a232 P 1cf9616920bb458fa324ed95d1465d5c: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:38:30.780491 12017 ts_tablet_manager.cc:1929] T 8a1b5993767e47d4ac3e091a7818a232 P 1cf9616920bb458fa324ed95d1465d5c: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:38:30.781034 12017 log.cc:1199] T 8a1b5993767e47d4ac3e091a7818a232 P 1cf9616920bb458fa324ed95d1465d5c: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822852710831-768-0/minicluster-data/ts-0-root/wals/8a1b5993767e47d4ac3e091a7818a232
I20260630 12:38:30.782770 12005 raft_consensus.cc:1064] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c: attempting to promote NON_VOTER 70c816e8d9794b1daddb90a87f7fa028 to VOTER
I20260630 12:38:30.783125 11524 catalog_manager.cc:5028] TS 1cf9616920bb458fa324ed95d1465d5c (127.0.192.1:33949): tablet 8a1b5993767e47d4ac3e091a7818a232 (table test-workload [id=27cbe66faa31466786e6819b94ca250d]) successfully deleted
I20260630 12:38:30.785679 12005 consensus_queue.cc:237] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [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: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } attrs { replace: true } } peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } }
I20260630 12:38:30.792585 11788 raft_consensus.cc:1275] T 2892a0b946e74ffa862d40497e4109f2 P 674aea18debc4b22916831125b2d01ff [term 1 FOLLOWER]: Refusing update from remote peer 1cf9616920bb458fa324ed95d1465d5c: 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:30.792575 11934 raft_consensus.cc:1275] T 2892a0b946e74ffa862d40497e4109f2 P 70c816e8d9794b1daddb90a87f7fa028 [term 1 LEARNER]: Refusing update from remote peer 1cf9616920bb458fa324ed95d1465d5c: 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:30.793632 11714 raft_consensus.cc:1275] T 2892a0b946e74ffa862d40497e4109f2 P 96cbd129b3f64e99bdda981f25744741 [term 1 FOLLOWER]: Refusing update from remote peer 1cf9616920bb458fa324ed95d1465d5c: 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:30.794695 12005 consensus_queue.cc:1048] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [LEADER]: Connected to new peer: Peer: permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } 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:30.795742 12004 consensus_queue.cc:1048] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [LEADER]: Connected to new peer: Peer: permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } 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:30.796564 12003 consensus_queue.cc:1048] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [LEADER]: Connected to new peer: Peer: permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:38:30.816740 12003 raft_consensus.cc:2955] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 70c816e8d9794b1daddb90a87f7fa028 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } attrs { replace: true } } peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } } }
I20260630 12:38:30.825307 11714 raft_consensus.cc:2955] T 2892a0b946e74ffa862d40497e4109f2 P 96cbd129b3f64e99bdda981f25744741 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 70c816e8d9794b1daddb90a87f7fa028 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } attrs { replace: true } } peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } } }
I20260630 12:38:30.825302 11934 raft_consensus.cc:2955] T 2892a0b946e74ffa862d40497e4109f2 P 70c816e8d9794b1daddb90a87f7fa028 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 70c816e8d9794b1daddb90a87f7fa028 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } attrs { replace: true } } peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } } }
I20260630 12:38:30.830533 11788 raft_consensus.cc:2955] T 2892a0b946e74ffa862d40497e4109f2 P 674aea18debc4b22916831125b2d01ff [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 70c816e8d9794b1daddb90a87f7fa028 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } attrs { replace: true } } peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } } }
I20260630 12:38:30.831823 11538 catalog_manager.cc:5697] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c reported cstate change: config changed from index 2 to 3, 70c816e8d9794b1daddb90a87f7fa028 (127.0.192.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "1cf9616920bb458fa324ed95d1465d5c" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:38:30.852993 11640 consensus_queue.cc:237] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [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: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } }
I20260630 12:38:30.860733 11934 raft_consensus.cc:1275] T 2892a0b946e74ffa862d40497e4109f2 P 70c816e8d9794b1daddb90a87f7fa028 [term 1 FOLLOWER]: Refusing update from remote peer 1cf9616920bb458fa324ed95d1465d5c: 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:30.861593 11714 raft_consensus.cc:1275] T 2892a0b946e74ffa862d40497e4109f2 P 96cbd129b3f64e99bdda981f25744741 [term 1 FOLLOWER]: Refusing update from remote peer 1cf9616920bb458fa324ed95d1465d5c: 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:30.862223 12003 consensus_queue.cc:1048] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [LEADER]: Connected to new peer: Peer: permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } 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:30.863425 12005 consensus_queue.cc:1048] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [LEADER]: Connected to new peer: Peer: permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:38:30.869896 12004 raft_consensus.cc:2955] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 674aea18debc4b22916831125b2d01ff (127.0.192.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } } }
I20260630 12:38:30.871721 11714 raft_consensus.cc:2955] T 2892a0b946e74ffa862d40497e4109f2 P 96cbd129b3f64e99bdda981f25744741 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 674aea18debc4b22916831125b2d01ff (127.0.192.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } } }
I20260630 12:38:30.879765 11524 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 2892a0b946e74ffa862d40497e4109f2 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:38:30.884500 11535 catalog_manager.cc:5697] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c reported cstate change: config changed from index 3 to 4, VOTER 674aea18debc4b22916831125b2d01ff (127.0.192.3) evicted. New cstate: current_term: 1 leader_uuid: "1cf9616920bb458fa324ed95d1465d5c" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:38:30.884718 11934 raft_consensus.cc:2955] T 2892a0b946e74ffa862d40497e4109f2 P 70c816e8d9794b1daddb90a87f7fa028 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 674aea18debc4b22916831125b2d01ff (127.0.192.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } } peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } } }
I20260630 12:38:30.896332 11776 tablet_service.cc:1558] Processing DeleteTablet for tablet 2892a0b946e74ffa862d40497e4109f2 with delete_type TABLET_DATA_TOMBSTONED (TS 674aea18debc4b22916831125b2d01ff not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:50826
I20260630 12:38:30.904227 12022 tablet_replica.cc:333] T 2892a0b946e74ffa862d40497e4109f2 P 674aea18debc4b22916831125b2d01ff: stopping tablet replica
I20260630 12:38:30.905278 12022 raft_consensus.cc:2243] T 2892a0b946e74ffa862d40497e4109f2 P 674aea18debc4b22916831125b2d01ff [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:30.906100 12022 raft_consensus.cc:2272] T 2892a0b946e74ffa862d40497e4109f2 P 674aea18debc4b22916831125b2d01ff [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:30.909849 12022 ts_tablet_manager.cc:1916] T 2892a0b946e74ffa862d40497e4109f2 P 674aea18debc4b22916831125b2d01ff: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:38:30.920964 12022 ts_tablet_manager.cc:1929] T 2892a0b946e74ffa862d40497e4109f2 P 674aea18debc4b22916831125b2d01ff: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:38:30.921298 12022 log.cc:1199] T 2892a0b946e74ffa862d40497e4109f2 P 674aea18debc4b22916831125b2d01ff: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822852710831-768-0/minicluster-data/ts-2-root/wals/2892a0b946e74ffa862d40497e4109f2
I20260630 12:38:30.922847 11524 catalog_manager.cc:5028] TS 674aea18debc4b22916831125b2d01ff (127.0.192.3:33495): tablet 2892a0b946e74ffa862d40497e4109f2 (table test-workload [id=27cbe66faa31466786e6819b94ca250d]) successfully deleted
I20260630 12:38:30.965649 12004 raft_consensus.cc:1064] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c: attempting to promote NON_VOTER 70c816e8d9794b1daddb90a87f7fa028 to VOTER
I20260630 12:38:30.967736 12004 consensus_queue.cc:237] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [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: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } attrs { replace: true } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } }
I20260630 12:38:30.974296 11934 raft_consensus.cc:1275] T 8885048102ac453e8874bfca6c71491c P 70c816e8d9794b1daddb90a87f7fa028 [term 1 LEARNER]: Refusing update from remote peer 1cf9616920bb458fa324ed95d1465d5c: 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:30.974371 11788 raft_consensus.cc:1275] T 8885048102ac453e8874bfca6c71491c P 674aea18debc4b22916831125b2d01ff [term 1 FOLLOWER]: Refusing update from remote peer 1cf9616920bb458fa324ed95d1465d5c: 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:30.975726 11714 raft_consensus.cc:1275] T 8885048102ac453e8874bfca6c71491c P 96cbd129b3f64e99bdda981f25744741 [term 1 FOLLOWER]: Refusing update from remote peer 1cf9616920bb458fa324ed95d1465d5c: 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:30.976118 12005 consensus_queue.cc:1048] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [LEADER]: Connected to new peer: Peer: permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } 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:30.977089 12004 consensus_queue.cc:1048] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [LEADER]: Connected to new peer: Peer: permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:38:30.978541 12003 consensus_queue.cc:1048] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [LEADER]: Connected to new peer: Peer: permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } 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:30.999004 12005 raft_consensus.cc:2955] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 70c816e8d9794b1daddb90a87f7fa028 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } attrs { replace: true } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } } }
I20260630 12:38:31.001191 11934 raft_consensus.cc:2955] T 8885048102ac453e8874bfca6c71491c P 70c816e8d9794b1daddb90a87f7fa028 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 70c816e8d9794b1daddb90a87f7fa028 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } attrs { replace: true } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } } }
I20260630 12:38:31.001313 11714 raft_consensus.cc:2955] T 8885048102ac453e8874bfca6c71491c P 96cbd129b3f64e99bdda981f25744741 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 70c816e8d9794b1daddb90a87f7fa028 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } attrs { replace: true } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } } }
I20260630 12:38:31.015167 11788 raft_consensus.cc:2955] T 8885048102ac453e8874bfca6c71491c P 674aea18debc4b22916831125b2d01ff [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 70c816e8d9794b1daddb90a87f7fa028 (127.0.192.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } attrs { replace: true } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } } }
I20260630 12:38:31.016922 11536 catalog_manager.cc:5697] T 8885048102ac453e8874bfca6c71491c P 70c816e8d9794b1daddb90a87f7fa028 reported cstate change: config changed from index 2 to 3, 70c816e8d9794b1daddb90a87f7fa028 (127.0.192.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "1cf9616920bb458fa324ed95d1465d5c" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "96cbd129b3f64e99bdda981f25744741" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 43405 } attrs { replace: true } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } } }
I20260630 12:38:31.037112 11640 consensus_queue.cc:237] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [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: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } }
I20260630 12:38:31.042331 11934 raft_consensus.cc:1275] T 8885048102ac453e8874bfca6c71491c P 70c816e8d9794b1daddb90a87f7fa028 [term 1 FOLLOWER]: Refusing update from remote peer 1cf9616920bb458fa324ed95d1465d5c: 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:31.043406 11788 raft_consensus.cc:1275] T 8885048102ac453e8874bfca6c71491c P 674aea18debc4b22916831125b2d01ff [term 1 FOLLOWER]: Refusing update from remote peer 1cf9616920bb458fa324ed95d1465d5c: 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:31.043931 12005 consensus_queue.cc:1048] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [LEADER]: Connected to new peer: Peer: permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } 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:31.045938 12003 consensus_queue.cc:1048] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [LEADER]: Connected to new peer: Peer: permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:38:31.052776 12004 raft_consensus.cc:2955] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 96cbd129b3f64e99bdda981f25744741 (127.0.192.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } } }
I20260630 12:38:31.055599 11933 raft_consensus.cc:2955] T 8885048102ac453e8874bfca6c71491c P 70c816e8d9794b1daddb90a87f7fa028 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 96cbd129b3f64e99bdda981f25744741 (127.0.192.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } } }
I20260630 12:38:31.059105 11788 raft_consensus.cc:2955] T 8885048102ac453e8874bfca6c71491c P 674aea18debc4b22916831125b2d01ff [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 96cbd129b3f64e99bdda981f25744741 (127.0.192.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } } }
I20260630 12:38:31.064011 11524 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 8885048102ac453e8874bfca6c71491c with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:38:31.067690 11536 catalog_manager.cc:5697] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c reported cstate change: config changed from index 3 to 4, VOTER 96cbd129b3f64e99bdda981f25744741 (127.0.192.2) evicted. New cstate: current_term: 1 leader_uuid: "1cf9616920bb458fa324ed95d1465d5c" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1cf9616920bb458fa324ed95d1465d5c" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 33949 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "674aea18debc4b22916831125b2d01ff" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 33495 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "70c816e8d9794b1daddb90a87f7fa028" member_type: VOTER last_known_addr { host: "127.0.192.4" port: 43621 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:38:31.079916 11705 tablet_service.cc:1558] Processing DeleteTablet for tablet 8885048102ac453e8874bfca6c71491c with delete_type TABLET_DATA_TOMBSTONED (TS 96cbd129b3f64e99bdda981f25744741 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:40424
I20260630 12:38:31.082268 12027 tablet_replica.cc:333] T 8885048102ac453e8874bfca6c71491c P 96cbd129b3f64e99bdda981f25744741: stopping tablet replica
I20260630 12:38:31.085850 12027 raft_consensus.cc:2243] T 8885048102ac453e8874bfca6c71491c P 96cbd129b3f64e99bdda981f25744741 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:31.086536 12027 raft_consensus.cc:2272] T 8885048102ac453e8874bfca6c71491c P 96cbd129b3f64e99bdda981f25744741 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:31.089439 12027 ts_tablet_manager.cc:1916] T 8885048102ac453e8874bfca6c71491c P 96cbd129b3f64e99bdda981f25744741: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:38:31.101826 12027 ts_tablet_manager.cc:1929] T 8885048102ac453e8874bfca6c71491c P 96cbd129b3f64e99bdda981f25744741: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:38:31.102240 12027 log.cc:1199] T 8885048102ac453e8874bfca6c71491c P 96cbd129b3f64e99bdda981f25744741: Deleting WAL directory at /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822852710831-768-0/minicluster-data/ts-1-root/wals/8885048102ac453e8874bfca6c71491c
I20260630 12:38:31.103725 11525 catalog_manager.cc:5028] TS 96cbd129b3f64e99bdda981f25744741 (127.0.192.2:43405): tablet 8885048102ac453e8874bfca6c71491c (table test-workload [id=27cbe66faa31466786e6819b94ca250d]) successfully deleted
I20260630 12:38:31.543010   768 tablet_server.cc:179] TabletServer@127.0.192.1:0 shutting down...
I20260630 12:38:31.569412   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:31.570163   768 tablet_replica.cc:333] T ce0d7702516f4ff6abf8c9f52cfed1dc P 1cf9616920bb458fa324ed95d1465d5c: stopping tablet replica
I20260630 12:38:31.570811   768 raft_consensus.cc:2243] T ce0d7702516f4ff6abf8c9f52cfed1dc P 1cf9616920bb458fa324ed95d1465d5c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:31.571270   768 raft_consensus.cc:2272] T ce0d7702516f4ff6abf8c9f52cfed1dc P 1cf9616920bb458fa324ed95d1465d5c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:31.573551   768 tablet_replica.cc:333] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c: stopping tablet replica
I20260630 12:38:31.574031   768 raft_consensus.cc:2243] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:31.575126   768 raft_consensus.cc:2272] T 8885048102ac453e8874bfca6c71491c P 1cf9616920bb458fa324ed95d1465d5c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:31.578258   768 tablet_replica.cc:333] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c: stopping tablet replica
I20260630 12:38:31.578734   768 raft_consensus.cc:2243] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:31.579474   768 raft_consensus.cc:2272] T 2892a0b946e74ffa862d40497e4109f2 P 1cf9616920bb458fa324ed95d1465d5c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:31.605228   768 tablet_server.cc:196] TabletServer@127.0.192.1:0 shutdown complete.
I20260630 12:38:31.622339   768 tablet_server.cc:179] TabletServer@127.0.192.2:0 shutting down...
I20260630 12:38:31.653262   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:31.654006   768 tablet_replica.cc:333] T 2892a0b946e74ffa862d40497e4109f2 P 96cbd129b3f64e99bdda981f25744741: stopping tablet replica
I20260630 12:38:31.654649   768 raft_consensus.cc:2243] T 2892a0b946e74ffa862d40497e4109f2 P 96cbd129b3f64e99bdda981f25744741 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:31.655295   768 raft_consensus.cc:2272] T 2892a0b946e74ffa862d40497e4109f2 P 96cbd129b3f64e99bdda981f25744741 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:31.658318   768 tablet_replica.cc:333] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741: stopping tablet replica
I20260630 12:38:31.658883   768 raft_consensus.cc:2243] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:31.659695   768 raft_consensus.cc:2272] T 8a1b5993767e47d4ac3e091a7818a232 P 96cbd129b3f64e99bdda981f25744741 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:31.662374   768 tablet_replica.cc:333] T ce0d7702516f4ff6abf8c9f52cfed1dc P 96cbd129b3f64e99bdda981f25744741: stopping tablet replica
I20260630 12:38:31.662901   768 raft_consensus.cc:2243] T ce0d7702516f4ff6abf8c9f52cfed1dc P 96cbd129b3f64e99bdda981f25744741 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:31.663336   768 raft_consensus.cc:2272] T ce0d7702516f4ff6abf8c9f52cfed1dc P 96cbd129b3f64e99bdda981f25744741 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:31.687094   768 tablet_server.cc:196] TabletServer@127.0.192.2:0 shutdown complete.
I20260630 12:38:31.703313   768 tablet_server.cc:179] TabletServer@127.0.192.3:0 shutting down...
I20260630 12:38:31.726133   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:31.726974   768 tablet_replica.cc:333] T ce0d7702516f4ff6abf8c9f52cfed1dc P 674aea18debc4b22916831125b2d01ff: stopping tablet replica
I20260630 12:38:31.727588   768 raft_consensus.cc:2243] T ce0d7702516f4ff6abf8c9f52cfed1dc P 674aea18debc4b22916831125b2d01ff [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:31.728581   768 raft_consensus.cc:2272] T ce0d7702516f4ff6abf8c9f52cfed1dc P 674aea18debc4b22916831125b2d01ff [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:31.730953   768 tablet_replica.cc:333] T 8a1b5993767e47d4ac3e091a7818a232 P 674aea18debc4b22916831125b2d01ff: stopping tablet replica
I20260630 12:38:31.731501   768 raft_consensus.cc:2243] T 8a1b5993767e47d4ac3e091a7818a232 P 674aea18debc4b22916831125b2d01ff [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:31.732100   768 raft_consensus.cc:2272] T 8a1b5993767e47d4ac3e091a7818a232 P 674aea18debc4b22916831125b2d01ff [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:31.734761   768 tablet_replica.cc:333] T 8885048102ac453e8874bfca6c71491c P 674aea18debc4b22916831125b2d01ff: stopping tablet replica
I20260630 12:38:31.735275   768 raft_consensus.cc:2243] T 8885048102ac453e8874bfca6c71491c P 674aea18debc4b22916831125b2d01ff [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:31.735812   768 raft_consensus.cc:2272] T 8885048102ac453e8874bfca6c71491c P 674aea18debc4b22916831125b2d01ff [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:31.759516   768 tablet_server.cc:196] TabletServer@127.0.192.3:0 shutdown complete.
I20260630 12:38:31.776438   768 tablet_server.cc:179] TabletServer@127.0.192.4:0 shutting down...
I20260630 12:38:31.794762   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:31.795377   768 tablet_replica.cc:333] T 8a1b5993767e47d4ac3e091a7818a232 P 70c816e8d9794b1daddb90a87f7fa028: stopping tablet replica
I20260630 12:38:31.795902   768 raft_consensus.cc:2243] T 8a1b5993767e47d4ac3e091a7818a232 P 70c816e8d9794b1daddb90a87f7fa028 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:31.796435   768 raft_consensus.cc:2272] T 8a1b5993767e47d4ac3e091a7818a232 P 70c816e8d9794b1daddb90a87f7fa028 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:31.798487   768 tablet_replica.cc:333] T 2892a0b946e74ffa862d40497e4109f2 P 70c816e8d9794b1daddb90a87f7fa028: stopping tablet replica
I20260630 12:38:31.798982   768 raft_consensus.cc:2243] T 2892a0b946e74ffa862d40497e4109f2 P 70c816e8d9794b1daddb90a87f7fa028 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:31.799487   768 raft_consensus.cc:2272] T 2892a0b946e74ffa862d40497e4109f2 P 70c816e8d9794b1daddb90a87f7fa028 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:31.801793   768 tablet_replica.cc:333] T 8885048102ac453e8874bfca6c71491c P 70c816e8d9794b1daddb90a87f7fa028: stopping tablet replica
I20260630 12:38:31.802559   768 raft_consensus.cc:2243] T 8885048102ac453e8874bfca6c71491c P 70c816e8d9794b1daddb90a87f7fa028 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:31.803061   768 raft_consensus.cc:2272] T 8885048102ac453e8874bfca6c71491c P 70c816e8d9794b1daddb90a87f7fa028 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:31.824172   768 tablet_server.cc:196] TabletServer@127.0.192.4:0 shutdown complete.
I20260630 12:38:31.835656   768 master.cc:562] Master@127.0.192.62:46541 shutting down...
I20260630 12:38:31.855600   768 raft_consensus.cc:2243] T 00000000000000000000000000000000 P ddaba3763f6f4c12a614e77915a821d0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:31.856144   768 raft_consensus.cc:2272] T 00000000000000000000000000000000 P ddaba3763f6f4c12a614e77915a821d0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:31.856490   768 tablet_replica.cc:333] T 00000000000000000000000000000000 P ddaba3763f6f4c12a614e77915a821d0: stopping tablet replica
I20260630 12:38:31.876770   768 master.cc:584] Master@127.0.192.62:46541 shutdown complete.
[       OK ] AutoRebalancerTest.RebalancerMetricsFollowerMoves (12909 ms)
[ RUN      ] AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster
I20260630 12:38:31.921552   768 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.192.62:46769
I20260630 12:38:31.922861   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:31.927979 12028 instance_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:31.928244 12029 instance_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:31.929764 12031 instance_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:31.931689   768 server_base.cc:1061] running on GCE node
I20260630 12:38:31.932694   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:31.932899   768 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:31.933071   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823111933037 us; error 0 us; skew 500 ppm
I20260630 12:38:31.933596   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:31.936133   768 webserver.cc:533] Webserver started at http://127.0.192.62:46107/ using document root <none> and password file <none>
I20260630 12:38:31.936640   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:31.936802   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:31.937121   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:31.938259   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822852710831-768-0/minicluster-data/master-0-root/instance:
uuid: "fd6c66571a734675b9fb5562873d7224"
format_stamp: "Formatted at 2026-06-30 12:38:31 on dist-test-slave-n0zz"
I20260630 12:38:31.942854   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:38:31.946375 12036 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:31.947158   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:38:31.947475   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822852710831-768-0/minicluster-data/master-0-root
uuid: "fd6c66571a734675b9fb5562873d7224"
format_stamp: "Formatted at 2026-06-30 12:38:31 on dist-test-slave-n0zz"
I20260630 12:38:31.947767   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822852710831-768-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822852710831-768-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822852710831-768-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:31.964141   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:31.965389   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:32.004616   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.62:46769
I20260630 12:38:32.004743 12087 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.62:46769 every 8 connection(s)
I20260630 12:38:32.008798 12088 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:32.020344 12088 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fd6c66571a734675b9fb5562873d7224: Bootstrap starting.
I20260630 12:38:32.025122 12088 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P fd6c66571a734675b9fb5562873d7224: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:32.029454 12088 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fd6c66571a734675b9fb5562873d7224: No bootstrap required, opened a new log
I20260630 12:38:32.031646 12088 raft_consensus.cc:359] T 00000000000000000000000000000000 P fd6c66571a734675b9fb5562873d7224 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fd6c66571a734675b9fb5562873d7224" member_type: VOTER }
I20260630 12:38:32.032053 12088 raft_consensus.cc:385] T 00000000000000000000000000000000 P fd6c66571a734675b9fb5562873d7224 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:32.032236 12088 raft_consensus.cc:740] T 00000000000000000000000000000000 P fd6c66571a734675b9fb5562873d7224 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fd6c66571a734675b9fb5562873d7224, State: Initialized, Role: FOLLOWER
I20260630 12:38:32.032756 12088 consensus_queue.cc:260] T 00000000000000000000000000000000 P fd6c66571a734675b9fb5562873d7224 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "fd6c66571a734675b9fb5562873d7224" member_type: VOTER }
I20260630 12:38:32.033193 12088 raft_consensus.cc:399] T 00000000000000000000000000000000 P fd6c66571a734675b9fb5562873d7224 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:32.033402 12088 raft_consensus.cc:493] T 00000000000000000000000000000000 P fd6c66571a734675b9fb5562873d7224 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:32.033610 12088 raft_consensus.cc:3060] T 00000000000000000000000000000000 P fd6c66571a734675b9fb5562873d7224 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:32.038493 12088 raft_consensus.cc:515] T 00000000000000000000000000000000 P fd6c66571a734675b9fb5562873d7224 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fd6c66571a734675b9fb5562873d7224" member_type: VOTER }
I20260630 12:38:32.038998 12088 leader_election.cc:304] T 00000000000000000000000000000000 P fd6c66571a734675b9fb5562873d7224 [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: fd6c66571a734675b9fb5562873d7224; no voters: 
I20260630 12:38:32.040145 12088 leader_election.cc:290] T 00000000000000000000000000000000 P fd6c66571a734675b9fb5562873d7224 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:32.040593 12091 raft_consensus.cc:2804] T 00000000000000000000000000000000 P fd6c66571a734675b9fb5562873d7224 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:32.041965 12091 raft_consensus.cc:697] T 00000000000000000000000000000000 P fd6c66571a734675b9fb5562873d7224 [term 1 LEADER]: Becoming Leader. State: Replica: fd6c66571a734675b9fb5562873d7224, State: Running, Role: LEADER
I20260630 12:38:32.042652 12091 consensus_queue.cc:237] T 00000000000000000000000000000000 P fd6c66571a734675b9fb5562873d7224 [LEADER]: Queue going to LEADER mode. State: All 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: "fd6c66571a734675b9fb5562873d7224" member_type: VOTER }
I20260630 12:38:32.043200 12088 sys_catalog.cc:565] T 00000000000000000000000000000000 P fd6c66571a734675b9fb5562873d7224 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:38:32.048261 12093 sys_catalog.cc:455] T 00000000000000000000000000000000 P fd6c66571a734675b9fb5562873d7224 [sys.catalog]: SysCatalogTable state changed. Reason: New leader fd6c66571a734675b9fb5562873d7224. Latest consensus state: current_term: 1 leader_uuid: "fd6c66571a734675b9fb5562873d7224" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fd6c66571a734675b9fb5562873d7224" member_type: VOTER } }
I20260630 12:38:32.049103 12093 sys_catalog.cc:458] T 00000000000000000000000000000000 P fd6c66571a734675b9fb5562873d7224 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:32.048261 12092 sys_catalog.cc:455] T 00000000000000000000000000000000 P fd6c66571a734675b9fb5562873d7224 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "fd6c66571a734675b9fb5562873d7224" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fd6c66571a734675b9fb5562873d7224" member_type: VOTER } }
I20260630 12:38:32.050717 12092 sys_catalog.cc:458] T 00000000000000000000000000000000 P fd6c66571a734675b9fb5562873d7224 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:32.051206 12098 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:38:32.061065 12098 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:38:32.062192   768 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:38:32.070590 12098 catalog_manager.cc:1383] Generated new cluster ID: 2cfe8496154d422e84a6ecd968ff2202
I20260630 12:38:32.070951 12098 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:38:32.103212 12098 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:38:32.104763 12098 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:38:32.119879 12098 catalog_manager.cc:6070] T 00000000000000000000000000000000 P fd6c66571a734675b9fb5562873d7224: Generated new TSK 0
I20260630 12:38:32.120549 12098 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:38:32.129474   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:32.136663 12109 instance_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:32.138422 12110 instance_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:32.139350 12112 instance_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:32.139978   768 server_base.cc:1061] running on GCE node
I20260630 12:38:32.140960   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:32.141153   768 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:32.141278   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823112141265 us; error 0 us; skew 500 ppm
I20260630 12:38:32.141741   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:32.144515   768 webserver.cc:533] Webserver started at http://127.0.192.1:34601/ using document root <none> and password file <none>
I20260630 12:38:32.145191   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:32.145442   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:32.145761   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:32.147078   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822852710831-768-0/minicluster-data/ts-0-root/instance:
uuid: "047744bf78734715b09a40268295c882"
format_stamp: "Formatted at 2026-06-30 12:38:32 on dist-test-slave-n0zz"
I20260630 12:38:32.152532   768 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.001s
I20260630 12:38:32.156682 12117 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:32.157545   768 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:38:32.157868   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822852710831-768-0/minicluster-data/ts-0-root
uuid: "047744bf78734715b09a40268295c882"
format_stamp: "Formatted at 2026-06-30 12:38:32 on dist-test-slave-n0zz"
I20260630 12:38:32.158208   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822852710831-768-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822852710831-768-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822852710831-768-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:32.183710   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:32.184979   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:32.186573   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:32.189059   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:32.189308   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:32.189574   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:32.189762   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:32.230490   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.1:34759
I20260630 12:38:32.230602 12179 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.1:34759 every 8 connection(s)
I20260630 12:38:32.235762   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:32.243151 12184 instance_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:32.244580 12185 instance_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:32.247641 12187 instance_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:32.247934   768 server_base.cc:1061] running on GCE node
I20260630 12:38:32.248948   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:32.249166   768 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:32.249354   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823112249341 us; error 0 us; skew 500 ppm
I20260630 12:38:32.249861   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:32.252611   768 webserver.cc:533] Webserver started at http://127.0.192.2:36765/ using document root <none> and password file <none>
I20260630 12:38:32.253239   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:32.253491   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:32.253782   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:32.254812 12180 heartbeater.cc:344] Connected to a master server at 127.0.192.62:46769
I20260630 12:38:32.254933   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822852710831-768-0/minicluster-data/ts-1-root/instance:
uuid: "65f99d24bc9a427686031304977fae7b"
format_stamp: "Formatted at 2026-06-30 12:38:32 on dist-test-slave-n0zz"
I20260630 12:38:32.255302 12180 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:32.256060 12180 heartbeater.cc:507] Master 127.0.192.62:46769 requested a full tablet report, sending...
I20260630 12:38:32.258366 12053 ts_manager.cc:194] Registered new tserver with Master: 047744bf78734715b09a40268295c882 (127.0.192.1:34759)
I20260630 12:38:32.259999   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:38:32.260341 12053 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59646
I20260630 12:38:32.263972 12192 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:32.264846   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:38:32.265158   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822852710831-768-0/minicluster-data/ts-1-root
uuid: "65f99d24bc9a427686031304977fae7b"
format_stamp: "Formatted at 2026-06-30 12:38:32 on dist-test-slave-n0zz"
I20260630 12:38:32.265455   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822852710831-768-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822852710831-768-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822852710831-768-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:32.288808   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:32.290011   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:32.291682   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:32.294975   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:32.295284   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:32.295573   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:32.295743   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:32.335206   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.2:38279
I20260630 12:38:32.335314 12254 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.2:38279 every 8 connection(s)
I20260630 12:38:32.340174   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:32.348280 12258 instance_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:32.350796 12259 instance_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:32.355070   768 server_base.cc:1061] running on GCE node
I20260630 12:38:32.355204 12255 heartbeater.cc:344] Connected to a master server at 127.0.192.62:46769
W20260630 12:38:32.355525 12261 instance_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:32.356191 12255 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:32.356935   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:32.357234   768 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:32.357164 12255 heartbeater.cc:507] Master 127.0.192.62:46769 requested a full tablet report, sending...
I20260630 12:38:32.357715   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823112357692 us; error 0 us; skew 500 ppm
I20260630 12:38:32.358424   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:32.360162 12053 ts_manager.cc:194] Registered new tserver with Master: 65f99d24bc9a427686031304977fae7b (127.0.192.2:38279)
I20260630 12:38:32.361522   768 webserver.cc:533] Webserver started at http://127.0.192.3:38269/ using document root <none> and password file <none>
I20260630 12:38:32.362048   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:32.362103 12053 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59650
I20260630 12:38:32.362320   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:32.362703   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:32.363970   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822852710831-768-0/minicluster-data/ts-2-root/instance:
uuid: "6d58c41da5a945cdbe5f69ae152854d4"
format_stamp: "Formatted at 2026-06-30 12:38:32 on dist-test-slave-n0zz"
I20260630 12:38:32.368600   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260630 12:38:32.372035 12266 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:32.372900   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:38:32.373235   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822852710831-768-0/minicluster-data/ts-2-root
uuid: "6d58c41da5a945cdbe5f69ae152854d4"
format_stamp: "Formatted at 2026-06-30 12:38:32 on dist-test-slave-n0zz"
I20260630 12:38:32.373560   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822852710831-768-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822852710831-768-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822852710831-768-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:32.392644   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:32.393827   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:32.395366   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:32.397636   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:32.397817   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:32.398121   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:32.398319   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:38:32.439049   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.3:36883
I20260630 12:38:32.439155 12328 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.3:36883 every 8 connection(s)
I20260630 12:38:32.453051 12329 heartbeater.cc:344] Connected to a master server at 127.0.192.62:46769
I20260630 12:38:32.453516 12329 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:32.454272 12329 heartbeater.cc:507] Master 127.0.192.62:46769 requested a full tablet report, sending...
I20260630 12:38:32.456291 12053 ts_manager.cc:194] Registered new tserver with Master: 6d58c41da5a945cdbe5f69ae152854d4 (127.0.192.3:36883)
I20260630 12:38:32.457077   768 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014732555s
I20260630 12:38:32.458094 12053 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59658
I20260630 12:38:33.263350 12180 heartbeater.cc:499] Master 127.0.192.62:46769 was elected leader, sending a full tablet report...
I20260630 12:38:33.365307 12255 heartbeater.cc:499] Master 127.0.192.62:46769 was elected leader, sending a full tablet report...
I20260630 12:38:33.461171 12329 heartbeater.cc:499] Master 127.0.192.62:46769 was elected leader, sending a full tablet report...
I20260630 12:38:33.513502 12053 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:59666:
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:33.516182 12053 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:33.595827 12294 tablet_service.cc:1511] Processing CreateTablet for tablet a48df8e5488f4a1cbb845d89846c339d (DEFAULT_TABLE table=test-workload [id=8925384f6b1348e9a69e83552b3121eb]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:33.597304 12294 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a48df8e5488f4a1cbb845d89846c339d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:33.597003 12145 tablet_service.cc:1511] Processing CreateTablet for tablet a48df8e5488f4a1cbb845d89846c339d (DEFAULT_TABLE table=test-workload [id=8925384f6b1348e9a69e83552b3121eb]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:33.598378 12145 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a48df8e5488f4a1cbb845d89846c339d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:33.598155 12143 tablet_service.cc:1511] Processing CreateTablet for tablet 087e8072762744b5b4ec44dbafe6934a (DEFAULT_TABLE table=test-workload [id=8925384f6b1348e9a69e83552b3121eb]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:33.599581 12143 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 087e8072762744b5b4ec44dbafe6934a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:33.599244 12293 tablet_service.cc:1511] Processing CreateTablet for tablet 73ca0f55d75f4477b2c9bdf16f05d03b (DEFAULT_TABLE table=test-workload [id=8925384f6b1348e9a69e83552b3121eb]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:33.600226 12220 tablet_service.cc:1511] Processing CreateTablet for tablet a48df8e5488f4a1cbb845d89846c339d (DEFAULT_TABLE table=test-workload [id=8925384f6b1348e9a69e83552b3121eb]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:33.601578 12220 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a48df8e5488f4a1cbb845d89846c339d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:33.601991 12292 tablet_service.cc:1511] Processing CreateTablet for tablet 087e8072762744b5b4ec44dbafe6934a (DEFAULT_TABLE table=test-workload [id=8925384f6b1348e9a69e83552b3121eb]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:33.603372 12218 tablet_service.cc:1511] Processing CreateTablet for tablet 087e8072762744b5b4ec44dbafe6934a (DEFAULT_TABLE table=test-workload [id=8925384f6b1348e9a69e83552b3121eb]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:33.604202 12291 tablet_service.cc:1511] Processing CreateTablet for tablet d4da1ad725a44e8495086f999478a066 (DEFAULT_TABLE table=test-workload [id=8925384f6b1348e9a69e83552b3121eb]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:33.604748 12218 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 087e8072762744b5b4ec44dbafe6934a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:33.606217 12141 tablet_service.cc:1511] Processing CreateTablet for tablet 547f3191cade4e4aaeee3fd95a315413 (DEFAULT_TABLE table=test-workload [id=8925384f6b1348e9a69e83552b3121eb]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:33.606544 12219 tablet_service.cc:1511] Processing CreateTablet for tablet 73ca0f55d75f4477b2c9bdf16f05d03b (DEFAULT_TABLE table=test-workload [id=8925384f6b1348e9a69e83552b3121eb]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:33.607553 12141 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 547f3191cade4e4aaeee3fd95a315413. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:33.601213 12144 tablet_service.cc:1511] Processing CreateTablet for tablet 73ca0f55d75f4477b2c9bdf16f05d03b (DEFAULT_TABLE table=test-workload [id=8925384f6b1348e9a69e83552b3121eb]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:33.600620 12293 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 73ca0f55d75f4477b2c9bdf16f05d03b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:33.608901 12217 tablet_service.cc:1511] Processing CreateTablet for tablet d4da1ad725a44e8495086f999478a066 (DEFAULT_TABLE table=test-workload [id=8925384f6b1348e9a69e83552b3121eb]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:33.609093 12142 tablet_service.cc:1511] Processing CreateTablet for tablet d4da1ad725a44e8495086f999478a066 (DEFAULT_TABLE table=test-workload [id=8925384f6b1348e9a69e83552b3121eb]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:33.609400 12292 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 087e8072762744b5b4ec44dbafe6934a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:33.610229 12219 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 73ca0f55d75f4477b2c9bdf16f05d03b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:33.610363 12291 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d4da1ad725a44e8495086f999478a066. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:33.611021 12142 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d4da1ad725a44e8495086f999478a066. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:33.612416 12144 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 73ca0f55d75f4477b2c9bdf16f05d03b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:33.613512 12217 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d4da1ad725a44e8495086f999478a066. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:33.624277 12290 tablet_service.cc:1511] Processing CreateTablet for tablet 547f3191cade4e4aaeee3fd95a315413 (DEFAULT_TABLE table=test-workload [id=8925384f6b1348e9a69e83552b3121eb]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:33.625787 12290 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 547f3191cade4e4aaeee3fd95a315413. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:33.627087 12216 tablet_service.cc:1511] Processing CreateTablet for tablet 547f3191cade4e4aaeee3fd95a315413 (DEFAULT_TABLE table=test-workload [id=8925384f6b1348e9a69e83552b3121eb]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:33.628466 12216 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 547f3191cade4e4aaeee3fd95a315413. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:33.632395 12140 tablet_service.cc:1511] Processing CreateTablet for tablet 7d1b651eeb6746cfb43d4c80ef82eaa3 (DEFAULT_TABLE table=test-workload [id=8925384f6b1348e9a69e83552b3121eb]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:33.633816 12140 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7d1b651eeb6746cfb43d4c80ef82eaa3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:33.636317 12215 tablet_service.cc:1511] Processing CreateTablet for tablet 7d1b651eeb6746cfb43d4c80ef82eaa3 (DEFAULT_TABLE table=test-workload [id=8925384f6b1348e9a69e83552b3121eb]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:33.637681 12215 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7d1b651eeb6746cfb43d4c80ef82eaa3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:33.714412 12289 tablet_service.cc:1511] Processing CreateTablet for tablet 7d1b651eeb6746cfb43d4c80ef82eaa3 (DEFAULT_TABLE table=test-workload [id=8925384f6b1348e9a69e83552b3121eb]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:33.715857 12289 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7d1b651eeb6746cfb43d4c80ef82eaa3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:33.740818 12351 tablet_bootstrap.cc:492] T a48df8e5488f4a1cbb845d89846c339d P 6d58c41da5a945cdbe5f69ae152854d4: Bootstrap starting.
I20260630 12:38:33.751086 12349 tablet_bootstrap.cc:492] T 087e8072762744b5b4ec44dbafe6934a P 047744bf78734715b09a40268295c882: Bootstrap starting.
I20260630 12:38:33.756922 12349 tablet_bootstrap.cc:654] T 087e8072762744b5b4ec44dbafe6934a P 047744bf78734715b09a40268295c882: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:33.759615 12351 tablet_bootstrap.cc:654] T a48df8e5488f4a1cbb845d89846c339d P 6d58c41da5a945cdbe5f69ae152854d4: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:33.760946 12350 tablet_bootstrap.cc:492] T 73ca0f55d75f4477b2c9bdf16f05d03b P 65f99d24bc9a427686031304977fae7b: Bootstrap starting.
I20260630 12:38:33.763782 12349 tablet_bootstrap.cc:492] T 087e8072762744b5b4ec44dbafe6934a P 047744bf78734715b09a40268295c882: No bootstrap required, opened a new log
I20260630 12:38:33.764312 12349 ts_tablet_manager.cc:1403] T 087e8072762744b5b4ec44dbafe6934a P 047744bf78734715b09a40268295c882: Time spent bootstrapping tablet: real 0.013s	user 0.004s	sys 0.008s
I20260630 12:38:33.765746 12351 tablet_bootstrap.cc:492] T a48df8e5488f4a1cbb845d89846c339d P 6d58c41da5a945cdbe5f69ae152854d4: No bootstrap required, opened a new log
I20260630 12:38:33.766376 12351 ts_tablet_manager.cc:1403] T a48df8e5488f4a1cbb845d89846c339d P 6d58c41da5a945cdbe5f69ae152854d4: Time spent bootstrapping tablet: real 0.032s	user 0.007s	sys 0.006s
I20260630 12:38:33.766780 12349 raft_consensus.cc:359] T 087e8072762744b5b4ec44dbafe6934a P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:33.767505 12349 raft_consensus.cc:385] T 087e8072762744b5b4ec44dbafe6934a P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:33.767802 12349 raft_consensus.cc:740] T 087e8072762744b5b4ec44dbafe6934a P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 047744bf78734715b09a40268295c882, State: Initialized, Role: FOLLOWER
I20260630 12:38:33.768502 12350 tablet_bootstrap.cc:654] T 73ca0f55d75f4477b2c9bdf16f05d03b P 65f99d24bc9a427686031304977fae7b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:33.768514 12349 consensus_queue.cc:260] T 087e8072762744b5b4ec44dbafe6934a P 047744bf78734715b09a40268295c882 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:33.769527 12351 raft_consensus.cc:359] T a48df8e5488f4a1cbb845d89846c339d P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } }
I20260630 12:38:33.770339 12351 raft_consensus.cc:385] T a48df8e5488f4a1cbb845d89846c339d P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:33.770656 12351 raft_consensus.cc:740] T a48df8e5488f4a1cbb845d89846c339d P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6d58c41da5a945cdbe5f69ae152854d4, State: Initialized, Role: FOLLOWER
I20260630 12:38:33.771796 12349 ts_tablet_manager.cc:1434] T 087e8072762744b5b4ec44dbafe6934a P 047744bf78734715b09a40268295c882: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.003s
I20260630 12:38:33.771482 12351 consensus_queue.cc:260] T a48df8e5488f4a1cbb845d89846c339d P 6d58c41da5a945cdbe5f69ae152854d4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } }
I20260630 12:38:33.772841 12349 tablet_bootstrap.cc:492] T 73ca0f55d75f4477b2c9bdf16f05d03b P 047744bf78734715b09a40268295c882: Bootstrap starting.
I20260630 12:38:33.779840 12349 tablet_bootstrap.cc:654] T 73ca0f55d75f4477b2c9bdf16f05d03b P 047744bf78734715b09a40268295c882: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:33.785409 12351 ts_tablet_manager.cc:1434] T a48df8e5488f4a1cbb845d89846c339d P 6d58c41da5a945cdbe5f69ae152854d4: Time spent starting tablet: real 0.019s	user 0.009s	sys 0.008s
I20260630 12:38:33.785869 12350 tablet_bootstrap.cc:492] T 73ca0f55d75f4477b2c9bdf16f05d03b P 65f99d24bc9a427686031304977fae7b: No bootstrap required, opened a new log
I20260630 12:38:33.786409 12350 ts_tablet_manager.cc:1403] T 73ca0f55d75f4477b2c9bdf16f05d03b P 65f99d24bc9a427686031304977fae7b: Time spent bootstrapping tablet: real 0.026s	user 0.008s	sys 0.015s
I20260630 12:38:33.786518 12351 tablet_bootstrap.cc:492] T 087e8072762744b5b4ec44dbafe6934a P 6d58c41da5a945cdbe5f69ae152854d4: Bootstrap starting.
I20260630 12:38:33.789464 12350 raft_consensus.cc:359] T 73ca0f55d75f4477b2c9bdf16f05d03b P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:33.790340 12350 raft_consensus.cc:385] T 73ca0f55d75f4477b2c9bdf16f05d03b P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:33.790680 12350 raft_consensus.cc:740] T 73ca0f55d75f4477b2c9bdf16f05d03b P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 65f99d24bc9a427686031304977fae7b, State: Initialized, Role: FOLLOWER
I20260630 12:38:33.791656 12350 consensus_queue.cc:260] T 73ca0f55d75f4477b2c9bdf16f05d03b P 65f99d24bc9a427686031304977fae7b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:33.793731 12349 tablet_bootstrap.cc:492] T 73ca0f55d75f4477b2c9bdf16f05d03b P 047744bf78734715b09a40268295c882: No bootstrap required, opened a new log
I20260630 12:38:33.793830 12351 tablet_bootstrap.cc:654] T 087e8072762744b5b4ec44dbafe6934a P 6d58c41da5a945cdbe5f69ae152854d4: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:33.794538 12349 ts_tablet_manager.cc:1403] T 73ca0f55d75f4477b2c9bdf16f05d03b P 047744bf78734715b09a40268295c882: Time spent bootstrapping tablet: real 0.022s	user 0.012s	sys 0.001s
I20260630 12:38:33.797742 12349 raft_consensus.cc:359] T 73ca0f55d75f4477b2c9bdf16f05d03b P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:33.798547 12349 raft_consensus.cc:385] T 73ca0f55d75f4477b2c9bdf16f05d03b P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:33.798924 12349 raft_consensus.cc:740] T 73ca0f55d75f4477b2c9bdf16f05d03b P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 047744bf78734715b09a40268295c882, State: Initialized, Role: FOLLOWER
I20260630 12:38:33.799759 12349 consensus_queue.cc:260] T 73ca0f55d75f4477b2c9bdf16f05d03b P 047744bf78734715b09a40268295c882 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:33.800833 12351 tablet_bootstrap.cc:492] T 087e8072762744b5b4ec44dbafe6934a P 6d58c41da5a945cdbe5f69ae152854d4: No bootstrap required, opened a new log
I20260630 12:38:33.801388 12351 ts_tablet_manager.cc:1403] T 087e8072762744b5b4ec44dbafe6934a P 6d58c41da5a945cdbe5f69ae152854d4: Time spent bootstrapping tablet: real 0.015s	user 0.004s	sys 0.009s
I20260630 12:38:33.801559 12350 ts_tablet_manager.cc:1434] T 73ca0f55d75f4477b2c9bdf16f05d03b P 65f99d24bc9a427686031304977fae7b: Time spent starting tablet: real 0.015s	user 0.006s	sys 0.008s
I20260630 12:38:33.802878 12350 tablet_bootstrap.cc:492] T d4da1ad725a44e8495086f999478a066 P 65f99d24bc9a427686031304977fae7b: Bootstrap starting.
I20260630 12:38:33.804288 12351 raft_consensus.cc:359] T 087e8072762744b5b4ec44dbafe6934a P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:33.805114 12351 raft_consensus.cc:385] T 087e8072762744b5b4ec44dbafe6934a P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:33.805423 12351 raft_consensus.cc:740] T 087e8072762744b5b4ec44dbafe6934a P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6d58c41da5a945cdbe5f69ae152854d4, State: Initialized, Role: FOLLOWER
I20260630 12:38:33.806371 12351 consensus_queue.cc:260] T 087e8072762744b5b4ec44dbafe6934a P 6d58c41da5a945cdbe5f69ae152854d4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:33.808769 12349 ts_tablet_manager.cc:1434] T 73ca0f55d75f4477b2c9bdf16f05d03b P 047744bf78734715b09a40268295c882: Time spent starting tablet: real 0.014s	user 0.005s	sys 0.001s
I20260630 12:38:33.810297 12350 tablet_bootstrap.cc:654] T d4da1ad725a44e8495086f999478a066 P 65f99d24bc9a427686031304977fae7b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:33.810755 12351 ts_tablet_manager.cc:1434] T 087e8072762744b5b4ec44dbafe6934a P 6d58c41da5a945cdbe5f69ae152854d4: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260630 12:38:33.811908 12351 tablet_bootstrap.cc:492] T 73ca0f55d75f4477b2c9bdf16f05d03b P 6d58c41da5a945cdbe5f69ae152854d4: Bootstrap starting.
I20260630 12:38:33.813400 12349 tablet_bootstrap.cc:492] T 547f3191cade4e4aaeee3fd95a315413 P 047744bf78734715b09a40268295c882: Bootstrap starting.
I20260630 12:38:33.818533 12351 tablet_bootstrap.cc:654] T 73ca0f55d75f4477b2c9bdf16f05d03b P 6d58c41da5a945cdbe5f69ae152854d4: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:33.820990 12349 tablet_bootstrap.cc:654] T 547f3191cade4e4aaeee3fd95a315413 P 047744bf78734715b09a40268295c882: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:33.822962 12350 tablet_bootstrap.cc:492] T d4da1ad725a44e8495086f999478a066 P 65f99d24bc9a427686031304977fae7b: No bootstrap required, opened a new log
I20260630 12:38:33.823614 12350 ts_tablet_manager.cc:1403] T d4da1ad725a44e8495086f999478a066 P 65f99d24bc9a427686031304977fae7b: Time spent bootstrapping tablet: real 0.021s	user 0.013s	sys 0.005s
I20260630 12:38:33.826805 12350 raft_consensus.cc:359] T d4da1ad725a44e8495086f999478a066 P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:33.827695 12350 raft_consensus.cc:385] T d4da1ad725a44e8495086f999478a066 P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:33.828085 12350 raft_consensus.cc:740] T d4da1ad725a44e8495086f999478a066 P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 65f99d24bc9a427686031304977fae7b, State: Initialized, Role: FOLLOWER
I20260630 12:38:33.829061 12350 consensus_queue.cc:260] T d4da1ad725a44e8495086f999478a066 P 65f99d24bc9a427686031304977fae7b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:33.831396 12358 raft_consensus.cc:493] T d4da1ad725a44e8495086f999478a066 P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:33.831889 12358 raft_consensus.cc:515] T d4da1ad725a44e8495086f999478a066 P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:33.834069 12350 ts_tablet_manager.cc:1434] T d4da1ad725a44e8495086f999478a066 P 65f99d24bc9a427686031304977fae7b: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.002s
I20260630 12:38:33.835340 12350 tablet_bootstrap.cc:492] T 087e8072762744b5b4ec44dbafe6934a P 65f99d24bc9a427686031304977fae7b: Bootstrap starting.
I20260630 12:38:33.839417 12349 tablet_bootstrap.cc:492] T 547f3191cade4e4aaeee3fd95a315413 P 047744bf78734715b09a40268295c882: No bootstrap required, opened a new log
I20260630 12:38:33.840265 12349 ts_tablet_manager.cc:1403] T 547f3191cade4e4aaeee3fd95a315413 P 047744bf78734715b09a40268295c882: Time spent bootstrapping tablet: real 0.027s	user 0.015s	sys 0.004s
I20260630 12:38:33.841187 12358 leader_election.cc:290] T d4da1ad725a44e8495086f999478a066 P 65f99d24bc9a427686031304977fae7b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 047744bf78734715b09a40268295c882 (127.0.192.1:34759), 6d58c41da5a945cdbe5f69ae152854d4 (127.0.192.3:36883)
I20260630 12:38:33.844841 12351 tablet_bootstrap.cc:492] T 73ca0f55d75f4477b2c9bdf16f05d03b P 6d58c41da5a945cdbe5f69ae152854d4: No bootstrap required, opened a new log
I20260630 12:38:33.845693 12351 ts_tablet_manager.cc:1403] T 73ca0f55d75f4477b2c9bdf16f05d03b P 6d58c41da5a945cdbe5f69ae152854d4: Time spent bootstrapping tablet: real 0.034s	user 0.022s	sys 0.009s
I20260630 12:38:33.844360 12349 raft_consensus.cc:359] T 547f3191cade4e4aaeee3fd95a315413 P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:33.846472 12349 raft_consensus.cc:385] T 547f3191cade4e4aaeee3fd95a315413 P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:33.846846 12349 raft_consensus.cc:740] T 547f3191cade4e4aaeee3fd95a315413 P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 047744bf78734715b09a40268295c882, State: Initialized, Role: FOLLOWER
I20260630 12:38:33.847121 12350 tablet_bootstrap.cc:654] T 087e8072762744b5b4ec44dbafe6934a P 65f99d24bc9a427686031304977fae7b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:33.847826 12349 consensus_queue.cc:260] T 547f3191cade4e4aaeee3fd95a315413 P 047744bf78734715b09a40268295c882 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:33.848646 12351 raft_consensus.cc:359] T 73ca0f55d75f4477b2c9bdf16f05d03b P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:33.849608 12351 raft_consensus.cc:385] T 73ca0f55d75f4477b2c9bdf16f05d03b P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:33.849953 12351 raft_consensus.cc:740] T 73ca0f55d75f4477b2c9bdf16f05d03b P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6d58c41da5a945cdbe5f69ae152854d4, State: Initialized, Role: FOLLOWER
I20260630 12:38:33.851595 12349 ts_tablet_manager.cc:1434] T 547f3191cade4e4aaeee3fd95a315413 P 047744bf78734715b09a40268295c882: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.001s
I20260630 12:38:33.853689 12349 tablet_bootstrap.cc:492] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 047744bf78734715b09a40268295c882: Bootstrap starting.
I20260630 12:38:33.851037 12351 consensus_queue.cc:260] T 73ca0f55d75f4477b2c9bdf16f05d03b P 6d58c41da5a945cdbe5f69ae152854d4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:33.860170 12351 ts_tablet_manager.cc:1434] T 73ca0f55d75f4477b2c9bdf16f05d03b P 6d58c41da5a945cdbe5f69ae152854d4: Time spent starting tablet: real 0.014s	user 0.008s	sys 0.000s
I20260630 12:38:33.865867 12351 tablet_bootstrap.cc:492] T 547f3191cade4e4aaeee3fd95a315413 P 6d58c41da5a945cdbe5f69ae152854d4: Bootstrap starting.
I20260630 12:38:33.869659 12304 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4da1ad725a44e8495086f999478a066" candidate_uuid: "65f99d24bc9a427686031304977fae7b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6d58c41da5a945cdbe5f69ae152854d4" is_pre_election: true
I20260630 12:38:33.878232 12351 tablet_bootstrap.cc:654] T 547f3191cade4e4aaeee3fd95a315413 P 6d58c41da5a945cdbe5f69ae152854d4: Neither blocks nor log segments found. Creating new log.
W20260630 12:38:33.879833 12194 leader_election.cc:343] T d4da1ad725a44e8495086f999478a066 P 65f99d24bc9a427686031304977fae7b [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 6d58c41da5a945cdbe5f69ae152854d4 (127.0.192.3:36883): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:33.870747 12349 tablet_bootstrap.cc:654] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 047744bf78734715b09a40268295c882: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:33.886469 12155 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4da1ad725a44e8495086f999478a066" candidate_uuid: "65f99d24bc9a427686031304977fae7b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "047744bf78734715b09a40268295c882" is_pre_election: true
W20260630 12:38:33.888890 12195 leader_election.cc:343] T d4da1ad725a44e8495086f999478a066 P 65f99d24bc9a427686031304977fae7b [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 047744bf78734715b09a40268295c882 (127.0.192.1:34759): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:33.889523 12195 leader_election.cc:304] T d4da1ad725a44e8495086f999478a066 P 65f99d24bc9a427686031304977fae7b [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: 65f99d24bc9a427686031304977fae7b; no voters: 047744bf78734715b09a40268295c882, 6d58c41da5a945cdbe5f69ae152854d4
I20260630 12:38:33.891130 12358 raft_consensus.cc:2749] T d4da1ad725a44e8495086f999478a066 P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:38:33.895507 12350 tablet_bootstrap.cc:492] T 087e8072762744b5b4ec44dbafe6934a P 65f99d24bc9a427686031304977fae7b: No bootstrap required, opened a new log
I20260630 12:38:33.896109 12350 ts_tablet_manager.cc:1403] T 087e8072762744b5b4ec44dbafe6934a P 65f99d24bc9a427686031304977fae7b: Time spent bootstrapping tablet: real 0.061s	user 0.040s	sys 0.013s
I20260630 12:38:33.896241 12351 tablet_bootstrap.cc:492] T 547f3191cade4e4aaeee3fd95a315413 P 6d58c41da5a945cdbe5f69ae152854d4: No bootstrap required, opened a new log
I20260630 12:38:33.896265 12349 tablet_bootstrap.cc:492] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 047744bf78734715b09a40268295c882: No bootstrap required, opened a new log
I20260630 12:38:33.897022 12351 ts_tablet_manager.cc:1403] T 547f3191cade4e4aaeee3fd95a315413 P 6d58c41da5a945cdbe5f69ae152854d4: Time spent bootstrapping tablet: real 0.031s	user 0.019s	sys 0.006s
I20260630 12:38:33.897194 12349 ts_tablet_manager.cc:1403] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 047744bf78734715b09a40268295c882: Time spent bootstrapping tablet: real 0.044s	user 0.005s	sys 0.013s
I20260630 12:38:33.899222 12350 raft_consensus.cc:359] T 087e8072762744b5b4ec44dbafe6934a P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:33.899652 12349 raft_consensus.cc:359] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:33.900046 12350 raft_consensus.cc:385] T 087e8072762744b5b4ec44dbafe6934a P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:33.900379 12349 raft_consensus.cc:385] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:33.900213 12351 raft_consensus.cc:359] T 547f3191cade4e4aaeee3fd95a315413 P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:33.900406 12350 raft_consensus.cc:740] T 087e8072762744b5b4ec44dbafe6934a P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 65f99d24bc9a427686031304977fae7b, State: Initialized, Role: FOLLOWER
I20260630 12:38:33.900980 12349 raft_consensus.cc:740] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 047744bf78734715b09a40268295c882, State: Initialized, Role: FOLLOWER
I20260630 12:38:33.901121 12351 raft_consensus.cc:385] T 547f3191cade4e4aaeee3fd95a315413 P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:33.901583 12351 raft_consensus.cc:740] T 547f3191cade4e4aaeee3fd95a315413 P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6d58c41da5a945cdbe5f69ae152854d4, State: Initialized, Role: FOLLOWER
I20260630 12:38:33.901774 12350 consensus_queue.cc:260] T 087e8072762744b5b4ec44dbafe6934a P 65f99d24bc9a427686031304977fae7b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:33.902407 12351 consensus_queue.cc:260] T 547f3191cade4e4aaeee3fd95a315413 P 6d58c41da5a945cdbe5f69ae152854d4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:33.904217 12350 ts_tablet_manager.cc:1434] T 087e8072762744b5b4ec44dbafe6934a P 65f99d24bc9a427686031304977fae7b: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.002s
I20260630 12:38:33.904670 12351 ts_tablet_manager.cc:1434] T 547f3191cade4e4aaeee3fd95a315413 P 6d58c41da5a945cdbe5f69ae152854d4: Time spent starting tablet: real 0.007s	user 0.000s	sys 0.005s
I20260630 12:38:33.905336 12350 tablet_bootstrap.cc:492] T a48df8e5488f4a1cbb845d89846c339d P 65f99d24bc9a427686031304977fae7b: Bootstrap starting.
I20260630 12:38:33.905725 12351 tablet_bootstrap.cc:492] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 6d58c41da5a945cdbe5f69ae152854d4: Bootstrap starting.
I20260630 12:38:33.901923 12349 consensus_queue.cc:260] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 047744bf78734715b09a40268295c882 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:33.910380 12354 raft_consensus.cc:493] T 087e8072762744b5b4ec44dbafe6934a P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:33.910892 12354 raft_consensus.cc:515] T 087e8072762744b5b4ec44dbafe6934a P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:33.912398 12349 ts_tablet_manager.cc:1434] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 047744bf78734715b09a40268295c882: Time spent starting tablet: real 0.015s	user 0.007s	sys 0.000s
I20260630 12:38:33.912863 12351 tablet_bootstrap.cc:654] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 6d58c41da5a945cdbe5f69ae152854d4: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:33.913537 12349 tablet_bootstrap.cc:492] T a48df8e5488f4a1cbb845d89846c339d P 047744bf78734715b09a40268295c882: Bootstrap starting.
I20260630 12:38:33.926923 12350 tablet_bootstrap.cc:654] T a48df8e5488f4a1cbb845d89846c339d P 65f99d24bc9a427686031304977fae7b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:33.927484 12354 leader_election.cc:290] T 087e8072762744b5b4ec44dbafe6934a P 047744bf78734715b09a40268295c882 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 65f99d24bc9a427686031304977fae7b (127.0.192.2:38279), 6d58c41da5a945cdbe5f69ae152854d4 (127.0.192.3:36883)
I20260630 12:38:33.932137 12349 tablet_bootstrap.cc:654] T a48df8e5488f4a1cbb845d89846c339d P 047744bf78734715b09a40268295c882: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:33.946574 12230 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "087e8072762744b5b4ec44dbafe6934a" candidate_uuid: "047744bf78734715b09a40268295c882" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "65f99d24bc9a427686031304977fae7b" is_pre_election: true
I20260630 12:38:33.947408 12230 raft_consensus.cc:2468] T 087e8072762744b5b4ec44dbafe6934a P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 047744bf78734715b09a40268295c882 in term 0.
I20260630 12:38:33.949112 12118 leader_election.cc:304] T 087e8072762744b5b4ec44dbafe6934a P 047744bf78734715b09a40268295c882 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 047744bf78734715b09a40268295c882, 65f99d24bc9a427686031304977fae7b; no voters: 
I20260630 12:38:33.949990 12350 tablet_bootstrap.cc:492] T a48df8e5488f4a1cbb845d89846c339d P 65f99d24bc9a427686031304977fae7b: No bootstrap required, opened a new log
I20260630 12:38:33.950055 12354 raft_consensus.cc:2804] T 087e8072762744b5b4ec44dbafe6934a P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:33.950599 12354 raft_consensus.cc:493] T 087e8072762744b5b4ec44dbafe6934a P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:33.950683 12350 ts_tablet_manager.cc:1403] T a48df8e5488f4a1cbb845d89846c339d P 65f99d24bc9a427686031304977fae7b: Time spent bootstrapping tablet: real 0.046s	user 0.014s	sys 0.006s
I20260630 12:38:33.950997 12354 raft_consensus.cc:3060] T 087e8072762744b5b4ec44dbafe6934a P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:33.951097 12349 tablet_bootstrap.cc:492] T a48df8e5488f4a1cbb845d89846c339d P 047744bf78734715b09a40268295c882: No bootstrap required, opened a new log
I20260630 12:38:33.951913 12349 ts_tablet_manager.cc:1403] T a48df8e5488f4a1cbb845d89846c339d P 047744bf78734715b09a40268295c882: Time spent bootstrapping tablet: real 0.039s	user 0.013s	sys 0.007s
I20260630 12:38:33.954663 12350 raft_consensus.cc:359] T a48df8e5488f4a1cbb845d89846c339d P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } }
I20260630 12:38:33.955706 12356 raft_consensus.cc:493] T a48df8e5488f4a1cbb845d89846c339d P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:33.955773 12350 raft_consensus.cc:385] T a48df8e5488f4a1cbb845d89846c339d P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:33.956347 12350 raft_consensus.cc:740] T a48df8e5488f4a1cbb845d89846c339d P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 65f99d24bc9a427686031304977fae7b, State: Initialized, Role: FOLLOWER
I20260630 12:38:33.956398 12356 raft_consensus.cc:515] T a48df8e5488f4a1cbb845d89846c339d P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } }
I20260630 12:38:33.955996 12349 raft_consensus.cc:359] T a48df8e5488f4a1cbb845d89846c339d P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } }
I20260630 12:38:33.957481 12349 raft_consensus.cc:385] T a48df8e5488f4a1cbb845d89846c339d P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:33.957302 12350 consensus_queue.cc:260] T a48df8e5488f4a1cbb845d89846c339d P 65f99d24bc9a427686031304977fae7b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } }
I20260630 12:38:33.957926 12349 raft_consensus.cc:740] T a48df8e5488f4a1cbb845d89846c339d P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 047744bf78734715b09a40268295c882, State: Initialized, Role: FOLLOWER
I20260630 12:38:33.959909 12350 ts_tablet_manager.cc:1434] T a48df8e5488f4a1cbb845d89846c339d P 65f99d24bc9a427686031304977fae7b: Time spent starting tablet: real 0.009s	user 0.009s	sys 0.000s
I20260630 12:38:33.959162 12349 consensus_queue.cc:260] T a48df8e5488f4a1cbb845d89846c339d P 047744bf78734715b09a40268295c882 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } }
I20260630 12:38:33.961038 12350 tablet_bootstrap.cc:492] T 547f3191cade4e4aaeee3fd95a315413 P 65f99d24bc9a427686031304977fae7b: Bootstrap starting.
I20260630 12:38:33.968194 12350 tablet_bootstrap.cc:654] T 547f3191cade4e4aaeee3fd95a315413 P 65f99d24bc9a427686031304977fae7b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:33.968093 12368 raft_consensus.cc:493] T a48df8e5488f4a1cbb845d89846c339d P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:33.969111 12368 raft_consensus.cc:515] T a48df8e5488f4a1cbb845d89846c339d P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } }
I20260630 12:38:33.977231 12356 leader_election.cc:290] T a48df8e5488f4a1cbb845d89846c339d P 6d58c41da5a945cdbe5f69ae152854d4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 047744bf78734715b09a40268295c882 (127.0.192.1:34759), 65f99d24bc9a427686031304977fae7b (127.0.192.2:38279)
I20260630 12:38:33.979104 12356 raft_consensus.cc:493] T 73ca0f55d75f4477b2c9bdf16f05d03b P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:33.984069 12349 ts_tablet_manager.cc:1434] T a48df8e5488f4a1cbb845d89846c339d P 047744bf78734715b09a40268295c882: Time spent starting tablet: real 0.032s	user 0.009s	sys 0.001s
I20260630 12:38:34.000078 12349 tablet_bootstrap.cc:492] T d4da1ad725a44e8495086f999478a066 P 047744bf78734715b09a40268295c882: Bootstrap starting.
I20260630 12:38:33.983784 12356 raft_consensus.cc:515] T 73ca0f55d75f4477b2c9bdf16f05d03b P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:33.980911 12368 leader_election.cc:290] T a48df8e5488f4a1cbb845d89846c339d P 047744bf78734715b09a40268295c882 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6d58c41da5a945cdbe5f69ae152854d4 (127.0.192.3:36883), 65f99d24bc9a427686031304977fae7b (127.0.192.2:38279)
I20260630 12:38:33.982645 12230 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a48df8e5488f4a1cbb845d89846c339d" candidate_uuid: "047744bf78734715b09a40268295c882" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "65f99d24bc9a427686031304977fae7b" is_pre_election: true
I20260630 12:38:34.011472 12358 raft_consensus.cc:493] T 73ca0f55d75f4477b2c9bdf16f05d03b P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:34.017158 12356 leader_election.cc:290] T 73ca0f55d75f4477b2c9bdf16f05d03b P 6d58c41da5a945cdbe5f69ae152854d4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 047744bf78734715b09a40268295c882 (127.0.192.1:34759), 65f99d24bc9a427686031304977fae7b (127.0.192.2:38279)
I20260630 12:38:34.012300 12358 raft_consensus.cc:515] T 73ca0f55d75f4477b2c9bdf16f05d03b P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:34.015949 12230 raft_consensus.cc:2468] T a48df8e5488f4a1cbb845d89846c339d P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 047744bf78734715b09a40268295c882 in term 0.
I20260630 12:38:34.027463 12118 leader_election.cc:304] T a48df8e5488f4a1cbb845d89846c339d P 047744bf78734715b09a40268295c882 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 047744bf78734715b09a40268295c882, 65f99d24bc9a427686031304977fae7b; no voters: 
I20260630 12:38:34.028573 12368 raft_consensus.cc:2804] T a48df8e5488f4a1cbb845d89846c339d P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:34.028965 12368 raft_consensus.cc:493] T a48df8e5488f4a1cbb845d89846c339d P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:34.029342 12350 tablet_bootstrap.cc:492] T 547f3191cade4e4aaeee3fd95a315413 P 65f99d24bc9a427686031304977fae7b: No bootstrap required, opened a new log
I20260630 12:38:34.029299 12368 raft_consensus.cc:3060] T a48df8e5488f4a1cbb845d89846c339d P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:34.029775 12351 tablet_bootstrap.cc:492] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 6d58c41da5a945cdbe5f69ae152854d4: No bootstrap required, opened a new log
I20260630 12:38:34.029978 12350 ts_tablet_manager.cc:1403] T 547f3191cade4e4aaeee3fd95a315413 P 65f99d24bc9a427686031304977fae7b: Time spent bootstrapping tablet: real 0.069s	user 0.026s	sys 0.031s
I20260630 12:38:34.030365 12351 ts_tablet_manager.cc:1403] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 6d58c41da5a945cdbe5f69ae152854d4: Time spent bootstrapping tablet: real 0.125s	user 0.041s	sys 0.055s
I20260630 12:38:34.030253 12354 raft_consensus.cc:515] T 087e8072762744b5b4ec44dbafe6934a P 047744bf78734715b09a40268295c882 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:34.033178 12350 raft_consensus.cc:359] T 547f3191cade4e4aaeee3fd95a315413 P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:34.033469 12351 raft_consensus.cc:359] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:34.034049 12350 raft_consensus.cc:385] T 547f3191cade4e4aaeee3fd95a315413 P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:34.034354 12351 raft_consensus.cc:385] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:34.034425 12350 raft_consensus.cc:740] T 547f3191cade4e4aaeee3fd95a315413 P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 65f99d24bc9a427686031304977fae7b, State: Initialized, Role: FOLLOWER
I20260630 12:38:34.034770 12351 raft_consensus.cc:740] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6d58c41da5a945cdbe5f69ae152854d4, State: Initialized, Role: FOLLOWER
I20260630 12:38:34.035218 12358 leader_election.cc:290] T 73ca0f55d75f4477b2c9bdf16f05d03b P 65f99d24bc9a427686031304977fae7b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 047744bf78734715b09a40268295c882 (127.0.192.1:34759), 6d58c41da5a945cdbe5f69ae152854d4 (127.0.192.3:36883)
I20260630 12:38:34.035856 12350 consensus_queue.cc:260] T 547f3191cade4e4aaeee3fd95a315413 P 65f99d24bc9a427686031304977fae7b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:34.036351 12304 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "73ca0f55d75f4477b2c9bdf16f05d03b" candidate_uuid: "65f99d24bc9a427686031304977fae7b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6d58c41da5a945cdbe5f69ae152854d4" is_pre_election: true
I20260630 12:38:34.037034 12304 raft_consensus.cc:2468] T 73ca0f55d75f4477b2c9bdf16f05d03b P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 65f99d24bc9a427686031304977fae7b in term 0.
I20260630 12:38:34.037781 12374 raft_consensus.cc:493] T 547f3191cade4e4aaeee3fd95a315413 P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:34.036970 12155 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "73ca0f55d75f4477b2c9bdf16f05d03b" candidate_uuid: "65f99d24bc9a427686031304977fae7b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "047744bf78734715b09a40268295c882" is_pre_election: true
I20260630 12:38:34.038290 12350 ts_tablet_manager.cc:1434] T 547f3191cade4e4aaeee3fd95a315413 P 65f99d24bc9a427686031304977fae7b: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.003s
I20260630 12:38:34.038614 12155 raft_consensus.cc:2468] T 73ca0f55d75f4477b2c9bdf16f05d03b P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 65f99d24bc9a427686031304977fae7b in term 0.
I20260630 12:38:34.038443 12368 raft_consensus.cc:515] T a48df8e5488f4a1cbb845d89846c339d P 047744bf78734715b09a40268295c882 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } }
I20260630 12:38:34.038913 12351 consensus_queue.cc:260] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 6d58c41da5a945cdbe5f69ae152854d4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:34.038619 12194 leader_election.cc:304] T 73ca0f55d75f4477b2c9bdf16f05d03b P 65f99d24bc9a427686031304977fae7b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 65f99d24bc9a427686031304977fae7b, 6d58c41da5a945cdbe5f69ae152854d4; no voters: 
I20260630 12:38:34.033406 12230 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "087e8072762744b5b4ec44dbafe6934a" candidate_uuid: "047744bf78734715b09a40268295c882" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "65f99d24bc9a427686031304977fae7b"
I20260630 12:38:34.043155 12230 raft_consensus.cc:3060] T 087e8072762744b5b4ec44dbafe6934a P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:34.045814 12368 leader_election.cc:290] T a48df8e5488f4a1cbb845d89846c339d P 047744bf78734715b09a40268295c882 [CANDIDATE]: Term 1 election: Requested vote from peers 6d58c41da5a945cdbe5f69ae152854d4 (127.0.192.3:36883), 65f99d24bc9a427686031304977fae7b (127.0.192.2:38279)
I20260630 12:38:34.047111 12351 ts_tablet_manager.cc:1434] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 6d58c41da5a945cdbe5f69ae152854d4: Time spent starting tablet: real 0.016s	user 0.008s	sys 0.000s
I20260630 12:38:34.046674 12350 tablet_bootstrap.cc:492] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 65f99d24bc9a427686031304977fae7b: Bootstrap starting.
I20260630 12:38:34.050982 12351 tablet_bootstrap.cc:492] T d4da1ad725a44e8495086f999478a066 P 6d58c41da5a945cdbe5f69ae152854d4: Bootstrap starting.
I20260630 12:38:34.052807 12379 raft_consensus.cc:2804] T 73ca0f55d75f4477b2c9bdf16f05d03b P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:34.053786 12229 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a48df8e5488f4a1cbb845d89846c339d" candidate_uuid: "047744bf78734715b09a40268295c882" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "65f99d24bc9a427686031304977fae7b"
I20260630 12:38:34.054512 12229 raft_consensus.cc:3060] T a48df8e5488f4a1cbb845d89846c339d P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:34.038304 12374 raft_consensus.cc:515] T 547f3191cade4e4aaeee3fd95a315413 P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:34.053786 12379 raft_consensus.cc:493] T 73ca0f55d75f4477b2c9bdf16f05d03b P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:34.062813 12379 raft_consensus.cc:3060] T 73ca0f55d75f4477b2c9bdf16f05d03b P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:34.067957 12368 raft_consensus.cc:493] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:34.068487 12368 raft_consensus.cc:515] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:34.070025 12374 leader_election.cc:290] T 547f3191cade4e4aaeee3fd95a315413 P 047744bf78734715b09a40268295c882 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 65f99d24bc9a427686031304977fae7b (127.0.192.2:38279), 6d58c41da5a945cdbe5f69ae152854d4 (127.0.192.3:36883)
I20260630 12:38:34.070567 12368 leader_election.cc:290] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 047744bf78734715b09a40268295c882 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 65f99d24bc9a427686031304977fae7b (127.0.192.2:38279), 6d58c41da5a945cdbe5f69ae152854d4 (127.0.192.3:36883)
I20260630 12:38:34.070983 12228 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "547f3191cade4e4aaeee3fd95a315413" candidate_uuid: "047744bf78734715b09a40268295c882" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "65f99d24bc9a427686031304977fae7b" is_pre_election: true
I20260630 12:38:34.072211 12228 raft_consensus.cc:2468] T 547f3191cade4e4aaeee3fd95a315413 P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 047744bf78734715b09a40268295c882 in term 0.
I20260630 12:38:34.073246 12304 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "087e8072762744b5b4ec44dbafe6934a" candidate_uuid: "047744bf78734715b09a40268295c882" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6d58c41da5a945cdbe5f69ae152854d4" is_pre_election: true
I20260630 12:38:34.073333 12227 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7d1b651eeb6746cfb43d4c80ef82eaa3" candidate_uuid: "047744bf78734715b09a40268295c882" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "65f99d24bc9a427686031304977fae7b" is_pre_election: true
I20260630 12:38:34.074024 12304 raft_consensus.cc:2468] T 087e8072762744b5b4ec44dbafe6934a P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 047744bf78734715b09a40268295c882 in term 0.
I20260630 12:38:34.074892 12303 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a48df8e5488f4a1cbb845d89846c339d" candidate_uuid: "047744bf78734715b09a40268295c882" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6d58c41da5a945cdbe5f69ae152854d4" is_pre_election: true
I20260630 12:38:34.075603 12303 raft_consensus.cc:2468] T a48df8e5488f4a1cbb845d89846c339d P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 047744bf78734715b09a40268295c882 in term 0.
I20260630 12:38:34.076719 12302 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a48df8e5488f4a1cbb845d89846c339d" candidate_uuid: "047744bf78734715b09a40268295c882" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6d58c41da5a945cdbe5f69ae152854d4"
I20260630 12:38:34.076895 12154 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "73ca0f55d75f4477b2c9bdf16f05d03b" candidate_uuid: "6d58c41da5a945cdbe5f69ae152854d4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "047744bf78734715b09a40268295c882" is_pre_election: true
I20260630 12:38:34.077387 12302 raft_consensus.cc:3060] T a48df8e5488f4a1cbb845d89846c339d P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:34.077498 12154 raft_consensus.cc:2468] T 73ca0f55d75f4477b2c9bdf16f05d03b P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6d58c41da5a945cdbe5f69ae152854d4 in term 0.
I20260630 12:38:34.078266 12118 leader_election.cc:304] T 547f3191cade4e4aaeee3fd95a315413 P 047744bf78734715b09a40268295c882 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 047744bf78734715b09a40268295c882, 65f99d24bc9a427686031304977fae7b; no voters: 
I20260630 12:38:34.078595 12155 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a48df8e5488f4a1cbb845d89846c339d" candidate_uuid: "6d58c41da5a945cdbe5f69ae152854d4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "047744bf78734715b09a40268295c882" is_pre_election: true
W20260630 12:38:34.079281 12118 leader_election.cc:343] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 047744bf78734715b09a40268295c882 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 65f99d24bc9a427686031304977fae7b (127.0.192.2:38279): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:34.080282 12269 leader_election.cc:304] T 73ca0f55d75f4477b2c9bdf16f05d03b P 6d58c41da5a945cdbe5f69ae152854d4 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 047744bf78734715b09a40268295c882, 6d58c41da5a945cdbe5f69ae152854d4; no voters: 
I20260630 12:38:34.080955 12368 raft_consensus.cc:2804] T 547f3191cade4e4aaeee3fd95a315413 P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:34.081229 12356 raft_consensus.cc:2804] T 73ca0f55d75f4477b2c9bdf16f05d03b P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:34.082552 12301 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "087e8072762744b5b4ec44dbafe6934a" candidate_uuid: "047744bf78734715b09a40268295c882" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6d58c41da5a945cdbe5f69ae152854d4"
I20260630 12:38:34.082854 12368 raft_consensus.cc:493] T 547f3191cade4e4aaeee3fd95a315413 P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:34.082940 12356 raft_consensus.cc:493] T 73ca0f55d75f4477b2c9bdf16f05d03b P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:34.079427 12155 raft_consensus.cc:2393] T a48df8e5488f4a1cbb845d89846c339d P 047744bf78734715b09a40268295c882 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 6d58c41da5a945cdbe5f69ae152854d4 in current term 1: Already voted for candidate 047744bf78734715b09a40268295c882 in this term.
I20260630 12:38:34.083606 12368 raft_consensus.cc:3060] T 547f3191cade4e4aaeee3fd95a315413 P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:34.083639 12356 raft_consensus.cc:3060] T 73ca0f55d75f4477b2c9bdf16f05d03b P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:34.083860 12300 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "547f3191cade4e4aaeee3fd95a315413" candidate_uuid: "047744bf78734715b09a40268295c882" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6d58c41da5a945cdbe5f69ae152854d4" is_pre_election: true
I20260630 12:38:34.084697 12300 raft_consensus.cc:2468] T 547f3191cade4e4aaeee3fd95a315413 P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 047744bf78734715b09a40268295c882 in term 0.
I20260630 12:38:34.085806 12299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7d1b651eeb6746cfb43d4c80ef82eaa3" candidate_uuid: "047744bf78734715b09a40268295c882" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6d58c41da5a945cdbe5f69ae152854d4" is_pre_election: true
I20260630 12:38:34.086530 12299 raft_consensus.cc:2468] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 047744bf78734715b09a40268295c882 in term 0.
I20260630 12:38:34.083174 12301 raft_consensus.cc:3060] T 087e8072762744b5b4ec44dbafe6934a P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:34.063302 12354 leader_election.cc:290] T 087e8072762744b5b4ec44dbafe6934a P 047744bf78734715b09a40268295c882 [CANDIDATE]: Term 1 election: Requested vote from peers 65f99d24bc9a427686031304977fae7b (127.0.192.2:38279), 6d58c41da5a945cdbe5f69ae152854d4 (127.0.192.3:36883)
W20260630 12:38:34.089495 12101 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:38:34.101699 12227 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a48df8e5488f4a1cbb845d89846c339d" candidate_uuid: "6d58c41da5a945cdbe5f69ae152854d4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "65f99d24bc9a427686031304977fae7b" is_pre_election: true
I20260630 12:38:34.106623 12227 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "73ca0f55d75f4477b2c9bdf16f05d03b" candidate_uuid: "6d58c41da5a945cdbe5f69ae152854d4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "65f99d24bc9a427686031304977fae7b" is_pre_election: true
I20260630 12:38:34.106905 12379 raft_consensus.cc:515] T 73ca0f55d75f4477b2c9bdf16f05d03b P 65f99d24bc9a427686031304977fae7b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:34.106982 12267 leader_election.cc:304] T a48df8e5488f4a1cbb845d89846c339d P 6d58c41da5a945cdbe5f69ae152854d4 [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: 6d58c41da5a945cdbe5f69ae152854d4; no voters: 047744bf78734715b09a40268295c882, 65f99d24bc9a427686031304977fae7b
I20260630 12:38:34.108162 12351 tablet_bootstrap.cc:654] T d4da1ad725a44e8495086f999478a066 P 6d58c41da5a945cdbe5f69ae152854d4: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:34.109565 12227 raft_consensus.cc:2393] T 73ca0f55d75f4477b2c9bdf16f05d03b P 65f99d24bc9a427686031304977fae7b [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 6d58c41da5a945cdbe5f69ae152854d4 in current term 1: Already voted for candidate 65f99d24bc9a427686031304977fae7b in this term.
I20260630 12:38:34.112207 12299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "73ca0f55d75f4477b2c9bdf16f05d03b" candidate_uuid: "65f99d24bc9a427686031304977fae7b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6d58c41da5a945cdbe5f69ae152854d4"
I20260630 12:38:34.113056 12379 leader_election.cc:290] T 73ca0f55d75f4477b2c9bdf16f05d03b P 65f99d24bc9a427686031304977fae7b [CANDIDATE]: Term 1 election: Requested vote from peers 047744bf78734715b09a40268295c882 (127.0.192.1:34759), 6d58c41da5a945cdbe5f69ae152854d4 (127.0.192.3:36883)
I20260630 12:38:34.113790 12155 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "73ca0f55d75f4477b2c9bdf16f05d03b" candidate_uuid: "65f99d24bc9a427686031304977fae7b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "047744bf78734715b09a40268295c882"
I20260630 12:38:34.114446 12119 leader_election.cc:304] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 047744bf78734715b09a40268295c882 [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: 047744bf78734715b09a40268295c882, 6d58c41da5a945cdbe5f69ae152854d4; no voters: 65f99d24bc9a427686031304977fae7b
I20260630 12:38:34.114667 12155 raft_consensus.cc:3060] T 73ca0f55d75f4477b2c9bdf16f05d03b P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:34.119021 12356 raft_consensus.cc:515] T 73ca0f55d75f4477b2c9bdf16f05d03b P 6d58c41da5a945cdbe5f69ae152854d4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:34.120247 12299 raft_consensus.cc:2393] T 73ca0f55d75f4477b2c9bdf16f05d03b P 6d58c41da5a945cdbe5f69ae152854d4 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 65f99d24bc9a427686031304977fae7b in current term 1: Already voted for candidate 6d58c41da5a945cdbe5f69ae152854d4 in this term.
I20260630 12:38:34.120922 12354 raft_consensus.cc:2804] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:34.123039 12354 raft_consensus.cc:493] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:34.124279 12154 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "73ca0f55d75f4477b2c9bdf16f05d03b" candidate_uuid: "6d58c41da5a945cdbe5f69ae152854d4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "047744bf78734715b09a40268295c882"
I20260630 12:38:34.126389 12228 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "73ca0f55d75f4477b2c9bdf16f05d03b" candidate_uuid: "6d58c41da5a945cdbe5f69ae152854d4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "65f99d24bc9a427686031304977fae7b"
I20260630 12:38:34.127760 12354 raft_consensus.cc:3060] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:34.129014 12349 tablet_bootstrap.cc:654] T d4da1ad725a44e8495086f999478a066 P 047744bf78734715b09a40268295c882: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:34.129142 12267 leader_election.cc:304] T 73ca0f55d75f4477b2c9bdf16f05d03b P 6d58c41da5a945cdbe5f69ae152854d4 [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: 6d58c41da5a945cdbe5f69ae152854d4; no voters: 047744bf78734715b09a40268295c882, 65f99d24bc9a427686031304977fae7b
I20260630 12:38:34.130787 12229 raft_consensus.cc:2468] T a48df8e5488f4a1cbb845d89846c339d P 65f99d24bc9a427686031304977fae7b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 047744bf78734715b09a40268295c882 in term 1.
I20260630 12:38:34.132473 12118 leader_election.cc:304] T a48df8e5488f4a1cbb845d89846c339d P 047744bf78734715b09a40268295c882 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 047744bf78734715b09a40268295c882, 65f99d24bc9a427686031304977fae7b; no voters: 
I20260630 12:38:34.137212 12155 raft_consensus.cc:2468] T 73ca0f55d75f4477b2c9bdf16f05d03b P 047744bf78734715b09a40268295c882 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 65f99d24bc9a427686031304977fae7b in term 1.
I20260630 12:38:34.138764 12374 raft_consensus.cc:2804] T a48df8e5488f4a1cbb845d89846c339d P 047744bf78734715b09a40268295c882 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:34.139647 12302 raft_consensus.cc:2468] T a48df8e5488f4a1cbb845d89846c339d P 6d58c41da5a945cdbe5f69ae152854d4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 047744bf78734715b09a40268295c882 in term 1.
I20260630 12:38:34.140488 12378 raft_consensus.cc:2749] T a48df8e5488f4a1cbb845d89846c339d P 6d58c41da5a945cdbe5f69ae152854d4 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:38:34.133872 12356 leader_election.cc:290] T 73ca0f55d75f4477b2c9bdf16f05d03b P 6d58c41da5a945cdbe5f69ae152854d4 [CANDIDATE]: Term 1 election: Requested vote from peers 047744bf78734715b09a40268295c882 (127.0.192.1:34759), 65f99d24bc9a427686031304977fae7b (127.0.192.2:38279)
I20260630 12:38:34.146544 12350 tablet_bootstrap.cc:654] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 65f99d24bc9a427686031304977fae7b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:34.146795 12195 leader_election.cc:304] T 73ca0f55d75f4477b2c9bdf16f05d03b P 65f99d24bc9a427686031304977fae7b [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: 047744bf78734715b09a40268295c882, 65f99d24bc9a427686031304977fae7b; no voters: 6d58c41da5a945cdbe5f69ae152854d4
I20260630 12:38:34.148068 12379 raft_consensus.cc:2804] T 73ca0f55d75f4477b2c9bdf16f05d03b P 65f99d24bc9a427686031304977fae7b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:34.148738 12379 raft_consensus.cc:697] T 73ca0f55d75f4477b2c9bdf16f05d03b P 65f99d24bc9a427686031304977fae7b [term 1 LEADER]: Becoming Leader. State: Replica: 65f99d24bc9a427686031304977fae7b, State: Running, Role: LEADER
I20260630 12:38:34.148779 12378 raft_consensus.cc:2749] T 73ca0f55d75f4477b2c9bdf16f05d03b P 6d58c41da5a945cdbe5f69ae152854d4 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:38:34.134451 12230 raft_consensus.cc:2468] T 087e8072762744b5b4ec44dbafe6934a P 65f99d24bc9a427686031304977fae7b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 047744bf78734715b09a40268295c882 in term 1.
I20260630 12:38:34.139698 12354 raft_consensus.cc:515] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 047744bf78734715b09a40268295c882 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:34.152031 12118 leader_election.cc:304] T 087e8072762744b5b4ec44dbafe6934a P 047744bf78734715b09a40268295c882 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 047744bf78734715b09a40268295c882, 65f99d24bc9a427686031304977fae7b; no voters: 
I20260630 12:38:34.149919 12379 consensus_queue.cc:237] T 73ca0f55d75f4477b2c9bdf16f05d03b P 65f99d24bc9a427686031304977fae7b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:34.153409 12354 leader_election.cc:290] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 047744bf78734715b09a40268295c882 [CANDIDATE]: Term 1 election: Requested vote from peers 65f99d24bc9a427686031304977fae7b (127.0.192.2:38279), 6d58c41da5a945cdbe5f69ae152854d4 (127.0.192.3:36883)
I20260630 12:38:34.154628 12354 raft_consensus.cc:2804] T 087e8072762744b5b4ec44dbafe6934a P 047744bf78734715b09a40268295c882 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:34.154678 12302 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7d1b651eeb6746cfb43d4c80ef82eaa3" candidate_uuid: "047744bf78734715b09a40268295c882" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6d58c41da5a945cdbe5f69ae152854d4"
I20260630 12:38:34.155474 12302 raft_consensus.cc:3060] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:34.141842 12301 raft_consensus.cc:2468] T 087e8072762744b5b4ec44dbafe6934a P 6d58c41da5a945cdbe5f69ae152854d4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 047744bf78734715b09a40268295c882 in term 1.
I20260630 12:38:34.162945 12368 raft_consensus.cc:515] T 547f3191cade4e4aaeee3fd95a315413 P 047744bf78734715b09a40268295c882 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:34.155412 12354 raft_consensus.cc:697] T 087e8072762744b5b4ec44dbafe6934a P 047744bf78734715b09a40268295c882 [term 1 LEADER]: Becoming Leader. State: Replica: 047744bf78734715b09a40268295c882, State: Running, Role: LEADER
I20260630 12:38:34.165135 12230 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7d1b651eeb6746cfb43d4c80ef82eaa3" candidate_uuid: "047744bf78734715b09a40268295c882" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "65f99d24bc9a427686031304977fae7b"
I20260630 12:38:34.167796 12374 raft_consensus.cc:697] T a48df8e5488f4a1cbb845d89846c339d P 047744bf78734715b09a40268295c882 [term 1 LEADER]: Becoming Leader. State: Replica: 047744bf78734715b09a40268295c882, State: Running, Role: LEADER
I20260630 12:38:34.169070 12374 consensus_queue.cc:237] T a48df8e5488f4a1cbb845d89846c339d P 047744bf78734715b09a40268295c882 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } }
I20260630 12:38:34.173213 12368 leader_election.cc:290] T 547f3191cade4e4aaeee3fd95a315413 P 047744bf78734715b09a40268295c882 [CANDIDATE]: Term 1 election: Requested vote from peers 65f99d24bc9a427686031304977fae7b (127.0.192.2:38279), 6d58c41da5a945cdbe5f69ae152854d4 (127.0.192.3:36883)
I20260630 12:38:34.172535 12302 raft_consensus.cc:2468] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 6d58c41da5a945cdbe5f69ae152854d4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 047744bf78734715b09a40268295c882 in term 1.
I20260630 12:38:34.175819 12301 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "547f3191cade4e4aaeee3fd95a315413" candidate_uuid: "047744bf78734715b09a40268295c882" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6d58c41da5a945cdbe5f69ae152854d4"
W20260630 12:38:34.176247 12118 leader_election.cc:343] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 047744bf78734715b09a40268295c882 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 65f99d24bc9a427686031304977fae7b (127.0.192.2:38279): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:34.177452 12301 raft_consensus.cc:3060] T 547f3191cade4e4aaeee3fd95a315413 P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:34.178272 12354 consensus_queue.cc:237] T 087e8072762744b5b4ec44dbafe6934a P 047744bf78734715b09a40268295c882 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:34.179602 12119 leader_election.cc:304] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 047744bf78734715b09a40268295c882 [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: 047744bf78734715b09a40268295c882, 6d58c41da5a945cdbe5f69ae152854d4; no voters: 65f99d24bc9a427686031304977fae7b
I20260630 12:38:34.180871 12368 raft_consensus.cc:2804] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 047744bf78734715b09a40268295c882 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:34.181716 12368 raft_consensus.cc:697] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 047744bf78734715b09a40268295c882 [term 1 LEADER]: Becoming Leader. State: Replica: 047744bf78734715b09a40268295c882, State: Running, Role: LEADER
I20260630 12:38:34.182631 12351 tablet_bootstrap.cc:492] T d4da1ad725a44e8495086f999478a066 P 6d58c41da5a945cdbe5f69ae152854d4: No bootstrap required, opened a new log
I20260630 12:38:34.182593 12368 consensus_queue.cc:237] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 047744bf78734715b09a40268295c882 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:34.183275 12351 ts_tablet_manager.cc:1403] T d4da1ad725a44e8495086f999478a066 P 6d58c41da5a945cdbe5f69ae152854d4: Time spent bootstrapping tablet: real 0.134s	user 0.015s	sys 0.039s
I20260630 12:38:34.186827 12230 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "547f3191cade4e4aaeee3fd95a315413" candidate_uuid: "047744bf78734715b09a40268295c882" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "65f99d24bc9a427686031304977fae7b"
I20260630 12:38:34.187564 12230 raft_consensus.cc:3060] T 547f3191cade4e4aaeee3fd95a315413 P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:34.187808 12301 raft_consensus.cc:2468] T 547f3191cade4e4aaeee3fd95a315413 P 6d58c41da5a945cdbe5f69ae152854d4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 047744bf78734715b09a40268295c882 in term 1.
I20260630 12:38:34.189054 12119 leader_election.cc:304] T 547f3191cade4e4aaeee3fd95a315413 P 047744bf78734715b09a40268295c882 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 047744bf78734715b09a40268295c882, 6d58c41da5a945cdbe5f69ae152854d4; no voters: 
I20260630 12:38:34.189992 12383 raft_consensus.cc:2804] T 547f3191cade4e4aaeee3fd95a315413 P 047744bf78734715b09a40268295c882 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:34.190462 12383 raft_consensus.cc:697] T 547f3191cade4e4aaeee3fd95a315413 P 047744bf78734715b09a40268295c882 [term 1 LEADER]: Becoming Leader. State: Replica: 047744bf78734715b09a40268295c882, State: Running, Role: LEADER
I20260630 12:38:34.191262 12351 raft_consensus.cc:359] T d4da1ad725a44e8495086f999478a066 P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:34.191445 12383 consensus_queue.cc:237] T 547f3191cade4e4aaeee3fd95a315413 P 047744bf78734715b09a40268295c882 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:34.192211 12351 raft_consensus.cc:385] T d4da1ad725a44e8495086f999478a066 P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:34.192611 12351 raft_consensus.cc:740] T d4da1ad725a44e8495086f999478a066 P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6d58c41da5a945cdbe5f69ae152854d4, State: Initialized, Role: FOLLOWER
I20260630 12:38:34.193432 12351 consensus_queue.cc:260] T d4da1ad725a44e8495086f999478a066 P 6d58c41da5a945cdbe5f69ae152854d4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:34.201537 12053 catalog_manager.cc:5697] T a48df8e5488f4a1cbb845d89846c339d P 047744bf78734715b09a40268295c882 reported cstate change: term changed from 0 to 1, leader changed from <none> to 047744bf78734715b09a40268295c882 (127.0.192.1). New cstate: current_term: 1 leader_uuid: "047744bf78734715b09a40268295c882" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:34.201414 12051 catalog_manager.cc:5697] T 73ca0f55d75f4477b2c9bdf16f05d03b P 65f99d24bc9a427686031304977fae7b reported cstate change: term changed from 0 to 1, leader changed from <none> to 65f99d24bc9a427686031304977fae7b (127.0.192.2). New cstate: current_term: 1 leader_uuid: "65f99d24bc9a427686031304977fae7b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:34.218986 12230 raft_consensus.cc:2468] T 547f3191cade4e4aaeee3fd95a315413 P 65f99d24bc9a427686031304977fae7b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 047744bf78734715b09a40268295c882 in term 1.
I20260630 12:38:34.223678 12351 ts_tablet_manager.cc:1434] T d4da1ad725a44e8495086f999478a066 P 6d58c41da5a945cdbe5f69ae152854d4: Time spent starting tablet: real 0.040s	user 0.008s	sys 0.000s
I20260630 12:38:34.237110 12349 tablet_bootstrap.cc:492] T d4da1ad725a44e8495086f999478a066 P 047744bf78734715b09a40268295c882: No bootstrap required, opened a new log
I20260630 12:38:34.237528 12350 tablet_bootstrap.cc:492] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 65f99d24bc9a427686031304977fae7b: No bootstrap required, opened a new log
I20260630 12:38:34.237666 12349 ts_tablet_manager.cc:1403] T d4da1ad725a44e8495086f999478a066 P 047744bf78734715b09a40268295c882: Time spent bootstrapping tablet: real 0.238s	user 0.010s	sys 0.012s
I20260630 12:38:34.238435 12350 ts_tablet_manager.cc:1403] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 65f99d24bc9a427686031304977fae7b: Time spent bootstrapping tablet: real 0.192s	user 0.023s	sys 0.008s
I20260630 12:38:34.241029 12349 raft_consensus.cc:359] T d4da1ad725a44e8495086f999478a066 P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:34.241966 12349 raft_consensus.cc:385] T d4da1ad725a44e8495086f999478a066 P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:34.242266 12349 raft_consensus.cc:740] T d4da1ad725a44e8495086f999478a066 P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 047744bf78734715b09a40268295c882, State: Initialized, Role: FOLLOWER
I20260630 12:38:34.242480 12350 raft_consensus.cc:359] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:34.242944 12349 consensus_queue.cc:260] T d4da1ad725a44e8495086f999478a066 P 047744bf78734715b09a40268295c882 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:34.243516 12350 raft_consensus.cc:385] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:34.243955 12350 raft_consensus.cc:740] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 65f99d24bc9a427686031304977fae7b, State: Initialized, Role: FOLLOWER
I20260630 12:38:34.244967 12350 consensus_queue.cc:260] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 65f99d24bc9a427686031304977fae7b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:34.247319 12350 ts_tablet_manager.cc:1434] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 65f99d24bc9a427686031304977fae7b: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.001s
I20260630 12:38:34.244982 12349 ts_tablet_manager.cc:1434] T d4da1ad725a44e8495086f999478a066 P 047744bf78734715b09a40268295c882: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260630 12:38:34.256652 12053 catalog_manager.cc:5697] T 087e8072762744b5b4ec44dbafe6934a P 047744bf78734715b09a40268295c882 reported cstate change: term changed from 0 to 1, leader changed from <none> to 047744bf78734715b09a40268295c882 (127.0.192.1). New cstate: current_term: 1 leader_uuid: "047744bf78734715b09a40268295c882" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:34.257915 12053 catalog_manager.cc:5697] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 047744bf78734715b09a40268295c882 reported cstate change: term changed from 0 to 1, leader changed from <none> to 047744bf78734715b09a40268295c882 (127.0.192.1). New cstate: current_term: 1 leader_uuid: "047744bf78734715b09a40268295c882" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:34.259088 12053 catalog_manager.cc:5697] T 547f3191cade4e4aaeee3fd95a315413 P 047744bf78734715b09a40268295c882 reported cstate change: term changed from 0 to 1, leader changed from <none> to 047744bf78734715b09a40268295c882 (127.0.192.1). New cstate: current_term: 1 leader_uuid: "047744bf78734715b09a40268295c882" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:34.414654 12379 raft_consensus.cc:493] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:34.415154 12379 raft_consensus.cc:515] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:34.416821 12379 leader_election.cc:290] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 65f99d24bc9a427686031304977fae7b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 047744bf78734715b09a40268295c882 (127.0.192.1:34759), 6d58c41da5a945cdbe5f69ae152854d4 (127.0.192.3:36883)
I20260630 12:38:34.417654 12155 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7d1b651eeb6746cfb43d4c80ef82eaa3" candidate_uuid: "65f99d24bc9a427686031304977fae7b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "047744bf78734715b09a40268295c882" is_pre_election: true
I20260630 12:38:34.417809 12301 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7d1b651eeb6746cfb43d4c80ef82eaa3" candidate_uuid: "65f99d24bc9a427686031304977fae7b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6d58c41da5a945cdbe5f69ae152854d4" is_pre_election: true
I20260630 12:38:34.418579 12301 raft_consensus.cc:2393] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 6d58c41da5a945cdbe5f69ae152854d4 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 65f99d24bc9a427686031304977fae7b in current term 1: Already voted for candidate 047744bf78734715b09a40268295c882 in this term.
I20260630 12:38:34.419517 12194 leader_election.cc:304] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 65f99d24bc9a427686031304977fae7b [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: 65f99d24bc9a427686031304977fae7b; no voters: 047744bf78734715b09a40268295c882, 6d58c41da5a945cdbe5f69ae152854d4
I20260630 12:38:34.420178 12379 raft_consensus.cc:3060] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:34.425451 12379 raft_consensus.cc:2749] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 65f99d24bc9a427686031304977fae7b [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:38:34.427498 12368 raft_consensus.cc:493] T d4da1ad725a44e8495086f999478a066 P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:34.427982 12368 raft_consensus.cc:515] T d4da1ad725a44e8495086f999478a066 P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:34.429847 12368 leader_election.cc:290] T d4da1ad725a44e8495086f999478a066 P 047744bf78734715b09a40268295c882 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 65f99d24bc9a427686031304977fae7b (127.0.192.2:38279), 6d58c41da5a945cdbe5f69ae152854d4 (127.0.192.3:36883)
I20260630 12:38:34.430655 12230 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4da1ad725a44e8495086f999478a066" candidate_uuid: "047744bf78734715b09a40268295c882" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "65f99d24bc9a427686031304977fae7b" is_pre_election: true
I20260630 12:38:34.430904 12301 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4da1ad725a44e8495086f999478a066" candidate_uuid: "047744bf78734715b09a40268295c882" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6d58c41da5a945cdbe5f69ae152854d4" is_pre_election: true
I20260630 12:38:34.431252 12230 raft_consensus.cc:2468] T d4da1ad725a44e8495086f999478a066 P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 047744bf78734715b09a40268295c882 in term 0.
I20260630 12:38:34.431535 12301 raft_consensus.cc:2468] T d4da1ad725a44e8495086f999478a066 P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 047744bf78734715b09a40268295c882 in term 0.
I20260630 12:38:34.432332 12118 leader_election.cc:304] T d4da1ad725a44e8495086f999478a066 P 047744bf78734715b09a40268295c882 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 047744bf78734715b09a40268295c882, 65f99d24bc9a427686031304977fae7b; no voters: 
I20260630 12:38:34.433089 12368 raft_consensus.cc:2804] T d4da1ad725a44e8495086f999478a066 P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:34.433483 12368 raft_consensus.cc:493] T d4da1ad725a44e8495086f999478a066 P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:34.433780 12368 raft_consensus.cc:3060] T d4da1ad725a44e8495086f999478a066 P 047744bf78734715b09a40268295c882 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:34.438869 12368 raft_consensus.cc:515] T d4da1ad725a44e8495086f999478a066 P 047744bf78734715b09a40268295c882 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:34.440608 12368 leader_election.cc:290] T d4da1ad725a44e8495086f999478a066 P 047744bf78734715b09a40268295c882 [CANDIDATE]: Term 1 election: Requested vote from peers 65f99d24bc9a427686031304977fae7b (127.0.192.2:38279), 6d58c41da5a945cdbe5f69ae152854d4 (127.0.192.3:36883)
I20260630 12:38:34.441426 12230 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4da1ad725a44e8495086f999478a066" candidate_uuid: "047744bf78734715b09a40268295c882" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "65f99d24bc9a427686031304977fae7b"
I20260630 12:38:34.441727 12301 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4da1ad725a44e8495086f999478a066" candidate_uuid: "047744bf78734715b09a40268295c882" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6d58c41da5a945cdbe5f69ae152854d4"
I20260630 12:38:34.442124 12230 raft_consensus.cc:3060] T d4da1ad725a44e8495086f999478a066 P 65f99d24bc9a427686031304977fae7b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:34.442289 12301 raft_consensus.cc:3060] T d4da1ad725a44e8495086f999478a066 P 6d58c41da5a945cdbe5f69ae152854d4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:34.449479 12301 raft_consensus.cc:2468] T d4da1ad725a44e8495086f999478a066 P 6d58c41da5a945cdbe5f69ae152854d4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 047744bf78734715b09a40268295c882 in term 1.
I20260630 12:38:34.449483 12230 raft_consensus.cc:2468] T d4da1ad725a44e8495086f999478a066 P 65f99d24bc9a427686031304977fae7b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 047744bf78734715b09a40268295c882 in term 1.
I20260630 12:38:34.450909 12119 leader_election.cc:304] T d4da1ad725a44e8495086f999478a066 P 047744bf78734715b09a40268295c882 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 047744bf78734715b09a40268295c882, 6d58c41da5a945cdbe5f69ae152854d4; no voters: 
I20260630 12:38:34.451625 12368 raft_consensus.cc:2804] T d4da1ad725a44e8495086f999478a066 P 047744bf78734715b09a40268295c882 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:34.452092 12368 raft_consensus.cc:697] T d4da1ad725a44e8495086f999478a066 P 047744bf78734715b09a40268295c882 [term 1 LEADER]: Becoming Leader. State: Replica: 047744bf78734715b09a40268295c882, State: Running, Role: LEADER
I20260630 12:38:34.452849 12368 consensus_queue.cc:237] T d4da1ad725a44e8495086f999478a066 P 047744bf78734715b09a40268295c882 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } }
I20260630 12:38:34.460829 12053 catalog_manager.cc:5697] T d4da1ad725a44e8495086f999478a066 P 047744bf78734715b09a40268295c882 reported cstate change: term changed from 0 to 1, leader changed from <none> to 047744bf78734715b09a40268295c882 (127.0.192.1). New cstate: current_term: 1 leader_uuid: "047744bf78734715b09a40268295c882" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:34.608289 12354 consensus_queue.cc:1048] T 087e8072762744b5b4ec44dbafe6934a P 047744bf78734715b09a40268295c882 [LEADER]: Connected to new peer: Peer: permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:34.613616 12354 consensus_queue.cc:1048] T a48df8e5488f4a1cbb845d89846c339d P 047744bf78734715b09a40268295c882 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:34.614240 12379 consensus_queue.cc:1048] T 73ca0f55d75f4477b2c9bdf16f05d03b P 65f99d24bc9a427686031304977fae7b [LEADER]: Connected to new peer: Peer: permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:34.625547 12354 consensus_queue.cc:1048] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 047744bf78734715b09a40268295c882 [LEADER]: Connected to new peer: Peer: permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:34.633939 12354 consensus_queue.cc:1048] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 047744bf78734715b09a40268295c882 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.005s
I20260630 12:38:34.653695 12374 consensus_queue.cc:1048] T 547f3191cade4e4aaeee3fd95a315413 P 047744bf78734715b09a40268295c882 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:34.689039 12354 consensus_queue.cc:1048] T a48df8e5488f4a1cbb845d89846c339d P 047744bf78734715b09a40268295c882 [LEADER]: Connected to new peer: Peer: permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:34.689496 12368 consensus_queue.cc:1048] T 087e8072762744b5b4ec44dbafe6934a P 047744bf78734715b09a40268295c882 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:34.719395 12379 consensus_queue.cc:1048] T 73ca0f55d75f4477b2c9bdf16f05d03b P 65f99d24bc9a427686031304977fae7b [LEADER]: Connected to new peer: Peer: permanent_uuid: "047744bf78734715b09a40268295c882" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 34759 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:34.732259 12368 consensus_queue.cc:1048] T 547f3191cade4e4aaeee3fd95a315413 P 047744bf78734715b09a40268295c882 [LEADER]: Connected to new peer: Peer: permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:34.849853 12368 consensus_queue.cc:1048] T d4da1ad725a44e8495086f999478a066 P 047744bf78734715b09a40268295c882 [LEADER]: Connected to new peer: Peer: permanent_uuid: "65f99d24bc9a427686031304977fae7b" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 38279 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:34.862664 12354 consensus_queue.cc:1048] T d4da1ad725a44e8495086f999478a066 P 047744bf78734715b09a40268295c882 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6d58c41da5a945cdbe5f69ae152854d4" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 36883 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:44.640908   768 tablet_server.cc:179] TabletServer@127.0.192.1:0 shutting down...
I20260630 12:38:44.676487   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:44.677481   768 tablet_replica.cc:333] T d4da1ad725a44e8495086f999478a066 P 047744bf78734715b09a40268295c882: stopping tablet replica
I20260630 12:38:44.678740   768 raft_consensus.cc:2243] T d4da1ad725a44e8495086f999478a066 P 047744bf78734715b09a40268295c882 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:44.680567   768 raft_consensus.cc:2272] T d4da1ad725a44e8495086f999478a066 P 047744bf78734715b09a40268295c882 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:44.683776   768 tablet_replica.cc:333] T a48df8e5488f4a1cbb845d89846c339d P 047744bf78734715b09a40268295c882: stopping tablet replica
I20260630 12:38:44.684489   768 raft_consensus.cc:2243] T a48df8e5488f4a1cbb845d89846c339d P 047744bf78734715b09a40268295c882 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:44.685668   768 raft_consensus.cc:2272] T a48df8e5488f4a1cbb845d89846c339d P 047744bf78734715b09a40268295c882 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:44.688537   768 tablet_replica.cc:333] T 547f3191cade4e4aaeee3fd95a315413 P 047744bf78734715b09a40268295c882: stopping tablet replica
I20260630 12:38:44.689278   768 raft_consensus.cc:2243] T 547f3191cade4e4aaeee3fd95a315413 P 047744bf78734715b09a40268295c882 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:44.690828   768 raft_consensus.cc:2272] T 547f3191cade4e4aaeee3fd95a315413 P 047744bf78734715b09a40268295c882 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:44.693883   768 tablet_replica.cc:333] T 087e8072762744b5b4ec44dbafe6934a P 047744bf78734715b09a40268295c882: stopping tablet replica
I20260630 12:38:44.694566   768 raft_consensus.cc:2243] T 087e8072762744b5b4ec44dbafe6934a P 047744bf78734715b09a40268295c882 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:44.695996   768 raft_consensus.cc:2272] T 087e8072762744b5b4ec44dbafe6934a P 047744bf78734715b09a40268295c882 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:44.698999   768 tablet_replica.cc:333] T 73ca0f55d75f4477b2c9bdf16f05d03b P 047744bf78734715b09a40268295c882: stopping tablet replica
I20260630 12:38:44.699599   768 raft_consensus.cc:2243] T 73ca0f55d75f4477b2c9bdf16f05d03b P 047744bf78734715b09a40268295c882 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:44.700192   768 raft_consensus.cc:2272] T 73ca0f55d75f4477b2c9bdf16f05d03b P 047744bf78734715b09a40268295c882 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:44.703001   768 tablet_replica.cc:333] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 047744bf78734715b09a40268295c882: stopping tablet replica
I20260630 12:38:44.703979   768 raft_consensus.cc:2243] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 047744bf78734715b09a40268295c882 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:44.706632   768 raft_consensus.cc:2272] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 047744bf78734715b09a40268295c882 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:44.738595   768 tablet_server.cc:196] TabletServer@127.0.192.1:0 shutdown complete.
I20260630 12:38:44.765292   768 tablet_server.cc:179] TabletServer@127.0.192.2:0 shutting down...
I20260630 12:38:44.798873   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:44.799894   768 tablet_replica.cc:333] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 65f99d24bc9a427686031304977fae7b: stopping tablet replica
I20260630 12:38:44.800688   768 raft_consensus.cc:2243] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 65f99d24bc9a427686031304977fae7b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:44.801344   768 raft_consensus.cc:2272] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 65f99d24bc9a427686031304977fae7b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:44.803915   768 tablet_replica.cc:333] T 547f3191cade4e4aaeee3fd95a315413 P 65f99d24bc9a427686031304977fae7b: stopping tablet replica
I20260630 12:38:44.804508   768 raft_consensus.cc:2243] T 547f3191cade4e4aaeee3fd95a315413 P 65f99d24bc9a427686031304977fae7b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:44.805048   768 raft_consensus.cc:2272] T 547f3191cade4e4aaeee3fd95a315413 P 65f99d24bc9a427686031304977fae7b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:44.807425   768 tablet_replica.cc:333] T 73ca0f55d75f4477b2c9bdf16f05d03b P 65f99d24bc9a427686031304977fae7b: stopping tablet replica
I20260630 12:38:44.807950   768 raft_consensus.cc:2243] T 73ca0f55d75f4477b2c9bdf16f05d03b P 65f99d24bc9a427686031304977fae7b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:44.809595   768 raft_consensus.cc:2272] T 73ca0f55d75f4477b2c9bdf16f05d03b P 65f99d24bc9a427686031304977fae7b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:44.812229   768 tablet_replica.cc:333] T 087e8072762744b5b4ec44dbafe6934a P 65f99d24bc9a427686031304977fae7b: stopping tablet replica
I20260630 12:38:44.812779   768 raft_consensus.cc:2243] T 087e8072762744b5b4ec44dbafe6934a P 65f99d24bc9a427686031304977fae7b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:44.813325   768 raft_consensus.cc:2272] T 087e8072762744b5b4ec44dbafe6934a P 65f99d24bc9a427686031304977fae7b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:44.815750   768 tablet_replica.cc:333] T a48df8e5488f4a1cbb845d89846c339d P 65f99d24bc9a427686031304977fae7b: stopping tablet replica
I20260630 12:38:44.816290   768 raft_consensus.cc:2243] T a48df8e5488f4a1cbb845d89846c339d P 65f99d24bc9a427686031304977fae7b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:44.816740   768 raft_consensus.cc:2272] T a48df8e5488f4a1cbb845d89846c339d P 65f99d24bc9a427686031304977fae7b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:44.819099   768 tablet_replica.cc:333] T d4da1ad725a44e8495086f999478a066 P 65f99d24bc9a427686031304977fae7b: stopping tablet replica
I20260630 12:38:44.819591   768 raft_consensus.cc:2243] T d4da1ad725a44e8495086f999478a066 P 65f99d24bc9a427686031304977fae7b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:44.820104   768 raft_consensus.cc:2272] T d4da1ad725a44e8495086f999478a066 P 65f99d24bc9a427686031304977fae7b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:44.848907   768 tablet_server.cc:196] TabletServer@127.0.192.2:0 shutdown complete.
I20260630 12:38:44.871031   768 tablet_server.cc:179] TabletServer@127.0.192.3:0 shutting down...
I20260630 12:38:44.899161   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:44.899921   768 tablet_replica.cc:333] T d4da1ad725a44e8495086f999478a066 P 6d58c41da5a945cdbe5f69ae152854d4: stopping tablet replica
I20260630 12:38:44.900729   768 raft_consensus.cc:2243] T d4da1ad725a44e8495086f999478a066 P 6d58c41da5a945cdbe5f69ae152854d4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:44.901413   768 raft_consensus.cc:2272] T d4da1ad725a44e8495086f999478a066 P 6d58c41da5a945cdbe5f69ae152854d4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:44.904256   768 tablet_replica.cc:333] T 547f3191cade4e4aaeee3fd95a315413 P 6d58c41da5a945cdbe5f69ae152854d4: stopping tablet replica
I20260630 12:38:44.904939   768 raft_consensus.cc:2243] T 547f3191cade4e4aaeee3fd95a315413 P 6d58c41da5a945cdbe5f69ae152854d4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:44.905563   768 raft_consensus.cc:2272] T 547f3191cade4e4aaeee3fd95a315413 P 6d58c41da5a945cdbe5f69ae152854d4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:44.908186   768 tablet_replica.cc:333] T 087e8072762744b5b4ec44dbafe6934a P 6d58c41da5a945cdbe5f69ae152854d4: stopping tablet replica
I20260630 12:38:44.908794   768 raft_consensus.cc:2243] T 087e8072762744b5b4ec44dbafe6934a P 6d58c41da5a945cdbe5f69ae152854d4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:44.909399   768 raft_consensus.cc:2272] T 087e8072762744b5b4ec44dbafe6934a P 6d58c41da5a945cdbe5f69ae152854d4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:44.911990   768 tablet_replica.cc:333] T 73ca0f55d75f4477b2c9bdf16f05d03b P 6d58c41da5a945cdbe5f69ae152854d4: stopping tablet replica
I20260630 12:38:44.912585   768 raft_consensus.cc:2243] T 73ca0f55d75f4477b2c9bdf16f05d03b P 6d58c41da5a945cdbe5f69ae152854d4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:44.913154   768 raft_consensus.cc:2272] T 73ca0f55d75f4477b2c9bdf16f05d03b P 6d58c41da5a945cdbe5f69ae152854d4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:44.915719   768 tablet_replica.cc:333] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 6d58c41da5a945cdbe5f69ae152854d4: stopping tablet replica
I20260630 12:38:44.916285   768 raft_consensus.cc:2243] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 6d58c41da5a945cdbe5f69ae152854d4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:44.916846   768 raft_consensus.cc:2272] T 7d1b651eeb6746cfb43d4c80ef82eaa3 P 6d58c41da5a945cdbe5f69ae152854d4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:44.919307   768 tablet_replica.cc:333] T a48df8e5488f4a1cbb845d89846c339d P 6d58c41da5a945cdbe5f69ae152854d4: stopping tablet replica
I20260630 12:38:44.919840   768 raft_consensus.cc:2243] T a48df8e5488f4a1cbb845d89846c339d P 6d58c41da5a945cdbe5f69ae152854d4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:44.920378   768 raft_consensus.cc:2272] T a48df8e5488f4a1cbb845d89846c339d P 6d58c41da5a945cdbe5f69ae152854d4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:44.948002   768 tablet_server.cc:196] TabletServer@127.0.192.3:0 shutdown complete.
I20260630 12:38:44.968912   768 master.cc:562] Master@127.0.192.62:46769 shutting down...
I20260630 12:38:44.992645   768 raft_consensus.cc:2243] T 00000000000000000000000000000000 P fd6c66571a734675b9fb5562873d7224 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:44.993275   768 raft_consensus.cc:2272] T 00000000000000000000000000000000 P fd6c66571a734675b9fb5562873d7224 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:44.993577   768 tablet_replica.cc:333] T 00000000000000000000000000000000 P fd6c66571a734675b9fb5562873d7224: stopping tablet replica
I20260630 12:38:45.013007   768 master.cc:584] Master@127.0.192.62:46769 shutdown complete.
[       OK ] AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster (13136 ms)
[----------] 24 tests from AutoRebalancerTest (272172 ms total)

[----------] 2 tests from PreferFollowerRebalancingTest
[ RUN      ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/0
I20260630 12:38:45.061492   768 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.192.62:43593
I20260630 12:38:45.062749   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:45.068815 12425 instance_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:45.068853 12424 instance_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:45.069504 12427 instance_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:45.070835   768 server_base.cc:1061] running on GCE node
I20260630 12:38:45.071659   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:45.071843   768 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:45.072007   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823125071994 us; error 0 us; skew 500 ppm
I20260630 12:38:45.072477   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:45.075534   768 webserver.cc:533] Webserver started at http://127.0.192.62:36499/ using document root <none> and password file <none>
I20260630 12:38:45.075994   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:45.076150   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:45.076385   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:45.077531   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822852710831-768-0/minicluster-data/master-0-root/instance:
uuid: "7c766cf2c6294dd1a70924b952dac83c"
format_stamp: "Formatted at 2026-06-30 12:38:45 on dist-test-slave-n0zz"
I20260630 12:38:45.081979   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:38:45.085356 12432 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:45.086244   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:45.086546   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822852710831-768-0/minicluster-data/master-0-root
uuid: "7c766cf2c6294dd1a70924b952dac83c"
format_stamp: "Formatted at 2026-06-30 12:38:45 on dist-test-slave-n0zz"
I20260630 12:38:45.086836   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822852710831-768-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822852710831-768-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822852710831-768-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:45.097617   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:45.098827   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:45.137305   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.62:43593
I20260630 12:38:45.137431 12483 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.62:43593 every 8 connection(s)
I20260630 12:38:45.141345 12484 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:45.153578 12484 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7c766cf2c6294dd1a70924b952dac83c: Bootstrap starting.
I20260630 12:38:45.158425 12484 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7c766cf2c6294dd1a70924b952dac83c: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:45.162703 12484 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7c766cf2c6294dd1a70924b952dac83c: No bootstrap required, opened a new log
I20260630 12:38:45.164875 12484 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7c766cf2c6294dd1a70924b952dac83c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7c766cf2c6294dd1a70924b952dac83c" member_type: VOTER }
I20260630 12:38:45.165319 12484 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7c766cf2c6294dd1a70924b952dac83c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:45.165499 12484 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7c766cf2c6294dd1a70924b952dac83c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7c766cf2c6294dd1a70924b952dac83c, State: Initialized, Role: FOLLOWER
I20260630 12:38:45.166100 12484 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7c766cf2c6294dd1a70924b952dac83c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "7c766cf2c6294dd1a70924b952dac83c" member_type: VOTER }
I20260630 12:38:45.166601 12484 raft_consensus.cc:399] T 00000000000000000000000000000000 P 7c766cf2c6294dd1a70924b952dac83c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:45.166790 12484 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7c766cf2c6294dd1a70924b952dac83c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:45.167009 12484 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7c766cf2c6294dd1a70924b952dac83c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:45.171814 12484 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7c766cf2c6294dd1a70924b952dac83c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7c766cf2c6294dd1a70924b952dac83c" member_type: VOTER }
I20260630 12:38:45.172279 12484 leader_election.cc:304] T 00000000000000000000000000000000 P 7c766cf2c6294dd1a70924b952dac83c [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: 7c766cf2c6294dd1a70924b952dac83c; no voters: 
I20260630 12:38:45.173367 12484 leader_election.cc:290] T 00000000000000000000000000000000 P 7c766cf2c6294dd1a70924b952dac83c [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:45.173722 12487 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7c766cf2c6294dd1a70924b952dac83c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:45.175158 12487 raft_consensus.cc:697] T 00000000000000000000000000000000 P 7c766cf2c6294dd1a70924b952dac83c [term 1 LEADER]: Becoming Leader. State: Replica: 7c766cf2c6294dd1a70924b952dac83c, State: Running, Role: LEADER
I20260630 12:38:45.175894 12487 consensus_queue.cc:237] T 00000000000000000000000000000000 P 7c766cf2c6294dd1a70924b952dac83c [LEADER]: Queue going to LEADER mode. State: All 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: "7c766cf2c6294dd1a70924b952dac83c" member_type: VOTER }
I20260630 12:38:45.176421 12484 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7c766cf2c6294dd1a70924b952dac83c [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:38:45.180814 12488 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7c766cf2c6294dd1a70924b952dac83c [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "7c766cf2c6294dd1a70924b952dac83c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7c766cf2c6294dd1a70924b952dac83c" member_type: VOTER } }
I20260630 12:38:45.181118 12489 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7c766cf2c6294dd1a70924b952dac83c [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7c766cf2c6294dd1a70924b952dac83c. Latest consensus state: current_term: 1 leader_uuid: "7c766cf2c6294dd1a70924b952dac83c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7c766cf2c6294dd1a70924b952dac83c" member_type: VOTER } }
I20260630 12:38:45.181680 12488 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7c766cf2c6294dd1a70924b952dac83c [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:45.181941 12489 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7c766cf2c6294dd1a70924b952dac83c [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:45.185364 12494 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:38:45.193735 12494 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:38:45.194736   768 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:38:45.202772 12494 catalog_manager.cc:1383] Generated new cluster ID: 1e80364fec3d4ca697d4ce0c8be9c45d
I20260630 12:38:45.203064 12494 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:38:45.244139 12494 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:38:45.245476 12494 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:38:45.259418 12494 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 7c766cf2c6294dd1a70924b952dac83c: Generated new TSK 0
I20260630 12:38:45.260070 12494 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:38:45.325562   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:45.332705 12505 instance_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:45.337047 12506 instance_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:45.338788 12508 instance_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:45.341609   768 server_base.cc:1061] running on GCE node
I20260630 12:38:45.342720   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:45.342895   768 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:45.343020   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823125343009 us; error 0 us; skew 500 ppm
I20260630 12:38:45.343451   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:45.345691   768 webserver.cc:533] Webserver started at http://127.0.192.1:33019/ using document root <none> and password file <none>
I20260630 12:38:45.346227   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:45.346448   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:45.346729   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:45.347993   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822852710831-768-0/minicluster-data/ts-0-root/instance:
uuid: "fd394fa1215e4d54a764887349ceabc4"
format_stamp: "Formatted at 2026-06-30 12:38:45 on dist-test-slave-n0zz"
I20260630 12:38:45.352890   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:38:45.356881 12513 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:45.357724   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260630 12:38:45.358057   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822852710831-768-0/minicluster-data/ts-0-root
uuid: "fd394fa1215e4d54a764887349ceabc4"
format_stamp: "Formatted at 2026-06-30 12:38:45 on dist-test-slave-n0zz"
I20260630 12:38:45.358443   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822852710831-768-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822852710831-768-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822852710831-768-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:45.370810   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:45.372008   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:45.373526   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:45.375981   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:45.376207   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:45.376453   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:45.376643   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:45.417748   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.1:44911
I20260630 12:38:45.417856 12575 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.1:44911 every 8 connection(s)
I20260630 12:38:45.423040   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:45.430807 12581 instance_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:45.432374 12580 instance_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:45.433023 12583 instance_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:45.436031   768 server_base.cc:1061] running on GCE node
I20260630 12:38:45.437168   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:45.437420   768 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:45.437608   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823125437589 us; error 0 us; skew 500 ppm
I20260630 12:38:45.438102   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:45.440704 12576 heartbeater.cc:344] Connected to a master server at 127.0.192.62:43593
I20260630 12:38:45.441073 12576 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:45.441804 12576 heartbeater.cc:507] Master 127.0.192.62:43593 requested a full tablet report, sending...
I20260630 12:38:45.442075   768 webserver.cc:533] Webserver started at http://127.0.192.2:38215/ using document root <none> and password file <none>
I20260630 12:38:45.442667   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:45.442870   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:45.443140   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:45.443996 12449 ts_manager.cc:194] Registered new tserver with Master: fd394fa1215e4d54a764887349ceabc4 (127.0.192.1:44911)
I20260630 12:38:45.444378   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822852710831-768-0/minicluster-data/ts-1-root/instance:
uuid: "315e5026455345c5a36aedd75d7a55b6"
format_stamp: "Formatted at 2026-06-30 12:38:45 on dist-test-slave-n0zz"
I20260630 12:38:45.445848 12449 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48576
I20260630 12:38:45.449069   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:38:45.452553 12588 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:45.453251   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:38:45.453562   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822852710831-768-0/minicluster-data/ts-1-root
uuid: "315e5026455345c5a36aedd75d7a55b6"
format_stamp: "Formatted at 2026-06-30 12:38:45 on dist-test-slave-n0zz"
I20260630 12:38:45.453830   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822852710831-768-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822852710831-768-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822852710831-768-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:45.469844   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:45.471007   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:45.472420   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:45.474668   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:45.474905   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:45.475139   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:45.475309   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:45.514948   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.2:40179
I20260630 12:38:45.515036 12650 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.2:40179 every 8 connection(s)
I20260630 12:38:45.519671   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:45.526804 12654 instance_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:45.530077 12655 instance_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:45.530802   768 server_base.cc:1061] running on GCE node
W20260630 12:38:45.531507 12657 instance_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:45.532521   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:45.532768   768 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:45.532970   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823125532954 us; error 0 us; skew 500 ppm
I20260630 12:38:45.533232 12651 heartbeater.cc:344] Connected to a master server at 127.0.192.62:43593
I20260630 12:38:45.533634   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:45.533668 12651 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:45.534920 12651 heartbeater.cc:507] Master 127.0.192.62:43593 requested a full tablet report, sending...
I20260630 12:38:45.537034   768 webserver.cc:533] Webserver started at http://127.0.192.3:45977/ using document root <none> and password file <none>
I20260630 12:38:45.537289 12449 ts_manager.cc:194] Registered new tserver with Master: 315e5026455345c5a36aedd75d7a55b6 (127.0.192.2:40179)
I20260630 12:38:45.537628   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:45.537920   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:45.538235   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:45.538900 12449 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48584
I20260630 12:38:45.539482   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822852710831-768-0/minicluster-data/ts-2-root/instance:
uuid: "01656646e7514a91b46a30939ddc5652"
format_stamp: "Formatted at 2026-06-30 12:38:45 on dist-test-slave-n0zz"
I20260630 12:38:45.544500   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.005s
I20260630 12:38:45.547955 12662 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:45.548735   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:38:45.549047   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822852710831-768-0/minicluster-data/ts-2-root
uuid: "01656646e7514a91b46a30939ddc5652"
format_stamp: "Formatted at 2026-06-30 12:38:45 on dist-test-slave-n0zz"
I20260630 12:38:45.549327   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822852710831-768-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822852710831-768-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822852710831-768-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:45.559005   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:45.560212   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:45.561616   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:45.563766   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:45.563999   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:45.564307   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:45.564479   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:45.605509   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.3:46207
I20260630 12:38:45.605623 12724 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.3:46207 every 8 connection(s)
I20260630 12:38:45.619397 12725 heartbeater.cc:344] Connected to a master server at 127.0.192.62:43593
I20260630 12:38:45.619851 12725 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:45.620548 12725 heartbeater.cc:507] Master 127.0.192.62:43593 requested a full tablet report, sending...
I20260630 12:38:45.622519 12449 ts_manager.cc:194] Registered new tserver with Master: 01656646e7514a91b46a30939ddc5652 (127.0.192.3:46207)
I20260630 12:38:45.623112   768 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014320664s
I20260630 12:38:45.623914 12449 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48588
I20260630 12:38:46.448746 12576 heartbeater.cc:499] Master 127.0.192.62:43593 was elected leader, sending a full tablet report...
I20260630 12:38:46.542021 12651 heartbeater.cc:499] Master 127.0.192.62:43593 was elected leader, sending a full tablet report...
I20260630 12:38:46.626685 12725 heartbeater.cc:499] Master 127.0.192.62:43593 was elected leader, sending a full tablet report...
I20260630 12:38:46.678318 12449 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:48594:
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:46.680975 12449 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:46.744421 12540 tablet_service.cc:1511] Processing CreateTablet for tablet f19b1711f15d4d96bf033532da124db0 (DEFAULT_TABLE table=test-workload [id=ae883ece56c1415abf9efa10858c0bda]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:46.745898 12540 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f19b1711f15d4d96bf033532da124db0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:46.750841 12541 tablet_service.cc:1511] Processing CreateTablet for tablet e47f891bb0d845cea45a508b4b409854 (DEFAULT_TABLE table=test-workload [id=ae883ece56c1415abf9efa10858c0bda]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:46.752388 12541 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e47f891bb0d845cea45a508b4b409854. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:46.759346 12539 tablet_service.cc:1511] Processing CreateTablet for tablet 29d4d1c100ea4423b337069d9ba297c4 (DEFAULT_TABLE table=test-workload [id=ae883ece56c1415abf9efa10858c0bda]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:46.760836 12539 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 29d4d1c100ea4423b337069d9ba297c4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:46.760898 12616 tablet_service.cc:1511] Processing CreateTablet for tablet e47f891bb0d845cea45a508b4b409854 (DEFAULT_TABLE table=test-workload [id=ae883ece56c1415abf9efa10858c0bda]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:46.762332 12616 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e47f891bb0d845cea45a508b4b409854. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:46.765899 12538 tablet_service.cc:1511] Processing CreateTablet for tablet 9535c1dfa23340e4b41e3d37da8f8ed2 (DEFAULT_TABLE table=test-workload [id=ae883ece56c1415abf9efa10858c0bda]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:46.767403 12538 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9535c1dfa23340e4b41e3d37da8f8ed2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:46.768610 12614 tablet_service.cc:1511] Processing CreateTablet for tablet 29d4d1c100ea4423b337069d9ba297c4 (DEFAULT_TABLE table=test-workload [id=ae883ece56c1415abf9efa10858c0bda]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:46.770087 12614 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 29d4d1c100ea4423b337069d9ba297c4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:46.767419 12615 tablet_service.cc:1511] Processing CreateTablet for tablet f19b1711f15d4d96bf033532da124db0 (DEFAULT_TABLE table=test-workload [id=ae883ece56c1415abf9efa10858c0bda]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:46.772192 12615 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f19b1711f15d4d96bf033532da124db0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:46.773386 12745 tablet_bootstrap.cc:492] T f19b1711f15d4d96bf033532da124db0 P fd394fa1215e4d54a764887349ceabc4: Bootstrap starting.
I20260630 12:38:46.782068 12745 tablet_bootstrap.cc:654] T f19b1711f15d4d96bf033532da124db0 P fd394fa1215e4d54a764887349ceabc4: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:46.796955 12613 tablet_service.cc:1511] Processing CreateTablet for tablet 9535c1dfa23340e4b41e3d37da8f8ed2 (DEFAULT_TABLE table=test-workload [id=ae883ece56c1415abf9efa10858c0bda]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:46.798491 12613 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9535c1dfa23340e4b41e3d37da8f8ed2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:46.807356 12689 tablet_service.cc:1511] Processing CreateTablet for tablet f19b1711f15d4d96bf033532da124db0 (DEFAULT_TABLE table=test-workload [id=ae883ece56c1415abf9efa10858c0bda]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:46.808921 12689 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f19b1711f15d4d96bf033532da124db0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:46.809419 12687 tablet_service.cc:1511] Processing CreateTablet for tablet 9535c1dfa23340e4b41e3d37da8f8ed2 (DEFAULT_TABLE table=test-workload [id=ae883ece56c1415abf9efa10858c0bda]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:46.811357 12687 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9535c1dfa23340e4b41e3d37da8f8ed2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:46.811991 12612 tablet_service.cc:1511] Processing CreateTablet for tablet 623952029fe84bb59364ab89a15fae26 (DEFAULT_TABLE table=test-workload [id=ae883ece56c1415abf9efa10858c0bda]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:46.812597 12541 tablet_service.cc:1511] Processing CreateTablet for tablet 623952029fe84bb59364ab89a15fae26 (DEFAULT_TABLE table=test-workload [id=ae883ece56c1415abf9efa10858c0bda]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:46.813390 12612 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 623952029fe84bb59364ab89a15fae26. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:46.813951 12541 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 623952029fe84bb59364ab89a15fae26. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:46.807358 12688 tablet_service.cc:1511] Processing CreateTablet for tablet 29d4d1c100ea4423b337069d9ba297c4 (DEFAULT_TABLE table=test-workload [id=ae883ece56c1415abf9efa10858c0bda]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:46.816989 12688 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 29d4d1c100ea4423b337069d9ba297c4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:46.822336 12690 tablet_service.cc:1511] Processing CreateTablet for tablet e47f891bb0d845cea45a508b4b409854 (DEFAULT_TABLE table=test-workload [id=ae883ece56c1415abf9efa10858c0bda]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:46.823800 12690 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e47f891bb0d845cea45a508b4b409854. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:46.833521 12745 tablet_bootstrap.cc:492] T f19b1711f15d4d96bf033532da124db0 P fd394fa1215e4d54a764887349ceabc4: No bootstrap required, opened a new log
I20260630 12:38:46.834324 12745 ts_tablet_manager.cc:1403] T f19b1711f15d4d96bf033532da124db0 P fd394fa1215e4d54a764887349ceabc4: Time spent bootstrapping tablet: real 0.061s	user 0.015s	sys 0.018s
I20260630 12:38:46.835947 12540 tablet_service.cc:1511] Processing CreateTablet for tablet a393f25f54b84170a028e068cc84b3e1 (DEFAULT_TABLE table=test-workload [id=ae883ece56c1415abf9efa10858c0bda]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:46.837476 12540 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a393f25f54b84170a028e068cc84b3e1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:46.837641 12745 raft_consensus.cc:359] T f19b1711f15d4d96bf033532da124db0 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:46.838518 12745 raft_consensus.cc:385] T f19b1711f15d4d96bf033532da124db0 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:46.838864 12745 raft_consensus.cc:740] T f19b1711f15d4d96bf033532da124db0 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fd394fa1215e4d54a764887349ceabc4, State: Initialized, Role: FOLLOWER
I20260630 12:38:46.839617 12686 tablet_service.cc:1511] Processing CreateTablet for tablet 623952029fe84bb59364ab89a15fae26 (DEFAULT_TABLE table=test-workload [id=ae883ece56c1415abf9efa10858c0bda]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:46.839879 12745 consensus_queue.cc:260] T f19b1711f15d4d96bf033532da124db0 P fd394fa1215e4d54a764887349ceabc4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:46.841040 12686 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 623952029fe84bb59364ab89a15fae26. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:46.852689 12747 tablet_bootstrap.cc:492] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6: Bootstrap starting.
I20260630 12:38:46.883807 12747 tablet_bootstrap.cc:654] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:46.885895 12614 tablet_service.cc:1511] Processing CreateTablet for tablet a393f25f54b84170a028e068cc84b3e1 (DEFAULT_TABLE table=test-workload [id=ae883ece56c1415abf9efa10858c0bda]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:46.887324 12614 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a393f25f54b84170a028e068cc84b3e1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:46.908960 12688 tablet_service.cc:1511] Processing CreateTablet for tablet a393f25f54b84170a028e068cc84b3e1 (DEFAULT_TABLE table=test-workload [id=ae883ece56c1415abf9efa10858c0bda]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:46.910236 12688 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a393f25f54b84170a028e068cc84b3e1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:46.915814 12745 ts_tablet_manager.cc:1434] T f19b1711f15d4d96bf033532da124db0 P fd394fa1215e4d54a764887349ceabc4: Time spent starting tablet: real 0.081s	user 0.019s	sys 0.026s
I20260630 12:38:46.917028 12745 tablet_bootstrap.cc:492] T e47f891bb0d845cea45a508b4b409854 P fd394fa1215e4d54a764887349ceabc4: Bootstrap starting.
I20260630 12:38:46.917688 12747 tablet_bootstrap.cc:492] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6: No bootstrap required, opened a new log
I20260630 12:38:46.918263 12747 ts_tablet_manager.cc:1403] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6: Time spent bootstrapping tablet: real 0.066s	user 0.007s	sys 0.012s
I20260630 12:38:46.921520 12747 raft_consensus.cc:359] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:46.922408 12747 raft_consensus.cc:385] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:46.922766 12747 raft_consensus.cc:740] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 315e5026455345c5a36aedd75d7a55b6, State: Initialized, Role: FOLLOWER
I20260630 12:38:46.923393 12745 tablet_bootstrap.cc:654] T e47f891bb0d845cea45a508b4b409854 P fd394fa1215e4d54a764887349ceabc4: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:46.916214 12749 tablet_bootstrap.cc:492] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 01656646e7514a91b46a30939ddc5652: Bootstrap starting.
W20260630 12:38:46.923357 12577 tablet.cc:2406] T f19b1711f15d4d96bf033532da124db0 P fd394fa1215e4d54a764887349ceabc4: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:38:46.925355 12747 consensus_queue.cc:260] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:46.933485 12745 tablet_bootstrap.cc:492] T e47f891bb0d845cea45a508b4b409854 P fd394fa1215e4d54a764887349ceabc4: No bootstrap required, opened a new log
I20260630 12:38:46.934243 12745 ts_tablet_manager.cc:1403] T e47f891bb0d845cea45a508b4b409854 P fd394fa1215e4d54a764887349ceabc4: Time spent bootstrapping tablet: real 0.017s	user 0.017s	sys 0.000s
I20260630 12:38:46.934526 12749 tablet_bootstrap.cc:654] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 01656646e7514a91b46a30939ddc5652: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:46.934764 12747 ts_tablet_manager.cc:1434] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6: Time spent starting tablet: real 0.016s	user 0.005s	sys 0.009s
I20260630 12:38:46.936483 12747 tablet_bootstrap.cc:492] T e47f891bb0d845cea45a508b4b409854 P 315e5026455345c5a36aedd75d7a55b6: Bootstrap starting.
I20260630 12:38:46.937376 12745 raft_consensus.cc:359] T e47f891bb0d845cea45a508b4b409854 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:46.938217 12745 raft_consensus.cc:385] T e47f891bb0d845cea45a508b4b409854 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:46.938519 12745 raft_consensus.cc:740] T e47f891bb0d845cea45a508b4b409854 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fd394fa1215e4d54a764887349ceabc4, State: Initialized, Role: FOLLOWER
I20260630 12:38:46.939348 12745 consensus_queue.cc:260] T e47f891bb0d845cea45a508b4b409854 P fd394fa1215e4d54a764887349ceabc4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:46.943620 12747 tablet_bootstrap.cc:654] T e47f891bb0d845cea45a508b4b409854 P 315e5026455345c5a36aedd75d7a55b6: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:46.943775 12745 ts_tablet_manager.cc:1434] T e47f891bb0d845cea45a508b4b409854 P fd394fa1215e4d54a764887349ceabc4: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:38:46.945061 12745 tablet_bootstrap.cc:492] T 9535c1dfa23340e4b41e3d37da8f8ed2 P fd394fa1215e4d54a764887349ceabc4: Bootstrap starting.
I20260630 12:38:46.949762 12747 tablet_bootstrap.cc:492] T e47f891bb0d845cea45a508b4b409854 P 315e5026455345c5a36aedd75d7a55b6: No bootstrap required, opened a new log
I20260630 12:38:46.950547 12747 ts_tablet_manager.cc:1403] T e47f891bb0d845cea45a508b4b409854 P 315e5026455345c5a36aedd75d7a55b6: Time spent bootstrapping tablet: real 0.014s	user 0.013s	sys 0.000s
I20260630 12:38:46.953933 12745 tablet_bootstrap.cc:654] T 9535c1dfa23340e4b41e3d37da8f8ed2 P fd394fa1215e4d54a764887349ceabc4: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:46.953576 12747 raft_consensus.cc:359] T e47f891bb0d845cea45a508b4b409854 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:46.954095 12749 tablet_bootstrap.cc:492] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 01656646e7514a91b46a30939ddc5652: No bootstrap required, opened a new log
I20260630 12:38:46.954409 12747 raft_consensus.cc:385] T e47f891bb0d845cea45a508b4b409854 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:46.954758 12749 ts_tablet_manager.cc:1403] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 01656646e7514a91b46a30939ddc5652: Time spent bootstrapping tablet: real 0.039s	user 0.008s	sys 0.005s
I20260630 12:38:46.954783 12747 raft_consensus.cc:740] T e47f891bb0d845cea45a508b4b409854 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 315e5026455345c5a36aedd75d7a55b6, State: Initialized, Role: FOLLOWER
I20260630 12:38:46.955857 12747 consensus_queue.cc:260] T e47f891bb0d845cea45a508b4b409854 P 315e5026455345c5a36aedd75d7a55b6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:46.958076 12749 raft_consensus.cc:359] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:46.958983 12749 raft_consensus.cc:385] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:46.959101 12747 ts_tablet_manager.cc:1434] T e47f891bb0d845cea45a508b4b409854 P 315e5026455345c5a36aedd75d7a55b6: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:38:46.960840 12747 tablet_bootstrap.cc:492] T f19b1711f15d4d96bf033532da124db0 P 315e5026455345c5a36aedd75d7a55b6: Bootstrap starting.
I20260630 12:38:46.959340 12749 raft_consensus.cc:740] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 01656646e7514a91b46a30939ddc5652, State: Initialized, Role: FOLLOWER
I20260630 12:38:46.963145 12749 consensus_queue.cc:260] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 01656646e7514a91b46a30939ddc5652 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:46.972653 12749 ts_tablet_manager.cc:1434] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 01656646e7514a91b46a30939ddc5652: Time spent starting tablet: real 0.018s	user 0.001s	sys 0.011s
I20260630 12:38:46.973815 12749 tablet_bootstrap.cc:492] T 29d4d1c100ea4423b337069d9ba297c4 P 01656646e7514a91b46a30939ddc5652: Bootstrap starting.
I20260630 12:38:46.973958 12747 tablet_bootstrap.cc:654] T f19b1711f15d4d96bf033532da124db0 P 315e5026455345c5a36aedd75d7a55b6: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:46.976050 12745 tablet_bootstrap.cc:492] T 9535c1dfa23340e4b41e3d37da8f8ed2 P fd394fa1215e4d54a764887349ceabc4: No bootstrap required, opened a new log
I20260630 12:38:46.978331 12745 ts_tablet_manager.cc:1403] T 9535c1dfa23340e4b41e3d37da8f8ed2 P fd394fa1215e4d54a764887349ceabc4: Time spent bootstrapping tablet: real 0.034s	user 0.016s	sys 0.009s
I20260630 12:38:46.981170 12749 tablet_bootstrap.cc:654] T 29d4d1c100ea4423b337069d9ba297c4 P 01656646e7514a91b46a30939ddc5652: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:46.984404 12752 raft_consensus.cc:493] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:46.982318 12745 raft_consensus.cc:359] T 9535c1dfa23340e4b41e3d37da8f8ed2 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:46.984913 12752 raft_consensus.cc:515] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:46.985634 12745 raft_consensus.cc:385] T 9535c1dfa23340e4b41e3d37da8f8ed2 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:46.986099 12745 raft_consensus.cc:740] T 9535c1dfa23340e4b41e3d37da8f8ed2 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fd394fa1215e4d54a764887349ceabc4, State: Initialized, Role: FOLLOWER
I20260630 12:38:46.987334 12745 consensus_queue.cc:260] T 9535c1dfa23340e4b41e3d37da8f8ed2 P fd394fa1215e4d54a764887349ceabc4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:46.989248 12752 leader_election.cc:290] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers fd394fa1215e4d54a764887349ceabc4 (127.0.192.1:44911), 01656646e7514a91b46a30939ddc5652 (127.0.192.3:46207)
I20260630 12:38:47.003954 12745 ts_tablet_manager.cc:1434] T 9535c1dfa23340e4b41e3d37da8f8ed2 P fd394fa1215e4d54a764887349ceabc4: Time spent starting tablet: real 0.025s	user 0.009s	sys 0.000s
I20260630 12:38:47.005152 12747 tablet_bootstrap.cc:492] T f19b1711f15d4d96bf033532da124db0 P 315e5026455345c5a36aedd75d7a55b6: No bootstrap required, opened a new log
I20260630 12:38:47.005199 12745 tablet_bootstrap.cc:492] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4: Bootstrap starting.
I20260630 12:38:47.005962 12747 ts_tablet_manager.cc:1403] T f19b1711f15d4d96bf033532da124db0 P 315e5026455345c5a36aedd75d7a55b6: Time spent bootstrapping tablet: real 0.045s	user 0.020s	sys 0.016s
I20260630 12:38:47.007234 12749 tablet_bootstrap.cc:492] T 29d4d1c100ea4423b337069d9ba297c4 P 01656646e7514a91b46a30939ddc5652: No bootstrap required, opened a new log
I20260630 12:38:47.008826 12749 ts_tablet_manager.cc:1403] T 29d4d1c100ea4423b337069d9ba297c4 P 01656646e7514a91b46a30939ddc5652: Time spent bootstrapping tablet: real 0.035s	user 0.012s	sys 0.001s
I20260630 12:38:47.009102 12747 raft_consensus.cc:359] T f19b1711f15d4d96bf033532da124db0 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.009956 12747 raft_consensus.cc:385] T f19b1711f15d4d96bf033532da124db0 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:47.010324 12747 raft_consensus.cc:740] T f19b1711f15d4d96bf033532da124db0 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 315e5026455345c5a36aedd75d7a55b6, State: Initialized, Role: FOLLOWER
I20260630 12:38:47.011296 12747 consensus_queue.cc:260] T f19b1711f15d4d96bf033532da124db0 P 315e5026455345c5a36aedd75d7a55b6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.012256 12749 raft_consensus.cc:359] T 29d4d1c100ea4423b337069d9ba297c4 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.013008 12749 raft_consensus.cc:385] T 29d4d1c100ea4423b337069d9ba297c4 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:47.013307 12749 raft_consensus.cc:740] T 29d4d1c100ea4423b337069d9ba297c4 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 01656646e7514a91b46a30939ddc5652, State: Initialized, Role: FOLLOWER
I20260630 12:38:47.014104 12749 consensus_queue.cc:260] T 29d4d1c100ea4423b337069d9ba297c4 P 01656646e7514a91b46a30939ddc5652 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.015662 12747 ts_tablet_manager.cc:1434] T f19b1711f15d4d96bf033532da124db0 P 315e5026455345c5a36aedd75d7a55b6: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.001s
I20260630 12:38:47.016356 12749 ts_tablet_manager.cc:1434] T 29d4d1c100ea4423b337069d9ba297c4 P 01656646e7514a91b46a30939ddc5652: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:38:47.016873 12747 tablet_bootstrap.cc:492] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6: Bootstrap starting.
I20260630 12:38:47.017557 12749 tablet_bootstrap.cc:492] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652: Bootstrap starting.
I20260630 12:38:47.020028 12745 tablet_bootstrap.cc:654] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:47.032482 12700 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "29d4d1c100ea4423b337069d9ba297c4" candidate_uuid: "315e5026455345c5a36aedd75d7a55b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01656646e7514a91b46a30939ddc5652" is_pre_election: true
I20260630 12:38:47.033002 12749 tablet_bootstrap.cc:654] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:47.033267 12700 raft_consensus.cc:2468] T 29d4d1c100ea4423b337069d9ba297c4 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 315e5026455345c5a36aedd75d7a55b6 in term 0.
I20260630 12:38:47.034901 12590 leader_election.cc:304] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 01656646e7514a91b46a30939ddc5652, 315e5026455345c5a36aedd75d7a55b6; no voters: 
I20260630 12:38:47.036821 12752 raft_consensus.cc:2804] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:47.037233 12752 raft_consensus.cc:493] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:47.037559 12752 raft_consensus.cc:3060] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:47.026872 12551 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "29d4d1c100ea4423b337069d9ba297c4" candidate_uuid: "315e5026455345c5a36aedd75d7a55b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fd394fa1215e4d54a764887349ceabc4" is_pre_election: true
I20260630 12:38:47.025892 12747 tablet_bootstrap.cc:654] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6: Neither blocks nor log segments found. Creating new log.
W20260630 12:38:47.043025 12592 leader_election.cc:343] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer fd394fa1215e4d54a764887349ceabc4 (127.0.192.1:44911): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:47.054142 12752 raft_consensus.cc:515] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.058264 12551 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "29d4d1c100ea4423b337069d9ba297c4" candidate_uuid: "315e5026455345c5a36aedd75d7a55b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fd394fa1215e4d54a764887349ceabc4"
I20260630 12:38:47.059443 12752 leader_election.cc:290] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6 [CANDIDATE]: Term 1 election: Requested vote from peers fd394fa1215e4d54a764887349ceabc4 (127.0.192.1:44911), 01656646e7514a91b46a30939ddc5652 (127.0.192.3:46207)
I20260630 12:38:47.059968 12700 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "29d4d1c100ea4423b337069d9ba297c4" candidate_uuid: "315e5026455345c5a36aedd75d7a55b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01656646e7514a91b46a30939ddc5652"
I20260630 12:38:47.060644 12700 raft_consensus.cc:3060] T 29d4d1c100ea4423b337069d9ba297c4 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:47.063700 12745 tablet_bootstrap.cc:492] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4: No bootstrap required, opened a new log
W20260630 12:38:47.064234 12592 leader_election.cc:343] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer fd394fa1215e4d54a764887349ceabc4 (127.0.192.1:44911): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:47.064393 12745 ts_tablet_manager.cc:1403] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4: Time spent bootstrapping tablet: real 0.059s	user 0.034s	sys 0.009s
I20260630 12:38:47.063706 12749 tablet_bootstrap.cc:492] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652: No bootstrap required, opened a new log
I20260630 12:38:47.065188 12747 tablet_bootstrap.cc:492] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6: No bootstrap required, opened a new log
I20260630 12:38:47.065745 12749 ts_tablet_manager.cc:1403] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652: Time spent bootstrapping tablet: real 0.048s	user 0.025s	sys 0.013s
I20260630 12:38:47.065935 12747 ts_tablet_manager.cc:1403] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6: Time spent bootstrapping tablet: real 0.049s	user 0.000s	sys 0.025s
I20260630 12:38:47.068225 12700 raft_consensus.cc:2468] T 29d4d1c100ea4423b337069d9ba297c4 P 01656646e7514a91b46a30939ddc5652 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 315e5026455345c5a36aedd75d7a55b6 in term 1.
I20260630 12:38:47.068077 12745 raft_consensus.cc:359] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.069145 12745 raft_consensus.cc:385] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:47.068987 12749 raft_consensus.cc:359] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.069286 12747 raft_consensus.cc:359] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.069700 12745 raft_consensus.cc:740] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fd394fa1215e4d54a764887349ceabc4, State: Initialized, Role: FOLLOWER
I20260630 12:38:47.069916 12749 raft_consensus.cc:385] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:47.069967 12590 leader_election.cc:304] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6 [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: 01656646e7514a91b46a30939ddc5652, 315e5026455345c5a36aedd75d7a55b6; no voters: fd394fa1215e4d54a764887349ceabc4
I20260630 12:38:47.070279 12747 raft_consensus.cc:385] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:47.070462 12749 raft_consensus.cc:740] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 01656646e7514a91b46a30939ddc5652, State: Initialized, Role: FOLLOWER
I20260630 12:38:47.070828 12747 raft_consensus.cc:740] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 315e5026455345c5a36aedd75d7a55b6, State: Initialized, Role: FOLLOWER
I20260630 12:38:47.070820 12745 consensus_queue.cc:260] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.071543 12752 raft_consensus.cc:2804] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:47.071441 12749 consensus_queue.cc:260] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.072067 12747 consensus_queue.cc:260] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.073889 12749 ts_tablet_manager.cc:1434] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.003s
I20260630 12:38:47.075028 12749 tablet_bootstrap.cc:492] T e47f891bb0d845cea45a508b4b409854 P 01656646e7514a91b46a30939ddc5652: Bootstrap starting.
I20260630 12:38:47.079906 12745 ts_tablet_manager.cc:1434] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4: Time spent starting tablet: real 0.015s	user 0.005s	sys 0.003s
I20260630 12:38:47.081362 12749 tablet_bootstrap.cc:654] T e47f891bb0d845cea45a508b4b409854 P 01656646e7514a91b46a30939ddc5652: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:47.081725 12745 tablet_bootstrap.cc:492] T 29d4d1c100ea4423b337069d9ba297c4 P fd394fa1215e4d54a764887349ceabc4: Bootstrap starting.
I20260630 12:38:47.089859 12747 ts_tablet_manager.cc:1434] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6: Time spent starting tablet: real 0.023s	user 0.015s	sys 0.007s
I20260630 12:38:47.093477 12747 tablet_bootstrap.cc:492] T 623952029fe84bb59364ab89a15fae26 P 315e5026455345c5a36aedd75d7a55b6: Bootstrap starting.
I20260630 12:38:47.100689 12747 tablet_bootstrap.cc:654] T 623952029fe84bb59364ab89a15fae26 P 315e5026455345c5a36aedd75d7a55b6: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:47.106053 12745 tablet_bootstrap.cc:654] T 29d4d1c100ea4423b337069d9ba297c4 P fd394fa1215e4d54a764887349ceabc4: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:47.107095 12752 raft_consensus.cc:697] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6 [term 1 LEADER]: Becoming Leader. State: Replica: 315e5026455345c5a36aedd75d7a55b6, State: Running, Role: LEADER
I20260630 12:38:47.108667 12752 consensus_queue.cc:237] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.114326 12749 tablet_bootstrap.cc:492] T e47f891bb0d845cea45a508b4b409854 P 01656646e7514a91b46a30939ddc5652: No bootstrap required, opened a new log
I20260630 12:38:47.115233 12749 ts_tablet_manager.cc:1403] T e47f891bb0d845cea45a508b4b409854 P 01656646e7514a91b46a30939ddc5652: Time spent bootstrapping tablet: real 0.040s	user 0.010s	sys 0.023s
I20260630 12:38:47.119935 12749 raft_consensus.cc:359] T e47f891bb0d845cea45a508b4b409854 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.120746 12749 raft_consensus.cc:385] T e47f891bb0d845cea45a508b4b409854 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:47.121029 12749 raft_consensus.cc:740] T e47f891bb0d845cea45a508b4b409854 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 01656646e7514a91b46a30939ddc5652, State: Initialized, Role: FOLLOWER
I20260630 12:38:47.121758 12749 consensus_queue.cc:260] T e47f891bb0d845cea45a508b4b409854 P 01656646e7514a91b46a30939ddc5652 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.124894 12747 tablet_bootstrap.cc:492] T 623952029fe84bb59364ab89a15fae26 P 315e5026455345c5a36aedd75d7a55b6: No bootstrap required, opened a new log
I20260630 12:38:47.125560 12747 ts_tablet_manager.cc:1403] T 623952029fe84bb59364ab89a15fae26 P 315e5026455345c5a36aedd75d7a55b6: Time spent bootstrapping tablet: real 0.032s	user 0.013s	sys 0.016s
I20260630 12:38:47.125892 12448 catalog_manager.cc:5697] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 315e5026455345c5a36aedd75d7a55b6 (127.0.192.2). New cstate: current_term: 1 leader_uuid: "315e5026455345c5a36aedd75d7a55b6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:47.127085 12748 raft_consensus.cc:493] T e47f891bb0d845cea45a508b4b409854 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:47.126611 12745 tablet_bootstrap.cc:492] T 29d4d1c100ea4423b337069d9ba297c4 P fd394fa1215e4d54a764887349ceabc4: No bootstrap required, opened a new log
I20260630 12:38:47.128017 12745 ts_tablet_manager.cc:1403] T 29d4d1c100ea4423b337069d9ba297c4 P fd394fa1215e4d54a764887349ceabc4: Time spent bootstrapping tablet: real 0.047s	user 0.018s	sys 0.000s
I20260630 12:38:47.127650 12748 raft_consensus.cc:515] T e47f891bb0d845cea45a508b4b409854 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.128707 12749 ts_tablet_manager.cc:1434] T e47f891bb0d845cea45a508b4b409854 P 01656646e7514a91b46a30939ddc5652: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.000s
I20260630 12:38:47.129835 12749 tablet_bootstrap.cc:492] T 623952029fe84bb59364ab89a15fae26 P 01656646e7514a91b46a30939ddc5652: Bootstrap starting.
I20260630 12:38:47.131247 12745 raft_consensus.cc:359] T 29d4d1c100ea4423b337069d9ba297c4 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.132244 12745 raft_consensus.cc:385] T 29d4d1c100ea4423b337069d9ba297c4 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:47.132350 12748 leader_election.cc:290] T e47f891bb0d845cea45a508b4b409854 P fd394fa1215e4d54a764887349ceabc4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 315e5026455345c5a36aedd75d7a55b6 (127.0.192.2:40179), 01656646e7514a91b46a30939ddc5652 (127.0.192.3:46207)
I20260630 12:38:47.132649 12745 raft_consensus.cc:740] T 29d4d1c100ea4423b337069d9ba297c4 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fd394fa1215e4d54a764887349ceabc4, State: Initialized, Role: FOLLOWER
I20260630 12:38:47.133594 12745 consensus_queue.cc:260] T 29d4d1c100ea4423b337069d9ba297c4 P fd394fa1215e4d54a764887349ceabc4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.136749 12745 ts_tablet_manager.cc:1434] T 29d4d1c100ea4423b337069d9ba297c4 P fd394fa1215e4d54a764887349ceabc4: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.003s
I20260630 12:38:47.137089 12749 tablet_bootstrap.cc:654] T 623952029fe84bb59364ab89a15fae26 P 01656646e7514a91b46a30939ddc5652: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:47.137843 12745 tablet_bootstrap.cc:492] T a393f25f54b84170a028e068cc84b3e1 P fd394fa1215e4d54a764887349ceabc4: Bootstrap starting.
I20260630 12:38:47.140533 12756 raft_consensus.cc:493] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:47.141084 12756 raft_consensus.cc:515] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.145112 12745 tablet_bootstrap.cc:654] T a393f25f54b84170a028e068cc84b3e1 P fd394fa1215e4d54a764887349ceabc4: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:47.149586 12749 tablet_bootstrap.cc:492] T 623952029fe84bb59364ab89a15fae26 P 01656646e7514a91b46a30939ddc5652: No bootstrap required, opened a new log
I20260630 12:38:47.150292 12749 ts_tablet_manager.cc:1403] T 623952029fe84bb59364ab89a15fae26 P 01656646e7514a91b46a30939ddc5652: Time spent bootstrapping tablet: real 0.021s	user 0.016s	sys 0.003s
I20260630 12:38:47.145757 12747 raft_consensus.cc:359] T 623952029fe84bb59364ab89a15fae26 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.151149 12747 raft_consensus.cc:385] T 623952029fe84bb59364ab89a15fae26 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:47.151533 12747 raft_consensus.cc:740] T 623952029fe84bb59364ab89a15fae26 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 315e5026455345c5a36aedd75d7a55b6, State: Initialized, Role: FOLLOWER
I20260630 12:38:47.152490 12747 consensus_queue.cc:260] T 623952029fe84bb59364ab89a15fae26 P 315e5026455345c5a36aedd75d7a55b6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.153457 12749 raft_consensus.cc:359] T 623952029fe84bb59364ab89a15fae26 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.154398 12749 raft_consensus.cc:385] T 623952029fe84bb59364ab89a15fae26 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:47.154747 12749 raft_consensus.cc:740] T 623952029fe84bb59364ab89a15fae26 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 01656646e7514a91b46a30939ddc5652, State: Initialized, Role: FOLLOWER
I20260630 12:38:47.155055 12747 ts_tablet_manager.cc:1434] T 623952029fe84bb59364ab89a15fae26 P 315e5026455345c5a36aedd75d7a55b6: Time spent starting tablet: real 0.029s	user 0.004s	sys 0.003s
I20260630 12:38:47.156225 12747 tablet_bootstrap.cc:492] T a393f25f54b84170a028e068cc84b3e1 P 315e5026455345c5a36aedd75d7a55b6: Bootstrap starting.
I20260630 12:38:47.158216 12756 leader_election.cc:290] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers fd394fa1215e4d54a764887349ceabc4 (127.0.192.1:44911), 315e5026455345c5a36aedd75d7a55b6 (127.0.192.2:40179)
I20260630 12:38:47.166496 12747 tablet_bootstrap.cc:654] T a393f25f54b84170a028e068cc84b3e1 P 315e5026455345c5a36aedd75d7a55b6: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:47.155740 12749 consensus_queue.cc:260] T 623952029fe84bb59364ab89a15fae26 P 01656646e7514a91b46a30939ddc5652 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.173975 12749 ts_tablet_manager.cc:1434] T 623952029fe84bb59364ab89a15fae26 P 01656646e7514a91b46a30939ddc5652: Time spent starting tablet: real 0.023s	user 0.004s	sys 0.002s
I20260630 12:38:47.175379 12749 tablet_bootstrap.cc:492] T a393f25f54b84170a028e068cc84b3e1 P 01656646e7514a91b46a30939ddc5652: Bootstrap starting.
W20260630 12:38:47.195462 12497 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:38:47.200017 12748 raft_consensus.cc:493] T f19b1711f15d4d96bf033532da124db0 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:47.200641 12748 raft_consensus.cc:515] T f19b1711f15d4d96bf033532da124db0 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.203492 12748 leader_election.cc:290] T f19b1711f15d4d96bf033532da124db0 P fd394fa1215e4d54a764887349ceabc4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 315e5026455345c5a36aedd75d7a55b6 (127.0.192.2:40179), 01656646e7514a91b46a30939ddc5652 (127.0.192.3:46207)
I20260630 12:38:47.204617 12749 tablet_bootstrap.cc:654] T a393f25f54b84170a028e068cc84b3e1 P 01656646e7514a91b46a30939ddc5652: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:47.231433 12626 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f19b1711f15d4d96bf033532da124db0" candidate_uuid: "01656646e7514a91b46a30939ddc5652" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "315e5026455345c5a36aedd75d7a55b6" is_pre_election: true
I20260630 12:38:47.234915 12626 raft_consensus.cc:2468] T f19b1711f15d4d96bf033532da124db0 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 01656646e7514a91b46a30939ddc5652 in term 0.
I20260630 12:38:47.233892 12745 tablet_bootstrap.cc:492] T a393f25f54b84170a028e068cc84b3e1 P fd394fa1215e4d54a764887349ceabc4: No bootstrap required, opened a new log
I20260630 12:38:47.236119 12745 ts_tablet_manager.cc:1403] T a393f25f54b84170a028e068cc84b3e1 P fd394fa1215e4d54a764887349ceabc4: Time spent bootstrapping tablet: real 0.099s	user 0.019s	sys 0.071s
I20260630 12:38:47.237062 12663 leader_election.cc:304] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 01656646e7514a91b46a30939ddc5652, 315e5026455345c5a36aedd75d7a55b6; no voters: 
I20260630 12:38:47.237984 12752 raft_consensus.cc:493] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:47.238704 12752 raft_consensus.cc:515] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.239380 12745 raft_consensus.cc:359] T a393f25f54b84170a028e068cc84b3e1 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.240103 12745 raft_consensus.cc:385] T a393f25f54b84170a028e068cc84b3e1 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:47.240384 12745 raft_consensus.cc:740] T a393f25f54b84170a028e068cc84b3e1 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fd394fa1215e4d54a764887349ceabc4, State: Initialized, Role: FOLLOWER
I20260630 12:38:47.240867 12752 leader_election.cc:290] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers fd394fa1215e4d54a764887349ceabc4 (127.0.192.1:44911), 01656646e7514a91b46a30939ddc5652 (127.0.192.3:46207)
I20260630 12:38:47.241232 12745 consensus_queue.cc:260] T a393f25f54b84170a028e068cc84b3e1 P fd394fa1215e4d54a764887349ceabc4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.241938 12551 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f19b1711f15d4d96bf033532da124db0" candidate_uuid: "01656646e7514a91b46a30939ddc5652" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fd394fa1215e4d54a764887349ceabc4" is_pre_election: true
I20260630 12:38:47.242681 12550 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9535c1dfa23340e4b41e3d37da8f8ed2" candidate_uuid: "315e5026455345c5a36aedd75d7a55b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fd394fa1215e4d54a764887349ceabc4" is_pre_election: true
I20260630 12:38:47.243438 12550 raft_consensus.cc:2468] T 9535c1dfa23340e4b41e3d37da8f8ed2 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 315e5026455345c5a36aedd75d7a55b6 in term 0.
I20260630 12:38:47.242887 12756 raft_consensus.cc:2804] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:47.244419 12756 raft_consensus.cc:493] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:47.244863 12700 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9535c1dfa23340e4b41e3d37da8f8ed2" candidate_uuid: "315e5026455345c5a36aedd75d7a55b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01656646e7514a91b46a30939ddc5652" is_pre_election: true
I20260630 12:38:47.245579 12700 raft_consensus.cc:2468] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 315e5026455345c5a36aedd75d7a55b6 in term 0.
I20260630 12:38:47.245850 12592 leader_election.cc:304] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 315e5026455345c5a36aedd75d7a55b6, fd394fa1215e4d54a764887349ceabc4; no voters: 
I20260630 12:38:47.244910 12756 raft_consensus.cc:3060] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:47.250684 12626 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e47f891bb0d845cea45a508b4b409854" candidate_uuid: "fd394fa1215e4d54a764887349ceabc4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "315e5026455345c5a36aedd75d7a55b6" is_pre_election: true
I20260630 12:38:47.251464 12626 raft_consensus.cc:2468] T e47f891bb0d845cea45a508b4b409854 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fd394fa1215e4d54a764887349ceabc4 in term 0.
I20260630 12:38:47.251605 12625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f19b1711f15d4d96bf033532da124db0" candidate_uuid: "fd394fa1215e4d54a764887349ceabc4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "315e5026455345c5a36aedd75d7a55b6" is_pre_election: true
I20260630 12:38:47.252278 12625 raft_consensus.cc:2468] T f19b1711f15d4d96bf033532da124db0 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fd394fa1215e4d54a764887349ceabc4 in term 0.
I20260630 12:38:47.252550 12745 ts_tablet_manager.cc:1434] T a393f25f54b84170a028e068cc84b3e1 P fd394fa1215e4d54a764887349ceabc4: Time spent starting tablet: real 0.016s	user 0.006s	sys 0.000s
I20260630 12:38:47.253062 12514 leader_election.cc:304] T e47f891bb0d845cea45a508b4b409854 P fd394fa1215e4d54a764887349ceabc4 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 315e5026455345c5a36aedd75d7a55b6, fd394fa1215e4d54a764887349ceabc4; no voters: 
I20260630 12:38:47.253805 12699 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f19b1711f15d4d96bf033532da124db0" candidate_uuid: "fd394fa1215e4d54a764887349ceabc4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01656646e7514a91b46a30939ddc5652" is_pre_election: true
I20260630 12:38:47.254069 12748 raft_consensus.cc:2804] T e47f891bb0d845cea45a508b4b409854 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:47.254506 12748 raft_consensus.cc:493] T e47f891bb0d845cea45a508b4b409854 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:47.242709 12551 raft_consensus.cc:2468] T f19b1711f15d4d96bf033532da124db0 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 01656646e7514a91b46a30939ddc5652 in term 0.
I20260630 12:38:47.254942 12748 raft_consensus.cc:3060] T e47f891bb0d845cea45a508b4b409854 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:47.255748 12700 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e47f891bb0d845cea45a508b4b409854" candidate_uuid: "fd394fa1215e4d54a764887349ceabc4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01656646e7514a91b46a30939ddc5652" is_pre_election: true
I20260630 12:38:47.256902 12752 raft_consensus.cc:2804] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:47.257294 12752 raft_consensus.cc:493] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:47.257655 12752 raft_consensus.cc:3060] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:47.256428 12700 raft_consensus.cc:2468] T e47f891bb0d845cea45a508b4b409854 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fd394fa1215e4d54a764887349ceabc4 in term 0.
I20260630 12:38:47.262017 12514 leader_election.cc:304] T f19b1711f15d4d96bf033532da124db0 P fd394fa1215e4d54a764887349ceabc4 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 315e5026455345c5a36aedd75d7a55b6, fd394fa1215e4d54a764887349ceabc4; no voters: 
I20260630 12:38:47.268955 12756 raft_consensus.cc:515] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.270830 12699 raft_consensus.cc:2393] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate fd394fa1215e4d54a764887349ceabc4 in current term 1: Already voted for candidate 01656646e7514a91b46a30939ddc5652 in this term.
I20260630 12:38:47.272928 12748 raft_consensus.cc:515] T e47f891bb0d845cea45a508b4b409854 P fd394fa1215e4d54a764887349ceabc4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.275812 12551 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f19b1711f15d4d96bf033532da124db0" candidate_uuid: "01656646e7514a91b46a30939ddc5652" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fd394fa1215e4d54a764887349ceabc4"
I20260630 12:38:47.276484 12551 raft_consensus.cc:3060] T f19b1711f15d4d96bf033532da124db0 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:47.277045 12747 tablet_bootstrap.cc:492] T a393f25f54b84170a028e068cc84b3e1 P 315e5026455345c5a36aedd75d7a55b6: No bootstrap required, opened a new log
I20260630 12:38:47.276762 12752 raft_consensus.cc:515] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.277608 12747 ts_tablet_manager.cc:1403] T a393f25f54b84170a028e068cc84b3e1 P 315e5026455345c5a36aedd75d7a55b6: Time spent bootstrapping tablet: real 0.122s	user 0.038s	sys 0.037s
I20260630 12:38:47.278970 12752 leader_election.cc:290] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6 [CANDIDATE]: Term 1 election: Requested vote from peers fd394fa1215e4d54a764887349ceabc4 (127.0.192.1:44911), 01656646e7514a91b46a30939ddc5652 (127.0.192.3:46207)
I20260630 12:38:47.279474 12699 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e47f891bb0d845cea45a508b4b409854" candidate_uuid: "fd394fa1215e4d54a764887349ceabc4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01656646e7514a91b46a30939ddc5652"
I20260630 12:38:47.280086 12699 raft_consensus.cc:3060] T e47f891bb0d845cea45a508b4b409854 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:47.281543 12748 leader_election.cc:290] T e47f891bb0d845cea45a508b4b409854 P fd394fa1215e4d54a764887349ceabc4 [CANDIDATE]: Term 1 election: Requested vote from peers 315e5026455345c5a36aedd75d7a55b6 (127.0.192.2:40179), 01656646e7514a91b46a30939ddc5652 (127.0.192.3:46207)
I20260630 12:38:47.281751 12550 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9535c1dfa23340e4b41e3d37da8f8ed2" candidate_uuid: "315e5026455345c5a36aedd75d7a55b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fd394fa1215e4d54a764887349ceabc4"
I20260630 12:38:47.281348 12747 raft_consensus.cc:359] T a393f25f54b84170a028e068cc84b3e1 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.282393 12550 raft_consensus.cc:3060] T 9535c1dfa23340e4b41e3d37da8f8ed2 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:47.282516 12747 raft_consensus.cc:385] T a393f25f54b84170a028e068cc84b3e1 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:47.282963 12747 raft_consensus.cc:740] T a393f25f54b84170a028e068cc84b3e1 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 315e5026455345c5a36aedd75d7a55b6, State: Initialized, Role: FOLLOWER
I20260630 12:38:47.283005 12625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e47f891bb0d845cea45a508b4b409854" candidate_uuid: "fd394fa1215e4d54a764887349ceabc4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "315e5026455345c5a36aedd75d7a55b6"
I20260630 12:38:47.283668 12625 raft_consensus.cc:3060] T e47f891bb0d845cea45a508b4b409854 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:47.284986 12749 tablet_bootstrap.cc:492] T a393f25f54b84170a028e068cc84b3e1 P 01656646e7514a91b46a30939ddc5652: No bootstrap required, opened a new log
I20260630 12:38:47.285540 12749 ts_tablet_manager.cc:1403] T a393f25f54b84170a028e068cc84b3e1 P 01656646e7514a91b46a30939ddc5652: Time spent bootstrapping tablet: real 0.110s	user 0.017s	sys 0.020s
I20260630 12:38:47.285169 12747 consensus_queue.cc:260] T a393f25f54b84170a028e068cc84b3e1 P 315e5026455345c5a36aedd75d7a55b6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.286645 12700 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9535c1dfa23340e4b41e3d37da8f8ed2" candidate_uuid: "315e5026455345c5a36aedd75d7a55b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01656646e7514a91b46a30939ddc5652"
I20260630 12:38:47.287223 12700 raft_consensus.cc:3060] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:47.288960 12749 raft_consensus.cc:359] T a393f25f54b84170a028e068cc84b3e1 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.289695 12749 raft_consensus.cc:385] T a393f25f54b84170a028e068cc84b3e1 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:47.289987 12749 raft_consensus.cc:740] T a393f25f54b84170a028e068cc84b3e1 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 01656646e7514a91b46a30939ddc5652, State: Initialized, Role: FOLLOWER
I20260630 12:38:47.290848 12748 raft_consensus.cc:493] T 29d4d1c100ea4423b337069d9ba297c4 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:47.291024 12747 ts_tablet_manager.cc:1434] T a393f25f54b84170a028e068cc84b3e1 P 315e5026455345c5a36aedd75d7a55b6: Time spent starting tablet: real 0.013s	user 0.009s	sys 0.001s
I20260630 12:38:47.291201 12550 raft_consensus.cc:2468] T 9535c1dfa23340e4b41e3d37da8f8ed2 P fd394fa1215e4d54a764887349ceabc4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 315e5026455345c5a36aedd75d7a55b6 in term 1.
I20260630 12:38:47.291393 12748 raft_consensus.cc:515] T 29d4d1c100ea4423b337069d9ba297c4 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.292598 12592 leader_election.cc:304] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 315e5026455345c5a36aedd75d7a55b6, fd394fa1215e4d54a764887349ceabc4; no voters: 
I20260630 12:38:47.294780 12626 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "29d4d1c100ea4423b337069d9ba297c4" candidate_uuid: "fd394fa1215e4d54a764887349ceabc4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "315e5026455345c5a36aedd75d7a55b6" is_pre_election: true
I20260630 12:38:47.295214 12749 consensus_queue.cc:260] T a393f25f54b84170a028e068cc84b3e1 P 01656646e7514a91b46a30939ddc5652 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.294854 12748 leader_election.cc:290] T 29d4d1c100ea4423b337069d9ba297c4 P fd394fa1215e4d54a764887349ceabc4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 315e5026455345c5a36aedd75d7a55b6 (127.0.192.2:40179), 01656646e7514a91b46a30939ddc5652 (127.0.192.3:46207)
I20260630 12:38:47.298106 12752 raft_consensus.cc:2804] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:47.299207 12752 raft_consensus.cc:697] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6 [term 1 LEADER]: Becoming Leader. State: Replica: 315e5026455345c5a36aedd75d7a55b6, State: Running, Role: LEADER
I20260630 12:38:47.295287 12698 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "29d4d1c100ea4423b337069d9ba297c4" candidate_uuid: "fd394fa1215e4d54a764887349ceabc4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01656646e7514a91b46a30939ddc5652" is_pre_election: true
I20260630 12:38:47.305553 12766 raft_consensus.cc:493] T a393f25f54b84170a028e068cc84b3e1 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:47.300426 12752 consensus_queue.cc:237] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.306350 12698 raft_consensus.cc:2393] T 29d4d1c100ea4423b337069d9ba297c4 P 01656646e7514a91b46a30939ddc5652 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate fd394fa1215e4d54a764887349ceabc4 in current term 1: Already voted for candidate 315e5026455345c5a36aedd75d7a55b6 in this term.
I20260630 12:38:47.308877 12515 leader_election.cc:304] T 29d4d1c100ea4423b337069d9ba297c4 P fd394fa1215e4d54a764887349ceabc4 [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: fd394fa1215e4d54a764887349ceabc4; no voters: 01656646e7514a91b46a30939ddc5652, 315e5026455345c5a36aedd75d7a55b6
I20260630 12:38:47.306113 12766 raft_consensus.cc:515] T a393f25f54b84170a028e068cc84b3e1 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.310765 12700 raft_consensus.cc:2468] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 01656646e7514a91b46a30939ddc5652 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 315e5026455345c5a36aedd75d7a55b6 in term 1.
I20260630 12:38:47.313134 12766 leader_election.cc:290] T a393f25f54b84170a028e068cc84b3e1 P 315e5026455345c5a36aedd75d7a55b6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers fd394fa1215e4d54a764887349ceabc4 (127.0.192.1:44911), 01656646e7514a91b46a30939ddc5652 (127.0.192.3:46207)
I20260630 12:38:47.315258 12625 raft_consensus.cc:2468] T e47f891bb0d845cea45a508b4b409854 P 315e5026455345c5a36aedd75d7a55b6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fd394fa1215e4d54a764887349ceabc4 in term 1.
I20260630 12:38:47.316138 12549 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a393f25f54b84170a028e068cc84b3e1" candidate_uuid: "315e5026455345c5a36aedd75d7a55b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fd394fa1215e4d54a764887349ceabc4" is_pre_election: true
I20260630 12:38:47.317196 12549 raft_consensus.cc:2468] T a393f25f54b84170a028e068cc84b3e1 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 315e5026455345c5a36aedd75d7a55b6 in term 0.
I20260630 12:38:47.318096 12551 raft_consensus.cc:2468] T f19b1711f15d4d96bf033532da124db0 P fd394fa1215e4d54a764887349ceabc4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 01656646e7514a91b46a30939ddc5652 in term 1.
I20260630 12:38:47.318209 12625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f19b1711f15d4d96bf033532da124db0" candidate_uuid: "01656646e7514a91b46a30939ddc5652" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "315e5026455345c5a36aedd75d7a55b6"
I20260630 12:38:47.318933 12779 raft_consensus.cc:2764] T f19b1711f15d4d96bf033532da124db0 P fd394fa1215e4d54a764887349ceabc4 [term 1 FOLLOWER]: Leader pre-election decision vote started in defunct term 0: won
I20260630 12:38:47.319010 12625 raft_consensus.cc:3060] T f19b1711f15d4d96bf033532da124db0 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:47.319339 12699 raft_consensus.cc:2468] T e47f891bb0d845cea45a508b4b409854 P 01656646e7514a91b46a30939ddc5652 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fd394fa1215e4d54a764887349ceabc4 in term 1.
I20260630 12:38:47.320151 12666 leader_election.cc:304] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 01656646e7514a91b46a30939ddc5652, fd394fa1215e4d54a764887349ceabc4; no voters: 
I20260630 12:38:47.320389 12779 raft_consensus.cc:3060] T 29d4d1c100ea4423b337069d9ba297c4 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:47.319119 12756 leader_election.cc:290] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652 [CANDIDATE]: Term 1 election: Requested vote from peers fd394fa1215e4d54a764887349ceabc4 (127.0.192.1:44911), 315e5026455345c5a36aedd75d7a55b6 (127.0.192.2:40179)
I20260630 12:38:47.321811 12515 leader_election.cc:304] T e47f891bb0d845cea45a508b4b409854 P fd394fa1215e4d54a764887349ceabc4 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 01656646e7514a91b46a30939ddc5652, fd394fa1215e4d54a764887349ceabc4; no voters: 
I20260630 12:38:47.323578 12592 leader_election.cc:304] T a393f25f54b84170a028e068cc84b3e1 P 315e5026455345c5a36aedd75d7a55b6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 315e5026455345c5a36aedd75d7a55b6, fd394fa1215e4d54a764887349ceabc4; no voters: 
I20260630 12:38:47.324348 12756 raft_consensus.cc:2804] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:47.324872 12756 raft_consensus.cc:697] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652 [term 1 LEADER]: Becoming Leader. State: Replica: 01656646e7514a91b46a30939ddc5652, State: Running, Role: LEADER
I20260630 12:38:47.324993 12748 raft_consensus.cc:2804] T e47f891bb0d845cea45a508b4b409854 P fd394fa1215e4d54a764887349ceabc4 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:47.325747 12756 consensus_queue.cc:237] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.327207 12766 raft_consensus.cc:2804] T a393f25f54b84170a028e068cc84b3e1 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:47.327652 12766 raft_consensus.cc:493] T a393f25f54b84170a028e068cc84b3e1 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:47.327986 12766 raft_consensus.cc:3060] T a393f25f54b84170a028e068cc84b3e1 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:47.329840 12779 raft_consensus.cc:2749] T 29d4d1c100ea4423b337069d9ba297c4 P fd394fa1215e4d54a764887349ceabc4 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:38:47.335732 12625 raft_consensus.cc:2468] T f19b1711f15d4d96bf033532da124db0 P 315e5026455345c5a36aedd75d7a55b6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 01656646e7514a91b46a30939ddc5652 in term 1.
I20260630 12:38:47.336344 12748 raft_consensus.cc:697] T e47f891bb0d845cea45a508b4b409854 P fd394fa1215e4d54a764887349ceabc4 [term 1 LEADER]: Becoming Leader. State: Replica: fd394fa1215e4d54a764887349ceabc4, State: Running, Role: LEADER
I20260630 12:38:47.337397 12748 consensus_queue.cc:237] T e47f891bb0d845cea45a508b4b409854 P fd394fa1215e4d54a764887349ceabc4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.343523 12700 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a393f25f54b84170a028e068cc84b3e1" candidate_uuid: "315e5026455345c5a36aedd75d7a55b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01656646e7514a91b46a30939ddc5652" is_pre_election: true
I20260630 12:38:47.345947 12700 raft_consensus.cc:2468] T a393f25f54b84170a028e068cc84b3e1 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 315e5026455345c5a36aedd75d7a55b6 in term 0.
I20260630 12:38:47.353183 12448 catalog_manager.cc:5697] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652 reported cstate change: term changed from 0 to 1, leader changed from <none> to 01656646e7514a91b46a30939ddc5652 (127.0.192.3). New cstate: current_term: 1 leader_uuid: "01656646e7514a91b46a30939ddc5652" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:47.354935 12766 raft_consensus.cc:515] T a393f25f54b84170a028e068cc84b3e1 P 315e5026455345c5a36aedd75d7a55b6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.362743 12550 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a393f25f54b84170a028e068cc84b3e1" candidate_uuid: "315e5026455345c5a36aedd75d7a55b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fd394fa1215e4d54a764887349ceabc4"
I20260630 12:38:47.363361 12550 raft_consensus.cc:3060] T a393f25f54b84170a028e068cc84b3e1 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:47.363487 12447 catalog_manager.cc:5697] T e47f891bb0d845cea45a508b4b409854 P fd394fa1215e4d54a764887349ceabc4 reported cstate change: term changed from 0 to 1, leader changed from <none> to fd394fa1215e4d54a764887349ceabc4 (127.0.192.1). New cstate: current_term: 1 leader_uuid: "fd394fa1215e4d54a764887349ceabc4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:47.373031 12550 raft_consensus.cc:2468] T a393f25f54b84170a028e068cc84b3e1 P fd394fa1215e4d54a764887349ceabc4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 315e5026455345c5a36aedd75d7a55b6 in term 1.
I20260630 12:38:47.374372 12592 leader_election.cc:304] T a393f25f54b84170a028e068cc84b3e1 P 315e5026455345c5a36aedd75d7a55b6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 315e5026455345c5a36aedd75d7a55b6, fd394fa1215e4d54a764887349ceabc4; no voters: 
I20260630 12:38:47.375209 12752 raft_consensus.cc:2804] T a393f25f54b84170a028e068cc84b3e1 P 315e5026455345c5a36aedd75d7a55b6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:47.375674 12752 raft_consensus.cc:697] T a393f25f54b84170a028e068cc84b3e1 P 315e5026455345c5a36aedd75d7a55b6 [term 1 LEADER]: Becoming Leader. State: Replica: 315e5026455345c5a36aedd75d7a55b6, State: Running, Role: LEADER
I20260630 12:38:47.376410 12752 consensus_queue.cc:237] T a393f25f54b84170a028e068cc84b3e1 P 315e5026455345c5a36aedd75d7a55b6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.381990 12700 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a393f25f54b84170a028e068cc84b3e1" candidate_uuid: "315e5026455345c5a36aedd75d7a55b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01656646e7514a91b46a30939ddc5652"
I20260630 12:38:47.382678 12700 raft_consensus.cc:3060] T a393f25f54b84170a028e068cc84b3e1 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:47.387740 12449 catalog_manager.cc:5697] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 315e5026455345c5a36aedd75d7a55b6 (127.0.192.2). New cstate: current_term: 1 leader_uuid: "315e5026455345c5a36aedd75d7a55b6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:47.394989 12749 ts_tablet_manager.cc:1434] T a393f25f54b84170a028e068cc84b3e1 P 01656646e7514a91b46a30939ddc5652: Time spent starting tablet: real 0.109s	user 0.044s	sys 0.033s
I20260630 12:38:47.392138 12700 raft_consensus.cc:2468] T a393f25f54b84170a028e068cc84b3e1 P 01656646e7514a91b46a30939ddc5652 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 315e5026455345c5a36aedd75d7a55b6 in term 1.
I20260630 12:38:47.392745 12766 leader_election.cc:290] T a393f25f54b84170a028e068cc84b3e1 P 315e5026455345c5a36aedd75d7a55b6 [CANDIDATE]: Term 1 election: Requested vote from peers fd394fa1215e4d54a764887349ceabc4 (127.0.192.1:44911), 01656646e7514a91b46a30939ddc5652 (127.0.192.3:46207)
I20260630 12:38:47.412518 12449 catalog_manager.cc:5697] T a393f25f54b84170a028e068cc84b3e1 P 315e5026455345c5a36aedd75d7a55b6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 315e5026455345c5a36aedd75d7a55b6 (127.0.192.2). New cstate: current_term: 1 leader_uuid: "315e5026455345c5a36aedd75d7a55b6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:47.489584 12748 raft_consensus.cc:493] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:47.490283 12748 raft_consensus.cc:515] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.491986 12748 leader_election.cc:290] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 315e5026455345c5a36aedd75d7a55b6 (127.0.192.2:40179), 01656646e7514a91b46a30939ddc5652 (127.0.192.3:46207)
I20260630 12:38:47.492523 12766 raft_consensus.cc:493] T 623952029fe84bb59364ab89a15fae26 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:47.492882 12625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "623952029fe84bb59364ab89a15fae26" candidate_uuid: "fd394fa1215e4d54a764887349ceabc4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "315e5026455345c5a36aedd75d7a55b6" is_pre_election: true
I20260630 12:38:47.493029 12766 raft_consensus.cc:515] T 623952029fe84bb59364ab89a15fae26 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.493185 12700 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "623952029fe84bb59364ab89a15fae26" candidate_uuid: "fd394fa1215e4d54a764887349ceabc4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01656646e7514a91b46a30939ddc5652" is_pre_election: true
I20260630 12:38:47.493883 12700 raft_consensus.cc:2468] T 623952029fe84bb59364ab89a15fae26 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fd394fa1215e4d54a764887349ceabc4 in term 0.
I20260630 12:38:47.493877 12625 raft_consensus.cc:2468] T 623952029fe84bb59364ab89a15fae26 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fd394fa1215e4d54a764887349ceabc4 in term 0.
I20260630 12:38:47.494920 12766 leader_election.cc:290] T 623952029fe84bb59364ab89a15fae26 P 315e5026455345c5a36aedd75d7a55b6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers fd394fa1215e4d54a764887349ceabc4 (127.0.192.1:44911), 01656646e7514a91b46a30939ddc5652 (127.0.192.3:46207)
I20260630 12:38:47.495595 12514 leader_election.cc:304] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 315e5026455345c5a36aedd75d7a55b6, fd394fa1215e4d54a764887349ceabc4; no voters: 
I20260630 12:38:47.495678 12550 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "623952029fe84bb59364ab89a15fae26" candidate_uuid: "315e5026455345c5a36aedd75d7a55b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fd394fa1215e4d54a764887349ceabc4" is_pre_election: true
I20260630 12:38:47.496202 12700 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "623952029fe84bb59364ab89a15fae26" candidate_uuid: "315e5026455345c5a36aedd75d7a55b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01656646e7514a91b46a30939ddc5652" is_pre_election: true
I20260630 12:38:47.496455 12550 raft_consensus.cc:2468] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 315e5026455345c5a36aedd75d7a55b6 in term 0.
I20260630 12:38:47.496809 12700 raft_consensus.cc:2468] T 623952029fe84bb59364ab89a15fae26 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 315e5026455345c5a36aedd75d7a55b6 in term 0.
I20260630 12:38:47.497001 12748 raft_consensus.cc:2804] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:47.497572 12592 leader_election.cc:304] T 623952029fe84bb59364ab89a15fae26 P 315e5026455345c5a36aedd75d7a55b6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 315e5026455345c5a36aedd75d7a55b6, fd394fa1215e4d54a764887349ceabc4; no voters: 
I20260630 12:38:47.497910 12748 raft_consensus.cc:493] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:47.498343 12766 raft_consensus.cc:2804] T 623952029fe84bb59364ab89a15fae26 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:47.498427 12748 raft_consensus.cc:3060] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:47.498734 12766 raft_consensus.cc:493] T 623952029fe84bb59364ab89a15fae26 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:47.499125 12766 raft_consensus.cc:3060] T 623952029fe84bb59364ab89a15fae26 P 315e5026455345c5a36aedd75d7a55b6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:47.503854 12748 raft_consensus.cc:515] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.503932 12766 raft_consensus.cc:515] T 623952029fe84bb59364ab89a15fae26 P 315e5026455345c5a36aedd75d7a55b6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.506476 12766 leader_election.cc:290] T 623952029fe84bb59364ab89a15fae26 P 315e5026455345c5a36aedd75d7a55b6 [CANDIDATE]: Term 1 election: Requested vote from peers fd394fa1215e4d54a764887349ceabc4 (127.0.192.1:44911), 01656646e7514a91b46a30939ddc5652 (127.0.192.3:46207)
I20260630 12:38:47.507138 12700 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "623952029fe84bb59364ab89a15fae26" candidate_uuid: "fd394fa1215e4d54a764887349ceabc4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01656646e7514a91b46a30939ddc5652"
I20260630 12:38:47.507524 12699 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "623952029fe84bb59364ab89a15fae26" candidate_uuid: "315e5026455345c5a36aedd75d7a55b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01656646e7514a91b46a30939ddc5652"
I20260630 12:38:47.507573 12625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "623952029fe84bb59364ab89a15fae26" candidate_uuid: "fd394fa1215e4d54a764887349ceabc4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "315e5026455345c5a36aedd75d7a55b6"
I20260630 12:38:47.506456 12748 leader_election.cc:290] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4 [CANDIDATE]: Term 1 election: Requested vote from peers 315e5026455345c5a36aedd75d7a55b6 (127.0.192.2:40179), 01656646e7514a91b46a30939ddc5652 (127.0.192.3:46207)
I20260630 12:38:47.507762 12700 raft_consensus.cc:3060] T 623952029fe84bb59364ab89a15fae26 P 01656646e7514a91b46a30939ddc5652 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:47.507524 12550 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "623952029fe84bb59364ab89a15fae26" candidate_uuid: "315e5026455345c5a36aedd75d7a55b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fd394fa1215e4d54a764887349ceabc4"
I20260630 12:38:47.508595 12625 raft_consensus.cc:2393] T 623952029fe84bb59364ab89a15fae26 P 315e5026455345c5a36aedd75d7a55b6 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate fd394fa1215e4d54a764887349ceabc4 in current term 1: Already voted for candidate 315e5026455345c5a36aedd75d7a55b6 in this term.
I20260630 12:38:47.508966 12550 raft_consensus.cc:2393] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 315e5026455345c5a36aedd75d7a55b6 in current term 1: Already voted for candidate fd394fa1215e4d54a764887349ceabc4 in this term.
I20260630 12:38:47.510296 12592 leader_election.cc:304] T 623952029fe84bb59364ab89a15fae26 P 315e5026455345c5a36aedd75d7a55b6 [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: 315e5026455345c5a36aedd75d7a55b6; no voters: 01656646e7514a91b46a30939ddc5652, fd394fa1215e4d54a764887349ceabc4
I20260630 12:38:47.511134 12766 raft_consensus.cc:2749] T 623952029fe84bb59364ab89a15fae26 P 315e5026455345c5a36aedd75d7a55b6 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:38:47.514456 12700 raft_consensus.cc:2468] T 623952029fe84bb59364ab89a15fae26 P 01656646e7514a91b46a30939ddc5652 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fd394fa1215e4d54a764887349ceabc4 in term 1.
I20260630 12:38:47.515640 12515 leader_election.cc:304] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4 [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: 01656646e7514a91b46a30939ddc5652, fd394fa1215e4d54a764887349ceabc4; no voters: 315e5026455345c5a36aedd75d7a55b6
I20260630 12:38:47.516314 12748 raft_consensus.cc:2804] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:47.516748 12748 raft_consensus.cc:697] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4 [term 1 LEADER]: Becoming Leader. State: Replica: fd394fa1215e4d54a764887349ceabc4, State: Running, Role: LEADER
I20260630 12:38:47.517490 12748 consensus_queue.cc:237] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } }
I20260630 12:38:47.524489 12449 catalog_manager.cc:5697] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4 reported cstate change: term changed from 0 to 1, leader changed from <none> to fd394fa1215e4d54a764887349ceabc4 (127.0.192.1). New cstate: current_term: 1 leader_uuid: "fd394fa1215e4d54a764887349ceabc4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:47.555569 12766 consensus_queue.cc:1048] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:47.567560 12766 consensus_queue.cc:1048] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:47.767140 12780 consensus_queue.cc:1048] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652 [LEADER]: Connected to new peer: Peer: permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:47.771998 12766 consensus_queue.cc:1048] T a393f25f54b84170a028e068cc84b3e1 P 315e5026455345c5a36aedd75d7a55b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:47.780601 12780 consensus_queue.cc:1048] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:47.789533 12766 consensus_queue.cc:1048] T a393f25f54b84170a028e068cc84b3e1 P 315e5026455345c5a36aedd75d7a55b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:47.844316 12748 consensus_queue.cc:1048] T e47f891bb0d845cea45a508b4b409854 P fd394fa1215e4d54a764887349ceabc4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:47.892505 12748 consensus_queue.cc:1048] T e47f891bb0d845cea45a508b4b409854 P fd394fa1215e4d54a764887349ceabc4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:47.917088 12766 consensus_queue.cc:1048] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260630 12:38:47.938658 12808 log.cc:927] Time spent T e47f891bb0d845cea45a508b4b409854 P 01656646e7514a91b46a30939ddc5652: Append to log took a long time: real 0.053s	user 0.001s	sys 0.000s
I20260630 12:38:47.956740 12766 consensus_queue.cc:1048] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:48.047576 12810 consensus_queue.cc:1048] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:48.055570 12810 consensus_queue.cc:1048] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260630 12:38:48.357815 12514 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.192.2:40179, user_credentials={real_user=slave}} blocked reactor thread for 56051.9us
W20260630 12:38:48.382923 12515 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.192.3:46207, user_credentials={real_user=slave}} blocked reactor thread for 86425.8us
I20260630 12:38:48.860705   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:48.880228 12843 instance_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:48.880561 12844 instance_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:48.881800 12846 instance_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:48.882870   768 server_base.cc:1061] running on GCE node
I20260630 12:38:48.883873   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:48.884120   768 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:48.884323   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823128884293 us; error 0 us; skew 500 ppm
I20260630 12:38:48.884850   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:48.887709   768 webserver.cc:533] Webserver started at http://127.0.192.4:36523/ using document root <none> and password file <none>
I20260630 12:38:48.888207   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:48.888391   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:48.888710   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:48.889871   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822852710831-768-0/minicluster-data/ts-3-root/instance:
uuid: "9b02b6edfa604b32a9235d9998171e8d"
format_stamp: "Formatted at 2026-06-30 12:38:48 on dist-test-slave-n0zz"
I20260630 12:38:48.894291   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:38:48.897354 12851 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:48.898078   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:48.898440   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822852710831-768-0/minicluster-data/ts-3-root
uuid: "9b02b6edfa604b32a9235d9998171e8d"
format_stamp: "Formatted at 2026-06-30 12:38:48 on dist-test-slave-n0zz"
I20260630 12:38:48.898732   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822852710831-768-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822852710831-768-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822852710831-768-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:48.908461   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:48.909637   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:48.911334   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:48.913586   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:48.913765   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:48.913950   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:48.914073   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:48.956542   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.4:40521
I20260630 12:38:48.956651 12913 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.4:40521 every 8 connection(s)
I20260630 12:38:48.971376 12914 heartbeater.cc:344] Connected to a master server at 127.0.192.62:43593
I20260630 12:38:48.971750 12914 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:48.972457 12914 heartbeater.cc:507] Master 127.0.192.62:43593 requested a full tablet report, sending...
I20260630 12:38:48.974472 12448 ts_manager.cc:194] Registered new tserver with Master: 9b02b6edfa604b32a9235d9998171e8d (127.0.192.4:40521)
I20260630 12:38:48.975893 12448 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48606
I20260630 12:38:49.285918 12625 consensus_queue.cc:237] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 10, Committed index: 10, Last appended: 1.10, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } attrs { replace: true } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } } peers { permanent_uuid: "9b02b6edfa604b32a9235d9998171e8d" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 40521 } attrs { promote: true } }
I20260630 12:38:49.291873 12698 raft_consensus.cc:1275] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 01656646e7514a91b46a30939ddc5652 [term 1 FOLLOWER]: Refusing update from remote peer 315e5026455345c5a36aedd75d7a55b6: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:38:49.293931 12548 raft_consensus.cc:1275] T 9535c1dfa23340e4b41e3d37da8f8ed2 P fd394fa1215e4d54a764887349ceabc4 [term 1 FOLLOWER]: Refusing update from remote peer 315e5026455345c5a36aedd75d7a55b6: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:38:49.294072 12766 consensus_queue.cc:1048] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.001s
I20260630 12:38:49.295681 12764 consensus_queue.cc:1048] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
I20260630 12:38:49.303427 12818 raft_consensus.cc:2955] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6 [term 1 LEADER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 9b02b6edfa604b32a9235d9998171e8d (127.0.192.4) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } attrs { replace: true } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } } peers { permanent_uuid: "9b02b6edfa604b32a9235d9998171e8d" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 40521 } attrs { promote: true } } }
I20260630 12:38:49.305197 12696 raft_consensus.cc:2955] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 01656646e7514a91b46a30939ddc5652 [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 9b02b6edfa604b32a9235d9998171e8d (127.0.192.4) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } attrs { replace: true } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } } peers { permanent_uuid: "9b02b6edfa604b32a9235d9998171e8d" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 40521 } attrs { promote: true } } }
I20260630 12:38:49.309336 12548 raft_consensus.cc:2955] T 9535c1dfa23340e4b41e3d37da8f8ed2 P fd394fa1215e4d54a764887349ceabc4 [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 9b02b6edfa604b32a9235d9998171e8d (127.0.192.4) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } attrs { replace: true } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } } peers { permanent_uuid: "9b02b6edfa604b32a9235d9998171e8d" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 40521 } attrs { promote: true } } }
W20260630 12:38:49.316026 12592 consensus_peers.cc:597] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6 -> Peer 9b02b6edfa604b32a9235d9998171e8d (127.0.192.4:40521): Couldn't send request to peer 9b02b6edfa604b32a9235d9998171e8d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 9535c1dfa23340e4b41e3d37da8f8ed2. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:49.324872 12448 catalog_manager.cc:5697] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6 reported cstate change: config changed from index -1 to 11, NON_VOTER 9b02b6edfa604b32a9235d9998171e8d (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "315e5026455345c5a36aedd75d7a55b6" committed_config { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9b02b6edfa604b32a9235d9998171e8d" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 40521 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:49.330068 12696 consensus_queue.cc:237] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 10, Committed index: 10, Last appended: 1.10, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } attrs { replace: true } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } } peers { permanent_uuid: "9b02b6edfa604b32a9235d9998171e8d" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 40521 } attrs { promote: true } }
I20260630 12:38:49.338294 12625 raft_consensus.cc:1275] T f19b1711f15d4d96bf033532da124db0 P 315e5026455345c5a36aedd75d7a55b6 [term 1 FOLLOWER]: Refusing update from remote peer 01656646e7514a91b46a30939ddc5652: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:38:49.341506 12548 raft_consensus.cc:1275] T f19b1711f15d4d96bf033532da124db0 P fd394fa1215e4d54a764887349ceabc4 [term 1 FOLLOWER]: Refusing update from remote peer 01656646e7514a91b46a30939ddc5652: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:38:49.343348 12927 consensus_queue.cc:1048] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652 [LEADER]: Connected to new peer: Peer: permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
I20260630 12:38:49.344805 12756 consensus_queue.cc:1048] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
I20260630 12:38:49.352197 12927 raft_consensus.cc:2955] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652 [term 1 LEADER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 9b02b6edfa604b32a9235d9998171e8d (127.0.192.4) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } attrs { replace: true } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } } peers { permanent_uuid: "9b02b6edfa604b32a9235d9998171e8d" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 40521 } attrs { promote: true } } }
I20260630 12:38:49.354136 12548 raft_consensus.cc:2955] T f19b1711f15d4d96bf033532da124db0 P fd394fa1215e4d54a764887349ceabc4 [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 9b02b6edfa604b32a9235d9998171e8d (127.0.192.4) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } attrs { replace: true } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } } peers { permanent_uuid: "9b02b6edfa604b32a9235d9998171e8d" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 40521 } attrs { promote: true } } }
I20260630 12:38:49.362619 12625 raft_consensus.cc:2955] T f19b1711f15d4d96bf033532da124db0 P 315e5026455345c5a36aedd75d7a55b6 [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 9b02b6edfa604b32a9235d9998171e8d (127.0.192.4) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } attrs { replace: true } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } } peers { permanent_uuid: "9b02b6edfa604b32a9235d9998171e8d" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 40521 } attrs { promote: true } } }
W20260630 12:38:49.366463 12666 consensus_peers.cc:597] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652 -> Peer 9b02b6edfa604b32a9235d9998171e8d (127.0.192.4:40521): Couldn't send request to peer 9b02b6edfa604b32a9235d9998171e8d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: f19b1711f15d4d96bf033532da124db0. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:49.374541 12624 consensus_queue.cc:237] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 10, Committed index: 10, Last appended: 1.10, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } attrs { replace: true } } peers { permanent_uuid: "9b02b6edfa604b32a9235d9998171e8d" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 40521 } attrs { promote: true } }
I20260630 12:38:49.379354 12445 catalog_manager.cc:5697] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652 reported cstate change: config changed from index -1 to 11, NON_VOTER 9b02b6edfa604b32a9235d9998171e8d (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "01656646e7514a91b46a30939ddc5652" committed_config { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9b02b6edfa604b32a9235d9998171e8d" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 40521 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:49.387892 12696 raft_consensus.cc:1275] T 29d4d1c100ea4423b337069d9ba297c4 P 01656646e7514a91b46a30939ddc5652 [term 1 FOLLOWER]: Refusing update from remote peer 315e5026455345c5a36aedd75d7a55b6: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
W20260630 12:38:49.389252 12592 consensus_peers.cc:597] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6 -> Peer 9b02b6edfa604b32a9235d9998171e8d (127.0.192.4:40521): Couldn't send request to peer 9b02b6edfa604b32a9235d9998171e8d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 29d4d1c100ea4423b337069d9ba297c4. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:49.390054 12752 consensus_queue.cc:1048] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.001s
I20260630 12:38:49.391042 12548 raft_consensus.cc:1275] T 29d4d1c100ea4423b337069d9ba297c4 P fd394fa1215e4d54a764887349ceabc4 [term 1 FOLLOWER]: Refusing update from remote peer 315e5026455345c5a36aedd75d7a55b6: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:38:49.394215 12752 consensus_queue.cc:1048] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
I20260630 12:38:49.398555 12766 raft_consensus.cc:2955] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6 [term 1 LEADER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 9b02b6edfa604b32a9235d9998171e8d (127.0.192.4) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } attrs { replace: true } } peers { permanent_uuid: "9b02b6edfa604b32a9235d9998171e8d" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 40521 } attrs { promote: true } } }
I20260630 12:38:49.400905 12696 raft_consensus.cc:2955] T 29d4d1c100ea4423b337069d9ba297c4 P 01656646e7514a91b46a30939ddc5652 [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 9b02b6edfa604b32a9235d9998171e8d (127.0.192.4) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } attrs { replace: true } } peers { permanent_uuid: "9b02b6edfa604b32a9235d9998171e8d" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 40521 } attrs { promote: true } } }
I20260630 12:38:49.405280 12548 raft_consensus.cc:2955] T 29d4d1c100ea4423b337069d9ba297c4 P fd394fa1215e4d54a764887349ceabc4 [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 9b02b6edfa604b32a9235d9998171e8d (127.0.192.4) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } attrs { replace: true } } peers { permanent_uuid: "9b02b6edfa604b32a9235d9998171e8d" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 40521 } attrs { promote: true } } }
I20260630 12:38:49.416924 12448 catalog_manager.cc:5697] T 29d4d1c100ea4423b337069d9ba297c4 P fd394fa1215e4d54a764887349ceabc4 reported cstate change: config changed from index -1 to 11, NON_VOTER 9b02b6edfa604b32a9235d9998171e8d (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "315e5026455345c5a36aedd75d7a55b6" committed_config { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } attrs { replace: true } } peers { permanent_uuid: "9b02b6edfa604b32a9235d9998171e8d" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 40521 } attrs { promote: true } } }
I20260630 12:38:49.432699 12548 consensus_queue.cc:237] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 10, Committed index: 10, Last appended: 1.10, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } attrs { replace: true } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } } peers { permanent_uuid: "9b02b6edfa604b32a9235d9998171e8d" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 40521 } attrs { promote: true } }
I20260630 12:38:49.439975 12696 raft_consensus.cc:1275] T 623952029fe84bb59364ab89a15fae26 P 01656646e7514a91b46a30939ddc5652 [term 1 FOLLOWER]: Refusing update from remote peer fd394fa1215e4d54a764887349ceabc4: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:38:49.442540 12934 consensus_queue.cc:1048] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.001s
I20260630 12:38:49.443178 12624 raft_consensus.cc:1275] T 623952029fe84bb59364ab89a15fae26 P 315e5026455345c5a36aedd75d7a55b6 [term 1 FOLLOWER]: Refusing update from remote peer fd394fa1215e4d54a764887349ceabc4: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:38:49.444597 12934 consensus_queue.cc:1048] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
W20260630 12:38:49.451033 12517 consensus_peers.cc:597] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4 -> Peer 9b02b6edfa604b32a9235d9998171e8d (127.0.192.4:40521): Couldn't send request to peer 9b02b6edfa604b32a9235d9998171e8d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 623952029fe84bb59364ab89a15fae26. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:49.450304 12932 raft_consensus.cc:2955] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4 [term 1 LEADER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 9b02b6edfa604b32a9235d9998171e8d (127.0.192.4) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } attrs { replace: true } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } } peers { permanent_uuid: "9b02b6edfa604b32a9235d9998171e8d" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 40521 } attrs { promote: true } } }
I20260630 12:38:49.452292 12696 raft_consensus.cc:2955] T 623952029fe84bb59364ab89a15fae26 P 01656646e7514a91b46a30939ddc5652 [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 9b02b6edfa604b32a9235d9998171e8d (127.0.192.4) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } attrs { replace: true } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } } peers { permanent_uuid: "9b02b6edfa604b32a9235d9998171e8d" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 40521 } attrs { promote: true } } }
I20260630 12:38:49.454478 12624 raft_consensus.cc:2955] T 623952029fe84bb59364ab89a15fae26 P 315e5026455345c5a36aedd75d7a55b6 [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 9b02b6edfa604b32a9235d9998171e8d (127.0.192.4) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } attrs { replace: true } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } } peers { permanent_uuid: "9b02b6edfa604b32a9235d9998171e8d" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 40521 } attrs { promote: true } } }
I20260630 12:38:49.466459 12445 catalog_manager.cc:5697] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4 reported cstate change: config changed from index -1 to 11, NON_VOTER 9b02b6edfa604b32a9235d9998171e8d (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "fd394fa1215e4d54a764887349ceabc4" committed_config { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "fd394fa1215e4d54a764887349ceabc4" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 44911 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "315e5026455345c5a36aedd75d7a55b6" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 40179 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "01656646e7514a91b46a30939ddc5652" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 46207 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9b02b6edfa604b32a9235d9998171e8d" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 40521 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:49.476796   768 tablet_server.cc:179] TabletServer@127.0.192.1:0 shutting down...
I20260630 12:38:49.511053   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:49.511797   768 tablet_replica.cc:333] T a393f25f54b84170a028e068cc84b3e1 P fd394fa1215e4d54a764887349ceabc4: stopping tablet replica
I20260630 12:38:49.512470   768 raft_consensus.cc:2243] T a393f25f54b84170a028e068cc84b3e1 P fd394fa1215e4d54a764887349ceabc4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:49.513099   768 raft_consensus.cc:2272] T a393f25f54b84170a028e068cc84b3e1 P fd394fa1215e4d54a764887349ceabc4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:49.515962   768 tablet_replica.cc:333] T 29d4d1c100ea4423b337069d9ba297c4 P fd394fa1215e4d54a764887349ceabc4: stopping tablet replica
I20260630 12:38:49.516584   768 raft_consensus.cc:2243] T 29d4d1c100ea4423b337069d9ba297c4 P fd394fa1215e4d54a764887349ceabc4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:49.517078   768 raft_consensus.cc:2272] T 29d4d1c100ea4423b337069d9ba297c4 P fd394fa1215e4d54a764887349ceabc4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:49.519855   768 tablet_replica.cc:333] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4: stopping tablet replica
I20260630 12:38:49.520422   768 raft_consensus.cc:2243] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:49.521441   768 raft_consensus.cc:2272] T 623952029fe84bb59364ab89a15fae26 P fd394fa1215e4d54a764887349ceabc4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:49.523957   768 tablet_replica.cc:333] T e47f891bb0d845cea45a508b4b409854 P fd394fa1215e4d54a764887349ceabc4: stopping tablet replica
I20260630 12:38:49.524513   768 raft_consensus.cc:2243] T e47f891bb0d845cea45a508b4b409854 P fd394fa1215e4d54a764887349ceabc4 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:49.525264   768 raft_consensus.cc:2272] T e47f891bb0d845cea45a508b4b409854 P fd394fa1215e4d54a764887349ceabc4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:49.527693   768 tablet_replica.cc:333] T 9535c1dfa23340e4b41e3d37da8f8ed2 P fd394fa1215e4d54a764887349ceabc4: stopping tablet replica
I20260630 12:38:49.528231   768 raft_consensus.cc:2243] T 9535c1dfa23340e4b41e3d37da8f8ed2 P fd394fa1215e4d54a764887349ceabc4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:49.528859   768 raft_consensus.cc:2272] T 9535c1dfa23340e4b41e3d37da8f8ed2 P fd394fa1215e4d54a764887349ceabc4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:49.531386   768 tablet_replica.cc:333] T f19b1711f15d4d96bf033532da124db0 P fd394fa1215e4d54a764887349ceabc4: stopping tablet replica
I20260630 12:38:49.531905   768 raft_consensus.cc:2243] T f19b1711f15d4d96bf033532da124db0 P fd394fa1215e4d54a764887349ceabc4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:49.532473   768 raft_consensus.cc:2272] T f19b1711f15d4d96bf033532da124db0 P fd394fa1215e4d54a764887349ceabc4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:49.561138   768 tablet_server.cc:196] TabletServer@127.0.192.1:0 shutdown complete.
I20260630 12:38:49.584076   768 tablet_server.cc:179] TabletServer@127.0.192.2:0 shutting down...
I20260630 12:38:49.609493   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:49.610164   768 tablet_replica.cc:333] T a393f25f54b84170a028e068cc84b3e1 P 315e5026455345c5a36aedd75d7a55b6: stopping tablet replica
I20260630 12:38:49.610845   768 raft_consensus.cc:2243] T a393f25f54b84170a028e068cc84b3e1 P 315e5026455345c5a36aedd75d7a55b6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:49.611682   768 raft_consensus.cc:2272] T a393f25f54b84170a028e068cc84b3e1 P 315e5026455345c5a36aedd75d7a55b6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:49.614115   768 tablet_replica.cc:333] T 623952029fe84bb59364ab89a15fae26 P 315e5026455345c5a36aedd75d7a55b6: stopping tablet replica
I20260630 12:38:49.614763   768 raft_consensus.cc:2243] T 623952029fe84bb59364ab89a15fae26 P 315e5026455345c5a36aedd75d7a55b6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:49.615348   768 raft_consensus.cc:2272] T 623952029fe84bb59364ab89a15fae26 P 315e5026455345c5a36aedd75d7a55b6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:49.617813   768 tablet_replica.cc:333] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6: stopping tablet replica
I20260630 12:38:49.618443   768 raft_consensus.cc:2243] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:49.619457   768 raft_consensus.cc:2272] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 315e5026455345c5a36aedd75d7a55b6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:49.621812   768 tablet_replica.cc:333] T f19b1711f15d4d96bf033532da124db0 P 315e5026455345c5a36aedd75d7a55b6: stopping tablet replica
I20260630 12:38:49.622429   768 raft_consensus.cc:2243] T f19b1711f15d4d96bf033532da124db0 P 315e5026455345c5a36aedd75d7a55b6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:49.622897   768 raft_consensus.cc:2272] T f19b1711f15d4d96bf033532da124db0 P 315e5026455345c5a36aedd75d7a55b6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:49.625408   768 tablet_replica.cc:333] T e47f891bb0d845cea45a508b4b409854 P 315e5026455345c5a36aedd75d7a55b6: stopping tablet replica
I20260630 12:38:49.625934   768 raft_consensus.cc:2243] T e47f891bb0d845cea45a508b4b409854 P 315e5026455345c5a36aedd75d7a55b6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:49.626483   768 raft_consensus.cc:2272] T e47f891bb0d845cea45a508b4b409854 P 315e5026455345c5a36aedd75d7a55b6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:49.628870   768 tablet_replica.cc:333] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6: stopping tablet replica
I20260630 12:38:49.629376   768 raft_consensus.cc:2243] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:49.630434   768 raft_consensus.cc:2272] T 29d4d1c100ea4423b337069d9ba297c4 P 315e5026455345c5a36aedd75d7a55b6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:49.657307   768 tablet_server.cc:196] TabletServer@127.0.192.2:0 shutdown complete.
I20260630 12:38:49.673892   768 tablet_server.cc:179] TabletServer@127.0.192.3:0 shutting down...
I20260630 12:38:49.706065   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:49.706811   768 tablet_replica.cc:333] T a393f25f54b84170a028e068cc84b3e1 P 01656646e7514a91b46a30939ddc5652: stopping tablet replica
I20260630 12:38:49.707602   768 raft_consensus.cc:2243] T a393f25f54b84170a028e068cc84b3e1 P 01656646e7514a91b46a30939ddc5652 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:49.708158   768 raft_consensus.cc:2272] T a393f25f54b84170a028e068cc84b3e1 P 01656646e7514a91b46a30939ddc5652 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:49.711372   768 tablet_replica.cc:333] T 623952029fe84bb59364ab89a15fae26 P 01656646e7514a91b46a30939ddc5652: stopping tablet replica
I20260630 12:38:49.711943   768 raft_consensus.cc:2243] T 623952029fe84bb59364ab89a15fae26 P 01656646e7514a91b46a30939ddc5652 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:49.712421   768 raft_consensus.cc:2272] T 623952029fe84bb59364ab89a15fae26 P 01656646e7514a91b46a30939ddc5652 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:49.715034   768 tablet_replica.cc:333] T e47f891bb0d845cea45a508b4b409854 P 01656646e7514a91b46a30939ddc5652: stopping tablet replica
I20260630 12:38:49.715596   768 raft_consensus.cc:2243] T e47f891bb0d845cea45a508b4b409854 P 01656646e7514a91b46a30939ddc5652 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:49.716096   768 raft_consensus.cc:2272] T e47f891bb0d845cea45a508b4b409854 P 01656646e7514a91b46a30939ddc5652 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:49.718820   768 tablet_replica.cc:333] T 29d4d1c100ea4423b337069d9ba297c4 P 01656646e7514a91b46a30939ddc5652: stopping tablet replica
I20260630 12:38:49.719369   768 raft_consensus.cc:2243] T 29d4d1c100ea4423b337069d9ba297c4 P 01656646e7514a91b46a30939ddc5652 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:49.719911   768 raft_consensus.cc:2272] T 29d4d1c100ea4423b337069d9ba297c4 P 01656646e7514a91b46a30939ddc5652 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:49.722410   768 tablet_replica.cc:333] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652: stopping tablet replica
I20260630 12:38:49.722934   768 raft_consensus.cc:2243] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:49.723978   768 raft_consensus.cc:2272] T f19b1711f15d4d96bf033532da124db0 P 01656646e7514a91b46a30939ddc5652 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:49.726608   768 tablet_replica.cc:333] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 01656646e7514a91b46a30939ddc5652: stopping tablet replica
I20260630 12:38:49.727102   768 raft_consensus.cc:2243] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 01656646e7514a91b46a30939ddc5652 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:49.727687   768 raft_consensus.cc:2272] T 9535c1dfa23340e4b41e3d37da8f8ed2 P 01656646e7514a91b46a30939ddc5652 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:49.758455   768 tablet_server.cc:196] TabletServer@127.0.192.3:0 shutdown complete.
I20260630 12:38:49.782975   768 tablet_server.cc:179] TabletServer@127.0.192.4:0 shutting down...
I20260630 12:38:49.812943   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:49.829881   768 tablet_server.cc:196] TabletServer@127.0.192.4:0 shutdown complete.
I20260630 12:38:49.838124   768 master.cc:562] Master@127.0.192.62:43593 shutting down...
W20260630 12:38:49.857124 12497 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:38:49.858336   768 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 7c766cf2c6294dd1a70924b952dac83c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:49.858855   768 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 7c766cf2c6294dd1a70924b952dac83c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:49.859191   768 tablet_replica.cc:333] T 00000000000000000000000000000000 P 7c766cf2c6294dd1a70924b952dac83c: stopping tablet replica
I20260630 12:38:49.878697   768 master.cc:584] Master@127.0.192.62:43593 shutdown complete.
[       OK ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/0 (4856 ms)
[ RUN      ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/1
I20260630 12:38:49.917944   768 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.192.62:37211
I20260630 12:38:49.919099   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:49.923880 12935 instance_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:49.923985 12936 instance_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:49.925508 12938 instance_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:49.926577   768 server_base.cc:1061] running on GCE node
I20260630 12:38:49.927505   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:49.927749   768 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:49.927922   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823129927891 us; error 0 us; skew 500 ppm
I20260630 12:38:49.928416   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:49.930637   768 webserver.cc:533] Webserver started at http://127.0.192.62:38299/ using document root <none> and password file <none>
I20260630 12:38:49.931104   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:49.931286   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:49.931556   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:49.932562   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822852710831-768-0/minicluster-data/master-0-root/instance:
uuid: "8aabc6631cd94b2483c6eb309d029611"
format_stamp: "Formatted at 2026-06-30 12:38:49 on dist-test-slave-n0zz"
I20260630 12:38:49.936827   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.006s
I20260630 12:38:49.940179 12943 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:49.941092   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.001s
I20260630 12:38:49.941331   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822852710831-768-0/minicluster-data/master-0-root
uuid: "8aabc6631cd94b2483c6eb309d029611"
format_stamp: "Formatted at 2026-06-30 12:38:49 on dist-test-slave-n0zz"
I20260630 12:38:49.941556   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822852710831-768-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822852710831-768-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822852710831-768-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:49.964802   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:49.965735   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:49.999128   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.62:37211
I20260630 12:38:49.999233 12994 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.62:37211 every 8 connection(s)
I20260630 12:38:50.002986 12995 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:50.013756 12995 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8aabc6631cd94b2483c6eb309d029611: Bootstrap starting.
I20260630 12:38:50.018154 12995 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8aabc6631cd94b2483c6eb309d029611: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:50.022267 12995 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8aabc6631cd94b2483c6eb309d029611: No bootstrap required, opened a new log
I20260630 12:38:50.024317 12995 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8aabc6631cd94b2483c6eb309d029611 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8aabc6631cd94b2483c6eb309d029611" member_type: VOTER }
I20260630 12:38:50.024689 12995 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8aabc6631cd94b2483c6eb309d029611 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:50.024986 12995 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8aabc6631cd94b2483c6eb309d029611 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8aabc6631cd94b2483c6eb309d029611, State: Initialized, Role: FOLLOWER
I20260630 12:38:50.025671 12995 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8aabc6631cd94b2483c6eb309d029611 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "8aabc6631cd94b2483c6eb309d029611" member_type: VOTER }
I20260630 12:38:50.026162 12995 raft_consensus.cc:399] T 00000000000000000000000000000000 P 8aabc6631cd94b2483c6eb309d029611 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:50.026458 12995 raft_consensus.cc:493] T 00000000000000000000000000000000 P 8aabc6631cd94b2483c6eb309d029611 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:50.026721 12995 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8aabc6631cd94b2483c6eb309d029611 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:50.031651 12995 raft_consensus.cc:515] T 00000000000000000000000000000000 P 8aabc6631cd94b2483c6eb309d029611 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8aabc6631cd94b2483c6eb309d029611" member_type: VOTER }
I20260630 12:38:50.032231 12995 leader_election.cc:304] T 00000000000000000000000000000000 P 8aabc6631cd94b2483c6eb309d029611 [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: 8aabc6631cd94b2483c6eb309d029611; no voters: 
I20260630 12:38:50.033545 12995 leader_election.cc:290] T 00000000000000000000000000000000 P 8aabc6631cd94b2483c6eb309d029611 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:50.033905 12998 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 8aabc6631cd94b2483c6eb309d029611 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:50.035315 12998 raft_consensus.cc:697] T 00000000000000000000000000000000 P 8aabc6631cd94b2483c6eb309d029611 [term 1 LEADER]: Becoming Leader. State: Replica: 8aabc6631cd94b2483c6eb309d029611, State: Running, Role: LEADER
I20260630 12:38:50.035997 12998 consensus_queue.cc:237] T 00000000000000000000000000000000 P 8aabc6631cd94b2483c6eb309d029611 [LEADER]: Queue going to LEADER mode. State: All 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: "8aabc6631cd94b2483c6eb309d029611" member_type: VOTER }
I20260630 12:38:50.036504 12995 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8aabc6631cd94b2483c6eb309d029611 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:38:50.040750 13000 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8aabc6631cd94b2483c6eb309d029611 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8aabc6631cd94b2483c6eb309d029611. Latest consensus state: current_term: 1 leader_uuid: "8aabc6631cd94b2483c6eb309d029611" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8aabc6631cd94b2483c6eb309d029611" member_type: VOTER } }
I20260630 12:38:50.041564 13000 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8aabc6631cd94b2483c6eb309d029611 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:50.041920 12999 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8aabc6631cd94b2483c6eb309d029611 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "8aabc6631cd94b2483c6eb309d029611" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8aabc6631cd94b2483c6eb309d029611" member_type: VOTER } }
I20260630 12:38:50.042559 12999 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8aabc6631cd94b2483c6eb309d029611 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:50.043915 13006 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:38:50.050495 13006 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:38:50.051540   768 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:38:50.059244 13006 catalog_manager.cc:1383] Generated new cluster ID: d17f009b22074f52a3eff1959db765fc
I20260630 12:38:50.059525 13006 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:38:50.082790 13006 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:38:50.084046 13006 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:38:50.098049 13006 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 8aabc6631cd94b2483c6eb309d029611: Generated new TSK 0
I20260630 12:38:50.098696 13006 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:38:50.118429   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:50.124766 13016 instance_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:50.126332 13017 instance_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:50.127800 13019 instance_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:50.128334   768 server_base.cc:1061] running on GCE node
I20260630 12:38:50.129148   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:50.129384   768 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:50.129549   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823130129528 us; error 0 us; skew 500 ppm
I20260630 12:38:50.130013   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:50.132477   768 webserver.cc:533] Webserver started at http://127.0.192.1:36717/ using document root <none> and password file <none>
I20260630 12:38:50.132946   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:50.133148   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:50.133430   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:50.134548   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822852710831-768-0/minicluster-data/ts-0-root/instance:
uuid: "505a9a87aa894ce8a7565e3343ab89a2"
format_stamp: "Formatted at 2026-06-30 12:38:50 on dist-test-slave-n0zz"
I20260630 12:38:50.138921   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:38:50.142063 13024 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:50.142922   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:50.143215   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822852710831-768-0/minicluster-data/ts-0-root
uuid: "505a9a87aa894ce8a7565e3343ab89a2"
format_stamp: "Formatted at 2026-06-30 12:38:50 on dist-test-slave-n0zz"
I20260630 12:38:50.143570   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822852710831-768-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822852710831-768-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822852710831-768-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:50.154469   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:50.155448   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:50.156945   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:50.159153   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:50.159381   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:50.159605   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:50.159767   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:50.196832   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.1:41653
I20260630 12:38:50.196961 13086 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.1:41653 every 8 connection(s)
I20260630 12:38:50.201987   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:50.209182 13091 instance_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:50.209944 13092 instance_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:50.212940 13094 instance_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:50.213626   768 server_base.cc:1061] running on GCE node
I20260630 12:38:50.214948 13087 heartbeater.cc:344] Connected to a master server at 127.0.192.62:37211
I20260630 12:38:50.215348 13087 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:50.216148 13087 heartbeater.cc:507] Master 127.0.192.62:37211 requested a full tablet report, sending...
I20260630 12:38:50.216434   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:50.216679   768 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:50.216883   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823130216848 us; error 0 us; skew 500 ppm
I20260630 12:38:50.217585   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:50.218420 12960 ts_manager.cc:194] Registered new tserver with Master: 505a9a87aa894ce8a7565e3343ab89a2 (127.0.192.1:41653)
I20260630 12:38:50.220863 12960 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43656
I20260630 12:38:50.221335   768 webserver.cc:533] Webserver started at http://127.0.192.2:38545/ using document root <none> and password file <none>
I20260630 12:38:50.221865   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:50.222117   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:50.222468   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:50.223626   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822852710831-768-0/minicluster-data/ts-1-root/instance:
uuid: "64645ada57474a67901684949332c4ec"
format_stamp: "Formatted at 2026-06-30 12:38:50 on dist-test-slave-n0zz"
I20260630 12:38:50.228266   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:38:50.231629 13099 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:50.232452   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.003s
I20260630 12:38:50.232791   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822852710831-768-0/minicluster-data/ts-1-root
uuid: "64645ada57474a67901684949332c4ec"
format_stamp: "Formatted at 2026-06-30 12:38:50 on dist-test-slave-n0zz"
I20260630 12:38:50.233049   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822852710831-768-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822852710831-768-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822852710831-768-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:50.254557   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:50.255564   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:50.257102   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:50.259403   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:50.259640   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:50.259894   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:50.260068   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:50.301182   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.2:33927
I20260630 12:38:50.301287 13161 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.2:33927 every 8 connection(s)
I20260630 12:38:50.306027   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:50.312475 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:50.313635 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
I20260630 12:38:50.316956 13162 heartbeater.cc:344] Connected to a master server at 127.0.192.62:37211
I20260630 12:38:50.317411 13162 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:50.318158 13162 heartbeater.cc:507] Master 127.0.192.62:37211 requested a full tablet report, sending...
W20260630 12:38:50.320576 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:50.321123 12960 ts_manager.cc:194] Registered new tserver with Master: 64645ada57474a67901684949332c4ec (127.0.192.2:33927)
I20260630 12:38:50.323041   768 server_base.cc:1061] running on GCE node
I20260630 12:38:50.323161 12960 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43666
I20260630 12:38:50.324044   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:50.324334   768 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:50.324559   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823130324537 us; error 0 us; skew 500 ppm
I20260630 12:38:50.325146   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:50.327533   768 webserver.cc:533] Webserver started at http://127.0.192.3:36297/ using document root <none> and password file <none>
I20260630 12:38:50.328020   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:50.328230   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:50.328495   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:50.329561   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822852710831-768-0/minicluster-data/ts-2-root/instance:
uuid: "971af25a02684fe0a862e99e72b78ed8"
format_stamp: "Formatted at 2026-06-30 12:38:50 on dist-test-slave-n0zz"
I20260630 12:38:50.333925   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.005s
I20260630 12:38:50.337342 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:50.338140   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:50.338510   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822852710831-768-0/minicluster-data/ts-2-root
uuid: "971af25a02684fe0a862e99e72b78ed8"
format_stamp: "Formatted at 2026-06-30 12:38:50 on dist-test-slave-n0zz"
I20260630 12:38:50.338798   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822852710831-768-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822852710831-768-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822852710831-768-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:50.363677   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:50.364693   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:50.366151   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:50.368686   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:50.368942   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:50.369179   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:50.369349   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:50.406497   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.3:42623
I20260630 12:38:50.406591 13235 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.3:42623 every 8 connection(s)
I20260630 12:38:50.420208 13236 heartbeater.cc:344] Connected to a master server at 127.0.192.62:37211
I20260630 12:38:50.420563 13236 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:50.421268 13236 heartbeater.cc:507] Master 127.0.192.62:37211 requested a full tablet report, sending...
I20260630 12:38:50.423120 12960 ts_manager.cc:194] Registered new tserver with Master: 971af25a02684fe0a862e99e72b78ed8 (127.0.192.3:42623)
I20260630 12:38:50.423303   768 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013623604s
I20260630 12:38:50.424523 12960 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43672
I20260630 12:38:51.223810 13087 heartbeater.cc:499] Master 127.0.192.62:37211 was elected leader, sending a full tablet report...
I20260630 12:38:51.326036 13162 heartbeater.cc:499] Master 127.0.192.62:37211 was elected leader, sending a full tablet report...
I20260630 12:38:51.427243 13236 heartbeater.cc:499] Master 127.0.192.62:37211 was elected leader, sending a full tablet report...
I20260630 12:38:51.481915 12960 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:49146:
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:51.484280 12960 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:51.555622 13052 tablet_service.cc:1511] Processing CreateTablet for tablet 1b288e7b6f3a41ee89ec2f198c769f12 (DEFAULT_TABLE table=test-workload [id=0acc6380e3794c49adaafff447cfedff]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:51.556494 13051 tablet_service.cc:1511] Processing CreateTablet for tablet 54b31271d37c40208c45af1ef0a53523 (DEFAULT_TABLE table=test-workload [id=0acc6380e3794c49adaafff447cfedff]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:51.557201 13052 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1b288e7b6f3a41ee89ec2f198c769f12. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:51.557837 13051 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 54b31271d37c40208c45af1ef0a53523. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:51.564828 13050 tablet_service.cc:1511] Processing CreateTablet for tablet 77fb8f8bf38740e8b390d6f7ce001583 (DEFAULT_TABLE table=test-workload [id=0acc6380e3794c49adaafff447cfedff]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:51.566411 13050 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 77fb8f8bf38740e8b390d6f7ce001583. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:51.571254 13200 tablet_service.cc:1511] Processing CreateTablet for tablet 54b31271d37c40208c45af1ef0a53523 (DEFAULT_TABLE table=test-workload [id=0acc6380e3794c49adaafff447cfedff]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:51.572634 13200 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 54b31271d37c40208c45af1ef0a53523. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:51.575294 13199 tablet_service.cc:1511] Processing CreateTablet for tablet 77fb8f8bf38740e8b390d6f7ce001583 (DEFAULT_TABLE table=test-workload [id=0acc6380e3794c49adaafff447cfedff]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:51.576656 13199 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 77fb8f8bf38740e8b390d6f7ce001583. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:51.569813 13201 tablet_service.cc:1511] Processing CreateTablet for tablet 1b288e7b6f3a41ee89ec2f198c769f12 (DEFAULT_TABLE table=test-workload [id=0acc6380e3794c49adaafff447cfedff]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:51.580912 13201 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1b288e7b6f3a41ee89ec2f198c769f12. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:51.594267 13127 tablet_service.cc:1511] Processing CreateTablet for tablet 1b288e7b6f3a41ee89ec2f198c769f12 (DEFAULT_TABLE table=test-workload [id=0acc6380e3794c49adaafff447cfedff]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:51.595818 13127 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1b288e7b6f3a41ee89ec2f198c769f12. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:51.595184 13126 tablet_service.cc:1511] Processing CreateTablet for tablet 54b31271d37c40208c45af1ef0a53523 (DEFAULT_TABLE table=test-workload [id=0acc6380e3794c49adaafff447cfedff]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:51.597182 13126 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 54b31271d37c40208c45af1ef0a53523. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:51.601099 13198 tablet_service.cc:1511] Processing CreateTablet for tablet 740a2323e4c1497e8c699d313e9c5ad6 (DEFAULT_TABLE table=test-workload [id=0acc6380e3794c49adaafff447cfedff]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:51.603760 13049 tablet_service.cc:1511] Processing CreateTablet for tablet 9c0e22365fd44c3fbded60997af33c3c (DEFAULT_TABLE table=test-workload [id=0acc6380e3794c49adaafff447cfedff]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:51.605634 13049 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9c0e22365fd44c3fbded60997af33c3c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:51.608568 13256 tablet_bootstrap.cc:492] T 54b31271d37c40208c45af1ef0a53523 P 505a9a87aa894ce8a7565e3343ab89a2: Bootstrap starting.
I20260630 12:38:51.609407 13125 tablet_service.cc:1511] Processing CreateTablet for tablet 77fb8f8bf38740e8b390d6f7ce001583 (DEFAULT_TABLE table=test-workload [id=0acc6380e3794c49adaafff447cfedff]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:51.610846 13125 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 77fb8f8bf38740e8b390d6f7ce001583. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:51.612952 13198 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 740a2323e4c1497e8c699d313e9c5ad6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:51.620987 13197 tablet_service.cc:1511] Processing CreateTablet for tablet 9c0e22365fd44c3fbded60997af33c3c (DEFAULT_TABLE table=test-workload [id=0acc6380e3794c49adaafff447cfedff]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:51.622493 13197 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9c0e22365fd44c3fbded60997af33c3c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:51.622615 13052 tablet_service.cc:1511] Processing CreateTablet for tablet 740a2323e4c1497e8c699d313e9c5ad6 (DEFAULT_TABLE table=test-workload [id=0acc6380e3794c49adaafff447cfedff]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:51.623559 13256 tablet_bootstrap.cc:654] T 54b31271d37c40208c45af1ef0a53523 P 505a9a87aa894ce8a7565e3343ab89a2: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:51.623935 13052 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 740a2323e4c1497e8c699d313e9c5ad6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:51.627528 13124 tablet_service.cc:1511] Processing CreateTablet for tablet 740a2323e4c1497e8c699d313e9c5ad6 (DEFAULT_TABLE table=test-workload [id=0acc6380e3794c49adaafff447cfedff]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:51.627776 13048 tablet_service.cc:1511] Processing CreateTablet for tablet c1281864cfc54e8f8e5e9d4bd2ca7e71 (DEFAULT_TABLE table=test-workload [id=0acc6380e3794c49adaafff447cfedff]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:51.629081 13124 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 740a2323e4c1497e8c699d313e9c5ad6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:51.629143 13048 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c1281864cfc54e8f8e5e9d4bd2ca7e71. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:51.631249 13123 tablet_service.cc:1511] Processing CreateTablet for tablet 9c0e22365fd44c3fbded60997af33c3c (DEFAULT_TABLE table=test-workload [id=0acc6380e3794c49adaafff447cfedff]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:51.635351 13122 tablet_service.cc:1511] Processing CreateTablet for tablet c1281864cfc54e8f8e5e9d4bd2ca7e71 (DEFAULT_TABLE table=test-workload [id=0acc6380e3794c49adaafff447cfedff]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:51.637094 13196 tablet_service.cc:1511] Processing CreateTablet for tablet c1281864cfc54e8f8e5e9d4bd2ca7e71 (DEFAULT_TABLE table=test-workload [id=0acc6380e3794c49adaafff447cfedff]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:51.638454 13123 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9c0e22365fd44c3fbded60997af33c3c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:51.642570 13122 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c1281864cfc54e8f8e5e9d4bd2ca7e71. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:51.638550 13196 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c1281864cfc54e8f8e5e9d4bd2ca7e71. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:51.684480 13257 tablet_bootstrap.cc:492] T 54b31271d37c40208c45af1ef0a53523 P 971af25a02684fe0a862e99e72b78ed8: Bootstrap starting.
I20260630 12:38:51.686626 13256 tablet_bootstrap.cc:492] T 54b31271d37c40208c45af1ef0a53523 P 505a9a87aa894ce8a7565e3343ab89a2: No bootstrap required, opened a new log
I20260630 12:38:51.687270 13256 ts_tablet_manager.cc:1403] T 54b31271d37c40208c45af1ef0a53523 P 505a9a87aa894ce8a7565e3343ab89a2: Time spent bootstrapping tablet: real 0.079s	user 0.008s	sys 0.015s
I20260630 12:38:51.691212 13256 raft_consensus.cc:359] T 54b31271d37c40208c45af1ef0a53523 P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:51.692049 13256 raft_consensus.cc:385] T 54b31271d37c40208c45af1ef0a53523 P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:51.692394 13256 raft_consensus.cc:740] T 54b31271d37c40208c45af1ef0a53523 P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 505a9a87aa894ce8a7565e3343ab89a2, State: Initialized, Role: FOLLOWER
I20260630 12:38:51.693776 13257 tablet_bootstrap.cc:654] T 54b31271d37c40208c45af1ef0a53523 P 971af25a02684fe0a862e99e72b78ed8: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:51.693318 13256 consensus_queue.cc:260] T 54b31271d37c40208c45af1ef0a53523 P 505a9a87aa894ce8a7565e3343ab89a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:51.701365 13259 tablet_bootstrap.cc:492] T 1b288e7b6f3a41ee89ec2f198c769f12 P 64645ada57474a67901684949332c4ec: Bootstrap starting.
I20260630 12:38:51.706820 13257 tablet_bootstrap.cc:492] T 54b31271d37c40208c45af1ef0a53523 P 971af25a02684fe0a862e99e72b78ed8: No bootstrap required, opened a new log
I20260630 12:38:51.707528 13257 ts_tablet_manager.cc:1403] T 54b31271d37c40208c45af1ef0a53523 P 971af25a02684fe0a862e99e72b78ed8: Time spent bootstrapping tablet: real 0.023s	user 0.010s	sys 0.009s
I20260630 12:38:51.707973 13256 ts_tablet_manager.cc:1434] T 54b31271d37c40208c45af1ef0a53523 P 505a9a87aa894ce8a7565e3343ab89a2: Time spent starting tablet: real 0.020s	user 0.011s	sys 0.005s
I20260630 12:38:51.708911 13259 tablet_bootstrap.cc:654] T 1b288e7b6f3a41ee89ec2f198c769f12 P 64645ada57474a67901684949332c4ec: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:51.709235 13256 tablet_bootstrap.cc:492] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2: Bootstrap starting.
I20260630 12:38:51.710727 13257 raft_consensus.cc:359] T 54b31271d37c40208c45af1ef0a53523 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:51.711591 13257 raft_consensus.cc:385] T 54b31271d37c40208c45af1ef0a53523 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:51.711953 13257 raft_consensus.cc:740] T 54b31271d37c40208c45af1ef0a53523 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 971af25a02684fe0a862e99e72b78ed8, State: Initialized, Role: FOLLOWER
I20260630 12:38:51.713014 13257 consensus_queue.cc:260] T 54b31271d37c40208c45af1ef0a53523 P 971af25a02684fe0a862e99e72b78ed8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:51.716853 13256 tablet_bootstrap.cc:654] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:51.719545 13257 ts_tablet_manager.cc:1434] T 54b31271d37c40208c45af1ef0a53523 P 971af25a02684fe0a862e99e72b78ed8: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.004s
I20260630 12:38:51.729146 13257 tablet_bootstrap.cc:492] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8: Bootstrap starting.
I20260630 12:38:51.729638 13256 tablet_bootstrap.cc:492] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2: No bootstrap required, opened a new log
I20260630 12:38:51.730340 13256 ts_tablet_manager.cc:1403] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2: Time spent bootstrapping tablet: real 0.021s	user 0.009s	sys 0.010s
I20260630 12:38:51.733372 13256 raft_consensus.cc:359] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } }
I20260630 12:38:51.735276 13257 tablet_bootstrap.cc:654] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:51.735519 13256 raft_consensus.cc:385] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:51.735939 13256 raft_consensus.cc:740] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 505a9a87aa894ce8a7565e3343ab89a2, State: Initialized, Role: FOLLOWER
I20260630 12:38:51.737107 13259 tablet_bootstrap.cc:492] T 1b288e7b6f3a41ee89ec2f198c769f12 P 64645ada57474a67901684949332c4ec: No bootstrap required, opened a new log
I20260630 12:38:51.736959 13256 consensus_queue.cc:260] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } }
I20260630 12:38:51.737692 13259 ts_tablet_manager.cc:1403] T 1b288e7b6f3a41ee89ec2f198c769f12 P 64645ada57474a67901684949332c4ec: Time spent bootstrapping tablet: real 0.037s	user 0.016s	sys 0.016s
I20260630 12:38:51.740912 13259 raft_consensus.cc:359] T 1b288e7b6f3a41ee89ec2f198c769f12 P 64645ada57474a67901684949332c4ec [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } }
I20260630 12:38:51.741653 13259 raft_consensus.cc:385] T 1b288e7b6f3a41ee89ec2f198c769f12 P 64645ada57474a67901684949332c4ec [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:51.742041 13259 raft_consensus.cc:740] T 1b288e7b6f3a41ee89ec2f198c769f12 P 64645ada57474a67901684949332c4ec [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 64645ada57474a67901684949332c4ec, State: Initialized, Role: FOLLOWER
I20260630 12:38:51.742724 13256 ts_tablet_manager.cc:1434] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.001s
I20260630 12:38:51.743072 13259 consensus_queue.cc:260] T 1b288e7b6f3a41ee89ec2f198c769f12 P 64645ada57474a67901684949332c4ec [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } }
I20260630 12:38:51.744408 13256 tablet_bootstrap.cc:492] T 77fb8f8bf38740e8b390d6f7ce001583 P 505a9a87aa894ce8a7565e3343ab89a2: Bootstrap starting.
I20260630 12:38:51.746894 13257 tablet_bootstrap.cc:492] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8: No bootstrap required, opened a new log
I20260630 12:38:51.747509 13257 ts_tablet_manager.cc:1403] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8: Time spent bootstrapping tablet: real 0.019s	user 0.017s	sys 0.000s
I20260630 12:38:51.750463 13257 raft_consensus.cc:359] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:51.751353 13257 raft_consensus.cc:385] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:51.751562 13256 tablet_bootstrap.cc:654] T 77fb8f8bf38740e8b390d6f7ce001583 P 505a9a87aa894ce8a7565e3343ab89a2: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:51.751724 13257 raft_consensus.cc:740] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 971af25a02684fe0a862e99e72b78ed8, State: Initialized, Role: FOLLOWER
I20260630 12:38:51.752800 13257 consensus_queue.cc:260] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:51.758896 13257 ts_tablet_manager.cc:1434] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.000s
I20260630 12:38:51.760325 13257 tablet_bootstrap.cc:492] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8: Bootstrap starting.
I20260630 12:38:51.763633 13256 tablet_bootstrap.cc:492] T 77fb8f8bf38740e8b390d6f7ce001583 P 505a9a87aa894ce8a7565e3343ab89a2: No bootstrap required, opened a new log
I20260630 12:38:51.764325 13256 ts_tablet_manager.cc:1403] T 77fb8f8bf38740e8b390d6f7ce001583 P 505a9a87aa894ce8a7565e3343ab89a2: Time spent bootstrapping tablet: real 0.020s	user 0.012s	sys 0.006s
I20260630 12:38:51.766433 13257 tablet_bootstrap.cc:654] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:51.767302 13256 raft_consensus.cc:359] T 77fb8f8bf38740e8b390d6f7ce001583 P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:51.768275 13256 raft_consensus.cc:385] T 77fb8f8bf38740e8b390d6f7ce001583 P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:51.768621 13256 raft_consensus.cc:740] T 77fb8f8bf38740e8b390d6f7ce001583 P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 505a9a87aa894ce8a7565e3343ab89a2, State: Initialized, Role: FOLLOWER
I20260630 12:38:51.769696 13256 consensus_queue.cc:260] T 77fb8f8bf38740e8b390d6f7ce001583 P 505a9a87aa894ce8a7565e3343ab89a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:51.773165 13256 ts_tablet_manager.cc:1434] T 77fb8f8bf38740e8b390d6f7ce001583 P 505a9a87aa894ce8a7565e3343ab89a2: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:38:51.774639 13256 tablet_bootstrap.cc:492] T 9c0e22365fd44c3fbded60997af33c3c P 505a9a87aa894ce8a7565e3343ab89a2: Bootstrap starting.
I20260630 12:38:51.778225 13257 tablet_bootstrap.cc:492] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8: No bootstrap required, opened a new log
I20260630 12:38:51.778882 13257 ts_tablet_manager.cc:1403] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8: Time spent bootstrapping tablet: real 0.019s	user 0.015s	sys 0.002s
I20260630 12:38:51.781018 13256 tablet_bootstrap.cc:654] T 9c0e22365fd44c3fbded60997af33c3c P 505a9a87aa894ce8a7565e3343ab89a2: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:51.781719 13257 raft_consensus.cc:359] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:51.782712 13257 raft_consensus.cc:385] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:51.783084 13257 raft_consensus.cc:740] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 971af25a02684fe0a862e99e72b78ed8, State: Initialized, Role: FOLLOWER
I20260630 12:38:51.784163 13257 consensus_queue.cc:260] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:51.790377 13257 ts_tablet_manager.cc:1434] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.000s
I20260630 12:38:51.791703 13257 tablet_bootstrap.cc:492] T 1b288e7b6f3a41ee89ec2f198c769f12 P 971af25a02684fe0a862e99e72b78ed8: Bootstrap starting.
I20260630 12:38:51.792251 13260 raft_consensus.cc:493] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:51.792795 13260 raft_consensus.cc:515] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } }
I20260630 12:38:51.795694 13260 leader_election.cc:290] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 971af25a02684fe0a862e99e72b78ed8 (127.0.192.3:42623), 64645ada57474a67901684949332c4ec (127.0.192.2:33927)
I20260630 12:38:51.797860 13257 tablet_bootstrap.cc:654] T 1b288e7b6f3a41ee89ec2f198c769f12 P 971af25a02684fe0a862e99e72b78ed8: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:51.803941 13256 tablet_bootstrap.cc:492] T 9c0e22365fd44c3fbded60997af33c3c P 505a9a87aa894ce8a7565e3343ab89a2: No bootstrap required, opened a new log
I20260630 12:38:51.806457 13256 ts_tablet_manager.cc:1403] T 9c0e22365fd44c3fbded60997af33c3c P 505a9a87aa894ce8a7565e3343ab89a2: Time spent bootstrapping tablet: real 0.032s	user 0.012s	sys 0.007s
I20260630 12:38:51.811589 13256 raft_consensus.cc:359] T 9c0e22365fd44c3fbded60997af33c3c P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:51.812436 13256 raft_consensus.cc:385] T 9c0e22365fd44c3fbded60997af33c3c P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:51.812836 13256 raft_consensus.cc:740] T 9c0e22365fd44c3fbded60997af33c3c P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 505a9a87aa894ce8a7565e3343ab89a2, State: Initialized, Role: FOLLOWER
I20260630 12:38:51.812070 13259 ts_tablet_manager.cc:1434] T 1b288e7b6f3a41ee89ec2f198c769f12 P 64645ada57474a67901684949332c4ec: Time spent starting tablet: real 0.074s	user 0.038s	sys 0.034s
I20260630 12:38:51.813681 13256 consensus_queue.cc:260] T 9c0e22365fd44c3fbded60997af33c3c P 505a9a87aa894ce8a7565e3343ab89a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:51.815096 13259 tablet_bootstrap.cc:492] T 54b31271d37c40208c45af1ef0a53523 P 64645ada57474a67901684949332c4ec: Bootstrap starting.
I20260630 12:38:51.816148 13256 ts_tablet_manager.cc:1434] T 9c0e22365fd44c3fbded60997af33c3c P 505a9a87aa894ce8a7565e3343ab89a2: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260630 12:38:51.817891 13257 tablet_bootstrap.cc:492] T 1b288e7b6f3a41ee89ec2f198c769f12 P 971af25a02684fe0a862e99e72b78ed8: No bootstrap required, opened a new log
I20260630 12:38:51.818509 13257 ts_tablet_manager.cc:1403] T 1b288e7b6f3a41ee89ec2f198c769f12 P 971af25a02684fe0a862e99e72b78ed8: Time spent bootstrapping tablet: real 0.027s	user 0.012s	sys 0.003s
I20260630 12:38:51.819438 13256 tablet_bootstrap.cc:492] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2: Bootstrap starting.
I20260630 12:38:51.821967 13263 raft_consensus.cc:493] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:51.822685 13259 tablet_bootstrap.cc:654] T 54b31271d37c40208c45af1ef0a53523 P 64645ada57474a67901684949332c4ec: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:51.822479 13263 raft_consensus.cc:515] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:51.826046 13256 tablet_bootstrap.cc:654] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:51.832765 13263 leader_election.cc:290] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 505a9a87aa894ce8a7565e3343ab89a2 (127.0.192.1:41653), 64645ada57474a67901684949332c4ec (127.0.192.2:33927)
I20260630 12:38:51.836355 13137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1b288e7b6f3a41ee89ec2f198c769f12" candidate_uuid: "505a9a87aa894ce8a7565e3343ab89a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "64645ada57474a67901684949332c4ec" is_pre_election: true
I20260630 12:38:51.837395 13137 raft_consensus.cc:2468] T 1b288e7b6f3a41ee89ec2f198c769f12 P 64645ada57474a67901684949332c4ec [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 505a9a87aa894ce8a7565e3343ab89a2 in term 0.
I20260630 12:38:51.839418 13028 leader_election.cc:304] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 505a9a87aa894ce8a7565e3343ab89a2, 64645ada57474a67901684949332c4ec; no voters: 
I20260630 12:38:51.840893 13260 raft_consensus.cc:2804] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:51.841465 13260 raft_consensus.cc:493] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:51.841931 13260 raft_consensus.cc:3060] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:51.853585 13260 raft_consensus.cc:515] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } }
I20260630 12:38:51.855027 13211 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1b288e7b6f3a41ee89ec2f198c769f12" candidate_uuid: "505a9a87aa894ce8a7565e3343ab89a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "971af25a02684fe0a862e99e72b78ed8" is_pre_election: true
I20260630 12:38:51.821336 13257 raft_consensus.cc:359] T 1b288e7b6f3a41ee89ec2f198c769f12 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } }
I20260630 12:38:51.856760 13257 raft_consensus.cc:385] T 1b288e7b6f3a41ee89ec2f198c769f12 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:51.857095 13257 raft_consensus.cc:740] T 1b288e7b6f3a41ee89ec2f198c769f12 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 971af25a02684fe0a862e99e72b78ed8, State: Initialized, Role: FOLLOWER
I20260630 12:38:51.857478 13210 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1b288e7b6f3a41ee89ec2f198c769f12" candidate_uuid: "505a9a87aa894ce8a7565e3343ab89a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "971af25a02684fe0a862e99e72b78ed8"
I20260630 12:38:51.859443 13257 consensus_queue.cc:260] T 1b288e7b6f3a41ee89ec2f198c769f12 P 971af25a02684fe0a862e99e72b78ed8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } }
I20260630 12:38:51.860458 13211 raft_consensus.cc:2468] T 1b288e7b6f3a41ee89ec2f198c769f12 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 505a9a87aa894ce8a7565e3343ab89a2 in term 0.
I20260630 12:38:51.862005 13137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1b288e7b6f3a41ee89ec2f198c769f12" candidate_uuid: "505a9a87aa894ce8a7565e3343ab89a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "64645ada57474a67901684949332c4ec"
I20260630 12:38:51.862738 13137 raft_consensus.cc:3060] T 1b288e7b6f3a41ee89ec2f198c769f12 P 64645ada57474a67901684949332c4ec [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:51.867066 13136 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "77fb8f8bf38740e8b390d6f7ce001583" candidate_uuid: "971af25a02684fe0a862e99e72b78ed8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "64645ada57474a67901684949332c4ec" is_pre_election: true
I20260630 12:38:51.868252 13257 ts_tablet_manager.cc:1434] T 1b288e7b6f3a41ee89ec2f198c769f12 P 971af25a02684fe0a862e99e72b78ed8: Time spent starting tablet: real 0.049s	user 0.005s	sys 0.001s
I20260630 12:38:51.869500 13257 tablet_bootstrap.cc:492] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 971af25a02684fe0a862e99e72b78ed8: Bootstrap starting.
W20260630 12:38:51.870352 13177 leader_election.cc:343] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 64645ada57474a67901684949332c4ec (127.0.192.2:33927): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:51.862264 13256 tablet_bootstrap.cc:492] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2: No bootstrap required, opened a new log
I20260630 12:38:51.874789 13256 ts_tablet_manager.cc:1403] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2: Time spent bootstrapping tablet: real 0.056s	user 0.015s	sys 0.012s
I20260630 12:38:51.875626 13257 tablet_bootstrap.cc:654] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 971af25a02684fe0a862e99e72b78ed8: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:51.861367 13260 leader_election.cc:290] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2 [CANDIDATE]: Term 1 election: Requested vote from peers 971af25a02684fe0a862e99e72b78ed8 (127.0.192.3:42623), 64645ada57474a67901684949332c4ec (127.0.192.2:33927)
I20260630 12:38:51.878698 13263 raft_consensus.cc:493] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:51.879012 13256 raft_consensus.cc:359] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:51.879355 13263 raft_consensus.cc:515] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:51.879920 13256 raft_consensus.cc:385] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:51.880409 13256 raft_consensus.cc:740] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 505a9a87aa894ce8a7565e3343ab89a2, State: Initialized, Role: FOLLOWER
I20260630 12:38:51.881459 13137 raft_consensus.cc:2468] T 1b288e7b6f3a41ee89ec2f198c769f12 P 64645ada57474a67901684949332c4ec [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 505a9a87aa894ce8a7565e3343ab89a2 in term 1.
I20260630 12:38:51.881352 13256 consensus_queue.cc:260] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:51.882902 13028 leader_election.cc:304] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2 [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: 505a9a87aa894ce8a7565e3343ab89a2, 64645ada57474a67901684949332c4ec; no voters: 971af25a02684fe0a862e99e72b78ed8
I20260630 12:38:51.884943 13260 raft_consensus.cc:2804] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:51.885648 13260 raft_consensus.cc:697] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2 [term 1 LEADER]: Becoming Leader. State: Replica: 505a9a87aa894ce8a7565e3343ab89a2, State: Running, Role: LEADER
I20260630 12:38:51.886842 13260 consensus_queue.cc:237] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } }
I20260630 12:38:51.879971 13259 tablet_bootstrap.cc:492] T 54b31271d37c40208c45af1ef0a53523 P 64645ada57474a67901684949332c4ec: No bootstrap required, opened a new log
I20260630 12:38:51.889356 13259 ts_tablet_manager.cc:1403] T 54b31271d37c40208c45af1ef0a53523 P 64645ada57474a67901684949332c4ec: Time spent bootstrapping tablet: real 0.075s	user 0.012s	sys 0.027s
I20260630 12:38:51.891762 13136 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9c0e22365fd44c3fbded60997af33c3c" candidate_uuid: "971af25a02684fe0a862e99e72b78ed8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "64645ada57474a67901684949332c4ec" is_pre_election: true
I20260630 12:38:51.892563 13256 ts_tablet_manager.cc:1434] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2: Time spent starting tablet: real 0.017s	user 0.006s	sys 0.000s
I20260630 12:38:51.893100 13259 raft_consensus.cc:359] T 54b31271d37c40208c45af1ef0a53523 P 64645ada57474a67901684949332c4ec [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:51.889689 13263 leader_election.cc:290] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 505a9a87aa894ce8a7565e3343ab89a2 (127.0.192.1:41653), 64645ada57474a67901684949332c4ec (127.0.192.2:33927)
I20260630 12:38:51.893724 13256 tablet_bootstrap.cc:492] T 740a2323e4c1497e8c699d313e9c5ad6 P 505a9a87aa894ce8a7565e3343ab89a2: Bootstrap starting.
W20260630 12:38:51.894200 13177 leader_election.cc:343] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 64645ada57474a67901684949332c4ec (127.0.192.2:33927): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:51.897948 13259 raft_consensus.cc:385] T 54b31271d37c40208c45af1ef0a53523 P 64645ada57474a67901684949332c4ec [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:51.900816 13259 raft_consensus.cc:740] T 54b31271d37c40208c45af1ef0a53523 P 64645ada57474a67901684949332c4ec [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 64645ada57474a67901684949332c4ec, State: Initialized, Role: FOLLOWER
I20260630 12:38:51.901895 13259 consensus_queue.cc:260] T 54b31271d37c40208c45af1ef0a53523 P 64645ada57474a67901684949332c4ec [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:51.904835 13259 ts_tablet_manager.cc:1434] T 54b31271d37c40208c45af1ef0a53523 P 64645ada57474a67901684949332c4ec: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.001s
I20260630 12:38:51.905925 13257 tablet_bootstrap.cc:492] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 971af25a02684fe0a862e99e72b78ed8: No bootstrap required, opened a new log
I20260630 12:38:51.906563 13257 ts_tablet_manager.cc:1403] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 971af25a02684fe0a862e99e72b78ed8: Time spent bootstrapping tablet: real 0.037s	user 0.017s	sys 0.017s
I20260630 12:38:51.906906 13259 tablet_bootstrap.cc:492] T 77fb8f8bf38740e8b390d6f7ce001583 P 64645ada57474a67901684949332c4ec: Bootstrap starting.
I20260630 12:38:51.909505 13257 raft_consensus.cc:359] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:51.910250 13257 raft_consensus.cc:385] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:51.910580 13257 raft_consensus.cc:740] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 971af25a02684fe0a862e99e72b78ed8, State: Initialized, Role: FOLLOWER
I20260630 12:38:51.915315 13256 tablet_bootstrap.cc:654] T 740a2323e4c1497e8c699d313e9c5ad6 P 505a9a87aa894ce8a7565e3343ab89a2: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:51.916356 13259 tablet_bootstrap.cc:654] T 77fb8f8bf38740e8b390d6f7ce001583 P 64645ada57474a67901684949332c4ec: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:51.916890 13062 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "77fb8f8bf38740e8b390d6f7ce001583" candidate_uuid: "971af25a02684fe0a862e99e72b78ed8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "505a9a87aa894ce8a7565e3343ab89a2" is_pre_election: true
I20260630 12:38:51.917635 13062 raft_consensus.cc:2468] T 77fb8f8bf38740e8b390d6f7ce001583 P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 971af25a02684fe0a862e99e72b78ed8 in term 0.
I20260630 12:38:51.918347 13257 consensus_queue.cc:260] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 971af25a02684fe0a862e99e72b78ed8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:51.918910 13061 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9c0e22365fd44c3fbded60997af33c3c" candidate_uuid: "971af25a02684fe0a862e99e72b78ed8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "505a9a87aa894ce8a7565e3343ab89a2" is_pre_election: true
I20260630 12:38:51.919582 13061 raft_consensus.cc:2468] T 9c0e22365fd44c3fbded60997af33c3c P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 971af25a02684fe0a862e99e72b78ed8 in term 0.
I20260630 12:38:51.920841 13257 ts_tablet_manager.cc:1434] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 971af25a02684fe0a862e99e72b78ed8: Time spent starting tablet: real 0.014s	user 0.004s	sys 0.001s
I20260630 12:38:51.921082 13174 leader_election.cc:304] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8 [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: 505a9a87aa894ce8a7565e3343ab89a2, 971af25a02684fe0a862e99e72b78ed8; no voters: 64645ada57474a67901684949332c4ec
I20260630 12:38:51.921854 13263 raft_consensus.cc:2804] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:51.922254 13263 raft_consensus.cc:493] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:51.922597 13263 raft_consensus.cc:3060] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:51.923971 13174 leader_election.cc:304] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8 [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: 505a9a87aa894ce8a7565e3343ab89a2, 971af25a02684fe0a862e99e72b78ed8; no voters: 64645ada57474a67901684949332c4ec
I20260630 12:38:51.924410 13257 tablet_bootstrap.cc:492] T 740a2323e4c1497e8c699d313e9c5ad6 P 971af25a02684fe0a862e99e72b78ed8: Bootstrap starting.
I20260630 12:38:51.915678 12958 catalog_manager.cc:5697] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 505a9a87aa894ce8a7565e3343ab89a2 (127.0.192.1). New cstate: current_term: 1 leader_uuid: "505a9a87aa894ce8a7565e3343ab89a2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:51.939991 13259 tablet_bootstrap.cc:492] T 77fb8f8bf38740e8b390d6f7ce001583 P 64645ada57474a67901684949332c4ec: No bootstrap required, opened a new log
I20260630 12:38:51.940349 13257 tablet_bootstrap.cc:654] T 740a2323e4c1497e8c699d313e9c5ad6 P 971af25a02684fe0a862e99e72b78ed8: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:51.940693 13259 ts_tablet_manager.cc:1403] T 77fb8f8bf38740e8b390d6f7ce001583 P 64645ada57474a67901684949332c4ec: Time spent bootstrapping tablet: real 0.034s	user 0.005s	sys 0.025s
I20260630 12:38:51.943766 13259 raft_consensus.cc:359] T 77fb8f8bf38740e8b390d6f7ce001583 P 64645ada57474a67901684949332c4ec [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:51.944499 13259 raft_consensus.cc:385] T 77fb8f8bf38740e8b390d6f7ce001583 P 64645ada57474a67901684949332c4ec [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:51.944806 13259 raft_consensus.cc:740] T 77fb8f8bf38740e8b390d6f7ce001583 P 64645ada57474a67901684949332c4ec [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 64645ada57474a67901684949332c4ec, State: Initialized, Role: FOLLOWER
I20260630 12:38:51.934029 13263 raft_consensus.cc:515] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:51.947091 13263 leader_election.cc:290] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8 [CANDIDATE]: Term 1 election: Requested vote from peers 505a9a87aa894ce8a7565e3343ab89a2 (127.0.192.1:41653), 64645ada57474a67901684949332c4ec (127.0.192.2:33927)
I20260630 12:38:51.940017 13256 tablet_bootstrap.cc:492] T 740a2323e4c1497e8c699d313e9c5ad6 P 505a9a87aa894ce8a7565e3343ab89a2: No bootstrap required, opened a new log
I20260630 12:38:51.948071 13256 ts_tablet_manager.cc:1403] T 740a2323e4c1497e8c699d313e9c5ad6 P 505a9a87aa894ce8a7565e3343ab89a2: Time spent bootstrapping tablet: real 0.055s	user 0.013s	sys 0.001s
I20260630 12:38:51.948196 13137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "77fb8f8bf38740e8b390d6f7ce001583" candidate_uuid: "971af25a02684fe0a862e99e72b78ed8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "64645ada57474a67901684949332c4ec"
I20260630 12:38:51.951725 13256 raft_consensus.cc:359] T 740a2323e4c1497e8c699d313e9c5ad6 P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:51.952579 13256 raft_consensus.cc:385] T 740a2323e4c1497e8c699d313e9c5ad6 P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:51.952867 13256 raft_consensus.cc:740] T 740a2323e4c1497e8c699d313e9c5ad6 P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 505a9a87aa894ce8a7565e3343ab89a2, State: Initialized, Role: FOLLOWER
I20260630 12:38:51.954375 13263 raft_consensus.cc:493] T 54b31271d37c40208c45af1ef0a53523 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:51.954484 13257 tablet_bootstrap.cc:492] T 740a2323e4c1497e8c699d313e9c5ad6 P 971af25a02684fe0a862e99e72b78ed8: No bootstrap required, opened a new log
I20260630 12:38:51.954901 13263 raft_consensus.cc:515] T 54b31271d37c40208c45af1ef0a53523 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:51.955631 13284 raft_consensus.cc:2804] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:51.956049 13284 raft_consensus.cc:493] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:51.956390 13284 raft_consensus.cc:3060] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:51.956880 13263 leader_election.cc:290] T 54b31271d37c40208c45af1ef0a53523 P 971af25a02684fe0a862e99e72b78ed8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 505a9a87aa894ce8a7565e3343ab89a2 (127.0.192.1:41653), 64645ada57474a67901684949332c4ec (127.0.192.2:33927)
I20260630 12:38:51.957297 13061 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "77fb8f8bf38740e8b390d6f7ce001583" candidate_uuid: "971af25a02684fe0a862e99e72b78ed8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "505a9a87aa894ce8a7565e3343ab89a2"
I20260630 12:38:51.953627 13256 consensus_queue.cc:260] T 740a2323e4c1497e8c699d313e9c5ad6 P 505a9a87aa894ce8a7565e3343ab89a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:51.957944 13061 raft_consensus.cc:3060] T 77fb8f8bf38740e8b390d6f7ce001583 P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:51.958034 13136 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "54b31271d37c40208c45af1ef0a53523" candidate_uuid: "971af25a02684fe0a862e99e72b78ed8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "64645ada57474a67901684949332c4ec" is_pre_election: true
I20260630 12:38:51.958704 13136 raft_consensus.cc:2468] T 54b31271d37c40208c45af1ef0a53523 P 64645ada57474a67901684949332c4ec [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 971af25a02684fe0a862e99e72b78ed8 in term 0.
I20260630 12:38:51.959574 13256 ts_tablet_manager.cc:1434] T 740a2323e4c1497e8c699d313e9c5ad6 P 505a9a87aa894ce8a7565e3343ab89a2: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.002s
I20260630 12:38:51.960109 13177 leader_election.cc:304] T 54b31271d37c40208c45af1ef0a53523 P 971af25a02684fe0a862e99e72b78ed8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 64645ada57474a67901684949332c4ec, 971af25a02684fe0a862e99e72b78ed8; no voters: 
I20260630 12:38:51.957671 13259 consensus_queue.cc:260] T 77fb8f8bf38740e8b390d6f7ce001583 P 64645ada57474a67901684949332c4ec [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:51.961215 13263 raft_consensus.cc:2804] T 54b31271d37c40208c45af1ef0a53523 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:51.961319 13137 raft_consensus.cc:3060] T 77fb8f8bf38740e8b390d6f7ce001583 P 64645ada57474a67901684949332c4ec [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:51.961681 13263 raft_consensus.cc:493] T 54b31271d37c40208c45af1ef0a53523 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:51.962107 13263 raft_consensus.cc:3060] T 54b31271d37c40208c45af1ef0a53523 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:51.962641 13259 ts_tablet_manager.cc:1434] T 77fb8f8bf38740e8b390d6f7ce001583 P 64645ada57474a67901684949332c4ec: Time spent starting tablet: real 0.022s	user 0.007s	sys 0.000s
I20260630 12:38:51.963725 13259 tablet_bootstrap.cc:492] T 9c0e22365fd44c3fbded60997af33c3c P 64645ada57474a67901684949332c4ec: Bootstrap starting.
I20260630 12:38:51.955222 13257 ts_tablet_manager.cc:1403] T 740a2323e4c1497e8c699d313e9c5ad6 P 971af25a02684fe0a862e99e72b78ed8: Time spent bootstrapping tablet: real 0.031s	user 0.008s	sys 0.011s
I20260630 12:38:51.969161 13137 raft_consensus.cc:2468] T 77fb8f8bf38740e8b390d6f7ce001583 P 64645ada57474a67901684949332c4ec [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 971af25a02684fe0a862e99e72b78ed8 in term 1.
I20260630 12:38:51.970012 13259 tablet_bootstrap.cc:654] T 9c0e22365fd44c3fbded60997af33c3c P 64645ada57474a67901684949332c4ec: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:51.971570 13263 raft_consensus.cc:515] T 54b31271d37c40208c45af1ef0a53523 P 971af25a02684fe0a862e99e72b78ed8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:51.973873 13257 raft_consensus.cc:359] T 740a2323e4c1497e8c699d313e9c5ad6 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:51.976395 13257 raft_consensus.cc:385] T 740a2323e4c1497e8c699d313e9c5ad6 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:51.977115 13062 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "54b31271d37c40208c45af1ef0a53523" candidate_uuid: "971af25a02684fe0a862e99e72b78ed8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "505a9a87aa894ce8a7565e3343ab89a2" is_pre_election: true
I20260630 12:38:51.977177 13257 raft_consensus.cc:740] T 740a2323e4c1497e8c699d313e9c5ad6 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 971af25a02684fe0a862e99e72b78ed8, State: Initialized, Role: FOLLOWER
I20260630 12:38:51.977926 13062 raft_consensus.cc:2468] T 54b31271d37c40208c45af1ef0a53523 P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 971af25a02684fe0a862e99e72b78ed8 in term 0.
I20260630 12:38:51.978875 13263 leader_election.cc:290] T 54b31271d37c40208c45af1ef0a53523 P 971af25a02684fe0a862e99e72b78ed8 [CANDIDATE]: Term 1 election: Requested vote from peers 505a9a87aa894ce8a7565e3343ab89a2 (127.0.192.1:41653), 64645ada57474a67901684949332c4ec (127.0.192.2:33927)
I20260630 12:38:51.978866 13060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "54b31271d37c40208c45af1ef0a53523" candidate_uuid: "971af25a02684fe0a862e99e72b78ed8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "505a9a87aa894ce8a7565e3343ab89a2"
I20260630 12:38:51.979748 13060 raft_consensus.cc:3060] T 54b31271d37c40208c45af1ef0a53523 P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:51.975512 13177 leader_election.cc:304] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 64645ada57474a67901684949332c4ec, 971af25a02684fe0a862e99e72b78ed8; no voters: 
I20260630 12:38:51.980770 13263 raft_consensus.cc:2804] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:51.981297 13263 raft_consensus.cc:697] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8 [term 1 LEADER]: Becoming Leader. State: Replica: 971af25a02684fe0a862e99e72b78ed8, State: Running, Role: LEADER
I20260630 12:38:51.976532 13061 raft_consensus.cc:2468] T 77fb8f8bf38740e8b390d6f7ce001583 P 505a9a87aa894ce8a7565e3343ab89a2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 971af25a02684fe0a862e99e72b78ed8 in term 1.
I20260630 12:38:51.981937 13137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "54b31271d37c40208c45af1ef0a53523" candidate_uuid: "971af25a02684fe0a862e99e72b78ed8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "64645ada57474a67901684949332c4ec"
I20260630 12:38:51.983042 13263 consensus_queue.cc:237] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:51.983484 13137 raft_consensus.cc:3060] T 54b31271d37c40208c45af1ef0a53523 P 64645ada57474a67901684949332c4ec [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:51.985321 13260 raft_consensus.cc:493] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:51.985867 13260 raft_consensus.cc:515] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:51.986459 13257 consensus_queue.cc:260] T 740a2323e4c1497e8c699d313e9c5ad6 P 971af25a02684fe0a862e99e72b78ed8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:51.987880 13260 leader_election.cc:290] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 64645ada57474a67901684949332c4ec (127.0.192.2:33927), 971af25a02684fe0a862e99e72b78ed8 (127.0.192.3:42623)
I20260630 12:38:51.988626 13136 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c1281864cfc54e8f8e5e9d4bd2ca7e71" candidate_uuid: "505a9a87aa894ce8a7565e3343ab89a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "64645ada57474a67901684949332c4ec" is_pre_election: true
I20260630 12:38:51.989562 13211 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c1281864cfc54e8f8e5e9d4bd2ca7e71" candidate_uuid: "505a9a87aa894ce8a7565e3343ab89a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "971af25a02684fe0a862e99e72b78ed8" is_pre_election: true
W20260630 12:38:51.990265 13028 leader_election.cc:343] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 64645ada57474a67901684949332c4ec (127.0.192.2:33927): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:51.990336 13211 raft_consensus.cc:2468] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 505a9a87aa894ce8a7565e3343ab89a2 in term 0.
I20260630 12:38:51.991227 13060 raft_consensus.cc:2468] T 54b31271d37c40208c45af1ef0a53523 P 505a9a87aa894ce8a7565e3343ab89a2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 971af25a02684fe0a862e99e72b78ed8 in term 1.
I20260630 12:38:52.003798 13174 leader_election.cc:304] T 54b31271d37c40208c45af1ef0a53523 P 971af25a02684fe0a862e99e72b78ed8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 505a9a87aa894ce8a7565e3343ab89a2, 971af25a02684fe0a862e99e72b78ed8; no voters: 
I20260630 12:38:52.006552 13283 raft_consensus.cc:2804] T 54b31271d37c40208c45af1ef0a53523 P 971af25a02684fe0a862e99e72b78ed8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:52.007160 13283 raft_consensus.cc:697] T 54b31271d37c40208c45af1ef0a53523 P 971af25a02684fe0a862e99e72b78ed8 [term 1 LEADER]: Becoming Leader. State: Replica: 971af25a02684fe0a862e99e72b78ed8, State: Running, Role: LEADER
I20260630 12:38:52.008149 13283 consensus_queue.cc:237] T 54b31271d37c40208c45af1ef0a53523 P 971af25a02684fe0a862e99e72b78ed8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:51.988812 13257 ts_tablet_manager.cc:1434] T 740a2323e4c1497e8c699d313e9c5ad6 P 971af25a02684fe0a862e99e72b78ed8: Time spent starting tablet: real 0.024s	user 0.006s	sys 0.001s
I20260630 12:38:51.992290 13027 leader_election.cc:304] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2 [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: 505a9a87aa894ce8a7565e3343ab89a2, 971af25a02684fe0a862e99e72b78ed8; no voters: 64645ada57474a67901684949332c4ec
I20260630 12:38:51.989678 13284 raft_consensus.cc:515] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:52.010298 13260 raft_consensus.cc:2804] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:52.010700 13260 raft_consensus.cc:493] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:52.010946 13259 tablet_bootstrap.cc:492] T 9c0e22365fd44c3fbded60997af33c3c P 64645ada57474a67901684949332c4ec: No bootstrap required, opened a new log
I20260630 12:38:52.011034 13260 raft_consensus.cc:3060] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:51.998275 13137 raft_consensus.cc:2468] T 54b31271d37c40208c45af1ef0a53523 P 64645ada57474a67901684949332c4ec [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 971af25a02684fe0a862e99e72b78ed8 in term 1.
I20260630 12:38:52.011629 13259 ts_tablet_manager.cc:1403] T 9c0e22365fd44c3fbded60997af33c3c P 64645ada57474a67901684949332c4ec: Time spent bootstrapping tablet: real 0.048s	user 0.014s	sys 0.012s
I20260630 12:38:52.013676 12960 catalog_manager.cc:5697] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8 reported cstate change: term changed from 0 to 1, leader changed from <none> to 971af25a02684fe0a862e99e72b78ed8 (127.0.192.3). New cstate: current_term: 1 leader_uuid: "971af25a02684fe0a862e99e72b78ed8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:52.014557 13259 raft_consensus.cc:359] T 9c0e22365fd44c3fbded60997af33c3c P 64645ada57474a67901684949332c4ec [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:52.015319 13259 raft_consensus.cc:385] T 9c0e22365fd44c3fbded60997af33c3c P 64645ada57474a67901684949332c4ec [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:52.015589 13259 raft_consensus.cc:740] T 9c0e22365fd44c3fbded60997af33c3c P 64645ada57474a67901684949332c4ec [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 64645ada57474a67901684949332c4ec, State: Initialized, Role: FOLLOWER
I20260630 12:38:52.016469 13259 consensus_queue.cc:260] T 9c0e22365fd44c3fbded60997af33c3c P 64645ada57474a67901684949332c4ec [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:52.018759 13259 ts_tablet_manager.cc:1434] T 9c0e22365fd44c3fbded60997af33c3c P 64645ada57474a67901684949332c4ec: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:38:52.019840 13259 tablet_bootstrap.cc:492] T 740a2323e4c1497e8c699d313e9c5ad6 P 64645ada57474a67901684949332c4ec: Bootstrap starting.
I20260630 12:38:52.019735 13260 raft_consensus.cc:515] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:52.022884 13137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c1281864cfc54e8f8e5e9d4bd2ca7e71" candidate_uuid: "505a9a87aa894ce8a7565e3343ab89a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "64645ada57474a67901684949332c4ec"
I20260630 12:38:52.023499 13260 leader_election.cc:290] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2 [CANDIDATE]: Term 1 election: Requested vote from peers 64645ada57474a67901684949332c4ec (127.0.192.2:33927), 971af25a02684fe0a862e99e72b78ed8 (127.0.192.3:42623)
W20260630 12:38:52.024269 13028 leader_election.cc:343] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 64645ada57474a67901684949332c4ec (127.0.192.2:33927): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:52.026511 13211 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c1281864cfc54e8f8e5e9d4bd2ca7e71" candidate_uuid: "505a9a87aa894ce8a7565e3343ab89a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "971af25a02684fe0a862e99e72b78ed8"
I20260630 12:38:52.026768 13259 tablet_bootstrap.cc:654] T 740a2323e4c1497e8c699d313e9c5ad6 P 64645ada57474a67901684949332c4ec: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:52.027155 13211 raft_consensus.cc:3060] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:52.031263 13060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9c0e22365fd44c3fbded60997af33c3c" candidate_uuid: "971af25a02684fe0a862e99e72b78ed8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "505a9a87aa894ce8a7565e3343ab89a2"
I20260630 12:38:52.031966 13060 raft_consensus.cc:3060] T 9c0e22365fd44c3fbded60997af33c3c P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:52.035780 13284 leader_election.cc:290] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8 [CANDIDATE]: Term 1 election: Requested vote from peers 505a9a87aa894ce8a7565e3343ab89a2 (127.0.192.1:41653), 64645ada57474a67901684949332c4ec (127.0.192.2:33927)
I20260630 12:38:52.040154 13137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9c0e22365fd44c3fbded60997af33c3c" candidate_uuid: "971af25a02684fe0a862e99e72b78ed8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "64645ada57474a67901684949332c4ec"
I20260630 12:38:52.040972 13137 raft_consensus.cc:3060] T 9c0e22365fd44c3fbded60997af33c3c P 64645ada57474a67901684949332c4ec [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:52.041527 13211 raft_consensus.cc:2468] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 971af25a02684fe0a862e99e72b78ed8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 505a9a87aa894ce8a7565e3343ab89a2 in term 1.
I20260630 12:38:52.042936 13027 leader_election.cc:304] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2 [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: 505a9a87aa894ce8a7565e3343ab89a2, 971af25a02684fe0a862e99e72b78ed8; no voters: 64645ada57474a67901684949332c4ec
I20260630 12:38:52.044270 13260 raft_consensus.cc:2804] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:52.044744 13260 raft_consensus.cc:697] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2 [term 1 LEADER]: Becoming Leader. State: Replica: 505a9a87aa894ce8a7565e3343ab89a2, State: Running, Role: LEADER
I20260630 12:38:52.045557 13260 consensus_queue.cc:237] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:52.049672 13060 raft_consensus.cc:2468] T 9c0e22365fd44c3fbded60997af33c3c P 505a9a87aa894ce8a7565e3343ab89a2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 971af25a02684fe0a862e99e72b78ed8 in term 1.
W20260630 12:38:52.050209 13008 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:38:52.051690 13174 leader_election.cc:304] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 505a9a87aa894ce8a7565e3343ab89a2, 971af25a02684fe0a862e99e72b78ed8; no voters: 
I20260630 12:38:52.053169 13284 raft_consensus.cc:2804] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:52.053912 13284 raft_consensus.cc:697] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8 [term 1 LEADER]: Becoming Leader. State: Replica: 971af25a02684fe0a862e99e72b78ed8, State: Running, Role: LEADER
I20260630 12:38:52.055043 13284 consensus_queue.cc:237] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:52.065430 13137 raft_consensus.cc:2468] T 9c0e22365fd44c3fbded60997af33c3c P 64645ada57474a67901684949332c4ec [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 971af25a02684fe0a862e99e72b78ed8 in term 1.
I20260630 12:38:52.066771 12960 catalog_manager.cc:5697] T 54b31271d37c40208c45af1ef0a53523 P 971af25a02684fe0a862e99e72b78ed8 reported cstate change: term changed from 0 to 1, leader changed from <none> to 971af25a02684fe0a862e99e72b78ed8 (127.0.192.3). New cstate: current_term: 1 leader_uuid: "971af25a02684fe0a862e99e72b78ed8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:52.073753 13259 tablet_bootstrap.cc:492] T 740a2323e4c1497e8c699d313e9c5ad6 P 64645ada57474a67901684949332c4ec: No bootstrap required, opened a new log
I20260630 12:38:52.074407 13259 ts_tablet_manager.cc:1403] T 740a2323e4c1497e8c699d313e9c5ad6 P 64645ada57474a67901684949332c4ec: Time spent bootstrapping tablet: real 0.055s	user 0.023s	sys 0.022s
I20260630 12:38:52.074060 12959 catalog_manager.cc:5697] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 505a9a87aa894ce8a7565e3343ab89a2 (127.0.192.1). New cstate: current_term: 1 leader_uuid: "505a9a87aa894ce8a7565e3343ab89a2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:52.076987 13259 raft_consensus.cc:359] T 740a2323e4c1497e8c699d313e9c5ad6 P 64645ada57474a67901684949332c4ec [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:52.077737 13259 raft_consensus.cc:385] T 740a2323e4c1497e8c699d313e9c5ad6 P 64645ada57474a67901684949332c4ec [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:52.078028 13259 raft_consensus.cc:740] T 740a2323e4c1497e8c699d313e9c5ad6 P 64645ada57474a67901684949332c4ec [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 64645ada57474a67901684949332c4ec, State: Initialized, Role: FOLLOWER
I20260630 12:38:52.078967 13259 consensus_queue.cc:260] T 740a2323e4c1497e8c699d313e9c5ad6 P 64645ada57474a67901684949332c4ec [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:52.081214 13259 ts_tablet_manager.cc:1434] T 740a2323e4c1497e8c699d313e9c5ad6 P 64645ada57474a67901684949332c4ec: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:38:52.082252 13259 tablet_bootstrap.cc:492] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 64645ada57474a67901684949332c4ec: Bootstrap starting.
I20260630 12:38:52.087961 13259 tablet_bootstrap.cc:654] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 64645ada57474a67901684949332c4ec: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:52.087981 12960 catalog_manager.cc:5697] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8 reported cstate change: term changed from 0 to 1, leader changed from <none> to 971af25a02684fe0a862e99e72b78ed8 (127.0.192.3). New cstate: current_term: 1 leader_uuid: "971af25a02684fe0a862e99e72b78ed8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:52.093181 13259 tablet_bootstrap.cc:492] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 64645ada57474a67901684949332c4ec: No bootstrap required, opened a new log
I20260630 12:38:52.093782 13259 ts_tablet_manager.cc:1403] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 64645ada57474a67901684949332c4ec: Time spent bootstrapping tablet: real 0.012s	user 0.011s	sys 0.000s
I20260630 12:38:52.096272 13259 raft_consensus.cc:359] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 64645ada57474a67901684949332c4ec [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:52.096956 13259 raft_consensus.cc:385] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 64645ada57474a67901684949332c4ec [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:52.097225 13259 raft_consensus.cc:740] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 64645ada57474a67901684949332c4ec [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 64645ada57474a67901684949332c4ec, State: Initialized, Role: FOLLOWER
I20260630 12:38:52.097894 13259 consensus_queue.cc:260] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 64645ada57474a67901684949332c4ec [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:52.099905 13259 ts_tablet_manager.cc:1434] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 64645ada57474a67901684949332c4ec: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.001s
I20260630 12:38:52.154903 13284 raft_consensus.cc:493] T 740a2323e4c1497e8c699d313e9c5ad6 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:52.155675 13284 raft_consensus.cc:515] T 740a2323e4c1497e8c699d313e9c5ad6 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:52.157526 13284 leader_election.cc:290] T 740a2323e4c1497e8c699d313e9c5ad6 P 971af25a02684fe0a862e99e72b78ed8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 505a9a87aa894ce8a7565e3343ab89a2 (127.0.192.1:41653), 64645ada57474a67901684949332c4ec (127.0.192.2:33927)
I20260630 12:38:52.158414 13060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "740a2323e4c1497e8c699d313e9c5ad6" candidate_uuid: "971af25a02684fe0a862e99e72b78ed8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "505a9a87aa894ce8a7565e3343ab89a2" is_pre_election: true
I20260630 12:38:52.158591 13137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "740a2323e4c1497e8c699d313e9c5ad6" candidate_uuid: "971af25a02684fe0a862e99e72b78ed8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "64645ada57474a67901684949332c4ec" is_pre_election: true
I20260630 12:38:52.159087 13060 raft_consensus.cc:2468] T 740a2323e4c1497e8c699d313e9c5ad6 P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 971af25a02684fe0a862e99e72b78ed8 in term 0.
I20260630 12:38:52.159225 13137 raft_consensus.cc:2468] T 740a2323e4c1497e8c699d313e9c5ad6 P 64645ada57474a67901684949332c4ec [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 971af25a02684fe0a862e99e72b78ed8 in term 0.
I20260630 12:38:52.160240 13174 leader_election.cc:304] T 740a2323e4c1497e8c699d313e9c5ad6 P 971af25a02684fe0a862e99e72b78ed8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 505a9a87aa894ce8a7565e3343ab89a2, 971af25a02684fe0a862e99e72b78ed8; no voters: 
I20260630 12:38:52.160934 13284 raft_consensus.cc:2804] T 740a2323e4c1497e8c699d313e9c5ad6 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:52.161278 13284 raft_consensus.cc:493] T 740a2323e4c1497e8c699d313e9c5ad6 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:52.161598 13284 raft_consensus.cc:3060] T 740a2323e4c1497e8c699d313e9c5ad6 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:52.167824 13284 raft_consensus.cc:515] T 740a2323e4c1497e8c699d313e9c5ad6 P 971af25a02684fe0a862e99e72b78ed8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:52.169533 13284 leader_election.cc:290] T 740a2323e4c1497e8c699d313e9c5ad6 P 971af25a02684fe0a862e99e72b78ed8 [CANDIDATE]: Term 1 election: Requested vote from peers 505a9a87aa894ce8a7565e3343ab89a2 (127.0.192.1:41653), 64645ada57474a67901684949332c4ec (127.0.192.2:33927)
I20260630 12:38:52.170459 13060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "740a2323e4c1497e8c699d313e9c5ad6" candidate_uuid: "971af25a02684fe0a862e99e72b78ed8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "505a9a87aa894ce8a7565e3343ab89a2"
I20260630 12:38:52.170717 13137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "740a2323e4c1497e8c699d313e9c5ad6" candidate_uuid: "971af25a02684fe0a862e99e72b78ed8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "64645ada57474a67901684949332c4ec"
I20260630 12:38:52.171018 13060 raft_consensus.cc:3060] T 740a2323e4c1497e8c699d313e9c5ad6 P 505a9a87aa894ce8a7565e3343ab89a2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:52.171347 13137 raft_consensus.cc:3060] T 740a2323e4c1497e8c699d313e9c5ad6 P 64645ada57474a67901684949332c4ec [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:52.176278 13060 raft_consensus.cc:2468] T 740a2323e4c1497e8c699d313e9c5ad6 P 505a9a87aa894ce8a7565e3343ab89a2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 971af25a02684fe0a862e99e72b78ed8 in term 1.
I20260630 12:38:52.176409 13137 raft_consensus.cc:2468] T 740a2323e4c1497e8c699d313e9c5ad6 P 64645ada57474a67901684949332c4ec [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 971af25a02684fe0a862e99e72b78ed8 in term 1.
I20260630 12:38:52.177556 13174 leader_election.cc:304] T 740a2323e4c1497e8c699d313e9c5ad6 P 971af25a02684fe0a862e99e72b78ed8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 505a9a87aa894ce8a7565e3343ab89a2, 971af25a02684fe0a862e99e72b78ed8; no voters: 
I20260630 12:38:52.178280 13284 raft_consensus.cc:2804] T 740a2323e4c1497e8c699d313e9c5ad6 P 971af25a02684fe0a862e99e72b78ed8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:52.178706 13284 raft_consensus.cc:697] T 740a2323e4c1497e8c699d313e9c5ad6 P 971af25a02684fe0a862e99e72b78ed8 [term 1 LEADER]: Becoming Leader. State: Replica: 971af25a02684fe0a862e99e72b78ed8, State: Running, Role: LEADER
I20260630 12:38:52.179513 13284 consensus_queue.cc:237] T 740a2323e4c1497e8c699d313e9c5ad6 P 971af25a02684fe0a862e99e72b78ed8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:52.186306 12960 catalog_manager.cc:5697] T 740a2323e4c1497e8c699d313e9c5ad6 P 971af25a02684fe0a862e99e72b78ed8 reported cstate change: term changed from 0 to 1, leader changed from <none> to 971af25a02684fe0a862e99e72b78ed8 (127.0.192.3). New cstate: current_term: 1 leader_uuid: "971af25a02684fe0a862e99e72b78ed8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:52.332683 13266 raft_consensus.cc:493] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 64645ada57474a67901684949332c4ec [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:52.333307 13266 raft_consensus.cc:515] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 64645ada57474a67901684949332c4ec [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } }
I20260630 12:38:52.336043 13266 leader_election.cc:290] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 64645ada57474a67901684949332c4ec [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 505a9a87aa894ce8a7565e3343ab89a2 (127.0.192.1:41653), 971af25a02684fe0a862e99e72b78ed8 (127.0.192.3:42623)
I20260630 12:38:52.360316 13060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c1281864cfc54e8f8e5e9d4bd2ca7e71" candidate_uuid: "64645ada57474a67901684949332c4ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "505a9a87aa894ce8a7565e3343ab89a2" is_pre_election: true
I20260630 12:38:52.365898 13211 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c1281864cfc54e8f8e5e9d4bd2ca7e71" candidate_uuid: "64645ada57474a67901684949332c4ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "971af25a02684fe0a862e99e72b78ed8" is_pre_election: true
I20260630 12:38:52.366848 13211 raft_consensus.cc:2393] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 971af25a02684fe0a862e99e72b78ed8 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 64645ada57474a67901684949332c4ec in current term 1: Already voted for candidate 505a9a87aa894ce8a7565e3343ab89a2 in this term.
I20260630 12:38:52.367864 13102 leader_election.cc:304] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 64645ada57474a67901684949332c4ec [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: 64645ada57474a67901684949332c4ec; no voters: 505a9a87aa894ce8a7565e3343ab89a2, 971af25a02684fe0a862e99e72b78ed8
I20260630 12:38:52.368614 13266 raft_consensus.cc:3060] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 64645ada57474a67901684949332c4ec [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:52.374137 13266 raft_consensus.cc:2749] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 64645ada57474a67901684949332c4ec [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:38:52.383841 13211 raft_consensus.cc:3060] T 1b288e7b6f3a41ee89ec2f198c769f12 P 971af25a02684fe0a862e99e72b78ed8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:52.393034 13260 consensus_queue.cc:1048] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:52.424535 13260 consensus_queue.cc:1048] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
I20260630 12:38:52.465695 13211 raft_consensus.cc:1275] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 971af25a02684fe0a862e99e72b78ed8 [term 1 FOLLOWER]: Refusing update from remote peer 505a9a87aa894ce8a7565e3343ab89a2: 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:52.466132 13136 raft_consensus.cc:1275] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 64645ada57474a67901684949332c4ec [term 1 FOLLOWER]: Refusing update from remote peer 505a9a87aa894ce8a7565e3343ab89a2: 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:52.467530 13260 consensus_queue.cc:1048] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:52.469030 13279 consensus_queue.cc:1048] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:52.475785 13136 raft_consensus.cc:1275] T 740a2323e4c1497e8c699d313e9c5ad6 P 64645ada57474a67901684949332c4ec [term 1 FOLLOWER]: Refusing update from remote peer 971af25a02684fe0a862e99e72b78ed8: 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:52.476143 13060 raft_consensus.cc:1275] T 740a2323e4c1497e8c699d313e9c5ad6 P 505a9a87aa894ce8a7565e3343ab89a2 [term 1 FOLLOWER]: Refusing update from remote peer 971af25a02684fe0a862e99e72b78ed8: 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:52.477980 13284 consensus_queue.cc:1048] T 740a2323e4c1497e8c699d313e9c5ad6 P 971af25a02684fe0a862e99e72b78ed8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:52.478771 13283 consensus_queue.cc:1048] T 740a2323e4c1497e8c699d313e9c5ad6 P 971af25a02684fe0a862e99e72b78ed8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:52.486884 13061 raft_consensus.cc:1275] T 77fb8f8bf38740e8b390d6f7ce001583 P 505a9a87aa894ce8a7565e3343ab89a2 [term 1 FOLLOWER]: Refusing update from remote peer 971af25a02684fe0a862e99e72b78ed8: 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:52.491852 13135 raft_consensus.cc:1275] T 77fb8f8bf38740e8b390d6f7ce001583 P 64645ada57474a67901684949332c4ec [term 1 FOLLOWER]: Refusing update from remote peer 971af25a02684fe0a862e99e72b78ed8: 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:52.515316 13323 consensus_queue.cc:1048] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:52.519412 13283 consensus_queue.cc:1048] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:52.519692 13326 consensus_queue.cc:1048] T 54b31271d37c40208c45af1ef0a53523 P 971af25a02684fe0a862e99e72b78ed8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:52.571921 13323 consensus_queue.cc:1048] T 54b31271d37c40208c45af1ef0a53523 P 971af25a02684fe0a862e99e72b78ed8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:52.622567 13135 raft_consensus.cc:1275] T 9c0e22365fd44c3fbded60997af33c3c P 64645ada57474a67901684949332c4ec [term 1 FOLLOWER]: Refusing update from remote peer 971af25a02684fe0a862e99e72b78ed8: 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:52.630527 13313 consensus_queue.cc:1048] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:52.670339 13059 raft_consensus.cc:1275] T 9c0e22365fd44c3fbded60997af33c3c P 505a9a87aa894ce8a7565e3343ab89a2 [term 1 FOLLOWER]: Refusing update from remote peer 971af25a02684fe0a862e99e72b78ed8: 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:52.675122 13323 consensus_queue.cc:1048] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:52.702054 13312 mvcc.cc:204] Tried to move back new op lower bound from 7302443550685933568 to 7302443549414252544. Current Snapshot: MvccSnapshot[applied={T|T < 7302443550685933568}]
W20260630 12:38:52.805150 13027 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.192.3:42623, user_credentials={real_user=slave}} blocked reactor thread for 79466.3us
W20260630 12:38:53.010838 13296 meta_cache.cc:1261] Time spent looking up entry by key: real 0.063s	user 0.001s	sys 0.000s
W20260630 12:38:53.531737 13028 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.192.2:33927, user_credentials={real_user=slave}} blocked reactor thread for 147106us
I20260630 12:38:53.622459   768 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:53.629220 13353 instance_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:53.630395 13354 instance_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:53.631011 13356 instance_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:53.631570   768 server_base.cc:1061] running on GCE node
I20260630 12:38:53.632778   768 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:53.632995   768 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:53.633194   768 hybrid_clock.cc:648] HybridClock initialized: now 1782823133633172 us; error 0 us; skew 500 ppm
I20260630 12:38:53.633723   768 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:53.636267   768 webserver.cc:533] Webserver started at http://127.0.192.4:41719/ using document root <none> and password file <none>
I20260630 12:38:53.636732   768 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:53.636926   768 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:53.637207   768 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:53.638486   768 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822852710831-768-0/minicluster-data/ts-3-root/instance:
uuid: "f8936c0c661c480dbd591f010ffc1dcb"
format_stamp: "Formatted at 2026-06-30 12:38:53 on dist-test-slave-n0zz"
I20260630 12:38:53.643174   768 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260630 12:38:53.646728 13361 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:53.647569   768 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.002s
I20260630 12:38:53.647852   768 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822852710831-768-0/minicluster-data/ts-3-root
uuid: "f8936c0c661c480dbd591f010ffc1dcb"
format_stamp: "Formatted at 2026-06-30 12:38:53 on dist-test-slave-n0zz"
I20260630 12:38:53.648142   768 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822852710831-768-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822852710831-768-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskVVpbR4/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822852710831-768-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:53.668507   768 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:53.669646   768 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:53.671203   768 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:53.673429   768 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:53.673609   768 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:53.673894   768 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:53.674067   768 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:53.714556   768 rpc_server.cc:307] RPC server started. Bound to: 127.0.192.4:35437
I20260630 12:38:53.714656 13423 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.192.4:35437 every 8 connection(s)
I20260630 12:38:53.728659 13424 heartbeater.cc:344] Connected to a master server at 127.0.192.62:37211
I20260630 12:38:53.729061 13424 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:53.729691 13424 heartbeater.cc:507] Master 127.0.192.62:37211 requested a full tablet report, sending...
I20260630 12:38:53.731618 12959 ts_manager.cc:194] Registered new tserver with Master: f8936c0c661c480dbd591f010ffc1dcb (127.0.192.4:35437)
I20260630 12:38:53.732956 12959 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49160
W20260630 12:38:54.203032 13008 auto_rebalancer.cc:320] could not retrieve auto-rebalancing replica moves: Not found: table 0acc6380e3794c49adaafff447cfedff: could not find any suitable replica to move from server 971af25a02684fe0a862e99e72b78ed8 to server f8936c0c661c480dbd591f010ffc1dcb
I20260630 12:38:54.735745 13424 heartbeater.cc:499] Master 127.0.192.62:37211 was elected leader, sending a full tablet report...
I20260630 12:38:55.233960 13059 consensus_queue.cc:237] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 13, Committed index: 13, Last appended: 1.13, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } attrs { replace: true } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "f8936c0c661c480dbd591f010ffc1dcb" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 35437 } attrs { promote: true } }
I20260630 12:38:55.244828 13211 raft_consensus.cc:1275] T 1b288e7b6f3a41ee89ec2f198c769f12 P 971af25a02684fe0a862e99e72b78ed8 [term 1 FOLLOWER]: Refusing update from remote peer 505a9a87aa894ce8a7565e3343ab89a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 13. Preceding OpId from leader: term: 1 index: 14. (index mismatch)
I20260630 12:38:55.246090 13136 raft_consensus.cc:1275] T 1b288e7b6f3a41ee89ec2f198c769f12 P 64645ada57474a67901684949332c4ec [term 1 FOLLOWER]: Refusing update from remote peer 505a9a87aa894ce8a7565e3343ab89a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 13. Preceding OpId from leader: term: 1 index: 14. (index mismatch)
I20260630 12:38:55.246832 13433 consensus_queue.cc:1048] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 14, Last known committed idx: 13, Time since last communication: 0.001s
I20260630 12:38:55.248044 13352 consensus_queue.cc:1048] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 14, Last known committed idx: 13, Time since last communication: 0.000s
W20260630 12:38:55.264245 13025 consensus_peers.cc:597] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2 -> Peer f8936c0c661c480dbd591f010ffc1dcb (127.0.192.4:35437): Couldn't send request to peer f8936c0c661c480dbd591f010ffc1dcb. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1b288e7b6f3a41ee89ec2f198c769f12. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:55.266822 13432 raft_consensus.cc:2955] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2 [term 1 LEADER]: Committing config change with OpId 1.14: config changed from index -1 to 14, NON_VOTER f8936c0c661c480dbd591f010ffc1dcb (127.0.192.4) added. New config: { opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } attrs { replace: true } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "f8936c0c661c480dbd591f010ffc1dcb" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 35437 } attrs { promote: true } } }
I20260630 12:38:55.269748 13211 raft_consensus.cc:2955] T 1b288e7b6f3a41ee89ec2f198c769f12 P 971af25a02684fe0a862e99e72b78ed8 [term 1 FOLLOWER]: Committing config change with OpId 1.14: config changed from index -1 to 14, NON_VOTER f8936c0c661c480dbd591f010ffc1dcb (127.0.192.4) added. New config: { opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } attrs { replace: true } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "f8936c0c661c480dbd591f010ffc1dcb" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 35437 } attrs { promote: true } } }
I20260630 12:38:55.271924 13136 raft_consensus.cc:2955] T 1b288e7b6f3a41ee89ec2f198c769f12 P 64645ada57474a67901684949332c4ec [term 1 FOLLOWER]: Committing config change with OpId 1.14: config changed from index -1 to 14, NON_VOTER f8936c0c661c480dbd591f010ffc1dcb (127.0.192.4) added. New config: { opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } attrs { replace: true } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "f8936c0c661c480dbd591f010ffc1dcb" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 35437 } attrs { promote: true } } }
I20260630 12:38:55.300004 12959 catalog_manager.cc:5697] T 1b288e7b6f3a41ee89ec2f198c769f12 P 971af25a02684fe0a862e99e72b78ed8 reported cstate change: config changed from index -1 to 14, NON_VOTER f8936c0c661c480dbd591f010ffc1dcb (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "505a9a87aa894ce8a7565e3343ab89a2" committed_config { opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } attrs { replace: true } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "f8936c0c661c480dbd591f010ffc1dcb" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 35437 } attrs { promote: true } } }
I20260630 12:38:55.306808 13211 consensus_queue.cc:237] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 13, Committed index: 13, Last appended: 1.13, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } attrs { replace: true } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } } peers { permanent_uuid: "f8936c0c661c480dbd591f010ffc1dcb" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 35437 } attrs { promote: true } }
I20260630 12:38:55.316103 13136 raft_consensus.cc:1275] T 77fb8f8bf38740e8b390d6f7ce001583 P 64645ada57474a67901684949332c4ec [term 1 FOLLOWER]: Refusing update from remote peer 971af25a02684fe0a862e99e72b78ed8: Log matching property violated. Preceding OpId in replica: term: 1 index: 13. Preceding OpId from leader: term: 1 index: 14. (index mismatch)
I20260630 12:38:55.318153 13319 consensus_queue.cc:1048] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 14, Last known committed idx: 13, Time since last communication: 0.001s
I20260630 12:38:55.324544 13059 raft_consensus.cc:1275] T 77fb8f8bf38740e8b390d6f7ce001583 P 505a9a87aa894ce8a7565e3343ab89a2 [term 1 FOLLOWER]: Refusing update from remote peer 971af25a02684fe0a862e99e72b78ed8: Log matching property violated. Preceding OpId in replica: term: 1 index: 13. Preceding OpId from leader: term: 1 index: 14. (index mismatch)
I20260630 12:38:55.327180 13319 consensus_queue.cc:1048] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 14, Last known committed idx: 13, Time since last communication: 0.001s
W20260630 12:38:55.335760 13174 consensus_peers.cc:597] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8 -> Peer f8936c0c661c480dbd591f010ffc1dcb (127.0.192.4:35437): Couldn't send request to peer f8936c0c661c480dbd591f010ffc1dcb. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 77fb8f8bf38740e8b390d6f7ce001583. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:55.341388 13445 raft_consensus.cc:2955] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8 [term 1 LEADER]: Committing config change with OpId 1.14: config changed from index -1 to 14, NON_VOTER f8936c0c661c480dbd591f010ffc1dcb (127.0.192.4) added. New config: { opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } attrs { replace: true } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } } peers { permanent_uuid: "f8936c0c661c480dbd591f010ffc1dcb" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 35437 } attrs { promote: true } } }
I20260630 12:38:55.343366 13059 raft_consensus.cc:2955] T 77fb8f8bf38740e8b390d6f7ce001583 P 505a9a87aa894ce8a7565e3343ab89a2 [term 1 FOLLOWER]: Committing config change with OpId 1.14: config changed from index -1 to 14, NON_VOTER f8936c0c661c480dbd591f010ffc1dcb (127.0.192.4) added. New config: { opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } attrs { replace: true } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } } peers { permanent_uuid: "f8936c0c661c480dbd591f010ffc1dcb" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 35437 } attrs { promote: true } } }
I20260630 12:38:55.345009 13136 raft_consensus.cc:2955] T 77fb8f8bf38740e8b390d6f7ce001583 P 64645ada57474a67901684949332c4ec [term 1 FOLLOWER]: Committing config change with OpId 1.14: config changed from index -1 to 14, NON_VOTER f8936c0c661c480dbd591f010ffc1dcb (127.0.192.4) added. New config: { opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } attrs { replace: true } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } } peers { permanent_uuid: "f8936c0c661c480dbd591f010ffc1dcb" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 35437 } attrs { promote: true } } }
I20260630 12:38:55.359817 12960 catalog_manager.cc:5697] T 77fb8f8bf38740e8b390d6f7ce001583 P 64645ada57474a67901684949332c4ec reported cstate change: config changed from index -1 to 14, NON_VOTER f8936c0c661c480dbd591f010ffc1dcb (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "971af25a02684fe0a862e99e72b78ed8" committed_config { opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } attrs { replace: true } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } } peers { permanent_uuid: "f8936c0c661c480dbd591f010ffc1dcb" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 35437 } attrs { promote: true } } }
I20260630 12:38:55.363725 13211 consensus_queue.cc:237] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 13, Committed index: 13, Last appended: 1.13, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } attrs { replace: true } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } } peers { permanent_uuid: "f8936c0c661c480dbd591f010ffc1dcb" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 35437 } attrs { promote: true } }
W20260630 12:38:55.372066 13174 consensus_peers.cc:597] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8 -> Peer f8936c0c661c480dbd591f010ffc1dcb (127.0.192.4:35437): Couldn't send request to peer f8936c0c661c480dbd591f010ffc1dcb. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 9c0e22365fd44c3fbded60997af33c3c. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:55.372627 13059 raft_consensus.cc:1275] T 9c0e22365fd44c3fbded60997af33c3c P 505a9a87aa894ce8a7565e3343ab89a2 [term 1 FOLLOWER]: Refusing update from remote peer 971af25a02684fe0a862e99e72b78ed8: Log matching property violated. Preceding OpId in replica: term: 1 index: 13. Preceding OpId from leader: term: 1 index: 14. (index mismatch)
I20260630 12:38:55.374171 13445 consensus_queue.cc:1048] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 14, Last known committed idx: 13, Time since last communication: 0.000s
I20260630 12:38:55.378829 13136 raft_consensus.cc:1275] T 9c0e22365fd44c3fbded60997af33c3c P 64645ada57474a67901684949332c4ec [term 1 FOLLOWER]: Refusing update from remote peer 971af25a02684fe0a862e99e72b78ed8: Log matching property violated. Preceding OpId in replica: term: 1 index: 13. Preceding OpId from leader: term: 1 index: 14. (index mismatch)
I20260630 12:38:55.380467 13445 consensus_queue.cc:1048] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 14, Last known committed idx: 13, Time since last communication: 0.000s
I20260630 12:38:55.387622 13450 raft_consensus.cc:2955] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8 [term 1 LEADER]: Committing config change with OpId 1.14: config changed from index -1 to 14, NON_VOTER f8936c0c661c480dbd591f010ffc1dcb (127.0.192.4) added. New config: { opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } attrs { replace: true } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } } peers { permanent_uuid: "f8936c0c661c480dbd591f010ffc1dcb" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 35437 } attrs { promote: true } } }
I20260630 12:38:55.389539 13059 raft_consensus.cc:2955] T 9c0e22365fd44c3fbded60997af33c3c P 505a9a87aa894ce8a7565e3343ab89a2 [term 1 FOLLOWER]: Committing config change with OpId 1.14: config changed from index -1 to 14, NON_VOTER f8936c0c661c480dbd591f010ffc1dcb (127.0.192.4) added. New config: { opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } attrs { replace: true } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } } peers { permanent_uuid: "f8936c0c661c480dbd591f010ffc1dcb" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 35437 } attrs { promote: true } } }
I20260630 12:38:55.391824 13136 raft_consensus.cc:2955] T 9c0e22365fd44c3fbded60997af33c3c P 64645ada57474a67901684949332c4ec [term 1 FOLLOWER]: Committing config change with OpId 1.14: config changed from index -1 to 14, NON_VOTER f8936c0c661c480dbd591f010ffc1dcb (127.0.192.4) added. New config: { opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } attrs { replace: true } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } } peers { permanent_uuid: "f8936c0c661c480dbd591f010ffc1dcb" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 35437 } attrs { promote: true } } }
I20260630 12:38:55.403656 13059 consensus_queue.cc:237] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 13, Committed index: 13, Last appended: 1.13, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } attrs { replace: true } } peers { permanent_uuid: "f8936c0c661c480dbd591f010ffc1dcb" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 35437 } attrs { promote: true } }
I20260630 12:38:55.406944 12957 catalog_manager.cc:5697] T 9c0e22365fd44c3fbded60997af33c3c P 505a9a87aa894ce8a7565e3343ab89a2 reported cstate change: config changed from index -1 to 14, NON_VOTER f8936c0c661c480dbd591f010ffc1dcb (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "971af25a02684fe0a862e99e72b78ed8" committed_config { opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } attrs { replace: true } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } } peers { permanent_uuid: "f8936c0c661c480dbd591f010ffc1dcb" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 35437 } attrs { promote: true } } }
I20260630 12:38:55.412650 13211 raft_consensus.cc:1275] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 971af25a02684fe0a862e99e72b78ed8 [term 1 FOLLOWER]: Refusing update from remote peer 505a9a87aa894ce8a7565e3343ab89a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 13. Preceding OpId from leader: term: 1 index: 14. (index mismatch)
W20260630 12:38:55.413246 13025 consensus_peers.cc:597] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2 -> Peer f8936c0c661c480dbd591f010ffc1dcb (127.0.192.4:35437): Couldn't send request to peer f8936c0c661c480dbd591f010ffc1dcb. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c1281864cfc54e8f8e5e9d4bd2ca7e71. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:55.414510 13136 raft_consensus.cc:1275] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 64645ada57474a67901684949332c4ec [term 1 FOLLOWER]: Refusing update from remote peer 505a9a87aa894ce8a7565e3343ab89a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 13. Preceding OpId from leader: term: 1 index: 14. (index mismatch)
I20260630 12:38:55.415272 13432 consensus_queue.cc:1048] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 14, Last known committed idx: 13, Time since last communication: 0.000s
I20260630 12:38:55.416260 13352 consensus_queue.cc:1048] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 14, Last known committed idx: 13, Time since last communication: 0.000s
I20260630 12:38:55.425938 13433 raft_consensus.cc:2955] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2 [term 1 LEADER]: Committing config change with OpId 1.14: config changed from index -1 to 14, NON_VOTER f8936c0c661c480dbd591f010ffc1dcb (127.0.192.4) added. New config: { opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } attrs { replace: true } } peers { permanent_uuid: "f8936c0c661c480dbd591f010ffc1dcb" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 35437 } attrs { promote: true } } }
I20260630 12:38:55.427606 13136 raft_consensus.cc:2955] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 64645ada57474a67901684949332c4ec [term 1 FOLLOWER]: Committing config change with OpId 1.14: config changed from index -1 to 14, NON_VOTER f8936c0c661c480dbd591f010ffc1dcb (127.0.192.4) added. New config: { opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } attrs { replace: true } } peers { permanent_uuid: "f8936c0c661c480dbd591f010ffc1dcb" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 35437 } attrs { promote: true } } }
I20260630 12:38:55.427620 13211 raft_consensus.cc:2955] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 971af25a02684fe0a862e99e72b78ed8 [term 1 FOLLOWER]: Committing config change with OpId 1.14: config changed from index -1 to 14, NON_VOTER f8936c0c661c480dbd591f010ffc1dcb (127.0.192.4) added. New config: { opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } attrs { replace: true } } peers { permanent_uuid: "f8936c0c661c480dbd591f010ffc1dcb" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 35437 } attrs { promote: true } } }
I20260630 12:38:55.438985 12957 catalog_manager.cc:5697] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2 reported cstate change: config changed from index -1 to 14, NON_VOTER f8936c0c661c480dbd591f010ffc1dcb (127.0.192.4) added. New cstate: current_term: 1 leader_uuid: "505a9a87aa894ce8a7565e3343ab89a2" committed_config { opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f8936c0c661c480dbd591f010ffc1dcb" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 35437 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:55.748210   768 tablet_server.cc:179] TabletServer@127.0.192.1:0 shutting down...
I20260630 12:38:55.760622 13457 ts_tablet_manager.cc:933] T 9c0e22365fd44c3fbded60997af33c3c P f8936c0c661c480dbd591f010ffc1dcb: Initiating tablet copy from peer 971af25a02684fe0a862e99e72b78ed8 (127.0.192.3:42623)
I20260630 12:38:55.776199 13457 tablet_copy_client.cc:323] T 9c0e22365fd44c3fbded60997af33c3c P f8936c0c661c480dbd591f010ffc1dcb: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.3:42623
I20260630 12:38:55.777324 13459 ts_tablet_manager.cc:933] T 1b288e7b6f3a41ee89ec2f198c769f12 P f8936c0c661c480dbd591f010ffc1dcb: Initiating tablet copy from peer 505a9a87aa894ce8a7565e3343ab89a2 (127.0.192.1:41653)
W20260630 12:38:55.797547 13174 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:38:55.826767   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:55.828954   768 tablet_replica.cc:333] T 740a2323e4c1497e8c699d313e9c5ad6 P 505a9a87aa894ce8a7565e3343ab89a2: stopping tablet replica
W20260630 12:38:55.831419 13174 consensus_peers.cc:597] T 54b31271d37c40208c45af1ef0a53523 P 971af25a02684fe0a862e99e72b78ed8 -> Peer 505a9a87aa894ce8a7565e3343ab89a2 (127.0.192.1:41653): Couldn't send request to peer 505a9a87aa894ce8a7565e3343ab89a2. 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:55.832304   768 raft_consensus.cc:2243] T 740a2323e4c1497e8c699d313e9c5ad6 P 505a9a87aa894ce8a7565e3343ab89a2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:55.835901   768 raft_consensus.cc:2272] T 740a2323e4c1497e8c699d313e9c5ad6 P 505a9a87aa894ce8a7565e3343ab89a2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:55.836397 13462 ts_tablet_manager.cc:933] T 77fb8f8bf38740e8b390d6f7ce001583 P f8936c0c661c480dbd591f010ffc1dcb: Initiating tablet copy from peer 971af25a02684fe0a862e99e72b78ed8 (127.0.192.3:42623)
I20260630 12:38:55.838800 13459 tablet_copy_client.cc:323] T 1b288e7b6f3a41ee89ec2f198c769f12 P f8936c0c661c480dbd591f010ffc1dcb: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.1:41653
W20260630 12:38:55.834133 13174 consensus_peers.cc:597] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8 -> Peer 505a9a87aa894ce8a7565e3343ab89a2 (127.0.192.1:41653): Couldn't send request to peer 505a9a87aa894ce8a7565e3343ab89a2. 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:55.849903 13221 tablet_copy_service.cc:140] P 971af25a02684fe0a862e99e72b78ed8: Received BeginTabletCopySession request for tablet 9c0e22365fd44c3fbded60997af33c3c from peer f8936c0c661c480dbd591f010ffc1dcb ({username='slave'} at 127.0.0.1:53328)
I20260630 12:38:55.850857 13221 tablet_copy_service.cc:161] P 971af25a02684fe0a862e99e72b78ed8: Beginning new tablet copy session on tablet 9c0e22365fd44c3fbded60997af33c3c from peer f8936c0c661c480dbd591f010ffc1dcb at {username='slave'} at 127.0.0.1:53328: session id = f8936c0c661c480dbd591f010ffc1dcb-9c0e22365fd44c3fbded60997af33c3c
I20260630 12:38:55.855202   768 tablet_replica.cc:333] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2: stopping tablet replica
I20260630 12:38:55.856241   768 raft_consensus.cc:2243] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:55.858425   768 raft_consensus.cc:2272] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 505a9a87aa894ce8a7565e3343ab89a2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:55.858083 13462 tablet_copy_client.cc:323] T 77fb8f8bf38740e8b390d6f7ce001583 P f8936c0c661c480dbd591f010ffc1dcb: tablet copy: Beginning tablet copy session from remote peer at address 127.0.192.3:42623
I20260630 12:38:55.861634 13220 tablet_copy_service.cc:140] P 971af25a02684fe0a862e99e72b78ed8: Received BeginTabletCopySession request for tablet 77fb8f8bf38740e8b390d6f7ce001583 from peer f8936c0c661c480dbd591f010ffc1dcb ({username='slave'} at 127.0.0.1:53328)
I20260630 12:38:55.862382 13220 tablet_copy_service.cc:161] P 971af25a02684fe0a862e99e72b78ed8: Beginning new tablet copy session on tablet 77fb8f8bf38740e8b390d6f7ce001583 from peer f8936c0c661c480dbd591f010ffc1dcb at {username='slave'} at 127.0.0.1:53328: session id = f8936c0c661c480dbd591f010ffc1dcb-77fb8f8bf38740e8b390d6f7ce001583
I20260630 12:38:55.863363   768 tablet_replica.cc:333] T 9c0e22365fd44c3fbded60997af33c3c P 505a9a87aa894ce8a7565e3343ab89a2: stopping tablet replica
I20260630 12:38:55.864315   768 raft_consensus.cc:2243] T 9c0e22365fd44c3fbded60997af33c3c P 505a9a87aa894ce8a7565e3343ab89a2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:55.865389   768 raft_consensus.cc:2272] T 9c0e22365fd44c3fbded60997af33c3c P 505a9a87aa894ce8a7565e3343ab89a2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:55.872004 13220 tablet_copy_source_session.cc:215] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:55.871177   768 tablet_replica.cc:333] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2: stopping tablet replica
I20260630 12:38:55.875721   768 raft_consensus.cc:2243] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:55.874022 13221 tablet_copy_source_session.cc:215] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:55.877242   768 raft_consensus.cc:2272] T 1b288e7b6f3a41ee89ec2f198c769f12 P 505a9a87aa894ce8a7565e3343ab89a2 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:38:55.879362 13174 consensus_peers.cc:597] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8 -> Peer 505a9a87aa894ce8a7565e3343ab89a2 (127.0.192.1:41653): Couldn't send request to peer 505a9a87aa894ce8a7565e3343ab89a2. 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:55.883473 13462 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 77fb8f8bf38740e8b390d6f7ce001583. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:55.884212 13457 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9c0e22365fd44c3fbded60997af33c3c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:55.887434   768 tablet_replica.cc:333] T 77fb8f8bf38740e8b390d6f7ce001583 P 505a9a87aa894ce8a7565e3343ab89a2: stopping tablet replica
I20260630 12:38:55.888443   768 raft_consensus.cc:2243] T 77fb8f8bf38740e8b390d6f7ce001583 P 505a9a87aa894ce8a7565e3343ab89a2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:55.889501   768 raft_consensus.cc:2272] T 77fb8f8bf38740e8b390d6f7ce001583 P 505a9a87aa894ce8a7565e3343ab89a2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:55.894273   768 tablet_replica.cc:333] T 54b31271d37c40208c45af1ef0a53523 P 505a9a87aa894ce8a7565e3343ab89a2: stopping tablet replica
I20260630 12:38:55.895108   768 raft_consensus.cc:2243] T 54b31271d37c40208c45af1ef0a53523 P 505a9a87aa894ce8a7565e3343ab89a2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:55.896092   768 raft_consensus.cc:2272] T 54b31271d37c40208c45af1ef0a53523 P 505a9a87aa894ce8a7565e3343ab89a2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:55.903368 13457 tablet_copy_client.cc:806] T 9c0e22365fd44c3fbded60997af33c3c P f8936c0c661c480dbd591f010ffc1dcb: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:55.904199 13457 tablet_copy_client.cc:670] T 9c0e22365fd44c3fbded60997af33c3c P f8936c0c661c480dbd591f010ffc1dcb: tablet copy: Starting download of 1 WAL segments...
I20260630 12:38:55.905126 13462 tablet_copy_client.cc:806] T 77fb8f8bf38740e8b390d6f7ce001583 P f8936c0c661c480dbd591f010ffc1dcb: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:55.905824 13462 tablet_copy_client.cc:670] T 77fb8f8bf38740e8b390d6f7ce001583 P f8936c0c661c480dbd591f010ffc1dcb: tablet copy: Starting download of 1 WAL segments...
I20260630 12:38:55.910068 13457 tablet_copy_client.cc:538] T 9c0e22365fd44c3fbded60997af33c3c P f8936c0c661c480dbd591f010ffc1dcb: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:55.911221 13462 tablet_copy_client.cc:538] T 77fb8f8bf38740e8b390d6f7ce001583 P f8936c0c661c480dbd591f010ffc1dcb: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:55.920186 13457 tablet_bootstrap.cc:492] T 9c0e22365fd44c3fbded60997af33c3c P f8936c0c661c480dbd591f010ffc1dcb: Bootstrap starting.
W20260630 12:38:55.923872 13174 connection.cc:573] client connection to 127.0.192.1:41653 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
W20260630 12:38:55.929719 13364 connection.cc:466] server connection from 127.0.0.1:43066 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:43066 (request call id 2) could send its response
I20260630 12:38:55.935400 13462 tablet_bootstrap.cc:492] T 77fb8f8bf38740e8b390d6f7ce001583 P f8936c0c661c480dbd591f010ffc1dcb: Bootstrap starting.
W20260630 12:38:55.943463 13174 consensus_peers.cc:597] T 740a2323e4c1497e8c699d313e9c5ad6 P 971af25a02684fe0a862e99e72b78ed8 -> Peer 505a9a87aa894ce8a7565e3343ab89a2 (127.0.192.1:41653): Couldn't send request to peer 505a9a87aa894ce8a7565e3343ab89a2. Status: Network error: Client connection negotiation failed: client connection to 127.0.192.1:41653: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:55.950493   768 tablet_server.cc:196] TabletServer@127.0.192.1:0 shutdown complete.
I20260630 12:38:55.992889   768 tablet_server.cc:179] TabletServer@127.0.192.2:0 shutting down...
I20260630 12:38:56.057787 13462 tablet_bootstrap.cc:492] T 77fb8f8bf38740e8b390d6f7ce001583 P f8936c0c661c480dbd591f010ffc1dcb: Bootstrap replayed 1/1 log segments. Stats: ops{read=14 overwritten=0 applied=14 ignored=0} inserts{seen=78 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:38:56.058969 13462 tablet_bootstrap.cc:492] T 77fb8f8bf38740e8b390d6f7ce001583 P f8936c0c661c480dbd591f010ffc1dcb: Bootstrap complete.
I20260630 12:38:56.059791 13462 ts_tablet_manager.cc:1403] T 77fb8f8bf38740e8b390d6f7ce001583 P f8936c0c661c480dbd591f010ffc1dcb: Time spent bootstrapping tablet: real 0.125s	user 0.099s	sys 0.021s
I20260630 12:38:56.063060 13462 raft_consensus.cc:359] T 77fb8f8bf38740e8b390d6f7ce001583 P f8936c0c661c480dbd591f010ffc1dcb [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } attrs { replace: true } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } } peers { permanent_uuid: "f8936c0c661c480dbd591f010ffc1dcb" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 35437 } attrs { promote: true } }
I20260630 12:38:56.064003 13462 raft_consensus.cc:740] T 77fb8f8bf38740e8b390d6f7ce001583 P f8936c0c661c480dbd591f010ffc1dcb [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: f8936c0c661c480dbd591f010ffc1dcb, State: Initialized, Role: LEARNER
I20260630 12:38:56.064971   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:56.064728 13462 consensus_queue.cc:260] T 77fb8f8bf38740e8b390d6f7ce001583 P f8936c0c661c480dbd591f010ffc1dcb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 14, Last appended: 1.14, Last appended by leader: 14, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } attrs { replace: true } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } } peers { permanent_uuid: "f8936c0c661c480dbd591f010ffc1dcb" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 35437 } attrs { promote: true } }
I20260630 12:38:56.066640   768 tablet_replica.cc:333] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 64645ada57474a67901684949332c4ec: stopping tablet replica
I20260630 12:38:56.067807   768 raft_consensus.cc:2243] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 64645ada57474a67901684949332c4ec [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:56.068979   768 raft_consensus.cc:2272] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 64645ada57474a67901684949332c4ec [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:56.070238 13457 tablet_bootstrap.cc:492] T 9c0e22365fd44c3fbded60997af33c3c P f8936c0c661c480dbd591f010ffc1dcb: Bootstrap replayed 1/1 log segments. Stats: ops{read=14 overwritten=0 applied=14 ignored=0} inserts{seen=105 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:38:56.071260 13457 tablet_bootstrap.cc:492] T 9c0e22365fd44c3fbded60997af33c3c P f8936c0c661c480dbd591f010ffc1dcb: Bootstrap complete.
I20260630 12:38:56.072064 13457 ts_tablet_manager.cc:1403] T 9c0e22365fd44c3fbded60997af33c3c P f8936c0c661c480dbd591f010ffc1dcb: Time spent bootstrapping tablet: real 0.152s	user 0.125s	sys 0.014s
I20260630 12:38:56.073652   768 tablet_replica.cc:333] T 740a2323e4c1497e8c699d313e9c5ad6 P 64645ada57474a67901684949332c4ec: stopping tablet replica
I20260630 12:38:56.074813   768 raft_consensus.cc:2243] T 740a2323e4c1497e8c699d313e9c5ad6 P 64645ada57474a67901684949332c4ec [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:56.074975 13457 raft_consensus.cc:359] T 9c0e22365fd44c3fbded60997af33c3c P f8936c0c661c480dbd591f010ffc1dcb [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } attrs { replace: true } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } } peers { permanent_uuid: "f8936c0c661c480dbd591f010ffc1dcb" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 35437 } attrs { promote: true } }
I20260630 12:38:56.075747   768 raft_consensus.cc:2272] T 740a2323e4c1497e8c699d313e9c5ad6 P 64645ada57474a67901684949332c4ec [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:56.075917 13457 raft_consensus.cc:740] T 9c0e22365fd44c3fbded60997af33c3c P f8936c0c661c480dbd591f010ffc1dcb [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: f8936c0c661c480dbd591f010ffc1dcb, State: Initialized, Role: LEARNER
I20260630 12:38:56.076612 13457 consensus_queue.cc:260] T 9c0e22365fd44c3fbded60997af33c3c P f8936c0c661c480dbd591f010ffc1dcb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 14, Last appended: 1.14, Last appended by leader: 14, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 14 OBSOLETE_local: false peers { permanent_uuid: "505a9a87aa894ce8a7565e3343ab89a2" member_type: VOTER last_known_addr { host: "127.0.192.1" port: 41653 } } peers { permanent_uuid: "64645ada57474a67901684949332c4ec" member_type: VOTER last_known_addr { host: "127.0.192.2" port: 33927 } attrs { replace: true } } peers { permanent_uuid: "971af25a02684fe0a862e99e72b78ed8" member_type: VOTER last_known_addr { host: "127.0.192.3" port: 42623 } } peers { permanent_uuid: "f8936c0c661c480dbd591f010ffc1dcb" member_type: NON_VOTER last_known_addr { host: "127.0.192.4" port: 35437 } attrs { promote: true } }
I20260630 12:38:56.080827   768 tablet_replica.cc:333] T 77fb8f8bf38740e8b390d6f7ce001583 P 64645ada57474a67901684949332c4ec: stopping tablet replica
I20260630 12:38:56.081805   768 raft_consensus.cc:2243] T 77fb8f8bf38740e8b390d6f7ce001583 P 64645ada57474a67901684949332c4ec [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:56.082845   768 raft_consensus.cc:2272] T 77fb8f8bf38740e8b390d6f7ce001583 P 64645ada57474a67901684949332c4ec [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:56.080747 13462 ts_tablet_manager.cc:1434] T 77fb8f8bf38740e8b390d6f7ce001583 P f8936c0c661c480dbd591f010ffc1dcb: Time spent starting tablet: real 0.021s	user 0.007s	sys 0.012s
I20260630 12:38:56.085201 13457 ts_tablet_manager.cc:1434] T 9c0e22365fd44c3fbded60997af33c3c P f8936c0c661c480dbd591f010ffc1dcb: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.000s
I20260630 12:38:56.086889   768 tablet_replica.cc:333] T 54b31271d37c40208c45af1ef0a53523 P 64645ada57474a67901684949332c4ec: stopping tablet replica
I20260630 12:38:56.087088 13221 tablet_copy_service.cc:342] P 971af25a02684fe0a862e99e72b78ed8: Request end of tablet copy session f8936c0c661c480dbd591f010ffc1dcb-9c0e22365fd44c3fbded60997af33c3c received from {username='slave'} at 127.0.0.1:53328
I20260630 12:38:56.087652 13221 tablet_copy_service.cc:434] P 971af25a02684fe0a862e99e72b78ed8: ending tablet copy session f8936c0c661c480dbd591f010ffc1dcb-9c0e22365fd44c3fbded60997af33c3c on tablet 9c0e22365fd44c3fbded60997af33c3c with peer f8936c0c661c480dbd591f010ffc1dcb
I20260630 12:38:56.087918   768 raft_consensus.cc:2243] T 54b31271d37c40208c45af1ef0a53523 P 64645ada57474a67901684949332c4ec [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:56.088860   768 raft_consensus.cc:2272] T 54b31271d37c40208c45af1ef0a53523 P 64645ada57474a67901684949332c4ec [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:56.091950 13221 tablet_copy_service.cc:342] P 971af25a02684fe0a862e99e72b78ed8: Request end of tablet copy session f8936c0c661c480dbd591f010ffc1dcb-77fb8f8bf38740e8b390d6f7ce001583 received from {username='slave'} at 127.0.0.1:53328
I20260630 12:38:56.092398 13221 tablet_copy_service.cc:434] P 971af25a02684fe0a862e99e72b78ed8: ending tablet copy session f8936c0c661c480dbd591f010ffc1dcb-77fb8f8bf38740e8b390d6f7ce001583 on tablet 77fb8f8bf38740e8b390d6f7ce001583 with peer f8936c0c661c480dbd591f010ffc1dcb
I20260630 12:38:56.092815   768 tablet_replica.cc:333] T 9c0e22365fd44c3fbded60997af33c3c P 64645ada57474a67901684949332c4ec: stopping tablet replica
I20260630 12:38:56.093609   768 raft_consensus.cc:2243] T 9c0e22365fd44c3fbded60997af33c3c P 64645ada57474a67901684949332c4ec [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:56.094612   768 raft_consensus.cc:2272] T 9c0e22365fd44c3fbded60997af33c3c P 64645ada57474a67901684949332c4ec [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:56.098740   768 tablet_replica.cc:333] T 1b288e7b6f3a41ee89ec2f198c769f12 P 64645ada57474a67901684949332c4ec: stopping tablet replica
I20260630 12:38:56.099520   768 raft_consensus.cc:2243] T 1b288e7b6f3a41ee89ec2f198c769f12 P 64645ada57474a67901684949332c4ec [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:56.100142   768 raft_consensus.cc:2272] T 1b288e7b6f3a41ee89ec2f198c769f12 P 64645ada57474a67901684949332c4ec [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:56.132102   768 tablet_server.cc:196] TabletServer@127.0.192.2:0 shutdown complete.
I20260630 12:38:56.160223   768 tablet_server.cc:179] TabletServer@127.0.192.3:0 shutting down...
I20260630 12:38:56.193338   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:56.194237   768 tablet_replica.cc:333] T 740a2323e4c1497e8c699d313e9c5ad6 P 971af25a02684fe0a862e99e72b78ed8: stopping tablet replica
I20260630 12:38:56.194996   768 raft_consensus.cc:2243] T 740a2323e4c1497e8c699d313e9c5ad6 P 971af25a02684fe0a862e99e72b78ed8 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:56.195932   768 raft_consensus.cc:2272] T 740a2323e4c1497e8c699d313e9c5ad6 P 971af25a02684fe0a862e99e72b78ed8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:56.199182   768 tablet_replica.cc:333] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 971af25a02684fe0a862e99e72b78ed8: stopping tablet replica
I20260630 12:38:56.199829   768 raft_consensus.cc:2243] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 971af25a02684fe0a862e99e72b78ed8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:56.200562   768 raft_consensus.cc:2272] T c1281864cfc54e8f8e5e9d4bd2ca7e71 P 971af25a02684fe0a862e99e72b78ed8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:56.204046   768 tablet_replica.cc:333] T 1b288e7b6f3a41ee89ec2f198c769f12 P 971af25a02684fe0a862e99e72b78ed8: stopping tablet replica
I20260630 12:38:56.204656   768 raft_consensus.cc:2243] T 1b288e7b6f3a41ee89ec2f198c769f12 P 971af25a02684fe0a862e99e72b78ed8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:56.205415   768 raft_consensus.cc:2272] T 1b288e7b6f3a41ee89ec2f198c769f12 P 971af25a02684fe0a862e99e72b78ed8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:56.208583   768 tablet_replica.cc:333] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8: stopping tablet replica
I20260630 12:38:56.209195   768 raft_consensus.cc:2243] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:56.210300   768 raft_consensus.cc:2272] T 9c0e22365fd44c3fbded60997af33c3c P 971af25a02684fe0a862e99e72b78ed8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:56.213699   768 tablet_replica.cc:333] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8: stopping tablet replica
I20260630 12:38:56.214452   768 raft_consensus.cc:2243] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:56.215519   768 raft_consensus.cc:2272] T 77fb8f8bf38740e8b390d6f7ce001583 P 971af25a02684fe0a862e99e72b78ed8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:56.218820   768 tablet_replica.cc:333] T 54b31271d37c40208c45af1ef0a53523 P 971af25a02684fe0a862e99e72b78ed8: stopping tablet replica
I20260630 12:38:56.219389   768 raft_consensus.cc:2243] T 54b31271d37c40208c45af1ef0a53523 P 971af25a02684fe0a862e99e72b78ed8 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:56.220345   768 raft_consensus.cc:2272] T 54b31271d37c40208c45af1ef0a53523 P 971af25a02684fe0a862e99e72b78ed8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:56.251633   768 tablet_server.cc:196] TabletServer@127.0.192.3:0 shutdown complete.
I20260630 12:38:56.281234   768 tablet_server.cc:179] TabletServer@127.0.192.4:0 shutting down...
I20260630 12:38:56.321568   768 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:56.323045   768 tablet_replica.cc:333] T 77fb8f8bf38740e8b390d6f7ce001583 P f8936c0c661c480dbd591f010ffc1dcb: stopping tablet replica
I20260630 12:38:56.323668   768 raft_consensus.cc:2243] T 77fb8f8bf38740e8b390d6f7ce001583 P f8936c0c661c480dbd591f010ffc1dcb [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:38:56.324093   768 raft_consensus.cc:2272] T 77fb8f8bf38740e8b390d6f7ce001583 P f8936c0c661c480dbd591f010ffc1dcb [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:38:56.326485   768 tablet_replica.cc:333] T 9c0e22365fd44c3fbded60997af33c3c P f8936c0c661c480dbd591f010ffc1dcb: stopping tablet replica
I20260630 12:38:56.327015   768 raft_consensus.cc:2243] T 9c0e22365fd44c3fbded60997af33c3c P f8936c0c661c480dbd591f010ffc1dcb [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:38:56.327414   768 raft_consensus.cc:2272] T 9c0e22365fd44c3fbded60997af33c3c P f8936c0c661c480dbd591f010ffc1dcb [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:38:56.350037   768 tablet_server.cc:196] TabletServer@127.0.192.4:0 shutdown complete.
I20260630 12:38:56.364853   768 master.cc:562] Master@127.0.192.62:37211 shutting down...
W20260630 12:38:56.395032 13008 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:38:56.396382   768 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 8aabc6631cd94b2483c6eb309d029611 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:56.396919   768 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 8aabc6631cd94b2483c6eb309d029611 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:56.397255   768 tablet_replica.cc:333] T 00000000000000000000000000000000 P 8aabc6631cd94b2483c6eb309d029611: stopping tablet replica
I20260630 12:38:56.417886   768 master.cc:584] Master@127.0.192.62:37211 shutdown complete.
[       OK ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/1 (6549 ms)
[----------] 2 tests from PreferFollowerRebalancingTest (11406 ms total)

[----------] Global test environment tear-down
[==========] 26 tests from 2 test suites ran. (283579 ms total)
[  PASSED  ] 26 tests.
I20260630 12:38:56.476012   768 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 ~68 seconds ago
I20260630 12:38:56.476276   768 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 ~68 seconds ago
I20260630 12:38:56.476488   768 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 ~68 seconds ago
I20260630 12:38:56.476677   768 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:5375: suppressed but not reported on 12 messages since previous log ~108 seconds ago
I20260630 12:38:56.476905   768 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:4810: suppressed but not reported on 6 messages since previous log ~194 seconds ago
I20260630 12:38:56.477124   768 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/tserver/heartbeater.cc:646: suppressed but not reported on 3 messages since previous log ~262 seconds ago
I20260630 12:38:56.477501   768 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/tablet/tablet.cc:2406: suppressed but not reported on 35 messages since previous log ~9 seconds ago
I20260630 12:38:56.477713   768 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
